:root {
  --wrap: 1200px;
  --stone: #2b3038;
  --stone-deep: #1a1e24;
  --bronze: #c4a574;
  --bronze-deep: #9a7b4f;
  --ember: #e85d04;
  --ember-hot: #f48c06;
  --lawn: #3d7a52;
  --lawn-soft: #6fad84;
  --sand: #f3eee4;
  --mist: #e8e4dc;
  --ink: #14181e;
  --paper: #fffdf8;
  --muted: #6b7280;
  --danger: #c0392b;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(26, 30, 36, 0.14);
  --font: "Outfit", system-ui, sans-serif;
  --display: "Source Serif 4", Georgia, serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 480px at 100% -10%, rgba(232, 93, 4, 0.12), transparent 55%),
    radial-gradient(900px 420px at -5% 20%, rgba(196, 165, 116, 0.18), transparent 50%),
    linear-gradient(180deg, #f7f3eb 0%, #efe9df 48%, #e7e1d6 100%);
  min-height: 100vh;
  line-height: 1.55;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ember); text-decoration: none; }
a:hover { color: var(--bronze-deep); }

.rs-shell { min-height: 100vh; display: flex; flex-direction: column; }
.rs-wrap { width: min(100% - 32px, var(--wrap)); margin: 0 auto; }
.rs-main { flex: 1; padding: 28px 0 56px; }

/* Mast: brand left, menu RIGHT */
.rs-mast {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(26, 30, 36, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--ember);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.rs-mast-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 10px 0;
}
.rs-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  min-width: 0;
  flex: 1 1 auto;
}
.rs-brand img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  object-fit: contain;
}
.rs-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.rs-brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rs-brand-copy em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--bronze);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rs-burger {
  display: none;
  border: 0;
  background: var(--ember);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
}

.rs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.rs-nav ul li:last-child {
  margin-left: 10px;
}
.rs-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,0.86);
  font-size: 0.86rem;
  font-weight: 650;
  border: 1px solid transparent;
  transition: 0.18s ease;
}
.rs-link i { font-size: 0.85rem; opacity: 0.9; }
.rs-link:hover { background: rgba(255,255,255,0.08); color: #fff; }
.rs-link.is-on:not(.rs-link-shop) {
  background: rgba(196, 165, 116, 0.18);
  border-color: rgba(196, 165, 116, 0.45);
  color: #fff;
}
.rs-link.rs-link-shop {
  background: linear-gradient(135deg, #ff6a00 0%, #e85d04 42%, #ffb703 100%);
  color: #fff !important;
  border: 2px solid #ffe8a3;
  padding: 11px 20px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.28), 0 10px 22px rgba(232, 93, 4, 0.55);
  transform: translateY(0);
  animation: rs-shop-pulse 1.8s ease-in-out infinite;
}
.rs-link.rs-link-shop i {
  font-size: 1rem;
  opacity: 1;
}
.rs-link.rs-link-shop:hover {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-1px);
}
.rs-link.rs-link-shop.is-on,
.page-shop .rs-link.rs-link-shop,
.rs-tone-shop .rs-link.rs-link-shop {
  background: linear-gradient(135deg, #ff7a18 0%, #e85d04 40%, #ffc300 100%);
  border-color: #fff3c4;
  box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.45), 0 12px 26px rgba(232, 93, 4, 0.62);
  color: #fff !important;
  outline: 0;
}
@keyframes rs-shop-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.28), 0 10px 22px rgba(232, 93, 4, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(255, 183, 3, 0.35), 0 12px 26px rgba(232, 93, 4, 0.7); }
}

.rs-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 8px;
}
.rs-title {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--stone-deep);
}
.rs-lead {
  max-width: 62ch;
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 1.02rem;
}

.rs-panel {
  background: var(--paper);
  border: 1px solid rgba(43, 48, 56, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

/* Home spotlight band */
.rs-spotlight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(43,48,56,0.96), rgba(61,122,82,0.88)),
    url("../images/banner.webp") center/cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.rs-spotlight::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(232,93,4,0.55), transparent 70%);
  pointer-events: none;
}
.rs-spotlight-copy { position: relative; z-index: 1; }
.rs-spotlight-copy .rs-kicker { color: var(--bronze); }
.rs-spotlight-copy .rs-title { color: #fff; }
.rs-spotlight-copy .rs-lead { color: rgba(255,255,255,0.82); }
.rs-spotlight-art {
  position: relative;
  z-index: 1;
  justify-self: end;
}
.rs-spotlight-art img {
  width: min(100%, 360px);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  border: 3px solid rgba(196,165,116,0.45);
}

.rs-playbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 8px;
}
.rs-store-btn img {
  height: 48px;
  width: auto;
  transition: transform 0.15s ease;
}
.rs-store-btn:hover img { transform: translateY(-2px); }

.rs-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 10px;
}
.rs-tile {
  background: var(--paper);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(43,48,56,0.07);
  box-shadow: 0 10px 24px rgba(26,30,36,0.08);
}
.rs-tile h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--stone);
}
.rs-tile p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.rs-tile-media img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.rs-tile-cta {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 700;
  font-size: 0.9rem;
}

.rs-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}
.rs-split-flip { grid-template-columns: 0.75fr 1.25fr; }
.rs-figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(43,48,56,0.08);
  max-width: 320px;
}
.rs-figure img { width: 100%; display: block; }
.rs-figure figcaption {
  padding: 10px 12px;
  font-size: 0.82rem;
  color: var(--muted);
  background: var(--sand);
}

.rs-points { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.rs-points li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  background: var(--sand);
  border-radius: 12px;
}
.rs-points i { color: var(--ember); margin-top: 3px; }

.rs-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}
.rs-feature {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(160deg, #fff, var(--sand));
  border-left: 4px solid var(--lawn);
}
.rs-feature strong { display: block; margin-bottom: 6px; color: var(--stone); }

.rs-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}
.rs-contact-card {
  display: grid;
  gap: 12px;
}
.rs-contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid rgba(43,48,56,0.08);
}
.rs-contact-row i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(232, 93, 4, 0.12);
  color: var(--ember);
  flex: 0 0 auto;
}
.rs-contact-row strong { display: block; font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.rs-contact-row span, .rs-contact-row a { color: var(--ink); font-weight: 650; }
.rs-contact-visual {
  border-radius: 18px;
  overflow: hidden;
  max-width: 360px;
  margin-left: auto;
  box-shadow: var(--shadow);
}
.rs-contact-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }

/* Shop — packs top strip, ticket form below */
.rs-notes {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rs-notes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(61, 122, 82, 0.08);
  border-radius: 12px;
  font-size: 0.92rem;
  color: var(--stone);
}
.rs-notes i { color: var(--lawn); margin-top: 3px; }

.rs-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fdecea;
  color: var(--danger);
  border: 1px solid #f5c6c2;
  margin-bottom: 16px;
}

.rs-money-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.rs-money-btn {
  border: 1px solid rgba(43,48,56,0.15);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}
.rs-money-btn.is-on {
  background: var(--stone);
  color: #fff;
  border-color: var(--stone);
}

.rs-plaza {
  display: grid;
  gap: 22px;
}
.rs-pack-rail h2,
.rs-ticket h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.rs-pack-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}
.rs-pack {
  border: 2px solid transparent;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 8px 20px rgba(26,30,36,0.08);
  transition: 0.15s ease;
}
.rs-pack:hover { transform: translateY(-2px); }
.rs-pack.is-on {
  border-color: var(--ember);
  box-shadow: 0 10px 24px rgba(232, 93, 4, 0.22);
}
.rs-pack img {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  object-fit: contain;
}
.rs-pack-title { font-weight: 800; color: var(--stone); font-size: 0.95rem; }
.rs-pack-price { color: var(--ember); font-weight: 800; margin-top: 4px; }

.rs-ticket {
  background: linear-gradient(145deg, var(--stone-deep), #33404a);
  color: #fff;
  border-radius: 20px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.rs-ticket::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #efe9df;
  transform: translateY(-50%);
}
.rs-ticket::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #efe9df;
  transform: translateY(-50%);
}
.rs-ticket h2 { color: var(--bronze); }
.rs-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rs-field { display: grid; gap: 6px; }
.rs-field label { font-size: 0.8rem; font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; text-transform: uppercase; }
.rs-field input[type="text"],
.rs-field input[type="email"] {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}
.rs-field input[readonly] { opacity: 0.85; }
.rs-picked {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(196, 165, 116, 0.15);
  border: 1px dashed rgba(196, 165, 116, 0.45);
}
.rs-picked-name { font-weight: 700; }
.rs-picked-price { color: var(--ember-hot); font-weight: 800; }
.rs-pay-list { display: grid; gap: 8px; }
.rs-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
}
.rs-pay.is-on {
  border-color: var(--ember);
  background: rgba(232, 93, 4, 0.18);
}
.rs-pay input { accent-color: var(--ember); }
.rs-agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
}
.rs-agree a { color: var(--bronze); text-decoration: underline; }
.rs-err { color: #ffb4a8; font-size: 0.82rem; min-height: 1em; }
.rs-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.rs-btn-ember {
  background: linear-gradient(135deg, var(--ember), var(--ember-hot));
  color: #fff;
  width: 100%;
  margin-top: 8px;
  box-shadow: 0 10px 22px rgba(232, 93, 4, 0.35);
}
.rs-btn-ghost {
  background: transparent;
  color: var(--stone);
  border: 1px solid rgba(43,48,56,0.2);
}
.rs-btn-ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}
.rs-load, .rs-empty {
  padding: 24px;
  text-align: center;
  color: var(--muted);
  background: rgba(255,255,255,0.6);
  border-radius: 12px;
}
.rs-ticket .rs-load, .rs-ticket .rs-empty { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75); }

.rs-span-2 { grid-column: 1 / -1; }

/* Confirm / status pages */
.rs-invoice {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.rs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  text-align: left;
  background: var(--paper);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.rs-table th, .rs-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(43,48,56,0.08);
}
.rs-table th {
  width: 36%;
  background: var(--sand);
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rs-total { color: var(--ember); font-weight: 800; font-size: 1.1rem; }
.rs-count {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--ember);
  margin: 8px 0 16px;
}
.rs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.rs-status {
  max-width: 560px;
  margin: 20px auto;
  text-align: center;
  padding: 32px 24px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.rs-status i { font-size: 2.6rem; margin-bottom: 12px; }
.rs-status-ok i { color: var(--lawn); }
.rs-status-bad i { color: var(--danger); }

/* Footer differentiated: band with reach + shop accent */
.rs-foot {
  margin-top: auto;
  background: var(--stone-deep);
  color: rgba(255,255,255,0.82);
  padding: 36px 0 22px;
  border-top: 4px solid var(--bronze);
}
.rs-foot-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rs-foot-mark {
  display: flex;
  gap: 12px;
  align-items: center;
}
.rs-foot-mark img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255,255,255,0.06);
}
.rs-foot-mark strong { display: block; color: #fff; }
.rs-foot-mark span { font-size: 0.82rem; color: var(--bronze); }
.rs-foot-reach p { margin: 0 0 8px; font-size: 0.9rem; }
.rs-foot-reach i { color: var(--ember); width: 18px; }
.rs-foot-reach a { color: #fff; }
.rs-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-content: start;
}
.rs-foot-links a {
  color: rgba(255,255,255,0.75);
  font-size: 0.86rem;
  font-weight: 650;
}
.rs-foot-links a:hover { color: var(--bronze); }
.rs-foot-shop {
  color: #fff !important;
  background: var(--ember);
  padding: 4px 10px;
  border-radius: 999px;
}
.rs-foot-copy {
  margin: 16px 0 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

@media (max-width: 980px) {
  .rs-spotlight,
  .rs-split,
  .rs-split-flip,
  .rs-contact-grid,
  .rs-mosaic,
  .rs-foot-band,
  .rs-notes,
  .rs-feature-grid,
  .rs-fields {
    grid-template-columns: 1fr;
  }
  .rs-spotlight-art { justify-self: start; }
  .rs-contact-visual { margin-left: 0; max-width: none; }
  .rs-figure { max-width: none; }
}

@media (max-width: 860px) {
  .rs-burger { display: inline-grid; place-items: center; }
  .rs-nav {
    display: none;
    position: absolute;
    top: 78px;
    right: 16px;
    left: 16px;
    background: var(--stone);
    border-radius: 14px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow);
  }
  .rs-nav.is-open { display: block; }
  .rs-nav ul { flex-direction: column; align-items: stretch; }
  .rs-nav ul li:last-child { margin-left: 0; margin-top: 6px; }
  .rs-link { justify-content: flex-start; }
  .rs-link.rs-link-shop { justify-content: center; }
  .rs-mast-inner { position: relative; }
  .rs-brand-copy strong { font-size: 0.92rem; }
}
