:root {
  --ink: #171412;
  --muted: #675f58;
  --paper: #fffaf2;
  --cream: #f6efe4;
  --coffee: #704531;
  --teal: #156f71;
  --teal-dark: #0d4f51;
  --coral: #d85d48;
  --line: rgba(23, 20, 18, 0.13);
  --shadow: 0 24px 70px rgba(42, 27, 19, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body.menu-open {
  overflow: hidden;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.hero-facts,
.material-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  font-weight: 800;
}

.brand .logo {
  display: block;
  width: clamp(154px, 16vw, 220px);
  height: auto;
}

.brand .logo-dark,
.site-header.is-scrolled .logo-light {
  display: none;
}

.site-header.is-scrolled .logo-dark {
  display: block;
}

.site-nav {
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.95rem;
  color: currentColor;
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-action {
  border: 1px solid currentColor;
}

.button-primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 12px 30px rgba(21, 111, 113, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
}

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.12);
}

.button-ghost {
  color: var(--teal);
  border: 1px solid rgba(21, 111, 113, 0.28);
  background: rgba(21, 111, 113, 0.08);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background: url("assets/prompting-cafe-hero.png") center / cover no-repeat;
  transform: scale(1.01);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 12, 10, 0.86) 0%, rgba(29, 19, 14, 0.72) 36%, rgba(29, 19, 14, 0.12) 74%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2));
}

.hero-content {
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(26px, calc(4vw + 8px), 64px);
  padding-top: 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb39f;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 5.7vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

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

.hero-facts {
  flex-wrap: wrap;
  gap: 12px;
  margin: 42px 0 0;
}

.hero-facts div {
  min-width: 136px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.hero-facts dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.section {
  padding: clamp(74px, 9vw, 126px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

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

.feature-card,
.price-panel,
.faq details,
.interest-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 36px rgba(42, 27, 19, 0.06);
}

.feature-card {
  padding: clamp(22px, 3vw, 34px);
}

.feature-card p,
.agenda p,
.price-copy p,
.cta p,
.faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--teal);
  background: rgba(21, 111, 113, 0.1);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
}

.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  color: #fff;
  background-image:
    linear-gradient(100deg, rgba(13, 79, 81, 0.93) 0%, rgba(15, 12, 10, 0.8) 55%, rgba(15, 12, 10, 0.55) 100%),
    url("assets/prompting-cafe-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.split .eyebrow {
  color: #ffb39f;
}

.split .promise-list p {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.split .promise-mark {
  background: rgba(255, 255, 255, 0.16);
  color: #ffb39f;
}

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

.promise-list p {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.05rem, 1.7vw, 1.26rem);
  font-weight: 800;
  line-height: 1.35;
}

.promise-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--coral);
  background: rgba(216, 93, 72, 0.12);
}

.promise-mark svg {
  width: 16px;
  height: 16px;
}

.agenda-band {
  background: #fffcf7;
}

.agenda {
  position: relative;
  max-width: 920px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agenda::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: var(--line);
}

.agenda li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 30px);
  padding: 0 0 30px;
}

.agenda li:last-child {
  padding-bottom: 0;
}

.agenda-marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  font-size: 1.05rem;
}

.agenda-body {
  padding-top: 6px;
}

.agenda time {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.price-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  color: #fff;
  background: var(--teal-dark);
}

.price-section .eyebrow {
  color: #ffb39f;
}

.price-copy p {
  max-width: 690px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.price-panel {
  padding: 32px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.price-label {
  margin: 0 0 18px;
  color: var(--coral);
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel ul {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.price-panel li {
  position: relative;
  padding-left: 26px;
  line-height: 1.45;
}

.price-panel li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
}

.materials {
  background: var(--cream);
}

.material-row {
  align-items: stretch;
  gap: 14px;
}

.material-row div {
  flex: 1;
  min-width: 0;
  padding: 22px;
  border-left: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.58);
}

.material-row strong,
.material-row span {
  display: block;
}

.material-row strong {
  margin-bottom: 8px;
}

.material-row span {
  color: var(--muted);
  line-height: 1.5;
}

.material-row .material-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--teal);
  background: rgba(21, 111, 113, 0.1);
}

.material-row .material-icon svg {
  width: 24px;
  height: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq details {
  padding: 0;
}

.faq summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 900;
}

.faq details p {
  padding: 0 24px 24px;
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 520px);
  gap: clamp(30px, 7vw, 86px);
  align-items: start;
  background: #fffdf9;
}

.cta p {
  max-width: 650px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.interest-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.interest-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.interest-form input,
.interest-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.interest-form textarea {
  resize: vertical;
}

.booking-section {
  background:
    linear-gradient(180deg, rgba(13, 79, 81, 0.06), rgba(13, 79, 81, 0.12)),
    var(--cream);
}

.booking-section .section-heading p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.booking-card,
.empty-state,
.admin-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 12px 36px rgba(42, 27, 19, 0.06);
}

.booking-card {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 30px);
}

.booking-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.booking-card-head p,
.booking-description,
.empty-state p,
.admin-muted {
  color: var(--muted);
  line-height: 1.6;
}

.booking-card-head p,
.booking-description {
  margin: 0;
}

.booking-date {
  color: var(--coral) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.seat-badge,
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.seat-badge {
  color: var(--teal-dark);
  background: rgba(21, 111, 113, 0.12);
}

.seat-badge.is-full,
.status-rejected {
  color: #8f2f24;
  background: rgba(216, 93, 72, 0.14);
}

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

.booking-facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 239, 228, 0.58);
}

.booking-facts dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-facts dd {
  margin: 0;
  font-weight: 900;
}

.booking-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.form-row,
.admin-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.notice,
.empty-state {
  padding: 18px 20px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.5;
}

.notice-success {
  color: var(--teal-dark);
  border: 1px solid rgba(21, 111, 113, 0.25);
  background: rgba(21, 111, 113, 0.1);
}

.notice-error {
  color: #8f2f24;
  border: 1px solid rgba(216, 93, 72, 0.28);
  background: rgba(216, 93, 72, 0.1);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 12, 10, 0.58);
  backdrop-filter: blur(8px);
}

.modal-backdrop.is-visible {
  display: flex;
}

.feedback-modal {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.feedback-modal h2 {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.feedback-modal p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.feedback-modal.is-success {
  border-top: 6px solid var(--teal);
}

.feedback-modal.is-error {
  border-top: 6px solid var(--coral);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  color: var(--ink);
  background: #fff;
}

.empty-state {
  max-width: 720px;
}

.empty-state h3 {
  margin-bottom: 8px;
}

.full-note {
  padding: 16px;
  border-radius: var(--radius);
  color: #8f2f24;
  background: rgba(216, 93, 72, 0.1);
  font-weight: 900;
}

.admin-body {
  min-height: 100vh;
  background: var(--cream);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}

.admin-topbar .brand .logo {
  width: clamp(150px, 15vw, 210px);
}

.admin-nav {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-weight: 800;
}

.admin-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px) 0;
}

.admin-card {
  padding: clamp(22px, 3vw, 32px);
}

.admin-card h1,
.admin-card h2,
.admin-hero h1 {
  margin: 0 0 18px;
}

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

.admin-card-header h2 {
  margin-bottom: 8px;
}

.admin-login {
  max-width: 520px;
  margin: 0 auto;
}

.admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: var(--radius);
  color: #fff;
  background: var(--teal-dark);
}

.admin-button-light {
  color: #fff;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
}

.admin-form {
  display: grid;
  gap: 15px;
}

.admin-form label,
.check-row,
.status-form {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.status-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.check-row input {
  width: auto;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table tr.is-selected td {
  background: rgba(21, 111, 113, 0.08);
}

.admin-table span,
.admin-note {
  color: var(--muted);
}

.admin-note {
  max-width: 420px;
  margin: 10px 0 0;
  line-height: 1.5;
}

.table-actions {
  display: grid;
  gap: 8px;
}

.small-link {
  display: inline;
  width: fit-content;
  border: 0;
  padding: 0;
  color: var(--teal);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.danger-link {
  color: #a13b2f;
}

.status-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-form select {
  min-width: 130px;
}

.status-pending {
  color: #704531;
  background: rgba(112, 69, 49, 0.12);
}

.status-confirmed {
  color: var(--teal-dark);
  background: rgba(21, 111, 113, 0.12);
}

.hero-powered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero-powered span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-powered a {
  display: inline-flex;
  opacity: 0.85;
  transition: opacity 150ms ease;
}

.hero-powered a:hover,
.hero-powered a:focus-visible {
  opacity: 1;
}

.hero-powered img {
  display: block;
  width: auto;
}

.powered-eldorado {
  height: 14px;
}

.powered-zwanzig12 {
  height: 23px;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--cream);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    margin-inline: 22px 18px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(15, 12, 10, 0.9), rgba(29, 19, 14, 0.58)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.26));
  }

  .intro-grid,
  .split,
  .price-section,
  .cta,
  .booking-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .split {
    background-attachment: scroll;
  }

  .material-row {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding-inline: 14px;
  }

  .brand .logo {
    width: clamp(126px, 36vw, 146px);
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.15rem, 10.8vw, 3.35rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .agenda li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .section {
    padding-inline: 18px;
  }

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

  .booking-card-head,
  .admin-hero,
  .admin-topbar,
  .admin-card-header,
  .status-form {
    align-items: stretch;
    flex-direction: column;
  }

  .form-row,
  .admin-form-row,
  .booking-facts {
    grid-template-columns: 1fr;
  }
}

/* ===== Admin refresh ===== */
.admin-shell {
  padding: clamp(24px, 3.5vw, 40px) 0;
}

.admin-shell .eyebrow {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.admin-hero .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.admin-shell h1,
.admin-hero h1 {
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.15;
  font-weight: 800;
}

.admin-card h2 {
  margin-bottom: 14px;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 700;
}

.admin-hero {
  margin-bottom: 22px;
  padding: clamp(20px, 3vw, 28px) clamp(22px, 3.5vw, 34px);
}

.admin-hero h1 {
  margin-bottom: 4px;
}

.admin-card {
  padding: clamp(18px, 2.4vw, 24px);
}

.admin-grid {
  gap: 18px;
  margin-bottom: 18px;
}

.admin-table th,
.admin-table td {
  padding: 11px 12px;
}

.admin-table th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.status-badge {
  min-height: 26px;
  padding: 0 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.status-pending {
  color: #854f0b;
  background: rgba(239, 159, 39, 0.18);
}

.status-confirmed,
.status-active {
  color: #27500a;
  background: rgba(99, 153, 34, 0.2);
}

.status-rejected {
  color: #8f2f24;
  background: rgba(216, 93, 72, 0.16);
}

.status-muted {
  color: var(--muted);
  background: rgba(23, 20, 18, 0.08);
}

.table-actions {
  gap: 6px;
  align-content: start;
}

.table-actions .small-link,
.status-form button,
.delete-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--teal);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 140ms ease, border-color 140ms ease;
}

.table-actions .small-link:hover,
.table-actions .small-link:focus-visible,
.status-form button:hover,
.status-form button:focus-visible,
.delete-form button:hover,
.delete-form button:focus-visible {
  background: var(--cream);
  border-color: var(--teal);
}

.table-actions .danger-link,
.delete-form .danger-link {
  color: #a13b2f;
  border-color: rgba(216, 93, 72, 0.4);
}

.table-actions .danger-link:hover,
.table-actions .danger-link:focus-visible,
.delete-form .danger-link:hover,
.delete-form .danger-link:focus-visible {
  background: rgba(216, 93, 72, 0.1);
  border-color: #a13b2f;
}

.status-form {
  flex-wrap: wrap;
  gap: 6px;
}

.status-form select {
  min-height: 30px;
  padding: 4px 8px;
}

.admin-table td a[href^="mailto:"] {
  color: var(--teal);
  font-weight: 600;
}

.admin-note {
  padding: 8px 10px;
  border-radius: var(--radius);
  background: rgba(23, 20, 18, 0.04);
  font-size: 0.88rem;
}

.admin-nav,
.booking-facts dt,
.admin-form label,
.status-form,
.check-row {
  font-weight: 700;
}
