:root {
  --green: #42bb37;
  --green-dark: #238d25;
  --ink: #07100b;
  --muted: #5f6f65;
  --line: #dfe9e1;
  --paper: #f7fbf6;
  --white: #ffffff;
  --gold: #ffc857;
  --danger: #b42318;
  --shadow: 0 22px 60px rgba(7, 16, 11, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(66, 187, 55, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbfffb 0%, #f4faf3 46%, #ffffff 100%);
}
a { color: inherit; text-decoration: none; }
input, select, textarea, button { font: inherit; }
main { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(223, 233, 225, 0.82);
  backdrop-filter: blur(18px);
}
.brand, .main-nav, .hero-actions, .profile-meta, .footer-links, .inline-form {
  display: flex;
  align-items: center;
}
.brand { gap: 10px; font-weight: 900; letter-spacing: 0; }
.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.brand span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 1.42rem;
  color: var(--ink);
}
.main-nav { gap: 22px; color: #1c2d22; font-weight: 750; }
.nav-pill, .button, button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}
.nav-pill { padding: 10px 16px; background: var(--ink); color: var(--white); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: var(--ink);
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}
.flash {
  position: fixed;
  right: 22px;
  top: 84px;
  z-index: 30;
  max-width: 420px;
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--ink);
  background: #e9ffe6;
  border: 1px solid #b8efb2;
  box-shadow: var(--shadow);
  font-weight: 800;
}
.flash.error { color: #76170f; background: #fff1ee; border-color: #ffcbc2; }

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 6vw, 92px) clamp(18px, 6vw, 86px) 52px;
}
.hero-copy h1, .page-hero h1, .profile-hero h1, .split-page h1, .auth-page h1, .dashboard-head h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Space Grotesk", "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}
.hero-copy p { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.7; }
.eyebrow, .section-head span, .page-hero span, .profile-hero span, .split-page span, .auth-page span, .dashboard-head span, .cta-band span, .profile-body span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #dcffd8;
  color: var(--green-dark);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.search-bar, .filter-bar {
  display: flex;
  gap: 10px;
  max-width: 760px;
  margin-top: 26px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.search-bar input, .filter-bar input, .filter-bar select {
  width: 100%;
  min-height: 50px;
  border: 0;
  outline: 0;
  padding: 0 12px;
  background: transparent;
  color: var(--ink);
}
.search-bar button, .filter-bar button, .form-panel button, .request-box button, .inline-form button {
  min-height: 50px;
  padding: 0 20px;
  background: var(--green);
  color: var(--ink);
}
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}
.button.primary { background: var(--green); color: var(--ink); }
.button.ghost { border: 1px solid var(--line); background: var(--white); color: var(--ink); }

.live-panel, .signal-card, .provider-card, .form-panel, .request-box, .requests-panel, .admin-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}
.hero-board { position: relative; min-height: 560px; display: grid; align-content: center; gap: 18px; }
.live-panel { padding: 28px; }
.live-panel h2 { margin: 12px 0 18px; font-size: clamp(1.9rem, 4vw, 3.2rem); }
.live-panel ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.live-panel li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 8px;
  background: #f2fbf1;
}
.live-panel small, .signal-card p, .provider-card p, .profile-hero p, .pitch-panel p, .dashboard-head p, .profile-body p, .request-item span, .request-item small {
  color: var(--muted);
}
.pulse-row { display: flex; align-items: center; gap: 8px; color: var(--green-dark); font-weight: 900; }
.pulse-row span { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 8px rgba(66, 187, 55, 0.14); }
.signal-card { width: min(270px, 88%); padding: 18px; }
.signal-card span { display: block; font-size: 2.4rem; font-weight: 950; }
.signal-card.hot { margin-left: auto; border-color: rgba(66, 187, 55, 0.4); }
.signal-card.dark { background: var(--ink); color: var(--white); }
.signal-card.dark p { color: #cde1d0; }

.band, .section-head, .category-grid, .provider-grid, .cta-band, .page-hero, .profile-hero, .profile-body, .split-page, .auth-page, .dashboard-head, .dashboard-grid, .admin-stats, .admin-layout {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 8px; background: var(--ink); }
.metrics div { padding: 24px; background: var(--ink); color: var(--white); }
.metrics strong { display: block; color: var(--green); font-size: 2.2rem; }
.metrics span { color: #d4e5d8; }
.section-head { margin-top: 78px; margin-bottom: 18px; }
.section-head h2, .cta-band h2 {
  max-width: 740px;
  margin: 0;
  font-family: "Space Grotesk", "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.03;
}
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-grid a {
  min-height: 92px;
  display: flex;
  align-items: end;
  padding: 16px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #122318, #2e8f2d);
  font-weight: 950;
}
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.provider-grid.listings { margin-top: 28px; }
.provider-card { min-height: 250px; display: flex; flex-direction: column; padding: 20px; }
.provider-card h2, .provider-card h3 { margin: 22px 0 10px; font-size: 1.5rem; }
.provider-card p { line-height: 1.6; }
.provider-card a { margin-top: auto; color: var(--green-dark); font-weight: 950; }
.card-top { display: flex; justify-content: space-between; gap: 10px; }
.card-top span, .status { padding: 6px 9px; border-radius: 8px; background: #dcffd8; color: var(--green-dark); font-size: 0.78rem; font-weight: 950; }
.card-top small { color: var(--muted); font-weight: 750; }
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 86px;
  margin-bottom: 84px;
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}
.cta-band span { background: rgba(66, 187, 55, 0.18); color: var(--green); }
.page-hero.compact, .dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 54px; }
.page-hero h1, .profile-hero h1, .split-page h1, .auth-page h1, .dashboard-head h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
.profile-hero, .split-page, .dashboard-grid, .admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 26px;
  padding-top: 52px;
}
.profile-hero > div, .pitch-panel { padding: 34px 0; }
.profile-meta { flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.profile-meta strong { padding: 10px 12px; border-radius: 8px; background: #ecf8eb; }
.request-box, .form-panel, .requests-panel { padding: 22px; }
.request-box h2, .form-panel h2, .requests-panel h2 { margin: 0 0 18px; }
.form-panel label { display: grid; gap: 7px; margin-bottom: 14px; color: #213629; font-weight: 850; }
.form-panel input, .form-panel select, .form-panel textarea, .request-box input, .request-box select, .request-box textarea, .inline-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  outline: 0;
  background: #fbfffb;
}
.request-box { display: grid; gap: 12px; }
.profile-body { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 34px; margin-bottom: 72px; }
.profile-body p { line-height: 1.8; }
.split-page { align-items: start; }
.auth-page { min-height: 72vh; display: grid; place-items: center; padding-top: 42px; }
.form-panel.auth { width: min(430px, 100%); }
.dashboard-grid { grid-template-columns: minmax(0, 1fr) 390px; align-items: start; margin-top: 20px; margin-bottom: 70px; }
.form-panel.wide { width: 100%; }
.requests-panel { position: sticky; top: 92px; }
.request-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.request-item span, .request-item small { display: block; }
.request-item p { line-height: 1.55; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
.admin-stats div { padding: 18px; border-radius: 8px; background: var(--ink); color: var(--white); }
.admin-stats strong { display: block; color: var(--green); font-size: 2rem; }
.admin-layout { grid-template-columns: 370px minmax(0, 1fr); align-items: start; margin-bottom: 80px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.admin-table th, .admin-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-table small { display: block; color: var(--muted); margin-top: 4px; }
.status.pending { background: #fff7d9; color: #85620d; }
.status.suspended { background: #ffe6e2; color: var(--danger); }
.inline-form { gap: 8px; }
.inline-form button { min-height: 42px; }
.empty {
  padding: 22px;
  border: 1px dashed #b9cdbd;
  border-radius: 8px;
  color: var(--muted);
  background: #fbfffb;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px clamp(18px, 4vw, 64px);
  color: #d7e8db;
  background: #07100b;
}
.site-footer p { margin: 8px 0 0; color: #a7baab; }
.footer-links { gap: 16px; font-weight: 850; }

@media (max-width: 980px) {
  .hero, .profile-hero, .split-page, .dashboard-grid, .admin-layout { grid-template-columns: 1fr; }
  .hero-board { min-height: auto; }
  .category-grid, .provider-grid, .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .requests-panel { position: static; }
}
@media (max-width: 720px) {
  .site-header { align-items: flex-start; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    inset: 70px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .hero { padding-top: 34px; }
  .search-bar, .filter-bar, .page-hero.compact, .dashboard-head, .cta-band, .site-footer { flex-direction: column; align-items: stretch; }
  .filter-bar { width: 100%; }
  .category-grid, .provider-grid, .admin-stats, .metrics, .profile-body { grid-template-columns: 1fr; }
  .live-panel li, .card-top { flex-direction: column; }
  .flash { left: 18px; right: 18px; }
}

.hero-visual { position: relative; min-height: 520px; display: grid; align-items: center; }
.hero-visual img, .profile-cover img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
}
.floating-order {
  position: absolute;
  right: 22px;
  bottom: 44px;
  display: grid;
  gap: 4px;
  width: min(310px, 80%);
  padding: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}
.floating-order span { color: var(--green); font-weight: 900; }
.floating-order small { color: #d6ead8; }
.service-grid {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #eef8ec; }
.service-card div { display: grid; gap: 8px; padding: 16px; }
.service-card span, .mini-meta strong, .mini-meta small {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 8px;
  background: #dcffd8;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
}
.service-card h3 { margin: 0; font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.service-card strong { color: var(--ink); font-size: 1.1rem; }
.mini-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.profile-cover { display: grid; align-items: center; }
.request-layout { grid-template-columns: minmax(0, 1fr) 430px; }
.stacked-panels { display: grid; gap: 18px; }
.service-list { display: grid; gap: 12px; }
.service-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfffb;
}
.service-row img { width: 82px; height: 72px; object-fit: cover; border-radius: 8px; }
.service-row span { display: block; color: var(--muted); }
.admin-stats { grid-template-columns: repeat(5, 1fr); }
.admin-layout { grid-template-columns: 390px minmax(0, 1fr); }
.admin-table-wrap h2, .admin-split h2 { margin: 0 0 14px; }
.admin-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.pill-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfffb;
}
.pill-line span { color: var(--muted); }
.media-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.media-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.vitrine-strip {
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.vitrine-strip figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}
.vitrine-strip img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.vitrine-strip figcaption { padding: 12px 14px; font-weight: 900; }

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .service-grid, .admin-split, .media-strip, .vitrine-strip { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 72px minmax(0, 1fr); }
  .service-row form { grid-column: 1 / -1; }
  .hero-visual { min-height: auto; }
  .floating-order { position: static; width: 100%; margin-top: 12px; }
}

/* Liquid glass refinement */
:root {
  --glass: rgba(255, 255, 255, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(255, 255, 255, 0.72);
  --soft-green: rgba(66, 187, 55, 0.18);
  --aqua: rgba(135, 224, 190, 0.22);
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 9% 8%, rgba(66, 187, 55, 0.30), transparent 28rem),
    radial-gradient(circle at 88% 20%, rgba(255, 200, 87, 0.16), transparent 26rem),
    radial-gradient(circle at 56% 96%, rgba(110, 231, 183, 0.20), transparent 34rem),
    linear-gradient(135deg, #f8fff7 0%, #eef9ef 42%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 16, 11, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 11, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 68%);
}

.site-header {
  top: 14px;
  width: min(1180px, calc(100% - 36px));
  margin: 14px auto 0;
  padding: 12px 18px;
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 70px rgba(7, 16, 11, 0.11);
  backdrop-filter: blur(24px) saturate(1.25);
}

.brand img { width: 58px; }
.brand span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 950;
  letter-spacing: 0;
}

.main-nav {
  gap: 10px;
}

.main-nav a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 12px;
  transition: background .18s ease, transform .18s ease, color .18s ease;
}

.main-nav a:hover {
  background: rgba(66, 187, 55, 0.12);
  transform: translateY(-1px);
}

.nav-pill,
.button.primary,
.search-bar button,
.filter-bar button,
.form-panel button,
.request-box button,
.inline-form button {
  background: linear-gradient(135deg, #07100b 0%, #14351f 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 16, 11, 0.18);
}

.button.primary,
.search-bar button,
.filter-bar button,
.form-panel button,
.request-box button,
.inline-form button {
  background: linear-gradient(135deg, #42bb37 0%, #1f8f2f 100%);
  color: #07100b;
}

.button.ghost,
.dashboard-head .button.ghost {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 16, 11, 0.10);
  box-shadow: 0 14px 36px rgba(7, 16, 11, 0.08);
}

.hero,
.page-hero.compact,
.dashboard-head {
  position: relative;
  padding-top: clamp(70px, 8vw, 120px);
}

.dashboard-head {
  align-items: center;
}

.dashboard-head h1,
.hero-copy h1,
.page-hero h1 {
  text-wrap: balance;
}

.dashboard-head p,
.page-hero p,
.hero-copy p,
.pitch-panel p {
  color: #4d6255;
}

.eyebrow,
.section-head span,
.page-hero span,
.profile-hero span,
.split-page span,
.auth-page span,
.dashboard-head span,
.cta-band span,
.profile-body span {
  border: 1px solid rgba(66, 187, 55, 0.20);
  background: rgba(220, 255, 216, 0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.search-bar,
.filter-bar,
.live-panel,
.signal-card,
.provider-card,
.service-card,
.form-panel,
.request-box,
.requests-panel,
.admin-table-wrap,
.profile-cover img,
.hero-visual img,
.vitrine-strip figure {
  border: 1px solid var(--glass-border);
  background: var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 24px 80px rgba(7, 16, 11, 0.12);
  backdrop-filter: blur(22px) saturate(1.18);
}

.admin-stats {
  gap: 16px;
}

.admin-stats div,
.metrics div {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 86% 12%, rgba(66, 187, 55, 0.20), transparent 8rem),
    linear-gradient(145deg, #07100b 0%, #0f2416 100%);
  box-shadow: 0 20px 50px rgba(7, 16, 11, 0.18);
}

.admin-stats div::after,
.metrics div::after {
  content: "";
  position: absolute;
  inset: auto -30px -50px auto;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(66, 187, 55, 0.13);
  filter: blur(4px);
}

.admin-stats strong,
.metrics strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.admin-layout {
  grid-template-columns: minmax(330px, 410px) minmax(0, 1fr);
  gap: 28px;
}

.stacked-panels {
  align-content: start;
}

.form-panel,
.admin-table-wrap,
.requests-panel {
  border-radius: 18px;
}

.form-panel h2,
.admin-table-wrap h2,
.admin-split h2,
.requests-panel h2 {
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: 0;
}

.form-panel input,
.form-panel select,
.form-panel textarea,
.request-box input,
.request-box select,
.request-box textarea,
.inline-form select {
  border-color: rgba(7, 16, 11, 0.10);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}

.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus,
.request-box input:focus,
.request-box select:focus,
.request-box textarea:focus,
.inline-form select:focus {
  border-color: rgba(66, 187, 55, 0.55);
  box-shadow: 0 0 0 4px rgba(66, 187, 55, 0.13);
}

.admin-table {
  border-collapse: separate;
  border-spacing: 0;
}

.admin-table th {
  color: #31463a;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.admin-table td {
  background: rgba(255, 255, 255, 0.34);
}

.admin-table tbody tr:hover td {
  background: rgba(220, 255, 216, 0.32);
}

.status {
  border: 1px solid rgba(66, 187, 55, 0.18);
}

.status.pending {
  border-color: rgba(255, 200, 87, 0.28);
}

.pill-line,
.service-row,
.empty {
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(7, 16, 11, 0.09);
}

.media-strip img,
.service-row img,
.service-card img,
.vitrine-strip img {
  background: #eaf8eb;
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 720px) {
  .brand img { width: 52px; }
  .main-nav {
    inset: 74px 18px auto 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(22px);
  }
}
