:root {
  --green-950: #03291d;
  --green-900: #073f2b;
  --green-800: #0b5239;
  --green-700: #17664a;
  --cream-50: #fffaf1;
  --cream-100: #f8efe2;
  --cream-200: #ecddca;
  --cream-300: #dcc6aa;
  --gold-300: #dcb870;
  --gold-400: #c99843;
  --gold-500: #b7832c;
  --ink: #153329;
  --muted: #6c6257;
  --danger: #a3473b;
  --line: rgba(183, 131, 44, 0.28);
  --shadow: 0 24px 70px rgba(55, 36, 18, 0.14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(201, 152, 67, 0.13), transparent 23rem),
    radial-gradient(circle at 92% 20%, rgba(7, 63, 43, 0.09), transparent 26rem),
    linear-gradient(180deg, #fcf7ef 0%, #eddfcf 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.24;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 63, 43, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 63, 43, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select,
input[type="date"],
input[type="checkbox"] {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(201, 152, 67, 0.45);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(1480px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--green-900);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(183, 131, 44, 0.46);
  border-radius: 50%;
  color: var(--cream-50);
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  box-shadow: 0 12px 24px rgba(7, 63, 43, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 2px;
  color: var(--gold-500);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-link {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 250, 241, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

main {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 490px;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 60px;
  padding: 62px clamp(32px, 6vw, 96px);
  border: 1px solid rgba(183, 131, 44, 0.35);
  border-radius: 42px;
  color: var(--cream-50);
  background:
    radial-gradient(circle at 78% 15%, rgba(220, 184, 112, 0.2), transparent 23rem),
    radial-gradient(circle at 15% 90%, rgba(12, 94, 65, 0.62), transparent 30rem),
    linear-gradient(130deg, var(--green-950), #0a4833 58%, #052d21);
  box-shadow: 0 34px 90px rgba(7, 49, 34, 0.25);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(220, 184, 112, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  top: -180px;
  right: -100px;
  width: 440px;
  height: 440px;
}

.hero::after {
  right: 52px;
  bottom: -270px;
  width: 520px;
  height: 520px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-400);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7.2vw, 108px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.hero h1 em {
  display: block;
  color: var(--gold-300);
  font-weight: 400;
}

.hero-text {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 250, 241, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-points span {
  padding: 9px 13px;
  border: 1px solid rgba(220, 184, 112, 0.18);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.82);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-seal {
  position: relative;
  z-index: 1;
  display: grid;
  width: 220px;
  height: 220px;
  place-content: center;
  place-items: center;
  border: 1px solid rgba(220, 184, 112, 0.38);
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 10px rgba(220, 184, 112, 0.035);
  text-align: center;
}

.hero-seal::before {
  position: absolute;
  inset: 11px;
  content: "";
  border: 1px dashed rgba(220, 184, 112, 0.26);
  border-radius: inherit;
}

.hero-seal strong {
  color: var(--cream-50);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 0.9;
}

.hero-seal span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.booking-shell {
  margin: 30px 0 60px;
  padding: clamp(20px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.booking-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 25px;
  padding: 0 4px 22px;
  border-bottom: 1px solid var(--line);
}

.booking-heading h2,
.scene-header h3,
.details-card h3,
.confirmation-dialog h2 {
  margin: 0;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.booking-heading h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.booking-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

.schedule-card {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(230px, 1.3fr);
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(248, 239, 226, 0.72));
}

.schedule-card label,
.form-fields label,
.request-field {
  display: grid;
  gap: 7px;
}

.schedule-card label > span,
.form-fields label > span,
.request-field > span,
.special-options legend {
  color: var(--green-900);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(7, 63, 43, 0.18);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  min-height: 105px;
  padding: 12px 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(183, 131, 44, 0.72);
  outline: none;
  box-shadow: 0 0 0 4px rgba(183, 131, 44, 0.1);
}

input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.schedule-status {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(7, 63, 43, 0.12);
  border-radius: 12px;
  color: var(--green-800);
  background: rgba(7, 63, 43, 0.055);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.schedule-status.is-loading {
  color: var(--gold-500);
  background: rgba(183, 131, 44, 0.07);
}

.booking-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.85fr) minmax(330px, 0.75fr);
  gap: 18px;
}

.scene-card,
.details-card {
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 16px 42px rgba(70, 45, 20, 0.08);
}

.scene-card {
  min-width: 0;
  overflow: hidden;
  padding: 18px;
}

.scene-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 4px 15px;
}

.scene-header h3,
.details-card h3 {
  font-size: 34px;
  line-height: 1;
}

.icon-button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scene-wrap {
  position: relative;
  height: clamp(510px, 55vw, 680px);
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(220, 184, 112, 0.26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 35%, rgba(25, 106, 75, 0.3), transparent 45%),
    linear-gradient(155deg, #0a3929, #041e16);
  isolation: isolate;
}

.salon-3d,
.salon-3d canvas {
  width: 100%;
  height: 100%;
}

.salon-3d {
  position: absolute;
  inset: 0;
  touch-action: none;
}

.salon-3d canvas {
  display: block;
  outline: none;
}

.scene-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--gold-300);
  background: rgba(3, 41, 29, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.scene-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scene-help {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 8px 11px;
  border: 1px solid rgba(220, 184, 112, 0.18);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.74);
  background: rgba(3, 24, 17, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  pointer-events: none;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 14px 4px 1px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.035);
}

.legend .available {
  background: #2e7d58;
}

.legend .selected {
  background: var(--gold-400);
}

.legend .occupied {
  background: #8b5952;
}

.legend .capacity {
  background: #9d9589;
}

.accessible-tables {
  margin-top: 16px;
  padding: 15px;
  border: 1px solid rgba(7, 63, 43, 0.1);
  border-radius: 18px;
  background: rgba(7, 63, 43, 0.035);
}

.accessible-tables > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
}

.accessible-tables strong {
  color: var(--green-900);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accessible-tables span {
  color: var(--muted);
  font-size: 11px;
}

.table-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.table-choice {
  display: grid;
  min-height: 68px;
  align-content: center;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid rgba(46, 125, 88, 0.28);
  border-radius: 12px;
  color: var(--green-900);
  background: rgba(46, 125, 88, 0.07);
  text-align: left;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.table-choice strong {
  font-size: 12px;
}

.table-choice small {
  color: var(--muted);
  font-size: 9px;
}

.table-choice:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(46, 125, 88, 0.62);
}

.table-choice.is-selected {
  border-color: var(--gold-500);
  color: #fff;
  background: linear-gradient(145deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 10px 20px rgba(183, 131, 44, 0.18);
}

.table-choice.is-selected small {
  color: rgba(255, 255, 255, 0.82);
}

.table-choice:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  border-color: rgba(108, 98, 87, 0.18);
  background: rgba(108, 98, 87, 0.06);
}

.details-card {
  position: sticky;
  top: 16px;
  overflow: hidden;
}

.selected-table {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 27px;
  border-bottom: 1px solid var(--line);
  color: var(--cream-50);
  background:
    radial-gradient(circle at 100% 0, rgba(220, 184, 112, 0.2), transparent 13rem),
    linear-gradient(145deg, var(--green-900), var(--green-950));
}

.selected-table::after {
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 155px;
  height: 155px;
  content: "";
  border: 1px solid rgba(220, 184, 112, 0.18);
  border-radius: 50%;
}

.selected-table .eyebrow {
  color: var(--gold-300);
}

.selected-table h3 {
  color: var(--cream-50);
}

.selected-table > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 310px;
  margin: 15px 0 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.selection-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(220, 184, 112, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
}

.table-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.table-features span {
  padding: 6px 8px;
  border: 1px solid rgba(220, 184, 112, 0.18);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.76);
  background: rgba(255, 255, 255, 0.04);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.customer-section {
  padding: 26px;
}

.customer-section[aria-disabled="true"] {
  opacity: 0.58;
}

.form-fields {
  display: grid;
  gap: 13px;
}

.special-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
  padding: 0;
  border: 0;
}

.special-options legend {
  width: 100%;
  margin-bottom: 4px;
}

.special-options label {
  position: relative;
}

.special-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.special-options span {
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(7, 63, 43, 0.14);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 800;
}

.special-options input:checked + span {
  border-color: var(--green-800);
  color: #fff;
  background: var(--green-800);
}

.special-options input:focus-visible + span {
  outline: 3px solid rgba(201, 152, 67, 0.35);
  outline-offset: 2px;
}

.request-field {
  margin-top: 3px;
}

.privacy-check {
  display: grid;
  align-items: start;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.privacy-check input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 0;
  accent-color: var(--green-800);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.primary-button {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(220, 184, 112, 0.45);
  border-radius: 14px;
  color: var(--cream-50);
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  box-shadow: 0 15px 28px rgba(7, 63, 43, 0.19);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.primary-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(7, 63, 43, 0.25);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  box-shadow: none;
}

.form-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

footer {
  display: flex;
  width: min(1480px, calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--gold-500);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.confirmation-dialog {
  width: min(520px, calc(100% - 28px));
  padding: 36px;
  border: 1px solid rgba(220, 184, 112, 0.5);
  border-radius: 28px;
  color: var(--ink);
  background: var(--cream-50);
  box-shadow: 0 34px 100px rgba(3, 41, 29, 0.4);
  text-align: center;
}

.confirmation-dialog::backdrop {
  background: rgba(3, 25, 18, 0.75);
  backdrop-filter: blur(8px);
}

.confirmation-dialog h2 {
  font-size: 44px;
  line-height: 1;
}

.confirmation-dialog > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.confirmation-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-800);
  box-shadow: 0 15px 30px rgba(7, 63, 43, 0.22);
  font-size: 28px;
}

.confirmation-reference {
  display: grid;
  gap: 4px;
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-100);
}

.confirmation-reference span {
  color: var(--gold-500);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.confirmation-reference strong {
  color: var(--green-900);
  font-size: 24px;
  letter-spacing: 0.05em;
}

.confirmation-note {
  font-size: 10px !important;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  width: min(410px, calc(100% - 36px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #fff;
  background: #823e35;
  box-shadow: 0 20px 50px rgba(55, 24, 20, 0.3);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr 190px;
    gap: 30px;
  }

  .hero-seal {
    width: 180px;
    height: 180px;
  }

  .schedule-card {
    grid-template-columns: repeat(3, 1fr);
  }

  .schedule-status {
    grid-column: 1 / -1;
  }

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

  .details-card {
    position: static;
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  }

  .selected-table {
    min-height: 100%;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  footer {
    width: min(100% - 24px, 1480px);
  }

  .site-header {
    min-height: 76px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .brand strong {
    font-size: 20px;
  }

  .brand small {
    display: none;
  }

  .admin-link {
    padding: 9px 11px;
    font-size: 8px;
  }

  .hero {
    min-height: 500px;
    grid-template-columns: 1fr;
    padding: 42px 22px;
    border-radius: 28px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 72px);
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-seal {
    display: none;
  }

  .booking-shell {
    margin-top: 14px;
    padding: 16px;
    border-radius: 25px;
  }

  .booking-heading {
    display: block;
  }

  .booking-heading > p {
    margin-top: 12px;
    text-align: left;
  }

  .schedule-card {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .schedule-card label:last-of-type {
    grid-column: 1 / -1;
  }

  .scene-card {
    padding: 11px;
    border-radius: 21px;
  }

  .scene-header {
    padding: 7px 4px 13px;
  }

  .scene-header h3 {
    font-size: 29px;
  }

  .scene-wrap {
    height: 500px;
    min-height: 500px;
    border-radius: 16px;
  }

  .scene-help {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    font-size: 8px;
    text-align: center;
  }

  .legend {
    gap: 10px;
    font-size: 8px;
  }

  .accessible-tables > div:first-child {
    display: block;
  }

  .accessible-tables span {
    display: block;
    margin-top: 3px;
  }

  .table-list {
    grid-template-columns: 1fr 1fr;
  }

  .details-card {
    display: block;
    border-radius: 21px;
  }

  .selected-table {
    min-height: 200px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .customer-section {
    padding: 21px;
  }

  footer {
    min-height: 110px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .schedule-card {
    grid-template-columns: 1fr;
  }

  .schedule-card label:last-of-type,
  .schedule-status {
    grid-column: auto;
  }

  .scene-header .eyebrow {
    display: none;
  }

  .scene-wrap {
    height: 440px;
    min-height: 440px;
  }

  .confirmation-dialog {
    padding: 28px 20px;
  }

  .confirmation-dialog h2 {
    font-size: 37px;
  }
}

@media (hover: none), (pointer: coarse) {
  .table-choice:hover:not(:disabled),
  .primary-button:hover:not(:disabled) {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

