:root {
  --red: #ee1b25;
  --red-dark: #c8121b;
  --ink: #17120f;
  --muted: #5b5047;
  --paper: #f8f1e6;
  --paper-2: #efe2ce;
  --card: #fffaf2;
  --line: rgba(23, 18, 15, 0.13);
  --gold: #c0892f;
  --terra: #ad3b1d;
  --green: #255b3b;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.eyebrow {
  color: var(--terra);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.04;
}

.lead {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0.78rem 1.15rem;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.primary:hover {
  background: var(--red-dark);
}

.button.disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

.button.primary.disabled,
.button.primary[aria-disabled="true"] {
  background: rgba(23, 18, 15, 0.24);
  color: rgba(23, 18, 15, 0.68);
}

.button.dark {
  background: var(--ink);
  color: var(--paper);
}

.button.ghost {
  border-color: var(--line);
  background: rgba(255, 250, 242, 0.5);
  color: var(--ink);
}

.order-picker[hidden] {
  display: none;
}

.order-picker {
  position: fixed;
  z-index: 80;
  width: min(340px, calc(100vw - 24px));
}

.order-picker-panel {
  border: 1px solid rgba(23, 18, 15, 0.13);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(17, 12, 9, 0.22);
  padding: 0.45rem;
}

.order-picker-kicker {
  padding: 0.55rem 0.65rem 0.35rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-picker-list {
  display: grid;
  gap: 0.25rem;
}

.order-picker-notice {
  margin: 0 0.65rem 0.55rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.order-picker-notice a,
.footer-bottom a {
  color: inherit;
  font-weight: 800;
}

.order-picker-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  padding: 0.82rem 0.9rem;
  transition: background 160ms ease, color 160ms ease;
}

.order-picker-option:hover {
  background: rgba(190, 59, 31, 0.1);
}

.order-picker-option span {
  display: grid;
  gap: 0.25rem;
}

.order-picker-option strong {
  font-size: 1rem;
}

.order-picker-option small {
  color: var(--muted);
  line-height: 1.35;
}

.order-picker-empty {
  display: grid;
  gap: 0.35rem;
  border-radius: 7px;
  background: rgba(37, 91, 59, 0.08);
  color: var(--muted);
  padding: 0.85rem 0.9rem;
}

.order-picker-empty strong {
  color: var(--ink);
}

.button.rewards-points-chip {
  min-height: 46px;
  gap: 0.32rem;
  border-color: rgba(37, 91, 59, 0.24);
  background: rgba(37, 91, 59, 0.1);
  color: var(--green);
}

.button.rewards-points-chip span,
.button.rewards-points-chip small {
  line-height: 1;
}

.button.rewards-points-chip span {
  font-size: 1.08rem;
  font-weight: 900;
}

.button.rewards-points-chip small {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button.light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.button.full {
  width: 100%;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 76px;
  max-width: 220px;
  object-fit: contain;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ink);
}

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 36px;
  border: 1px solid rgba(20, 15, 12, 0.14);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.74);
  box-shadow: 0 10px 28px rgba(20, 15, 12, 0.08);
  color: var(--ink);
  padding: 0.42rem 0.78rem;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.hours-badge::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 14%, transparent);
}

.hours-badge[data-state="open"] {
  border-color: rgba(37, 91, 59, 0.22);
  background: rgba(242, 250, 237, 0.82);
  color: var(--green);
}

.hours-badge[data-state="soon"] {
  border-color: rgba(190, 59, 31, 0.22);
  background: rgba(255, 246, 231, 0.86);
  color: var(--red-dark);
}

.hours-badge[data-state="closed"] {
  color: var(--muted);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--card);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.mobile-panel a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  display: flex;
  transform: translateX(calc(var(--hero-index, 0) * -100%));
  transition: transform 900ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.hero-carousel.resetting {
  transition: none;
}

.hero-carousel img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 8, 5, 0.86), rgba(12, 8, 5, 0.38) 55%, rgba(12, 8, 5, 0.08)), linear-gradient(0deg, rgba(12, 8, 5, 0.7), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 92px 0;
}

.hero .eyebrow {
  color: #f0c98a;
}

.hero h1 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 em {
  color: #f5d9a7;
  font-style: italic;
}

.hero p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.hero-ctas,
.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.split {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

#story {
  overflow: hidden;
}

.story-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(2.4rem, 5vw, 5rem);
  align-items: center;
}

.story-visual .eyebrow {
  margin-bottom: 1.4rem;
}

#story .story-copy {
  max-width: 690px;
}

.photo-stack {
  position: relative;
  min-height: 520px;
}

.photo-stack img {
  position: absolute;
  width: 72%;
  height: 78%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(23, 18, 15, 0.24);
}

#story .photo-stack {
  min-height: 520px;
}

#story .photo-stack img:first-child {
  left: 0;
  top: 0;
  width: 88%;
  height: 100%;
  object-position: left center;
}

.photo-stack img:first-child {
  left: 0;
  top: 0;
}

.photo-stack img:last-child {
  right: 0;
  bottom: 0;
  border: 8px solid var(--paper);
}

#story .photo-stack img:last-child {
  top: -8%;
  right: 0;
  bottom: auto;
  width: 47%;
  height: 70%;
  object-position: center;
  border-width: 6px;
  box-shadow: 0 22px 56px rgba(23, 18, 15, 0.22);
}

.menu-section {
  background: var(--ink);
  color: var(--paper);
}

.menu-section .lead {
  max-width: 620px;
  margin: 0.7rem 0 0;
  color: #d6c8b6;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.dish-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: #241915;
}

.dish-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.dish-card:hover img {
  transform: scale(1.05);
}

.dish-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 8, 5, 0.92), transparent 62%);
}

.dish-info {
  position: absolute;
  z-index: 1;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
}

.dish-info h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.dish-kicker {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  left: 1.2rem;
  width: fit-content;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 0.42rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dish-info p {
  margin: 0.35rem 0 0;
  color: #dccbb6;
  line-height: 1.45;
}

.services {
  background: var(--paper-2);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service-card,
.location-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
}

.service-card {
  padding: 1.4rem;
}

.service-card svg {
  width: 30px;
  height: 30px;
  color: var(--terra);
}

.service-card h3 {
  margin: 1rem 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-band {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 430px;
  display: grid;
  align-items: center;
}

.feature-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 12, 9, 0.9), rgba(17, 12, 9, 0.42), rgba(17, 12, 9, 0.1));
}

.feature-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: clamp(2rem, 6vw, 4rem);
  color: #fff;
}

.feature-content p {
  color: #eadfce;
}

.location-tabs {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 0.8rem;
}

.tab {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--muted);
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 800;
}

.tab.active {
  background: var(--ink);
  color: var(--paper);
}

.location-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  padding: 1rem;
  transform-origin: center center;
  will-change: transform, opacity;
}

.location-card.location-rotate-next {
  animation: locationRotateNext 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.location-card.location-rotate-previous {
  animation: locationRotatePrevious 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.location-body {
  padding: 1.2rem 1rem 1.2rem 0;
}

.location-body h3 {
  margin: 0.35rem 0 1rem;
  font-family: var(--serif);
  font-size: 2rem;
}

.location-meta {
  display: grid;
  gap: 0.85rem;
  margin: 1.1rem 0;
  color: var(--muted);
}

.location-meta b {
  color: var(--ink);
}

.today-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.2rem 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 241, 230, 0.55);
  padding: 1rem;
}

.today-hours b {
  color: var(--ink);
}

.today-hours span {
  color: var(--muted);
  font-weight: 700;
  text-align: right;
}

@keyframes locationRotateNext {
  from {
    opacity: 0;
    transform: perspective(900px) translateX(32px) rotateY(-4deg);
  }
  to {
    opacity: 1;
    transform: perspective(900px) translateX(0) rotateY(0);
  }
}

@keyframes locationRotatePrevious {
  from {
    opacity: 0;
    transform: perspective(900px) translateX(-32px) rotateY(4deg);
  }
  to {
    opacity: 1;
    transform: perspective(900px) translateX(0) rotateY(0);
  }
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.review-section {
  display: grid;
  gap: 2rem;
}

.review-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.review-controls {
  display: flex;
  gap: 0.5rem;
}

.review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.review-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.review-carousel {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.review-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 1.2rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.review-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.review-slide blockquote {
  margin: 0;
  max-width: 760px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.85rem);
  font-weight: 700;
  line-height: 1.16;
}

.review-slide p {
  margin: 0;
  color: #d6c8b6;
  font-weight: 800;
}

.review-snapshot {
  display: grid;
  gap: 1rem;
}

.review-snapshot article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 1.25rem;
}

.review-snapshot b {
  color: var(--terra);
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1;
}

.review-snapshot span {
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  background: var(--ink);
  color: #d6c8b6;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 2rem;
}

.site-footer h4 {
  margin: 0 0 1rem;
  color: #f0c98a;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: #d6c8b6;
  line-height: 1.7;
}

.site-footer .brand {
  width: fit-content;
  border-radius: 8px;
  background: var(--paper);
  padding: 0.45rem 0.65rem;
}

.site-footer a {
  display: block;
  margin: 0.35rem 0;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #978a79;
  font-size: 0.88rem;
}

.catering-hero {
  min-height: 72svh;
}

.story-hero-page {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.story-hero-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.story-hero-copy h1 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
}

.story-hero-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.story-hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 30px 70px rgba(23, 18, 15, 0.18);
}

.story-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.story-intro,
.press-grid,
.story-cta {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.story-copy {
  display: grid;
  gap: 0.6rem;
}

.founder-signoff {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.8rem;
  color: var(--ink);
}

.founder-signoff span {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.founder-signoff small {
  color: var(--muted);
  font-weight: 800;
}

.story-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.story-image-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 18, 15, 0.15);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.timeline-item,
.press-list article,
.story-dishes article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
}

.timeline-item {
  padding: 1.45rem;
}

.timeline-item span {
  color: var(--red);
  font-weight: 900;
}

.timeline-item h3,
.press-list h3,
.story-dishes h3 {
  margin: 0.8rem 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.38rem;
}

.timeline-item p,
.press-list p,
.story-dishes p {
  color: var(--muted);
  line-height: 1.62;
}

.story-dishes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.story-dishes article {
  overflow: hidden;
  background: #241915;
}

.story-dishes img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-dishes h3,
.story-dishes p {
  padding-inline: 1.2rem;
}

.story-dishes h3 {
  color: var(--paper);
}

.story-dishes p {
  margin-bottom: 1.25rem;
  color: #dccbb6;
}

.press-list {
  display: grid;
  gap: 1rem;
}

.press-media {
  display: grid;
  gap: 1rem;
}

.press-media > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(23, 18, 15, 0.18);
}

.press-list article {
  padding: 1.25rem;
}

.story-cta {
  align-items: center;
}

.rewards-preview {
  position: relative;
  align-self: center;
  height: clamp(300px, 28vw, 380px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 15, 0.12);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 28px 70px rgba(23, 18, 15, 0.18);
}

.rewards-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.rewards-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 18, 15, 0.02), rgba(23, 18, 15, 0.42));
}

.rewards-preview-card {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(210px, calc(100% - 2.5rem));
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.94);
  color: var(--ink);
  padding: 0.9rem 1rem;
  box-shadow: 0 20px 50px rgba(23, 18, 15, 0.22);
  text-align: center;
}

.rewards-preview-card span,
.rewards-preview-card b {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.rewards-preview-card span {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rewards-preview-card strong {
  display: block;
  margin: 0.1rem 0;
  font-family: var(--sans);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.rewards-preview-card b {
  font-size: 1.02rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 1.45rem;
}

.step-number {
  color: var(--red);
  font-weight: 900;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 30px 70px rgba(23, 18, 15, 0.18);
}

.form-rail {
  position: relative;
  min-height: 100%;
  padding: 2.2rem;
  color: #fff;
}

.form-rail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-rail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 12, 9, 0.74);
}

.form-rail > div {
  position: relative;
  z-index: 1;
}

.form-rail p,
.form-rail li {
  color: #eadfce;
  line-height: 1.65;
}

.form-body {
  padding: 2.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.field-group {
  margin-bottom: 1rem;
}

.field-group.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 0.9rem 0.95rem;
}

textarea {
  min-height: 115px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  outline: 3px solid rgba(238, 27, 37, 0.15);
  background: #fff;
}

.helper {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-success {
  display: none;
  margin-top: 1rem;
  border: 1px solid rgba(37, 91, 59, 0.22);
  border-radius: 7px;
  background: rgba(37, 91, 59, 0.08);
  color: var(--green);
  padding: 1rem;
  font-weight: 800;
}

.form-success.show {
  display: block;
}

.rewards-page {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(239, 226, 206, 0.88)),
    radial-gradient(circle at 12% 16%, rgba(238, 27, 37, 0.12), transparent 32%),
    var(--paper);
}

.rewards-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  gap: 2rem;
  align-items: center;
}

.rewards-copy {
  max-width: 650px;
}

.rewards-copy .title {
  margin-top: 0.6rem;
}

.benefit-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.benefit-list article {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.68);
  padding: 1rem;
}

.benefit-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
  font-size: 0.82rem;
}

.rewards-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 2rem;
  box-shadow: 0 30px 70px rgba(23, 18, 15, 0.16);
}

.rewards-card h2 {
  margin: 0.45rem 0 0.65rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.rewards-card p {
  color: var(--muted);
  line-height: 1.65;
}

.rewards-form {
  display: none;
}

.rewards-form.active {
  display: block;
}

.rewards-status {
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0.9rem 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.rewards-status[data-tone="success"] {
  border-color: rgba(37, 91, 59, 0.24);
  background: rgba(37, 91, 59, 0.08);
  color: var(--green);
}

.rewards-status[data-tone="error"] {
  border-color: rgba(238, 27, 37, 0.24);
  background: rgba(238, 27, 37, 0.08);
  color: var(--red-dark);
}

.rewards-status[data-tone="info"] {
  background: rgba(192, 137, 47, 0.09);
  color: var(--muted);
}

.points-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.25rem 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 1.1rem;
}

.points-panel span {
  color: var(--muted);
  font-weight: 800;
}

.points-panel strong {
  font-family: var(--sans);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.rewards-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  max-width: min(360px, calc(100vw - 32px));
  border: 1px solid rgba(37, 91, 59, 0.22);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 18px 45px rgba(23, 18, 15, 0.22);
  font-weight: 800;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.rewards-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.account-page {
  background: var(--paper);
}

.account-hero {
  padding: 44px 0 38px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(239, 226, 206, 0.9)),
    var(--paper);
}

.account-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.account-head-row .title {
  margin-top: 0.45rem;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
}

.account-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 24px 55px rgba(23, 18, 15, 0.12);
}

.account-summary {
  display: grid;
  grid-template-columns: minmax(170px, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.account-stat {
  display: grid;
  align-content: center;
  gap: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 0.85rem 1rem;
}

.account-stat span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.account-stat strong {
  font-size: 1.02rem;
  line-height: 1.25;
}

.account-stat.points {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.account-stat.points span {
  color: rgba(248, 241, 230, 0.72);
}

.account-stat.points strong {
  font-size: 2.1rem;
  line-height: 1;
}

.account-status,
.account-loading,
.account-error,
.account-empty {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0.95rem 1rem;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.account-status {
  margin-top: 1.35rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
}

.account-status[hidden] {
  display: none;
}

.account-status[data-tone="success"] {
  border-color: rgba(37, 91, 59, 0.24);
  background: rgba(37, 91, 59, 0.08);
  color: var(--green);
}

.account-status[data-tone="error"],
.account-error {
  border-color: rgba(238, 27, 37, 0.24);
  background: rgba(238, 27, 37, 0.08);
  color: var(--red-dark);
}

.account-content-section {
  padding: 44px 0 80px;
}

.account-content {
  overflow: hidden;
}

.account-tabs {
  display: flex;
  gap: 0.4rem;
  border-bottom: 1px solid var(--line);
  padding: 0.75rem;
}

.account-tab {
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 900;
}

.account-tab.active {
  border-color: var(--line);
  background: var(--ink);
  color: var(--paper);
}

.account-panel {
  padding: 1.25rem;
}

.account-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.account-panel-head h2 {
  margin: 0.35rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.account-list {
  display: grid;
  gap: 0.75rem;
}

.account-order,
.account-ledger-event {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
  padding: 0.95rem 1.1rem;
}

.account-order-main {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.account-order-main span {
  color: var(--terra);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.account-order-main h3 {
  margin: 0.3rem 0 0.1rem;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.15;
}

.account-ledger-event h3 {
  margin: 0.25rem 0;
  font-size: 1.05rem;
}

.account-order-main p,
.account-ledger-event p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.account-order-main > strong {
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.account-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.account-row span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border-radius: 999px;
  background: rgba(23, 18, 15, 0.06);
  padding: 0.25rem 0.65rem;
}

.account-row .chip-location {
  background: rgba(173, 59, 29, 0.11);
  color: var(--terra);
}

.account-row .chip-type {
  background: rgba(192, 137, 47, 0.17);
  color: #7d5b1e;
  text-transform: capitalize;
}

.account-row .chip-status {
  background: rgba(37, 91, 59, 0.11);
  color: var(--green);
  text-transform: capitalize;
}

.account-row .chip-points.positive {
  background: rgba(37, 91, 59, 0.11);
  color: var(--green);
}

.account-row .chip-points.negative {
  background: rgba(238, 27, 37, 0.09);
  color: var(--red-dark);
}

.account-ledger-event {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.ledger-delta {
  min-width: 78px;
  border-radius: 7px;
  padding: 0.7rem 0.85rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
}

.ledger-delta.positive {
  background: rgba(37, 91, 59, 0.1);
  color: var(--green);
}

.ledger-delta.negative {
  background: rgba(238, 27, 37, 0.08);
  color: var(--red-dark);
}

.account-empty {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
  background: rgba(37, 91, 59, 0.07);
}

.account-empty strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.account-load-more {
  margin-top: 1rem;
}

.account-load-more[hidden] {
  display: none;
}

.account-order[role="button"] {
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.account-order[role="button"]:hover,
.account-order[role="button"]:focus-visible {
  border-color: rgba(173, 59, 29, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(23, 18, 15, 0.1);
}

body.modal-open {
  overflow: hidden;
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.account-modal[hidden] {
  display: none;
}

.account-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 18, 15, 0.46);
  backdrop-filter: blur(3px);
}

.account-modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 1.5rem;
  box-shadow: 0 30px 70px rgba(23, 18, 15, 0.3);
}

.account-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.account-modal-card h2 {
  margin: 0.3rem 0 0.65rem;
  font-family: var(--sans);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
}

.modal-items {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
  padding: 0;
}

.modal-item {
  display: flex;
  align-items: start;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 250, 242, 0.72);
  padding: 0.7rem 0.85rem;
}

.modal-item-qty {
  min-width: 26px;
  color: var(--terra);
  font-size: 0.85rem;
  font-weight: 900;
}

.modal-item > div {
  display: grid;
  flex: 1;
  gap: 0.15rem;
}

.modal-item small {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.modal-item .modal-item-notes {
  font-style: italic;
}

.modal-item-price {
  font-weight: 800;
}

.modal-totals {
  display: grid;
  gap: 0.4rem;
  margin: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.modal-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.modal-totals dt,
.modal-totals dd {
  margin: 0;
}

.modal-totals .discount dd {
  color: var(--green);
  font-weight: 900;
}

.modal-totals .grand {
  margin-top: 0.3rem;
  border-top: 1px solid var(--line);
  padding-top: 0.65rem;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.modal-notes {
  margin: 1rem 0 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(192, 137, 47, 0.09);
  padding: 0.75rem 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .mobile-panel.open {
    display: block;
  }

  .service-grid,
  .cards,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .story-feature,
  .location-card,
  .review-layout,
  .form-shell,
  .rewards-shell,
  .story-hero-grid,
  .story-intro,
  .press-grid,
  .story-cta {
    grid-template-columns: 1fr;
  }

  .account-summary {
    grid-template-columns: 1fr 1fr;
  }

  .account-stat.points {
    grid-column: 1 / -1;
  }

  .photo-stack,
  #story .photo-stack {
    min-height: 420px;
    margin-right: 0;
  }

  #story .story-copy {
    max-width: none;
  }

  #story .photo-stack img:first-child {
    left: 0;
    right: auto;
    width: 80%;
    height: 100%;
  }

  #story .photo-stack img:last-child {
    top: auto;
    right: 0;
    bottom: -3%;
    width: 58%;
    height: 68%;
  }

  .rewards-preview,
  .rewards-preview img {
    height: 300px;
  }

  .location-body {
    padding: 0.5rem;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 58px 0;
  }

  .hero-content {
    padding: 70px 0;
  }

  .service-grid,
  .cards,
  .steps,
  .timeline,
  .story-dishes,
  .story-image-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .review-head {
    display: grid;
  }

  .section-head {
    display: block;
  }

  .dish-card,
  .dish-card img {
    min-height: 320px;
  }

  .rewards-page {
    align-items: start;
  }

  .rewards-card {
    padding: 1.35rem;
  }

  .benefit-list article {
    align-items: flex-start;
  }

  .rewards-preview,
  .rewards-preview img {
    height: 270px;
  }

  .rewards-preview-card {
    right: 1rem;
    bottom: 1rem;
  }

  .rewards-toast {
    right: 16px;
    bottom: 16px;
  }

  .order-picker-option {
    align-items: stretch;
    flex-direction: column;
  }

  .account-tabs,
  .account-panel-head,
  .account-order-main,
  .account-meta,
  .account-reward-row {
    align-items: stretch;
    flex-direction: column;
  }

  .account-stat-grid {
    grid-template-columns: 1fr;
  }

  .account-panel {
    padding: 1rem;
  }

  .account-ledger-event {
    grid-template-columns: 1fr;
  }

  .ledger-delta {
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel {
    transition: none;
    transform: none;
  }

  .hero-carousel img:not(:first-child) {
    display: none;
  }

  .location-card.location-rotate-next,
  .location-card.location-rotate-previous {
    animation: none;
  }
}
