:root {
  --green: #2f7147;
  --green-dark: #1f5135;
  --cream: #f4f6f2;
  --paper: #fcfdf9;
  --ink: #1f2420;
  --muted: #6d746d;
  --soft-green: #e8f0e7;
  --glass: rgba(245, 246, 242, 0.84);
  --line: rgba(31, 36, 32, 0.12);
  --white-line: rgba(255, 255, 255, 0.55);
  --shadow: 0 24px 80px rgba(12, 26, 19, 0.18);
  --soft-shadow: 0 18px 50px rgba(31, 36, 32, 0.1);
  --radius: 22px;
  --hero-height: min(68dvh, 720px);
  font-family: "Outfit", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cream);
}

body.drawer-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left center;
  animation: scroll-progress linear both;
  animation-timeline: scroll(root);
}

.topbar {
  position: absolute;
  inset: 34px 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  align-items: start;
  width: min(calc(100% - 86px), 1360px);
  margin: 0 auto;
  color: #fff;
}

.brand-lockup {
  display: inline-grid;
  width: fit-content;
  gap: 0;
  text-align: center;
  transform-origin: left center;
}

.brand-script {
  font-family: "Ms Madi", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(3.6rem, 6.2vw, 6.5rem);
  line-height: 0.72;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.brand-bistro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.38em;
}

.brand-bistro::before,
.brand-bistro::after {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.78;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 46px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  font-weight: 500;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0 12px;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.28);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-menu-button {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/generated/hero-table.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.06);
  animation: hero-settle 1200ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 28%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.42) 100%);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(320px, 360px);
  justify-content: space-between;
  align-items: center;
  gap: 52px;
  width: min(calc(100% - 88px), 1360px);
  min-height: var(--hero-height);
  margin: 0 auto;
  padding: 142px 0 70px;
}

.hero-copy {
  align-self: end;
  padding-bottom: 6px;
}

h1 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.8rem, 6.5vw, 7rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.hero-subtitle {
  margin: 0 0 24px;
  font-size: clamp(1.24rem, 1.9vw, 1.6rem);
  font-weight: 400;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.92);
}

.hero-contact {
  display: grid;
  gap: 16px;
  margin: 0 0 32px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.92);
}

.hero-contact a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}

.hero-contact svg {
  width: 22px;
  height: 22px;
  fill: rgba(255, 255, 255, 0.95);
  stroke-width: 0;
}

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

.button,
.basket-button,
.checkout-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 8px;
  padding: 0 32px;
  cursor: pointer;
  font-weight: 500;
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.button.primary,
.basket-button,
.checkout-button {
  background: var(--green);
  color: #fff;
  box-shadow: 0 18px 34px rgba(20, 78, 45, 0.22);
}

.button.primary:hover,
.basket-button:hover,
.checkout-button:hover {
  background: #347c50;
  transform: translateY(-2px);
}

.button svg,
.basket-button svg {
  transition: transform 220ms ease;
}

.button:hover svg,
.basket-button:hover svg {
  transform: translateX(6px);
}

.button.ghost {
  border: 1px solid var(--white-line);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  letter-spacing: 0.06em;
  backdrop-filter: blur(10px);
}

.button.ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.basket-card {
  align-self: start;
  margin-top: -2px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: var(--glass);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    var(--shadow);
  backdrop-filter: blur(24px) saturate(120%);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.basket-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 34px 90px rgba(12, 26, 19, 0.22);
}

.basket-top,
.basket-heading,
.basket-row,
.basket-total,
.card-meta,
.drawer-row {
  display: flex;
  align-items: center;
}

.basket-top {
  justify-content: space-between;
  margin-bottom: 26px;
}

.basket-heading {
  gap: 16px;
  color: var(--green-dark);
}

.basket-heading svg {
  width: 28px;
  height: 28px;
}

.basket-heading h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.basket-count {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.basket-count.pulse,
.mobile-basket-bar.pulse {
  animation: pulse 360ms ease;
}

.basket-list {
  display: grid;
  gap: 22px;
}

.basket-row {
  justify-content: space-between;
  gap: 12px;
}

.basket-row-main {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.basket-row img,
.drawer-row img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.basket-row h3,
.drawer-row h3 {
  margin: 0 0 3px;
  font-size: 0.92rem;
  font-weight: 500;
}

.basket-row small,
.drawer-row small {
  color: var(--muted);
}

.basket-row strong {
  font-size: 0.98rem;
  white-space: nowrap;
}

.basket-total {
  justify-content: space-between;
  margin: 28px 0 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 36, 32, 0.22);
}

.basket-total span,
.drawer-total span {
  font-weight: 600;
}

.basket-button,
.checkout-button {
  width: 100%;
  border-radius: 9px;
}

.menu-section {
  position: relative;
  z-index: 2;
  padding: 26px 0 42px;
  background: var(--cream);
  box-shadow: 0 -20px 70px rgba(255, 255, 255, 0.22);
}

.tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: clamp(20px, 6vw, 120px);
  width: min(640px, calc(100% - 48px));
  margin: 0 auto 24px;
}

.tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  border: 0;
  background: transparent;
  color: #737b74;
  cursor: pointer;
  font-size: 1rem;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.tab svg {
  width: 30px;
  height: 30px;
}

.tab.is-active {
  color: var(--green);
}

.tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.tab:hover {
  color: var(--green-dark);
  transform: translateY(-1px);
}

.menu-shell {
  position: relative;
  width: min(calc(100% - 190px), 1040px);
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(31, 36, 32, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(31, 36, 32, 0.14);
}

.product-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #edf0ec;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.product-card:hover img {
  transform: scale(1.045);
}

.card-meta {
  min-height: 64px;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
}

.card-meta h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
}

.price-add {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.add-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(31, 36, 32, 0.72);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.add-button:hover {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  transform: rotate(90deg);
}

.rail-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(31, 36, 32, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

.rail-arrow:hover {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.rail-arrow.previous {
  left: -72px;
}

.rail-arrow.next {
  right: -72px;
}

.menu-intro,
.section-inner {
  width: min(calc(100% - 88px), 1180px);
  margin: 0 auto;
}

.menu-intro {
  display: grid;
  max-width: 720px;
  gap: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.menu-intro p,
.section-label {
  margin: 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 700;
}

.menu-intro h2,
.section-copy h2,
.visit-panel h2,
.final-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 4vw, 4.7rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.menu-intro span,
.section-copy > span,
.section-copy p,
.visit-panel p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}

.product-card {
  isolation: isolate;
}

.product-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

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

.signature-section,
.experience-section,
.visit-section,
.order-story {
  padding: clamp(70px, 8vw, 116px) 0;
  background: var(--paper);
}

.signature-section {
  background:
    radial-gradient(circle at 14% 16%, rgba(47, 113, 71, 0.1), transparent 30%),
    var(--paper);
}

.section-copy {
  display: grid;
  gap: 18px;
}

.section-copy.narrow {
  max-width: 720px;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.82fr;
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 22px;
  margin-top: 36px;
}

.signature-card {
  display: grid;
  grid-template-columns: minmax(140px, 0.78fr) 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 32, 0.09);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.signature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(31, 36, 32, 0.15);
}

.signature-card-large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.signature-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.signature-card-large img {
  aspect-ratio: 16 / 11;
  min-height: 360px;
}

.signature-card div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
}

.signature-card h3,
.service-grid strong,
.order-steps strong {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
}

.signature-card p,
.service-grid span,
.order-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.signature-card button {
  width: fit-content;
  min-height: 42px;
  border: 1px solid rgba(47, 113, 71, 0.32);
  border-radius: 999px;
  padding: 0 18px;
  background: var(--soft-green);
  color: var(--green-dark);
  cursor: pointer;
  font-weight: 700;
  transition:
    transform 200ms ease,
    background 200ms ease,
    color 200ms ease;
}

.signature-card button:hover {
  background: var(--green);
  color: #fff;
  transform: translateY(-2px);
}

.experience-section,
.order-story {
  background: #eef2ed;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.86fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 560px;
}

.image-stack img {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 26px 80px rgba(31, 36, 32, 0.18);
}

.image-stack-main {
  top: 0;
  left: 0;
  width: 72%;
  height: 72%;
}

.image-stack-secondary {
  right: 0;
  bottom: 0;
  width: 54%;
  height: 48%;
  border: 10px solid #eef2ed;
}

.experience-copy {
  max-width: 560px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.service-grid article {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(31, 36, 32, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.service-grid article:first-child {
  grid-column: span 2;
  background: #fff;
}

.visit-section {
  background:
    linear-gradient(135deg, rgba(19, 45, 32, 0.95), rgba(36, 71, 49, 0.92)),
    var(--green-dark);
  color: #fff;
}

.visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.visit-panel {
  display: grid;
  gap: 22px;
  max-width: 680px;
}

.visit-panel p,
.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button.outline {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.button.outline:hover {
  border-color: rgba(255, 255, 255, 0.78);
  transform: translateY(-2px);
}

.map-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.map-photo {
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.08);
}

.map-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-details {
  display: grid;
  gap: 4px;
  padding: 20px;
}

.map-details span {
  color: rgba(255, 255, 255, 0.68);
}

.map-details strong {
  font-size: 1.38rem;
}

.order-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) 1fr;
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.order-steps article {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(31, 36, 32, 0.09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(31, 36, 32, 0.08);
}

.order-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 700;
}

.final-cta {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background: #102016;
  isolation: isolate;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/generated/hero-table.png");
  background-position: center 58%;
  background-size: cover;
  filter: saturate(0.92);
  transform: scale(1.04);
}

.final-cta::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 18, 12, 0.84), rgba(9, 18, 12, 0.48)),
    linear-gradient(180deg, rgba(9, 18, 12, 0.08), rgba(9, 18, 12, 0.7));
  content: "";
}

.final-cta-content {
  display: grid;
  width: min(calc(100% - 88px), 860px);
  min-height: 500px;
  align-content: center;
  gap: 22px;
  margin: 0 auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
  background: #101b14;
  color: rgba(255, 255, 255, 0.86);
}

.footer-brand .brand-script {
  font-size: clamp(2.8rem, 5vw, 4rem);
}

.footer-brand .brand-bistro {
  font-size: 0.74rem;
}

.site-footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 680ms cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 680ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-basket-bar {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 60;
  display: none;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 18px 48px rgba(12, 26, 19, 0.28);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(7, 14, 10, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.basket-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: grid;
  width: min(430px, 100%);
  height: 100dvh;
  grid-template-rows: auto 1fr auto auto;
  gap: 20px;
  padding: 28px;
  background: rgba(248, 249, 246, 0.94);
  box-shadow: -24px 0 80px rgba(12, 26, 19, 0.22);
  backdrop-filter: blur(24px);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 300ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

body.drawer-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.drawer-open .basket-drawer {
  transform: translateX(0);
  visibility: visible;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-header h2 {
  margin: 0;
  color: var(--green-dark);
}

.drawer-header button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.drawer-header button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.drawer-header button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-header button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-list {
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: auto;
}

.drawer-row {
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.drawer-item-main {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.drawer-total {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 1.08rem;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 130;
  max-width: min(360px, calc(100vw - 40px));
  padding: 13px 16px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fly-dot {
  position: fixed;
  z-index: 140;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  background-size: cover;
  pointer-events: none;
  box-shadow: 0 12px 28px rgba(12, 26, 19, 0.2);
  transition:
    transform 620ms cubic-bezier(0.18, 0.86, 0.24, 1),
    opacity 620ms ease;
}

[data-entrance] {
  animation: rise-in 780ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-subtitle[data-entrance] {
  animation-delay: 120ms;
}

.hero-contact[data-entrance] {
  animation-delay: 220ms;
}

.hero-actions[data-entrance] {
  animation-delay: 320ms;
}

.basket-card[data-entrance] {
  animation-delay: 260ms;
}

@keyframes hero-settle {
  to {
    transform: scale(1);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.14);
  }
}

@keyframes scroll-progress {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1120px) {
  :root {
    --hero-height: auto;
  }

  .topbar {
    width: min(calc(100% - 48px), 980px);
    grid-template-columns: auto 1fr;
  }

  .desktop-nav {
    justify-self: end;
    gap: 28px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 860px);
    min-height: 100dvh;
    padding-top: 152px;
  }

  .hero-copy {
    align-self: end;
    max-width: 580px;
  }

  .basket-card {
    justify-self: end;
    width: min(360px, 100%);
    margin: 0 0 18px;
  }

  .menu-shell {
    width: min(calc(100% - 110px), 960px);
  }

  .signature-grid,
  .experience-layout,
  .visit-layout,
  .order-story-grid {
    grid-template-columns: 1fr;
  }

  .signature-card-large {
    grid-row: auto;
  }

  .experience-copy {
    max-width: none;
  }

  .image-stack {
    min-height: 460px;
  }

  .order-steps {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .order-steps article {
    scroll-snap-align: start;
  }
}

@media (max-width: 820px) {
  .topbar {
    position: absolute;
    top: 22px;
    width: calc(100% - 32px);
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .brand-script {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .brand-bistro {
    font-size: 0.72rem;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(12px);
  }

  .mobile-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .mobile-menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .mobile-menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    top: 88px;
    right: 16px;
    z-index: 50;
    display: grid;
    min-width: 180px;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    background: rgba(248, 249, 246, 0.92);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 11px 12px;
    border-radius: 10px;
  }

  .mobile-nav a:hover {
    background: rgba(47, 113, 71, 0.1);
    color: var(--green);
  }

  .hero-bg {
    background-position: 53% center;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.62) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.18));
  }

  .hero-content {
    width: calc(100% - 32px);
    min-height: 100dvh;
    padding: 150px 0 92px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 5.6rem);
    line-height: 0.9;
  }

  .desktop-break {
    display: none;
  }

  .hero-contact a {
    font-size: 0.95rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .button {
    min-height: 54px;
    padding: 0 16px;
  }

  .basket-card {
    display: none;
  }

  .menu-section {
    padding: 34px 0 94px;
  }

  .menu-intro,
  .section-inner,
  .final-cta-content {
    width: calc(100% - 32px);
  }

  .menu-intro {
    text-align: left;
  }

  .tabs {
    display: flex;
    width: auto;
    margin: 0 16px 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tab {
    flex: 0 0 auto;
    min-width: 142px;
  }

  .menu-shell {
    width: 100%;
  }

  .product-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    flex: 0 0 min(82vw, 360px);
    scroll-snap-align: center;
  }

  .rail-arrow {
    display: none;
  }

  .mobile-basket-bar {
    display: flex;
  }

  .toast {
    right: 14px;
    bottom: 84px;
  }

  .signature-section,
  .experience-section,
  .visit-section,
  .order-story {
    padding: 58px 0;
  }

  .menu-intro h2,
  .section-copy h2,
  .visit-panel h2,
  .final-cta h2 {
    font-size: clamp(2.5rem, 12vw, 3.4rem);
  }

  .signature-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .signature-card,
  .signature-card-large {
    grid-template-columns: 1fr;
  }

  .signature-card img,
  .signature-card-large img {
    aspect-ratio: 16 / 10;
    min-height: 0;
    height: auto;
  }

  .signature-card div {
    padding: 22px;
  }

  .image-stack {
    min-height: 420px;
  }

  .image-stack-main {
    width: 80%;
    height: 68%;
  }

  .image-stack-secondary {
    width: 62%;
    height: 44%;
    border-width: 7px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article:first-child {
    grid-column: auto;
  }

  .visit-actions {
    display: grid;
  }

  .map-card {
    border-radius: 16px;
  }

  .order-steps {
    display: flex;
    gap: 14px;
    margin-right: -16px;
    overflow-x: auto;
    padding-right: 16px;
  }

  .order-steps article {
    flex: 0 0 min(82vw, 320px);
  }

  .final-cta,
  .final-cta-content {
    min-height: 430px;
  }

  .site-footer {
    display: grid;
    justify-items: start;
    padding: 30px 16px 94px;
  }

  .site-footer > div {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .brand-script {
    font-size: clamp(2.95rem, 17vw, 4.15rem);
  }

  .brand-bistro {
    gap: 8px;
    letter-spacing: 0.28em;
  }

  .brand-bistro::before,
  .brand-bistro::after {
    width: 18px;
  }

  .hero-content {
    padding-top: 134px;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .card-meta {
    padding: 0 14px;
  }

  .basket-drawer {
    top: auto;
    bottom: 0;
    width: 100%;
    height: min(86dvh, 690px);
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  body.drawer-open .basket-drawer {
    transform: translateY(0);
  }
}

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

  .hero-bg {
    transform: none;
  }
}
