/* Restaurun public site refresh — local draft
   Direction: downtime infrastructure as a service for restaurants.
   Brand: Burner Red #da0000, Stainless Steel #EFE9E9, Cast Iron #141516. */

:root {
  --rr-red: #da0000;
  --rr-ink: #141516;
  --rr-steel: #efe9e9;
  --rr-white: #ffffff;
  --rr-muted: #676b71;
  --rr-soft: #f8f6f5;
  --rr-line: rgba(20, 21, 22, 0.10);
  --rr-line-strong: rgba(20, 21, 22, 0.18);
  --rr-shadow-border: 0 0 0 1px rgba(20, 21, 22, 0.10), 0 18px 40px rgba(20, 21, 22, 0.06);
  --rr-radius: 18px;
  --rr-max: 1180px;
}

body.restaurun-modern-home {
  background: var(--rr-white);
  color: var(--rr-ink);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.restaurun-modern-home .site-above-header-wrap,
.restaurun-modern-home .ast-above-header-wrap {
  background: var(--rr-ink) !important;
  color: var(--rr-white) !important;
}

.restaurun-modern-home .ast-above-header-wrap p {
  color: var(--rr-white) !important;
  border-color: rgba(255,255,255,.22) !important;
  font-size: 13px !important;
  letter-spacing: -0.01em;
}

.restaurun-modern-home .ast-primary-header-bar {
  border-bottom: 1px solid var(--rr-line);
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(16px);
}

.restaurun-modern-home .main-header-menu .menu-link,
.restaurun-modern-home .ast-builder-menu .main-navigation > ul > li > a {
  color: var(--rr-ink) !important;
  font-weight: 700;
  font-size: 14px;
}

.restaurun-modern-home .ast-custom-button {
  background: var(--rr-red) !important;
  border-radius: 999px !important;
  color: white !important;
  box-shadow: 0 0 0 1px rgba(218,0,0,.2), 0 12px 30px rgba(218,0,0,.25);
  font-weight: 800;
}

.restaurun-modern-home #content .ast-container {
  max-width: none;
  padding: 0;
}

.restaurun-modern-home #primary,
.restaurun-modern-home #main,
.restaurun-modern-home article,
.restaurun-modern-home .entry-content {
  margin: 0;
  padding: 0;
}

.restaurun-modern-home .entry-content > .elementor.elementor-9 {
  display: none !important;
}

.rr-modern {
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--rr-ink);
  background:
    radial-gradient(circle at 15% 4%, rgba(218, 0, 0, .10), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fbfafa 46%, #fff 100%);
  overflow: hidden;
}

.rr-modern *,
.rr-modern *::before,
.rr-modern *::after {
  box-sizing: border-box;
}

.rr-shell {
  width: min(var(--rr-max), calc(100% - 40px));
  margin: 0 auto;
}

.rr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--rr-line);
  color: var(--rr-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rr-pulse {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rr-red);
  box-shadow: 0 0 0 7px rgba(218,0,0,.09);
}

.rr-hero {
  position: relative;
  padding: clamp(70px, 8vw, 118px) 0 clamp(44px, 7vw, 92px);
}

.rr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.rr-kicker-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.rr-availability {
  color: var(--rr-muted);
  font-size: 13px;
  font-weight: 700;
}

.rr-hero h1 {
  margin: 0;
  max-width: 870px;
  font-size: clamp(50px, 8vw, 92px);
  line-height: .93;
  letter-spacing: -.07em;
  font-weight: 900;
  text-wrap: balance;
}

.rr-red { color: var(--rr-red); }

.rr-hero-copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: #3d4147;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.rr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.rr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.rr-btn-primary {
  color: white !important;
  background: var(--rr-red);
  box-shadow: 0 0 0 1px rgba(218,0,0,.22), 0 18px 34px rgba(218,0,0,.22);
}

.rr-btn-secondary {
  color: var(--rr-ink) !important;
  background: white;
  box-shadow: 0 0 0 1px var(--rr-line-strong);
}

.rr-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 760px;
}

.rr-proof {
  background: rgba(255,255,255,.72);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 0 0 1px var(--rr-line);
}

.rr-proof strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.05em;
}

.rr-proof span {
  display: block;
  color: var(--rr-muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.rr-command-card {
  position: relative;
  background: var(--rr-ink);
  color: white;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 30px 90px rgba(20,21,22,.25);
  overflow: hidden;
}

.rr-command-card::before {
  content: "";
  position: absolute;
  inset: -20% -30% auto auto;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(218,0,0,.38), transparent 62%);
}

.rr-card-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.rr-card-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  font-weight: 800;
}

.rr-status-live {
  color: white;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.rr-system-list {
  position: relative;
  display: grid;
  gap: 10px;
}

.rr-system {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}

.rr-system-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(218,0,0,.22);
  color: #fff;
  font-weight: 900;
}

.rr-system b {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.rr-system small {
  display: block;
  color: rgba(255,255,255,.62);
  margin-top: 3px;
  line-height: 1.35;
}

.rr-system-state {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(218,0,0,.92);
}

.rr-section {
  padding: clamp(52px, 7vw, 96px) 0;
}

.rr-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.rr-section h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 900;
  text-wrap: balance;
}

.rr-section-lede {
  color: var(--rr-muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

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

.rr-tile {
  background: white;
  border-radius: var(--rr-radius);
  padding: 24px;
  box-shadow: var(--rr-shadow-border);
}

.rr-tile h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.rr-tile p {
  margin: 12px 0 0;
  color: var(--rr-muted);
  line-height: 1.55;
  font-size: 15px;
}

.rr-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.rr-chip {
  border-radius: 999px;
  padding: 8px 10px;
  background: var(--rr-soft);
  color: #44484e;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 0 0 1px var(--rr-line);
}

.rr-operating-system {
  background: var(--rr-ink);
  color: white;
}

.rr-operating-system .rr-section-lede,
.rr-operating-system .rr-tile p { color: rgba(255,255,255,.68); }
.rr-operating-system .rr-tile h3 { color: #ffffff; }
.rr-operating-system .rr-eyebrow { background: rgba(255,255,255,.08); color: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.rr-operating-system h2 { color: #fff; }

.rr-operating-system .rr-tile {
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}

.rr-step-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--rr-red);
  color: white;
  font-weight: 900;
  margin-bottom: 22px;
}

.rr-split {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.rr-quote-card {
  background: var(--rr-red);
  color: white;
  border-radius: 26px;
  padding: clamp(28px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  box-shadow: 0 22px 60px rgba(218,0,0,.24);
}

.rr-quote-card h2 {
  color: white;
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .96;
  letter-spacing: -.06em;
}

.rr-quote-card p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.84);
  line-height: 1.55;
  font-size: 18px;
}

.rr-infra-list {
  display: grid;
  gap: 12px;
}

.rr-infra-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background: white;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 0 0 1px var(--rr-line);
}

.rr-infra-row b {
  font-size: 16px;
}

.rr-infra-row span {
  color: var(--rr-muted);
  font-size: 13px;
}

.rr-cta-band {
  margin: clamp(42px, 7vw, 88px) auto 0;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(135deg, var(--rr-ink), #2a2c30);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 24px 70px rgba(20,21,22,.22);
}

.rr-cta-band h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.06em;
}

.rr-cta-band p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
}

.rr-cta-band .rr-btn-secondary {
  color: var(--rr-ink) !important;
  background: white;
}

@media (max-width: 920px) {
  .rr-hero-grid,
  .rr-section-head,
  .rr-split,
  .rr-cta-band { grid-template-columns: 1fr; }
  .rr-grid-3 { grid-template-columns: 1fr; }
  .rr-proof-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .rr-modern { width: 100vw; max-width: 100vw; }
  .rr-shell { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .rr-hero { padding-top: 46px; }
  .rr-hero h1 { font-size: clamp(38px, 10.7vw, 42px); line-height: .98; letter-spacing: -.055em; text-wrap: pretty; }
  .rr-system { grid-template-columns: 38px 1fr; }
  .rr-system-state { grid-column: 2; justify-self: start; }
  .rr-actions { flex-direction: column; }
  .rr-btn { width: 100%; }
}
