:root {
  --bg: #f4ede1;
  --surface: #fff7ef;
  --surface-strong: #ffffff;
  --text: #171717;
  --muted: #5c524a;
  --brand: #f35d1f;
  --brand-strong: #d94311;
  --brand-soft: #ff8b57;
  --accent: #1e2431;
  --accent-soft: #314054;
  --line: rgba(23, 23, 23, 0.08);
  --shadow: 0 24px 70px rgba(111, 44, 14, 0.18);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-display: "Avenir Next Condensed", "Futura", "Avenir Next", "Trebuchet MS", sans-serif;
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 188, 140, 0.5), transparent 28%),
    linear-gradient(180deg, #f9efe5 0%, #f3e5d7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 85%);
  opacity: 0.18;
}

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

button {
  font: inherit;
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.page-shell {
  width: min(1320px, calc(100% - 32px));
  margin: 20px auto;
}

.hero,
.section,
.footer {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #fff8f2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% auto;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 218, 175, 0.45), rgba(255, 218, 175, 0));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 800;
}

.brand-text {
  font-size: 1.25rem;
  font-weight: 800;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.96rem;
}

.topbar-links a {
  opacity: 0.92;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 32px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.showcase-copy h2,
.footer h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.9rem, 8vw, 7.3rem);
}

.hero-copy h1 span {
  color: #ffe2d4;
}

.hero-text {
  max-width: 56ch;
  margin: 24px 0 28px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 248, 242, 0.88);
}

.hero-actions,
.ticket-card.actions,
.panel-tools,
.hero-badges,
.legend,
.topbar-links,
.metric-strip,
.modules-grid,
.feature-grid,
.order-footer,
.ticket-summary {
  display: flex;
  flex-wrap: wrap;
}

.hero-actions {
  gap: 14px;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: #fff8f2;
  color: var(--brand-strong);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff8f2;
  border-color: rgba(255, 255, 255, 0.28);
}

.button.ghost {
  color: var(--text);
  background: transparent;
  border-color: var(--line);
}

.button.full {
  width: 100%;
}

.hero-badges {
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-badges li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.poster-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 65px rgba(65, 20, 8, 0.22);
}

.poster-main {
  min-height: 300px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(160deg, #fff1e6 0%, #fff7f2 100%);
  color: var(--brand);
}

.poster-main::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 209, 162, 0.8), rgba(255, 136, 80, 0.18));
}

.poster-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poster-main h2,
.board-callout h3 {
  position: relative;
  z-index: 1;
  max-width: 6ch;
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 4.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.poster-main p:last-child {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.poster-side {
  padding: 16px;
  background: rgba(16, 18, 24, 0.92);
  color: #fefaf5;
}

.poster-screen {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, #272d36 0%, #191d24 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f35d1f, #e34f12);
  font-size: 0.85rem;
  font-weight: 700;
}

.screen-floor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  min-height: 220px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(47, 75, 53, 0.7) 0%, rgba(47, 75, 53, 0.7) 8%, rgba(229, 215, 189, 0.95) 8%, rgba(229, 215, 189, 0.95) 92%, rgba(47, 75, 53, 0.7) 92%, rgba(47, 75, 53, 0.7) 100%);
}

.mini-table {
  display: grid;
  place-items: center;
  min-height: 64px;
  font-weight: 800;
  color: #f9f6f2;
  background: #506375;
  box-shadow: inset 0 -5px rgba(0, 0, 0, 0.16);
}

.mini-table.square {
  border-radius: 16px;
}

.mini-table.round {
  border-radius: 999px;
}

.status-free {
  background: #577387;
}

.status-busy {
  background: #1f3346;
}

.status-order {
  background: #d76a2b;
}

.poster-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.poster-cta p {
  margin: 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  text-align: center;
}

.section {
  margin-top: 22px;
  padding: 28px;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.showcase-copy h2,
.footer h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--accent);
}

.section-heading.dual {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.intro {
  background:
    radial-gradient(circle at top right, rgba(243, 93, 31, 0.08), transparent 32%),
    var(--surface-strong);
}

.feature-grid {
  gap: 18px;
}

.feature-card {
  flex: 1 1 260px;
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fffaf5 0%, #fff4eb 100%);
  border: 1px solid rgba(243, 93, 31, 0.14);
}

.feature-card h3,
.module-card h3,
.ticket-card h3,
.panel-header h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p,
.module-card p,
.showcase-copy p,
.footer p,
.section-heading p {
  color: var(--muted);
  line-height: 1.6;
}

.metric-strip {
  gap: 14px;
}

.metric {
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff3e8;
  border: 1px solid rgba(243, 93, 31, 0.12);
}

.metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--brand-strong);
}

.metric-label {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  gap: 18px;
}

.floorplan-panel,
.ticket-panel,
.ticket-card,
.module-card,
.showcase-board {
  border-radius: var(--radius-lg);
}

.floorplan-panel,
.ticket-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.floorplan-panel {
  padding: 20px;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.panel-eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.ghost-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff5ec;
  border-color: transparent;
  color: var(--accent);
  font-weight: 700;
}

.ghost-button.active {
  background: var(--accent);
  color: #fffdf8;
}

.floorplan {
  position: relative;
  min-height: 580px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #6f8353 0%, #6f8353 7%, #e5d6b9 7%, #e5d6b9 93%, #6f8353 93%, #6f8353 100%);
  border: 6px solid #2d2a2a;
}

.floorplan::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 92px;
  width: 200px;
  height: 190px;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 15%),
    #2b2323;
  box-shadow: 0 0 0 6px #433a3a;
}

.table-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  transition: transform 180ms ease, filter 180ms ease;
}

.table-button:hover,
.table-button:focus-visible {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.table-button.active .table-core {
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.78),
    0 0 0 9px rgba(243, 93, 31, 0.24),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.table-core {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 78px;
  border-radius: 16px;
  background: #5b7384;
  color: #fbf7f1;
  font-weight: 800;
  box-shadow: inset 0 -5px rgba(0, 0, 0, 0.16), 0 12px 24px rgba(0, 0, 0, 0.12);
}

.table-button.round .table-core {
  width: 68px;
  height: 68px;
  border-radius: 999px;
}

.table-button[data-status="busy"] .table-core {
  background: #2d4254;
}

.table-button[data-status="order"] .table-core {
  background: #d66c2e;
}

.table-button[data-status="reserved"] .table-core {
  background: #8d5dd2;
}

.table-button.hidden {
  opacity: 0.18;
}

.chair {
  position: absolute;
  width: 10px;
  height: 24px;
  border-radius: 6px;
  background: #405968;
  box-shadow: inset 0 -2px rgba(255, 255, 255, 0.08);
}

.table-button.round .chair {
  width: 12px;
  height: 18px;
}

.chair.top {
  left: 50%;
  top: -14px;
  transform: translateX(-50%) rotate(90deg);
}

.chair.bottom {
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%) rotate(90deg);
}

.chair.left {
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.chair.right {
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.table-button.round .chair.top {
  top: -12px;
}

.table-button.round .chair.bottom {
  bottom: -12px;
}

.legend {
  gap: 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.dot.free {
  background: #5b7384;
}

.dot.busy {
  background: #2d4254;
}

.dot.order {
  background: #d66c2e;
}

.dot.reserved {
  background: #8d5dd2;
}

.ticket-panel {
  display: grid;
  gap: 18px;
}

.ticket-card {
  padding: 20px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.status-pill.free {
  background: rgba(91, 115, 132, 0.12);
  color: #47606f;
}

.status-pill.busy {
  background: rgba(45, 66, 84, 0.12);
  color: #2d4254;
}

.status-pill.order {
  background: rgba(214, 108, 46, 0.12);
  color: #c25f22;
}

.status-pill.reserved {
  background: rgba(141, 93, 210, 0.12);
  color: #7a45c0;
}

.ticket-summary {
  gap: 12px;
  margin-top: 18px;
}

.ticket-summary div {
  flex: 1 1 96px;
  padding: 14px;
  border-radius: 18px;
  background: #fff5ec;
}

.guest-editor,
.service-actions,
.ops-header,
.order-item-top,
.order-item-controls,
.activity-meta {
  display: flex;
  align-items: center;
}

.guest-editor,
.service-actions,
.ops-header,
.order-item-top,
.activity-meta {
  justify-content: space-between;
}

.guest-editor {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff8f2;
  border: 1px solid rgba(243, 93, 31, 0.12);
}

.guest-editor span {
  color: var(--muted);
  font-size: 0.92rem;
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.stepper-button,
.mini-action,
.chip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 36, 49, 0.1);
  background: #fffaf6;
  color: var(--accent);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.stepper-button:hover,
.mini-action:hover,
.chip-button:hover {
  transform: translateY(-1px);
}

.stepper-button {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 800;
}

.service-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip-button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.chip-button.danger {
  color: var(--brand-strong);
  border-color: rgba(217, 67, 17, 0.18);
  background: #fff1ea;
}

.ticket-summary span,
.order-footer span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.ticket-summary strong,
.order-footer strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--accent);
}

.order-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.order-item-main {
  min-width: 0;
}

.order-item-top {
  gap: 10px;
  align-items: flex-start;
}

.order-total-block {
  min-width: 110px;
  text-align: right;
}

.order-total-block strong {
  white-space: nowrap;
}

.order-item strong,
.order-item span {
  display: block;
}

.order-item strong {
  font-weight: 800;
}

.order-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.order-item-controls {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.mini-action {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.qty-badge {
  cursor: default;
}

.mini-action.primary {
  background: #fff0e7;
  color: var(--brand-strong);
  border-color: rgba(217, 67, 17, 0.14);
}

.mini-action.neutral {
  background: #f8f4ef;
}

.status-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.status-tag.sent {
  background: rgba(45, 66, 84, 0.1);
  color: #2d4254;
}

.status-tag.pending {
  background: rgba(214, 108, 46, 0.12);
  color: #c25f22;
}

.order-footer {
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.ticket-card.actions {
  gap: 12px;
}

.ticket-card.actions .button.primary {
  background: var(--brand);
  color: #fff9f3;
}

.ticket-card.actions .button.secondary {
  background: var(--accent);
  color: #fff9f3;
  border-color: var(--accent);
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr) minmax(260px, 0.8fr);
  gap: 18px;
  margin-top: 18px;
}

.ops-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.category-tools {
  gap: 10px;
}

.product-grid,
.activity-list,
.summary-grid {
  display: grid;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.product-button {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(243, 93, 31, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff3e8 100%);
  color: var(--accent);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(111, 44, 14, 0.1);
}

.product-button strong {
  font-size: 1rem;
}

.product-meta,
.product-price {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-price {
  font-weight: 800;
  color: var(--brand-strong);
}

.activity-list {
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.activity-item {
  padding: 14px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.activity-item strong {
  display: block;
  margin-bottom: 6px;
}

.activity-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.activity-meta {
  gap: 12px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.summary-item {
  padding: 16px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.summary-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.summary-item strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
  color: var(--accent);
  word-break: break-word;
}

.modules-grid {
  gap: 18px;
}

.module-card {
  flex: 1 1 280px;
  min-height: 240px;
  padding: 24px;
}

.accent-dark {
  background: linear-gradient(160deg, #1e2431 0%, #313d4f 100%);
  color: #fff8f2;
}

.accent-dark p,
.accent-dark .mini-kpi {
  color: rgba(255, 248, 242, 0.85);
}

.accent-light {
  background: linear-gradient(180deg, #fff1e5 0%, #ffd8c2 100%);
}

.accent-outline {
  background: linear-gradient(180deg, #fffdfa 0%, #fff5ea 100%);
  border: 1px solid rgba(30, 36, 49, 0.08);
}

.mini-kpi {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(243, 93, 31, 0.08), transparent 42%),
    #fffaf5;
}

.showcase-board {
  padding: 24px;
  background: linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #fff9f4;
  box-shadow: 0 28px 60px rgba(78, 24, 7, 0.2);
}

.board-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.board-brand {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-sub {
  font-size: 1rem;
  font-weight: 700;
}

.board-callout {
  padding: 22px;
  border-radius: 24px;
  background: #fff7f0;
  color: var(--brand);
}

.board-callout p {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
}

.board-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.board-list span {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-display);
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.footer {
  margin-top: 22px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #fff6ee, #fffdfb);
}

.confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
}

.confirm-modal.hidden {
  display: none;
}

.confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 20, 23, 0.45);
  backdrop-filter: blur(6px);
}

.confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff3ea 100%);
  border: 1px solid rgba(243, 93, 31, 0.14);
  box-shadow: 0 28px 60px rgba(58, 21, 7, 0.24);
}

.confirm-dialog h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--accent);
}

.confirm-dialog p:last-of-type {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1rem;
}

.confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .dashboard-shell,
  .showcase,
  .ops-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.dual,
  .panel-header,
  .footer,
  .ops-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1320px);
    margin: 10px auto;
  }

  .hero,
  .section,
  .footer {
    padding: 20px;
    border-radius: 24px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 18vw, 4.7rem);
  }

  .poster-cta {
    grid-template-columns: 1fr;
  }

  .screen-floor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floorplan {
    min-height: 500px;
  }

  .floorplan::before {
    width: 132px;
    height: 140px;
  }

  .table-core {
    width: 44px;
    height: 68px;
  }

  .table-button.round .table-core {
    width: 58px;
    height: 58px;
  }

  .board-brand {
    font-size: 2.5rem;
  }

  .board-list span {
    font-size: 1.2rem;
  }

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

  .confirm-dialog {
    padding: 22px;
    border-radius: 22px;
  }

  .confirm-actions {
    flex-direction: column-reverse;
  }
}
