@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&family=Orbitron:wght@700;800&display=swap");

:root {
  --ink: #000000;
  --muted: #686d73;
  --line: #d7dcdf;
  --paper: #f2f3f4;
  --surface: #ffffff;
  --dark-surface: #101113;
  --accent: #e30613;
  --accent-dark: #a9040d;
  --metal: #d7dcdf;
  --steel: #3b4148;
  --green: #15845a;
  --yellow: #f3b33d;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 0 6vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.94);
  border-bottom: 1px solid rgba(227, 6, 19, 0.42);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  width: 86px;
  height: 44px;
  object-fit: contain;
  border-radius: 4px;
  background: #000;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a:hover {
  color: #fff;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  min-height: 20px;
  margin-left: 4px;
  padding: 0 6px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.76rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--surface);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: #b8c0cc;
}

.btn.primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.btn.primary:hover {
  background: var(--accent-dark);
}

.btn.ghost {
  background: transparent;
}

.hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(42px, 7vw, 96px) 6vw 72px;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82) 50%, rgba(227, 6, 19, 0.22)),
    url("/assets/logo-schepers-motors.jpg") center right 8vw / min(56vw, 760px) auto no-repeat,
    #000;
  color: #fff;
}

.page-hero {
  padding: clamp(58px, 8vw, 118px) 6vw clamp(42px, 6vw, 76px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82) 54%, rgba(227, 6, 19, 0.2)),
    url("/assets/logo-schepers-motors.jpg") center right 6vw / min(44vw, 580px) auto no-repeat,
    #000;
}

.page-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.58;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: clamp(2.8rem, 7.4vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero p {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-strip a,
.contact-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(215, 220, 223, 0.22);
  border-radius: 6px;
}

.hero-panel {
  align-self: end;
  padding: 24px;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(227, 6, 19, 0.5);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 0 20px;
  border: 1px solid rgba(215, 220, 223, 0.24);
  border-radius: 6px;
}

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

.hero-panel dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.hero-panel dd {
  margin: 4px 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.section {
  padding: 76px 6vw;
}

.section.alt {
  background: #fff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.section h2 {
  margin: 0;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-lead {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.legal-layout {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.legal-card h2 {
  margin: 0 0 16px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-list {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: 12px 20px;
  margin: 0;
}

.legal-list dt {
  color: var(--ink);
  font-weight: 900;
}

.legal-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.legal-list a {
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.founder-section {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.96), rgba(18, 18, 20, 0.94)),
    #000;
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: stretch;
}

.founder-card,
.founder-facts {
  border: 1px solid rgba(227, 6, 19, 0.36);
  border-radius: 8px;
}

.founder-card {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.06);
}

.founder-card h2 {
  margin: 0 0 18px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.founder-card p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.founder-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.founder-facts div {
  padding: 22px;
  background: #fff;
}

.founder-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.founder-facts strong {
  color: var(--ink);
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
  text-transform: uppercase;
}

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

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

.presentation-card,
.review-card {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.presentation-card h3,
.review-card strong {
  margin: 0 0 10px;
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.presentation-card p,
.review-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-stars {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 1.15rem;
  letter-spacing: 0;
}

.review-card strong {
  display: block;
  margin-top: 18px;
}

.review-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-list span {
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 800;
}

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

.contact-ticket-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.contact-form {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service,
.price-card,
.product-card,
.metric,
.admin-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service {
  padding: 24px;
  border-top: 4px solid var(--accent);
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-weight: 800;
}

.service h3,
.price-card h3,
.product-card h3 {
  margin: 0 0 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.service p,
.price-card p,
.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

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

.tariff-card {
  margin-top: 0;
}

.facebook-section {
  background: #fff;
}

.facebook-embed {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.facebook-embed iframe {
  width: min(500px, 100%);
  max-width: 100%;
}

.price-card {
  padding: 22px;
  background: linear-gradient(180deg, #fff, #f5f6f7);
}

.price {
  margin: 18px 0 12px;
  color: var(--accent);
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 850;
}

.price small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

.booking-section {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.96), rgba(18, 18, 20, 0.92)),
    #000;
}

.booking-section .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.booking-card,
.booking-summary {
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(227, 6, 19, 0.36);
  border-radius: 8px;
}

.booking-summary {
  position: sticky;
  top: 102px;
  background: linear-gradient(180deg, #fff, #f1f3f4);
}

.booking-summary h3 {
  margin: 0 0 12px;
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.booking-summary p,
.booking-summary li {
  color: var(--muted);
  line-height: 1.55;
}

.booking-summary ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.booking-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.booking-step:first-of-type {
  padding-top: 0;
}

.booking-step h3 {
  margin: 0 0 12px;
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--accent);
  border-radius: 6px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-weight: 800;
}

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

.service-choice-list {
  display: grid;
  gap: 14px;
}

.service-choice-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-choice-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #f5f6f7;
  cursor: pointer;
  list-style: none;
}

.service-choice-group summary::-webkit-details-marker {
  display: none;
}

.service-choice-group summary strong,
.service-choice-group summary small {
  display: block;
}

.service-choice-group summary strong {
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.service-choice-group summary small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 600;
}

.service-choice-group summary em {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-style: normal;
  font-weight: 850;
}

.service-choice-grid {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.service-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.service-choice input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.service-choice strong,
.service-choice small,
.service-choice em {
  display: block;
}

.service-choice small {
  margin-top: 3px;
  color: var(--accent);
  font-weight: 800;
}

.service-choice em {
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.booking-total {
  margin-top: 12px;
  color: var(--accent);
  font-weight: 800;
}

.slot-button {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.slot-button strong {
  text-transform: capitalize;
}

.slot-button span {
  color: var(--accent);
  font-weight: 800;
}

.slot-button small {
  color: var(--muted);
}

.slot-button.selected {
  color: #fff;
  background: #000;
  border-color: var(--accent);
}

.slot-button.selected span,
.slot-button.selected small {
  color: rgba(255, 255, 255, 0.78);
}

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

.product-card {
  overflow: hidden;
}

.product-art {
  display: grid;
  place-items: center;
  min-height: 168px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(227, 6, 19, 0.82), rgba(0, 0, 0, 0.88)),
    var(--ink);
}

.product-art svg {
  width: 78px;
  height: 78px;
}

.product-body {
  padding: 18px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
  font-weight: 800;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--steel);
  background: #eef0f1;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cart {
  position: sticky;
  top: 92px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cart h3 {
  margin: 0 0 14px;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 2px solid var(--ink);
  font-size: 1.2rem;
  font-weight: 850;
}

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

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.field span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.checkbox-field {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-top: 22px;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin: 0 10px 0 0;
  accent-color: var(--accent);
}

.notice {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-status {
  margin: 12px 0 0;
  min-height: 22px;
  font-weight: 800;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--accent);
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(160px, 0.7fr) auto;
  gap: 20px;
  align-items: start;
  padding: 36px 6vw;
  color: #fff;
  background: #000;
  border-top: 4px solid var(--accent);
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-logo {
  width: 118px;
  height: 58px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.footer-brand strong {
  display: block;
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 480px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.footer-nav,
.footer-actions {
  display: grid;
  gap: 10px;
}

.footer-nav a,
.social-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.footer-nav a[href*="mentions-legales"],
.footer-nav a[href*="conditions-generales"],
.footer-nav a[href*="confidentialite"],
.footer-nav a[href*="cookies"] {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.footer-nav a:hover,
.social-link:hover {
  color: #fff;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.facebook-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #1877f2;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.glprod-credit {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
}

.glprod-credit a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.96);
  border: 1px solid rgba(227, 6, 19, 0.48);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 6px;
  font-family: Orbitron, Montserrat, sans-serif;
  text-transform: uppercase;
}

.cookie-banner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-actions .btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.admin-shell {
  min-height: 100vh;
  background: #eef0f1;
}

.admin-main {
  padding: 30px 6vw 60px;
}

.admin-locked .metrics,
.admin-locked .admin-tabs,
.admin-locked [data-tab-panel] {
  display: none;
}

.admin-login-form {
  align-items: end;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.tab-btn[aria-selected="true"] {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

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

.metric {
  padding: 18px;
}

.metric span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.metric strong {
  display: block;
  margin-top: 8px;
  font-family: Orbitron, Montserrat, sans-serif;
  font-size: 1.8rem;
}

.admin-panel {
  margin-top: 18px;
  overflow: hidden;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #e7f6ee;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.status.pending {
  color: #8a5b00;
  background: #fff2d6;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .hero,
  .shop-layout,
  .booking-layout,
  .contact-ticket-layout,
  .founder-layout,
  .footer {
    grid-template-columns: 1fr;
  }

  .grid,
  .presentation-grid,
  .reviews-grid,
  .contact-grid,
  .price-grid,
  .tariff-grid,
  .slot-list,
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart {
    position: static;
  }

  .booking-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-panel dl,
  .grid,
  .presentation-grid,
  .reviews-grid,
  .contact-grid,
  .price-grid,
  .tariff-grid,
  .products,
  .slot-list,
  .metrics,
  .legal-list,
  .cookie-banner,
  .form-row {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn {
    width: 100%;
  }

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