:root {
  --ink: #16221d;
  --muted: #62706a;
  --line: #dce4df;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --sage: #2f6b5d;
  --sage-dark: #204c43;
  --aqua: #1b8a9b;
  --gold: #d79b38;
  --clay: #b86844;
  --shadow: 0 18px 50px rgba(26, 43, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 1px solid rgba(220, 228, 223, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 178px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--sage);
  font-weight: 800;
}

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

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: #42524b;
  font-size: 14px;
}

.top-nav a:hover {
  color: var(--sage);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--sage-dark);
  background: #fff;
  font-weight: 800;
}

.header-action,
.primary-button,
.secondary-button,
.text-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.header-action,
.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--sage);
  box-shadow: 0 10px 24px rgba(47, 107, 93, 0.22);
}

.primary-button:hover,
.header-action:hover {
  background: var(--sage-dark);
}

.secondary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--sage-dark);
  background: #e8f1ed;
}

.text-button {
  width: 100%;
  min-height: 42px;
  color: var(--sage-dark);
  background: #edf5f1;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  contain: paint;
  color: white;
  background: #244b47;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 38, 45, 0.2), rgba(10, 24, 22, 0.58)),
    linear-gradient(145deg, #60b5bd 0%, #e1c575 47%, #ae6d47 100%);
}

.sun {
  position: absolute;
  top: 92px;
  right: 14vw;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f5d167;
  box-shadow: 0 0 70px rgba(245, 209, 103, 0.62);
}

.dune {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  height: 42%;
  border-radius: 50% 50% 0 0;
}

.dune-one {
  background: #c2854d;
  transform: rotate(-4deg);
}

.dune-two {
  bottom: -18%;
  height: 38%;
  background: #8e563e;
  transform: rotate(3deg);
}

.camel-scene {
  position: absolute;
  right: 11%;
  bottom: 24%;
  width: 250px;
  height: 170px;
  transform: scale(1.05);
}

.camel-body,
.camel-neck,
.camel-head,
.camel-hump,
.camel-leg {
  position: absolute;
  background: #5a3326;
}

.camel-body {
  left: 44px;
  top: 78px;
  width: 145px;
  height: 52px;
  border-radius: 45px 42px 30px 36px;
}

.camel-hump {
  top: 46px;
  width: 58px;
  height: 62px;
  border-radius: 50% 50% 28% 28%;
}

.hump-one {
  left: 68px;
}

.hump-two {
  left: 113px;
}

.camel-neck {
  left: 176px;
  top: 45px;
  width: 24px;
  height: 74px;
  border-radius: 22px;
  transform: rotate(-24deg);
}

.camel-head {
  left: 194px;
  top: 39px;
  width: 44px;
  height: 25px;
  border-radius: 18px 20px 12px 14px;
}

.camel-leg {
  top: 116px;
  width: 13px;
  height: 48px;
  border-radius: 10px;
}

.leg-one { left: 65px; }
.leg-two { left: 104px; }
.leg-three { left: 149px; }
.leg-four { left: 177px; }

.hero-content {
  position: relative;
  z-index: 1;
  width: min(850px, calc(100% - 36px));
  margin: 0 auto 76px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero p:not(.eyebrow) {
  width: min(730px, 100%);
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  min-height: 110px;
  padding: 24px;
  background: #fff;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-size: 28px;
  color: var(--sage-dark);
}

.trust-band span {
  color: var(--muted);
}

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

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 30px;
}

.section-heading h2,
.feature-band h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

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

.package-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(20, 38, 33, 0.08);
}

.card-image {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.image-milk {
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.92) 0 12%, transparent 13%),
    linear-gradient(145deg, rgba(47, 107, 93, 0.25), rgba(215, 155, 56, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 520'%3E%3Crect fill='%23d8b76b' width='900' height='520'/%3E%3Cpath fill='%237b4b35' d='M0 360c170-90 316-95 498-15 145 63 260 58 402-6v181H0z'/%3E%3Cpath fill='%23f7f4e8' d='M370 195h160l-22 205H392z'/%3E%3Cpath fill='%23ffffff' d='M380 160h140l10 45H370z'/%3E%3Ccircle fill='%232f6b5d' cx='310' cy='220' r='48'/%3E%3C/svg%3E");
}

.image-hostel {
  background:
    linear-gradient(145deg, rgba(27, 138, 155, 0.16), rgba(184, 104, 68, 0.24)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 520'%3E%3Crect fill='%238fc7c4' width='900' height='520'/%3E%3Cpath fill='%23c48d52' d='M0 350c145-70 290-93 454-28 164 65 315 38 446-28v226H0z'/%3E%3Cpath fill='%23804e37' d='M210 255l170-120 175 120v170H210z'/%3E%3Cpath fill='%23f5e9cf' d='M250 270h265v155H250z'/%3E%3Cpath fill='%232f6b5d' d='M330 315h95v110h-95z'/%3E%3C/svg%3E");
}

.image-water {
  background:
    linear-gradient(145deg, rgba(47, 107, 93, 0.12), rgba(27, 138, 155, 0.2)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 520'%3E%3Crect fill='%23e7eee9' width='900' height='520'/%3E%3Cpath fill='%231b8a9b' d='M0 300c120-40 210-40 330 0s210 40 330 0 150-38 240-10v230H0z'/%3E%3Cpath fill='%23ffffff' d='M140 95h620v250H140z'/%3E%3Cpath fill='%23dce4df' d='M185 140h120v160H185zm155 0h120v160H340zm155 0h120v160H495zm155 0h70v160h-70z'/%3E%3C/svg%3E");
}

.card-body {
  padding: 20px;
}

.tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
}

.card-body h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.card-body p {
  min-height: 76px;
  color: var(--muted);
}

.builder-section {
  background: #edf3ef;
}

.ai-assistant {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  border: 1px solid #cfe0d9;
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(20, 38, 33, 0.08);
}

.ai-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ai-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage), var(--aqua));
  font-weight: 900;
}

.ai-intro h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
}

.ai-intro p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

.ai-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 18px;
}

.ai-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.ai-message-field,
.ai-form .wide {
  grid-column: 1 / -1;
}

textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
}

.ai-result {
  display: grid;
  align-content: space-between;
  gap: 14px;
  min-height: 100%;
  border: 1px solid #d8e8e2;
  border-radius: 8px;
  padding: 16px;
  background: #f4faf7;
}

.ai-bubble {
  min-height: 156px;
  border-radius: 8px;
  padding: 16px;
  color: #24352f;
  background: #fff;
  white-space: pre-line;
}

.ai-bubble strong {
  color: var(--sage-dark);
}

.ai-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

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

.builder-panel,
.summary-panel,
.dashboard-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 38, 33, 0.08);
}

.builder-panel {
  padding: 24px;
}

fieldset {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

fieldset:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

legend {
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 20px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(80px, 1fr));
  gap: 10px;
}

.choice-card,
.service-item,
.payment-options label {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.choice-card {
  position: relative;
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 10px;
  text-align: center;
}

.choice-card input,
.service-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.choice-card strong,
.choice-card span {
  display: block;
}

.choice-card span {
  color: var(--muted);
  font-size: 13px;
}

.choice-card:has(input:checked),
.service-item:has(input:checked),
.payment-options label:has(input:checked) {
  border-color: var(--sage);
  background: #edf7f3;
  box-shadow: inset 0 0 0 1px var(--sage);
}

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

label {
  display: grid;
  gap: 6px;
  color: #384740;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
}

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

.service-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  color: var(--ink);
}

.service-item span {
  color: var(--muted);
  font-weight: 500;
}

.summary-panel {
  position: sticky;
  top: 86px;
  padding: 22px;
}

.summary-top h3 {
  margin: 0;
  font-size: 26px;
}

.summary-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.summary-list div,
.total-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.summary-list dt {
  color: var(--muted);
}

.summary-list dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.total-row {
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.total-row strong {
  font-size: 24px;
  color: var(--sage-dark);
}

.payment-box {
  padding: 16px 0;
}

.payment-box p {
  margin: 0 0 10px;
  font-weight: 800;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 10px;
}

.wide {
  width: 100%;
}

.fine-print {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 40px;
  align-items: center;
  background: #163830;
  color: #fff;
}

.feature-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

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

.feature-list span {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 800;
}

.dashboard-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.tab {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tab.is-active {
  color: #fff;
  background: var(--sage);
  border-color: var(--sage);
}

.dashboard-grid {
  display: grid;
}

.dashboard-panel {
  display: none;
  padding: 22px;
}

.dashboard-panel.is-active {
  display: block;
}

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

.panel-head h3 {
  margin: 0;
  font-size: 24px;
}

.status {
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--sage-dark);
  background: #edf7f3;
  font-size: 13px;
  font-weight: 800;
}

.empty-state {
  min-height: 140px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 24px;
  color: var(--muted);
  text-align: center;
}

.provider-login {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.hidden {
  display: none;
}

.booking-list {
  display: grid;
  gap: 10px;
}

.booking-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.booking-item h4 {
  margin: 0 0 4px;
}

.booking-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.booking-item strong {
  color: var(--sage-dark);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.metrics div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  font-size: 24px;
  color: var(--sage-dark);
}

.metrics span {
  color: var(--muted);
}

.roadmap {
  background: #eef6f7;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.roadmap-grid div {
  border: 1px solid #cfe2e5;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.roadmap-grid strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--aqua);
}

.roadmap-grid span {
  color: var(--muted);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(9, 22, 19, 0.58);
}

.modal.is-open {
  display: grid;
}

.modal-card {
  position: relative;
  width: min(520px, 100%);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
}

.site-footer strong {
  color: var(--ink);
}

.provider-page {
  background: #f3f7f4;
}

.provider-hero {
  min-height: 330px;
  display: grid;
  align-items: end;
  padding: 76px clamp(18px, 5vw, 72px) 48px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(22, 56, 48, 0.96), rgba(27, 138, 155, 0.78)),
    linear-gradient(145deg, #2f6b5d, #1b8a9b);
}

.provider-hero div {
  width: min(820px, 100%);
}

.provider-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.provider-hero p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.provider-login-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.65fr);
  gap: 24px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 38, 33, 0.08);
}

.provider-login-card h2,
.provider-dashboard-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.provider-login-form {
  display: grid;
  gap: 12px;
}

.login-error {
  min-height: 22px;
  margin: 0;
  color: #b42318;
  font-weight: 800;
}

.provider-dashboard {
  padding-top: 54px;
}

.provider-dashboard-head {
  margin-bottom: 18px;
}

.provider-metrics {
  grid-template-columns: repeat(4, 1fr);
}

.provider-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 38, 33, 0.08);
}

.provider-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

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

.provider-table th {
  color: #3a4b44;
  background: #f5faf7;
  font-size: 13px;
  text-transform: uppercase;
}

.provider-table td span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.payment-pill {
  display: inline-block !important;
  width: fit-content;
  margin: 0 0 4px !important;
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--sage-dark) !important;
  background: #edf7f3;
  font-weight: 800;
}

.status-select {
  min-width: 190px;
}

.provider-empty {
  height: 120px;
  color: var(--muted);
  text-align: center !important;
}

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

  .trust-band,
  .package-grid,
  .builder-layout,
  .feature-band,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-panel {
    position: static;
  }

  .choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ai-workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
  }

  .header-action {
    min-width: 104px;
    padding: 0 12px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    margin-bottom: 46px;
    text-align: left;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .camel-scene {
    right: -18px;
    bottom: 31%;
    transform: scale(0.72);
  }

  .trust-band,
  .package-grid,
  .ai-intro,
  .ai-form,
  .ai-actions,
  .builder-layout,
  .feature-band,
  .roadmap-grid,
  .select-row,
  .service-list,
  .provider-login,
  .metrics,
  .provider-login-card,
  .provider-metrics {
    grid-template-columns: 1fr;
  }

  .choice-grid,
  .payment-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-tabs {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tab {
    white-space: nowrap;
  }

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

  .site-footer {
    display: grid;
  }
}
