:root {
  --ink: #243232;
  --muted: #5f6f6b;
  --deep: #1f3a37;
  --moss: #5f7f68;
  --fern: #2f7a52;
  --gold: #f2c94c;
  --lemon: #fff2a8;
  --sky: #b9dfe2;
  --rose: #f4c9b7;
  --sage: #dfe9df;
  --mist: #e9f0ef;
  --clay: #b97755;
  --sand: #f3eadf;
  --cream: #fffaf3;
  --white: #ffffff;
  --line: rgba(31, 58, 55, 0.16);
  --shadow: 0 18px 48px rgba(31, 58, 55, 0.13);
  --heading-inset: clamp(16px, 2vw, 26px);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 201, 76, 0.18), transparent 26%),
    radial-gradient(circle at 88% 6%, rgba(185, 223, 226, 0.24), transparent 26%),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 250, 243, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(31, 58, 55, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--deep);
  font-weight: 850;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--fern), var(--moss));
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow:
    0 0 0 4px rgba(242, 201, 76, 0.36),
    0 8px 22px rgba(31, 58, 55, 0.18);
  overflow: hidden;
}

.brand-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
}

.nav,
.footer nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--deep);
  font-size: 0.94rem;
}

.nav a,
.footer a {
  font-weight: 750;
  text-decoration: none;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
  transition: right 0.22s ease;
}

.nav a:hover::after {
  right: 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 77px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: clamp(190px, 25vw, 360px);
  height: clamp(190px, 25vw, 360px);
  right: clamp(12px, 6vw, 96px);
  top: clamp(60px, 12vw, 140px);
  border: 38px solid rgba(242, 201, 76, 0.62);
  animation: floatSlow 5.8s ease-in-out infinite;
}

.hero::after {
  width: clamp(115px, 14vw, 210px);
  height: clamp(115px, 14vw, 210px);
  right: 24%;
  bottom: 12%;
  background: rgba(185, 223, 226, 0.52);
  animation: floatDrift 4.8s ease-in-out infinite reverse;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 58, 55, 0.88), rgba(47, 122, 82, 0.58) 48%, rgba(242, 201, 76, 0.22)),
    linear-gradient(0deg, rgba(255, 250, 243, 0.25), rgba(255, 250, 243, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 92px 0 116px;
  color: var(--white);
}

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

.hero .eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  color: #183a36;
  background: rgba(255, 242, 168, 0.92);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(31, 58, 55, 0.14);
}

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

h1 {
  max-width: 15ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5.2vw, 5.15rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin: 0;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.4vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

h3 {
  margin: 18px 0 10px;
  color: var(--deep);
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-copy-secondary {
  max-width: 700px;
  margin-top: 18px;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.hero-note {
  max-width: 720px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.35;
}

.mini-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

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

.button,
.linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover,
.linkedin-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(31, 58, 55, 0.18);
}

.button-primary {
  color: var(--deep);
  background: linear-gradient(135deg, var(--gold), var(--lemon));
  border-color: var(--gold);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.linkedin-link {
  color: var(--deep);
  background: transparent;
  border-color: rgba(31, 58, 55, 0.28);
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
}

.intro {
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(54px, 7vw, 86px);
  position: relative;
}

.lead {
  max-width: 1040px;
  margin: 0;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 1.15;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 8px solid var(--gold);
}

.band {
  background:
    radial-gradient(circle at 10% 15%, rgba(242, 201, 76, 0.24), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(244, 201, 183, 0.34), transparent 26%),
    linear-gradient(135deg, var(--sage), var(--sand));
  border-block: 1px solid rgba(31, 58, 55, 0.08);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading h2,
.about-layout h2,
#approach .two-column > div:first-child h2,
.contact-copy h2 {
  padding: 0 var(--heading-inset);
  border-left: 6px solid var(--gold);
}

.section-heading > p:not(.eyebrow) {
  margin-left: calc(var(--heading-inset) + 6px);
  padding-right: var(--heading-inset);
}

.services-compact {
  width: min(1280px, calc(100% - 28px));
  padding-top: clamp(44px, 5.5vw, 72px);
  padding-bottom: clamp(44px, 5.5vw, 72px);
}

.services-compact .section-heading {
  max-width: 1160px;
  margin-bottom: 20px;
}

.services-compact h2 {
  max-width: 900px;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.services-compact .section-heading p {
  max-width: 1120px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.fees {
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.fees .section-heading {
  margin-bottom: 18px;
}

.fees h2 {
  max-width: 720px;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
}

.section-heading p,
.body-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.two-column,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(28px, 7vw, 82px);
  align-items: start;
}

.body-copy p:first-child,
.contact-copy p:first-child {
  margin-top: 0;
}

.contact-band {
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 201, 76, 0.34), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(185, 223, 226, 0.3), transparent 28%),
    linear-gradient(135deg, #edf4e8, #fff2d6 58%, #e2eee2);
  border-block: 1px solid rgba(31, 58, 55, 0.1);
}

.about-layout h2 {
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 2.9vw, 3.4rem);
  font-weight: 800;
  line-height: 1.03;
  overflow-wrap: normal;
  word-break: keep-all;
}

.about-layout {
  grid-template-columns: minmax(360px, 0.78fr) minmax(460px, 1fr);
  gap: clamp(34px, 6vw, 86px);
}

.about-intro {
  display: grid;
  gap: 22px;
}

.about-photo {
  position: relative;
  width: min(360px, 82%);
  margin: 6px 0 0;
  align-self: start;
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 15%, rgba(242, 201, 76, 0.42), transparent 42%),
    linear-gradient(145deg, rgba(47, 122, 82, 0.18), rgba(255, 242, 168, 0.4));
  border-radius: 14px;
}

.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 23%;
  border: 4px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(31, 58, 55, 0.22);
}

.about-layout .body-copy p {
  font-size: clamp(1.22rem, 1.55vw, 1.46rem);
  line-height: 1.42;
}

.principle-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

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

.principle-grid article,
.service-card,
details,
.fee-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(31, 58, 55, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.principle-grid article:hover,
.service-card:hover,
.fee-grid article:hover,
details:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 201, 76, 0.55);
  box-shadow: 0 18px 38px rgba(31, 58, 55, 0.13);
}

.principle-grid article {
  padding: 18px;
}

.principle-grid p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

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

.service-card {
  min-height: 198px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 104px;
  height: 104px;
  background: rgba(242, 201, 76, 0.16);
  border-radius: 50%;
  z-index: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-card:hover::after {
  transform: scale(1.35);
  background: rgba(242, 201, 76, 0.26);
}

.service-card p,
details p,
details li {
  margin: 0;
  color: var(--muted);
}

.service-card p {
  font-size: 0.82rem;
  line-height: 1.42;
}

.service-card h3 {
  margin: 12px 0 8px;
  font-size: 0.98rem;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--clay), var(--gold));
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(185, 119, 85, 0.2);
}

#approach .two-column > div:first-child {
  padding-top: 0;
}

.journey .section-heading {
  margin-bottom: 34px;
}

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

.steps article {
  position: relative;
  padding-top: 42px;
}

.steps b {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--clay), var(--gold));
  border-radius: 50%;
}

.steps p {
  margin: 10px 0 0;
  color: var(--muted);
}

.journey-fit {
  margin-top: 34px;
}

.journey-fit .fit-panel {
  padding: clamp(26px, 3.6vw, 42px);
}

.journey-fit .fit-panel h2 {
  max-width: 560px;
  font-size: clamp(1.8rem, 2.45vw, 2.65rem);
  line-height: 1.04;
}

.journey-fit .check-list {
  margin-top: 0;
  padding: clamp(18px, 2.2vw, 28px);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(31, 58, 55, 0.1);
  border-radius: 8px;
}

.journey-fit .check-list li {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
  line-height: 1.35;
}

.fit-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.single-fit-card {
  grid-template-columns: 1fr;
}

.single-fit-card .fit-panel-green {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.fit-panel {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 58, 55, 0.09);
}

.fit-panel-green {
  background:
    radial-gradient(circle at 92% 10%, rgba(242, 201, 76, 0.22), transparent 28%),
    #e6f1ea;
}

.fit-panel h2 {
  max-width: 520px;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0 0 0 28px;
  color: var(--deep);
  font-size: 0.95rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--moss);
  font-weight: 900;
}

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

.fee-grid article {
  padding: 16px;
  border-top: 4px solid rgba(242, 201, 76, 0.62);
}

.fee-grid article:first-child {
  grid-column: span 2;
}

.fee-grid article:nth-child(4),
.fee-grid article:nth-child(5) {
  grid-column: span 2;
}

.fee-grid h3 {
  margin: 10px 0 6px;
  font-size: 0.98rem;
}

.fee-grid p {
  font-size: 0.84rem;
  line-height: 1.4;
}

.fee-grid p {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  gap: 14px;
}

details {
  padding: 18px 20px;
}

summary {
  color: var(--deep);
  cursor: pointer;
  font-weight: 850;
}

details p {
  margin-top: 12px;
}

details ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.safety-note {
  padding: 16px;
  color: var(--deep);
  background: #fff2e8;
  border: 1px solid rgba(185, 119, 85, 0.32);
  border-left: 5px solid var(--clay);
  border-radius: 8px;
  font-weight: 700;
}

.booking-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 230, 0.94)),
    var(--white);
  border: 1px solid rgba(95, 127, 104, 0.24);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(31, 58, 55, 0.16);
  border-top: 6px solid var(--fern);
}

.booking-card {
  align-self: start;
}

.booking-card h3 {
  margin-top: 0;
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.booking-button {
  width: 100%;
}

label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffef9;
  border: 1px solid rgba(47, 122, 82, 0.3);
  border-radius: 6px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(95, 127, 104, 0.28);
  border-color: var(--moss);
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 700;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(242, 201, 76, 0.22), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(185, 223, 226, 0.2), transparent 28%),
    var(--cream);
}

.admin-shell {
  display: grid;
  gap: 24px;
}

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

.admin-header h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.admin-header p {
  max-width: 720px;
  color: var(--muted);
}

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

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

.admin-wide {
  grid-column: 1 / -1;
}

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

.admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.admin-row p {
  margin: 6px 0 0;
  color: var(--muted);
}

.admin-pill {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 8px;
  color: var(--deep);
  background: rgba(242, 201, 76, 0.28);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-actions button {
  padding: 9px 11px;
  color: var(--deep);
  background: var(--white);
  border: 1px solid rgba(31, 58, 55, 0.22);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.admin-actions button:hover {
  border-color: var(--gold);
  background: rgba(242, 201, 76, 0.16);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(135deg, #182827, #21463f);
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-22px, -34px, 0) scale(1.04);
  }
}

@keyframes floatDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(28px, -38px, 0) scale(1.08);
  }
}

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

.footer p {
  margin: 0;
}

.footer nav {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(31, 58, 55, 0.88), rgba(31, 58, 55, 0.45));
  }

  .hero-content {
    margin: 0 auto;
  }

  #approach .two-column > div:first-child {
    padding-top: 0;
  }

  .two-column,
  .about-layout,
  .fit-card-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .about-photo {
    width: min(380px, 100%);
  }

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

  .single-fit-card .fit-panel-green {
    grid-template-columns: 1fr;
  }

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

  .footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(2.45rem, 11vw, 3.65rem);
  }

  .hero-actions,
  .button,
  .linkedin-link {
    width: 100%;
  }

  .principle-grid,
  .steps,
  .service-grid,
  .fee-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .admin-header,
  .admin-card-heading,
  .admin-row {
    display: grid;
  }

  .admin-panels {
    grid-template-columns: 1fr;
  }

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

  .fee-grid article:first-child,
  .fee-grid article:nth-child(4),
  .fee-grid article:nth-child(5) {
    grid-column: auto;
  }

  .booking-card {
    padding: 20px;
  }
}
