/* Rollup Foodz — tokens from design/assets/tokens.css, components from the design pages. */
:root {
  --ru-ink: #1A1613;
  --ru-ink-2: #241F1A;
  --ru-ink-2-hover: #2C261F;
  --ru-ink-3: #14110E;
  --ru-cream: #F3ECDF;
  --ru-orange: #E4552C;
  --ru-teal: #3DB6B0;
  --ru-muted: #B9AFA3;
  --ru-muted-light: #4A423B;
  --ru-faint: #7D746A;
  --ru-line: rgba(243, 236, 223, .1);
  --ru-line-light: rgba(26, 22, 19, .12);

  --ru-font-display: "Nunito", sans-serif;
  --ru-font-body: "Figtree", Helvetica, Arial, sans-serif;

  --ru-r-pill: 999px;
  --ru-r-card: 20px;
  --ru-r-input: 12px;
  --ru-r-media: 12px;

  --ru-gutter: clamp(20px, 4vw, 32px);
  --ru-section: clamp(56px, 10vw, 140px);
  --ru-max: 1200px;
  --ru-nav-h: 69px;

  --ru-ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--ru-nav-h); }
body {
  margin: 0;
  background: var(--ru-ink);
  color: var(--ru-cream);
  font-family: var(--ru-font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: var(--ru-teal); text-decoration: none; }
a:hover { color: var(--ru-orange); }
input, select, textarea, button { font: inherit; color: inherit; }
input::placeholder, textarea::placeholder { color: var(--ru-faint); }
select option { background: var(--ru-ink-2); color: var(--ru-cream); }
h1, h2, h3, p, blockquote { margin: 0; }

/* ---------- Type ---------- */
.display { font-family: var(--ru-font-display); font-weight: 900; }
.eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ru-teal);
}
.eyebrow--ink { color: var(--ru-ink); }
.h1 { font-family: var(--ru-font-display); font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.h2 { font-family: var(--ru-font-display); font-weight: 900; font-size: clamp(32px, 4.5vw, 64px); line-height: 1; letter-spacing: -.03em; text-wrap: pretty; }
.lede { font-size: clamp(16px, 1.5vw, 22px); line-height: 1.5; text-wrap: pretty; }
.muted { color: var(--ru-muted); }
.accent { color: var(--ru-orange); }
.teal { color: var(--ru-teal); }
.o { color: var(--ru-teal); }

/* ---------- Layout ---------- */
.section { padding: var(--ru-section) var(--ru-gutter); position: relative; }
.section--ink { background: var(--ru-ink); color: var(--ru-cream); }
.section--cream { background: var(--ru-cream); color: var(--ru-ink); }
.section--orange { background: var(--ru-orange); color: var(--ru-ink); overflow: hidden; }
.container { max-width: var(--ru-max); margin: 0 auto; position: relative; }
.stack { display: flex; flex-direction: column; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min, 280px)), 1fr)); gap: var(--gap, 20px); }

/* ---------- Reveal ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ru-ease) var(--d, 0s), transform .8s var(--ru-ease) var(--d, 0s);
}
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: var(--ru-r-pill); font-weight: 700; font-size: 15px; padding: 16px 28px; min-height: 48px;
  border: 0; cursor: pointer; white-space: nowrap;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.btn--primary { background: var(--ru-orange); color: var(--ru-ink); }
.btn--primary:hover { background: var(--ru-cream); color: var(--ru-ink); transform: translateY(-2px); }
.btn--ghost { border: 1.5px solid rgba(243, 236, 223, .5); color: var(--ru-cream); font-weight: 600; }
.btn--ghost:hover { border-color: var(--ru-teal); color: var(--ru-teal); transform: translateY(-2px); }
.btn--ink { background: var(--ru-ink); color: var(--ru-cream); }
.btn--ink:hover { color: var(--ru-cream); transform: translateY(-2px); }
.btn--nav { background: var(--ru-orange); color: var(--ru-ink); padding: 10px 18px; font-size: 13px; min-height: 0; }
.btn--nav:hover { background: var(--ru-cream); color: var(--ru-ink); }
.btn--lg { font-size: 16px; padding: 18px 32px; }
.text-link { align-self: flex-start; color: var(--ru-cream); font-weight: 600; font-size: 15px; border-bottom: 1.5px solid var(--ru-orange); padding-bottom: 4px; }
.text-link:hover { color: var(--ru-orange); }
.chip { border: 1px solid rgba(243, 236, 223, .2); border-radius: var(--ru-r-pill); padding: 6px 12px; font-size: 12px; color: var(--ru-muted); }
.chip-link { border: 1.5px solid rgba(243, 236, 223, .25); color: var(--ru-cream); font-weight: 600; padding: 10px 18px; border-radius: var(--ru-r-pill); font-size: 14px; }
.chip-link:hover { border-color: var(--ru-orange); color: var(--ru-orange); }
.tag {
  position: absolute; top: 12px; left: 12px; background: var(--ru-orange); color: var(--ru-ink);
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 10px; border-radius: var(--ru-r-pill);
}
.tag--teal { background: var(--ru-teal); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 12px clamp(16px, 4vw, 32px);
  background: rgba(26, 22, 19, .72);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(243, 236, 223, .08);
}
.nav__brand { display: flex; align-items: center; gap: 12px; color: var(--ru-cream); position: relative; z-index: 2; }
.nav__brand:hover { color: var(--ru-cream); }
.nav__brand span { font-family: var(--ru-font-display); font-weight: 900; font-size: 18px; letter-spacing: -.01em; }
.nav__logo { width: 44px; height: 44px; border-radius: 50%; display: block; }
.nav__links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.nav__link { color: var(--ru-cream); }
.nav__link.is-active { color: var(--ru-orange); font-weight: 700; }
.nav__toggle {
  display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(243, 236, 223, .25); background: transparent; color: var(--ru-cream); cursor: pointer; font-size: 18px;
  position: relative; z-index: 2;
}
.nav-shell { display: contents; }
.mobile-menu {
  position: fixed; inset: 0; z-index: 49; height: 100dvh; background: var(--ru-ink);
  display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 96px 28px 40px;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu__link { font-family: var(--ru-font-display); font-weight: 900; font-size: 44px; line-height: 1.1; color: var(--ru-cream); letter-spacing: -.03em; }
.mobile-menu__link.is-active { color: var(--ru-orange); }
.mobile-menu__cta { margin-top: 28px; align-self: flex-start; font-size: 16px; }
.mobile-menu__contact { margin-top: auto; display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.mobile-menu__contact a { color: var(--ru-cream); }
@media (max-width: 760px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
}

/* ---------- Word ring ---------- */
.ring { position: absolute; pointer-events: none; aspect-ratio: 1; }
.ring svg { display: block; transform-origin: 50% 50%; will-change: transform; overflow: visible; }

/* ---------- Image slots ---------- */
.image-slot, .slot-img { display: block; width: 100%; height: 100%; }
.slot-img { object-fit: cover; }
.image-slot {
  position: relative; display: grid; place-items: center; padding: 12px; text-align: center;
  background: rgba(127, 127, 127, .08); color: var(--ru-muted); font-size: 13px; line-height: 1.4;
}
.image-slot::after {
  content: ""; position: absolute; inset: 0; border: 1.5px dashed currentColor; opacity: .35; border-radius: inherit; pointer-events: none;
}
.section--cream .image-slot, .ad--cream .image-slot { color: var(--ru-muted-light); }
.media { border-radius: var(--ru-r-media); overflow: hidden; position: relative; }

/* ---------- Cards ---------- */
.card { display: flex; flex-direction: column; gap: 14px; background: var(--ru-ink-2); border-radius: var(--ru-r-card); padding: 14px; color: var(--ru-cream); }
a.card { transition: transform .3s, opacity .8s var(--ru-ease) var(--d, 0s); }
a.card:hover { color: var(--ru-cream); transform: translateY(-6px); }
article.card { transition: opacity .8s var(--ru-ease) var(--d, 0s), transform .8s var(--ru-ease) var(--d, 0s), box-shadow .3s; }
article.card:hover { box-shadow: 0 24px 60px rgba(0, 0, 0, .4); }
.card__body { display: flex; flex-direction: column; gap: 8px; padding: 4px 6px 8px; }
.card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.card__title { font-family: var(--ru-font-display); font-weight: 900; font-size: 24px; line-height: 1.1; }
.card__price { font-family: var(--ru-font-display); font-weight: 900; font-size: 18px; color: var(--ru-teal); white-space: nowrap; }
.card__desc { font-size: 14px; line-height: 1.55; color: var(--ru-muted); text-wrap: pretty; }
.tile { background: rgba(26, 22, 19, .12); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 6px; }
.tile--ink { background: var(--ru-ink); color: var(--ru-cream); }
.tile__title { font-family: var(--ru-font-display); font-weight: 900; font-size: 30px; line-height: 1; }
.tile__desc { font-size: 14px; line-height: 1.45; }

/* ---------- Home ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; margin-top: calc(-1 * var(--ru-nav-h));
  display: grid; place-items: center; overflow: hidden; background: var(--ru-ink);
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg .image-slot { color: var(--ru-faint); place-items: end center; padding-bottom: 72px; }
.hero__bg .image-slot::after { display: none; }
.hero__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(26,22,19,.55) 0%, rgba(26,22,19,.42) 55%, #1A1613 100%); }
.hero__vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 50%, rgba(26,22,19,.75) 0%, rgba(26,22,19,.35) 32%, transparent 60%); }
.hero .ring { left: 50%; top: 50%; width: max(min(96vw, 92vh), 560px); translate: -50% -50%; }
.hero__content {
  position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 22px;
  padding: 120px 20px 80px; max-width: min(92vw, 720px);
}
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.hero__eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ru-orange); }
.hero__title { font-size: clamp(60px, 15vw, 196px); line-height: .86; color: var(--ru-orange); text-shadow: 0 20px 60px rgba(0,0,0,.45); }
.hero__lede { font-size: clamp(17px, 1.6vw, 22px); line-height: 1.45; max-width: 520px; text-wrap: pretty; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.hero__corner { position: absolute; bottom: 24px; z-index: 2; font-size: 12px; color: var(--ru-muted); }
.hero__corner--left { left: clamp(16px, 4vw, 32px); display: flex; flex-direction: column; gap: 4px; letter-spacing: .06em; }
.hero__corner--left strong { color: var(--ru-cream); }
.hero__corner--right { right: clamp(16px, 4vw, 32px); letter-spacing: .12em; text-transform: uppercase; }

.manifesto { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 48px; align-items: end; }
.manifesto__title { grid-column: 1 / -1; font-size: clamp(34px, 5.2vw, 76px); line-height: 1; letter-spacing: -.03em; max-width: 15ch; }
.pillar { display: flex; flex-direction: column; gap: 10px; }
.pillar__word { font-family: var(--ru-font-display); font-weight: 900; font-size: 40px; line-height: 1; }
.pillar__desc { font-size: 15px; line-height: 1.5; color: var(--ru-muted-light); }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 48px; align-items: center; }
.review { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; text-align: center; align-items: center; }
.review__stars { color: var(--ru-orange); font-size: 22px; letter-spacing: .2em; }
.review__quote { font-family: var(--ru-font-display); font-weight: 900; font-size: clamp(26px, 3.4vw, 46px); line-height: 1.15; letter-spacing: -.02em; text-wrap: pretty; }

/* ---------- Page heroes ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(64px, 12vw, 160px) var(--ru-gutter) clamp(48px, 6vw, 80px); }
.page-hero--orange { background: var(--ru-orange); color: var(--ru-ink); padding-bottom: clamp(56px, 8vw, 120px); }
.page-hero .container { display: flex; flex-direction: column; gap: clamp(28px, 4vw, 48px); }

/* ---------- Menu ---------- */
.menu-section { padding: clamp(40px, 5vw, 72px) var(--ru-gutter); }
.menu-section__head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; border-bottom: 1px solid var(--ru-line); padding-bottom: 18px; }
.menu-section__head .h2 { font-size: clamp(32px, 4vw, 56px); }
.menu-list { display: flex; flex-direction: column; }
.menu-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--ru-line-light); }
.menu-row__name { font-family: var(--ru-font-display); font-weight: 900; font-size: 20px; }
.menu-row__desc { font-size: 14px; line-height: 1.5; color: var(--ru-muted-light); text-wrap: pretty; }
.menu-row__price { font-family: var(--ru-font-display); font-weight: 900; font-size: 18px; color: var(--ru-orange); white-space: nowrap; }

/* ---------- Catering ---------- */
.package__title { font-family: var(--ru-font-display); font-weight: 900; font-size: 28px; line-height: 1; }
.package__size { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ru-teal); white-space: nowrap; }
.bullet { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--ru-cream); }
.bullet::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ru-orange); flex: none; }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--ru-line-light); }
.step__n { font-family: var(--ru-font-display); font-weight: 900; font-size: 32px; line-height: 1; color: var(--ru-orange); }
.step__title { font-family: var(--ru-font-display); font-weight: 900; font-size: 20px; line-height: 1.1; }
.step__desc { font-size: 15px; line-height: 1.55; color: var(--ru-muted-light); text-wrap: pretty; }
.sticky-intro { display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 700px) { .sticky-intro { position: sticky; top: 96px; } }

/* ---------- Forms ---------- */
.form-panel { background: var(--ru-ink-2); border-radius: 24px; padding: clamp(20px, 3vw, 32px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 16px; }
.form-panel--stack { display: flex; flex-direction: column; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ru-muted); }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  background: var(--ru-ink); border: 1.5px solid rgba(243, 236, 223, .12); border-radius: var(--ru-r-input);
  padding: 14px 16px; font-size: 16px; outline: none; min-height: 48px; color: var(--ru-cream); width: 100%;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ru-muted) 50%), linear-gradient(135deg, var(--ru-muted) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.field textarea { resize: vertical; }
.field input[type="date"] { color-scheme: dark; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ru-teal); }
.field--error { color: var(--ru-orange); }
.field--error input, .field--error select, .field--error textarea { border-color: var(--ru-orange); }
.field__error { font-size: 12px; font-weight: 500; color: var(--ru-orange); }
.form-panel .btn { grid-column: 1 / -1; font-size: 16px; padding: 18px 28px; min-height: 52px; }
.success { background: var(--ru-ink-2); border-radius: 24px; padding: 40px 28px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.success__title { font-family: var(--ru-font-display); font-weight: 900; font-size: 36px; line-height: 1; color: var(--ru-teal); }
.success__again { margin-top: 10px; border: 1.5px solid rgba(243, 236, 223, .3); color: var(--ru-cream); border-radius: var(--ru-r-pill); padding: 12px 20px; font-size: 14px; }
.success__again:hover { border-color: var(--ru-teal); color: var(--ru-teal); }

/* ---------- Contact ---------- */
.contact-tile { display: flex; flex-direction: column; gap: 6px; background: var(--ru-ink-2); border-radius: 18px; padding: 20px; color: var(--ru-cream); min-height: 48px; transition: background .2s; }
.contact-tile:hover { background: var(--ru-ink-2-hover); color: var(--ru-cream); }
.contact-tile__label { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ru-teal); }
.contact-tile__value { font-family: var(--ru-font-display); font-weight: 900; font-size: 22px; overflow-wrap: anywhere; }
.contact-tile--orange { background: var(--ru-orange); color: var(--ru-ink); }
.contact-tile--orange .contact-tile__label { color: var(--ru-ink); }
.contact-tile--orange:hover { background: var(--ru-cream); color: var(--ru-ink); }

/* ---------- Story ---------- */
.chapter { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 40px; align-items: center; }
.chapter__label { font-family: var(--ru-font-display); font-weight: 900; font-size: 14px; letter-spacing: .2em; }
.chapter__title { font-family: var(--ru-font-display); font-weight: 900; font-size: clamp(30px, 3.6vw, 50px); line-height: 1; letter-spacing: -.03em; text-wrap: pretty; }
.chapter__body { font-size: 16px; line-height: 1.65; color: var(--ru-muted); max-width: 46ch; text-wrap: pretty; }
.value-card { background: #FFFFFF; border-radius: var(--ru-r-card); padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.value-card__word { font-family: var(--ru-font-display); font-weight: 900; font-size: 30px; line-height: 1; }
.value-card__meaning { font-size: 14px; line-height: 1.55; color: var(--ru-muted-light); text-wrap: pretty; }

/* ---------- Footer ---------- */
.footer { background: var(--ru-ink-3); padding: 64px var(--ru-gutter) 32px; }
.footer__inner { max-width: var(--ru-max); margin: 0 auto; display: flex; flex-direction: column; gap: 56px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 40px; align-items: start; }
.footer__col { display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.footer__col a { color: var(--ru-cream); }
.footer__col a:hover { color: var(--ru-orange); }
.footer__col--brand { gap: 18px; }
.footer__col--brand p { font-size: 15px; line-height: 1.55; color: var(--ru-muted); max-width: 30ch; }
.footer__logo { width: 96px; height: 96px; border-radius: 50%; }
.footer__legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--ru-faint); border-top: 1px solid rgba(243, 236, 223, .08); padding-top: 24px; }

/* ---------- Admin ---------- */
.admin { max-width: var(--ru-max); margin: 0 auto; padding: 48px var(--ru-gutter); display: flex; flex-direction: column; gap: 32px; }
.admin table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin th, .admin td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--ru-line); }
.admin th { color: var(--ru-teal); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.admin td { color: var(--ru-cream); white-space: pre-wrap; }
.admin-scroll { overflow-x: auto; }

/* ---------- Ad creatives (/ads) ---------- */
body.bare { background: #0E0C0A; }
.ads { padding: 48px; display: flex; flex-direction: column; gap: 28px; }
.ads__row { display: flex; gap: 40px; flex-wrap: wrap; align-items: flex-start; }
.ad-frame { display: flex; flex-direction: column; gap: 12px; }
.ad-frame__label { font-size: 12px; color: var(--ru-muted); font-weight: 600; }
.ad-frame__label a { color: var(--ru-orange); }
.ad { position: relative; overflow: hidden; flex: none; width: 1080px; }
.ad--story { height: 1920px; }
.ad--feed { height: 1080px; }
.ad--ink { background: var(--ru-ink); color: var(--ru-cream); }
.ad--orange { background: var(--ru-orange); color: var(--ru-ink); }
.ad--cream { background: var(--ru-cream); color: var(--ru-ink); }
.ad__logo { border-radius: 50%; }
.ad__pill { font-weight: 700; border-radius: var(--ru-r-pill); white-space: nowrap; }
.ad__label { position: absolute; left: 24px; bottom: 24px; font-family: var(--ru-font-display); font-weight: 900; font-size: 36px; padding: 16px 26px; border-radius: var(--ru-r-pill); }
