:root {
  --salon-dark: #25221d;
  --salon-muted: #6f645d;
  --salon-pink: #f4e4bf;
  --salon-pink-soft: #fff8e8;
  --salon-rose: #d9b66e;
  --salon-rose-deep: #9c6b1f;
  --salon-green: #ead09a;
  --salon-green-deep: #9c6b1f;
  --salon-white: #fffdfb;
  --salon-page-gutter: 2rem;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0)),
    var(--salon-pink);
  color: var(--salon-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
}

main small,
main .small,
footer small,
footer .small,
.btn-sm {
  font-size: 1rem;
}

.container,
.container-fluid {
  --bs-gutter-x: 0;
  max-width: 1920px;
  padding-left: var(--salon-page-gutter);
  padding-right: var(--salon-page-gutter);
  width: 100%;
}

.py-lg-6 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.salon-brand,
.salon-heading {
  color: var(--salon-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.salon-brand {
  font-size: 1.55rem;
}

.salon-logo-link {
  display: inline-flex;
  line-height: 1;
}

.salon-logo {
  display: block;
  height: 96px;
  width: auto;
}

.salon-footer-logo {
  display: block;
  filter: drop-shadow(0 0.35rem 0.8rem rgba(0, 0, 0, 0.28));
  height: auto;
  max-width: min(18rem, 100%);
}

.border-rose-subtle {
  border-color: rgba(217, 182, 110, 0.32) !important;
}

.border-rose {
  border-color: var(--salon-rose) !important;
}

.bg-salon-dark {
  background: var(--salon-dark);
}

.bg-salon-green {
  background: var(--salon-green);
}

.text-salon-dark {
  color: var(--salon-dark);
}

.text-salon-muted {
  color: var(--salon-muted);
}

.text-salon-rose,
.price {
  color: var(--salon-rose-deep);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.salon-footer {
  background: var(--salon-dark);
}

.salon-footer-main {
  background: #f3f0ea;
  color: #050505;
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(2.5rem, 4vw, 4rem);
}

.salon-footer-story-layout {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 7vw, 8rem);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.6fr);
}

.salon-footer-kicker {
  color: #747474;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.salon-footer-ethos {
  color: #050505;
  font-size: clamp(3.5rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.9;
  margin: 0;
}

.salon-footer-story-copy {
  color: #050505;
  font-size: clamp(1.35rem, 1.55vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  max-width: 78rem;
  padding-top: 3.4rem;
}

.salon-footer-story-copy p {
  margin: 0;
}

.salon-footer-story-copy p + p {
  margin-top: 2rem;
}

.salon-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
  margin-top: clamp(3rem, 5vw, 5rem);
}

.salon-footer-actions a {
  align-items: center;
  background: #fffdfb;
  border: 1px solid rgba(217, 182, 110, 0.42);
  border-radius: 999px;
  color: var(--salon-dark);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 800;
  gap: 0.75rem;
  min-height: 3.2rem;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
}

.salon-footer-actions img {
  height: 1rem;
  width: 1rem;
}

.salon-footer-actions a:hover,
.salon-footer-actions a:focus {
  background: #e2bd6f;
  color: var(--salon-dark);
}

.salon-footer-bottom {
  background: #25221d;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.4rem 0;
}

.salon-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.salon-footer-legal a {
  color: inherit;
  text-decoration: none;
}

.salon-footer-legal a:hover,
.salon-footer-legal a:focus {
  color: #e2bd6f;
}

.eyebrow {
  color: var(--salon-rose-deep);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.btn-salon-dark {
  --bs-btn-bg: var(--salon-dark);
  --bs-btn-border-color: var(--salon-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--salon-rose-deep);
  --bs-btn-hover-border-color: var(--salon-rose-deep);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--salon-rose-deep);
  --bs-btn-active-border-color: var(--salon-rose-deep);
}

.btn-outline-salon {
  --bs-btn-border-color: var(--salon-rose-deep);
  --bs-btn-color: var(--salon-rose-deep);
  --bs-btn-hover-bg: var(--salon-rose-deep);
  --bs-btn-hover-border-color: var(--salon-rose-deep);
  --bs-btn-hover-color: #fff;
}

.salon-card {
  background: rgba(255, 253, 251, 0.9);
  border-radius: 0.5rem;
}

.salon-admin-panel {
  background: rgba(255, 253, 251, 0.95);
  border: 1px solid rgba(156, 107, 31, 0.18);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.25rem rgba(37, 34, 29, 0.08);
}

.salon-balance-panel,
.voucher-admin-section {
  background: rgba(255, 253, 251, 0.78);
  border: 1px solid rgba(156, 107, 31, 0.16);
  border-radius: 0.5rem;
}

.voucher-admin-section {
  padding: 1rem;
}

.admin-status-pill {
  background: rgba(37, 34, 29, 0.08);
  border-radius: 999px;
  color: var(--salon-dark);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}

.admin-status-pill-live {
  background: rgba(42, 132, 82, 0.14);
  color: #22623d;
}

.admin-status-pill-used {
  background: rgba(156, 107, 31, 0.16);
  color: var(--salon-rose-deep);
}

.voucher-admin-table-wrap {
  border: 1px solid rgba(156, 107, 31, 0.14);
  border-radius: 0.5rem;
}

.voucher-admin-table {
  min-width: 58rem;
}

.voucher-admin-table thead th {
  background: #f8f3e8;
  color: var(--salon-muted);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.voucher-admin-table code {
  color: var(--salon-dark);
}

.voucher-product-grid {
  display: grid;
  gap: 0.85rem;
}

.voucher-product-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(156, 107, 31, 0.14);
  border-radius: 0.5rem;
  padding: 1rem;
}

.voucher-redemption-list {
  font-size: 0.95rem;
  min-width: 16rem;
}

.salon-modal {
  background: var(--salon-white);
  border: 0;
  border-radius: 0.5rem;
}

.voucher-checkout-summary {
  align-items: start;
  background: #f8f3e8;
  border: 1px solid rgba(156, 107, 31, 0.18);
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.voucher-card-element {
  min-height: 3.25rem;
  padding: 1rem;
}

.voucher-card-help {
  background: #fff8e8;
  border: 1px solid rgba(156, 107, 31, 0.18);
  border-radius: 0.5rem;
  padding: 1rem;
}

.voucher-card-help code {
  background: rgba(37, 34, 29, 0.06);
  border-radius: 0.35rem;
  color: var(--salon-dark);
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.2rem 0.4rem;
}

.voucher-receipt {
  margin-top: 1rem;
}

.voucher-receipt-grid {
  display: grid;
  gap: 0.65rem 1rem;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1fr);
}

.voucher-receipt-grid dt,
.voucher-receipt-grid dd {
  margin: 0;
}

.voucher-receipt-grid dt {
  color: var(--salon-muted);
  font-weight: 700;
}

.voucher-receipt-grid dd {
  color: var(--salon-dark);
  overflow-wrap: anywhere;
}

.bookable-service {
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.bookable-service:hover,
.bookable-service:focus-within {
  box-shadow: 0 1rem 2.25rem rgba(37, 34, 29, 0.12) !important;
  transform: translateY(-2px);
}

.service-book-action {
  filter: grayscale(0.35);
  opacity: 0.52;
  pointer-events: auto;
  transform: none;
  transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.bookable-service:hover .service-book-action,
.bookable-service:focus-within .service-book-action {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(0);
}

.salon-featured-service-card {
  min-height: 14rem;
}

.salon-featured-service-card .card-body {
  padding-bottom: 4.75rem !important;
  position: relative;
}

.salon-featured-service-card h3 {
  font-size: 2rem;
  line-height: 1.1;
}

.salon-featured-service-card .price {
  font-size: 1.5rem;
  line-height: 1;
}

.salon-featured-service-card .service-book-action {
  align-items: center;
  background: transparent;
  border: 2px solid var(--salon-rose-deep);
  bottom: 1.5rem;
  color: var(--salon-rose-deep);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  margin-top: 0 !important;
  min-height: 3rem;
  opacity: 1;
  padding: 0.7rem 1.35rem;
  pointer-events: auto;
  position: absolute;
  right: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transform: none;
  white-space: nowrap;
}

.salon-featured-service-card .service-book-action:hover,
.salon-featured-service-card .service-book-action:focus {
  background: var(--salon-rose-deep);
  color: #fff;
}

.salon-voucher-card {
  background:
    linear-gradient(rgba(255, 253, 251, 0.9), rgba(255, 253, 251, 0.9)),
    url("/static/demo_shop_salon/img/logo_bristles.png") right -2rem center / min(82%, 24rem) auto no-repeat;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
}

.salon-voucher-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.salon-voucher-section-copy {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.85rem;
  max-width: 44rem;
}

.salon-voucher-card h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0;
}

.salon-voucher-card-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.salon-voucher-card-footer .price {
  font-size: 2rem;
  line-height: 1;
}

.salon-voucher-buy-button {
  align-items: center;
  background: transparent;
  border: 2px solid var(--salon-rose-deep);
  color: var(--salon-rose-deep);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.salon-voucher-buy-button:hover,
.salon-voucher-buy-button:focus {
  background: var(--salon-rose-deep);
  color: #fff;
}

.salon-service-section {
  background: #f3eee5;
  border-top: 1px solid rgba(37, 34, 29, 0.08);
}

.salon-service-section:nth-of-type(even) {
  background: #fffaf0;
}

.salon-service-category {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.35fr);
}

.salon-service-category-intro {
  max-width: 34rem;
  padding-top: 1.2rem;
}

.salon-service-category-intro .salon-heading {
  color: #2b261f;
  font-size: clamp(3rem, 5vw, 5.25rem);
  font-weight: 500;
  line-height: 0.95;
}

.salon-service-category-intro p:not(.eyebrow) {
  color: #5d554a;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.45;
}

.salon-service-list {
  display: grid;
  gap: 1.1rem;
}

.salon-service-item {
  align-items: center;
  background: rgba(255, 253, 251, 0.92);
  border: 1px solid rgba(37, 34, 29, 0.12);
  border-radius: 0 2.5rem 0 2.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 7rem;
  padding: 1.45rem 1.65rem;
}

.salon-service-item h3 {
  color: #2b261f;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.salon-service-item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 0.45rem;
}

.salon-service-item-action {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  min-width: 9rem;
}

.salon-service-item-action strong {
  color: var(--salon-rose-deep);
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}

.salon-hero {
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(244, 228, 191, 0.92) 0%, rgba(244, 228, 191, 0.74) 42%, rgba(244, 228, 191, 0.28) 100%),
    var(--salon-hero-image);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: min(760px, calc(100vh - 120px));
}

.salon-hero-copy {
  max-width: 760px;
}

.salon-hours-card {
  max-width: 460px;
}

.salon-hours-card .card-body {
  padding: clamp(2.25rem, 3.5vw, 3.75rem);
}

.salon-hours-card dl {
  font-size: max(16px, 1rem);
}

.glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 0 4rem 0 4rem;
  box-shadow: 0 1.25rem 4rem rgba(37, 34, 29, 0.16);
  overflow: hidden;
  position: relative;
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
}

.glass-card::before {
  background: url("/static/img/frosted_bw.png") center / cover;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
}

.glass-card > * {
  position: relative;
}

.glass-card .text-salon-muted {
  color: rgba(37, 34, 29, 0.72);
}

.voucher-detail {
  max-width: 720px;
}

.list-group-item {
  background: var(--salon-white);
  border-color: rgba(217, 182, 110, 0.18);
  color: var(--salon-dark);
}

.form-control,
.form-select {
  border-color: rgba(217, 182, 110, 0.32);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--salon-rose);
  box-shadow: 0 0 0 0.2rem rgba(217, 182, 110, 0.22);
}

.salon-map {
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
  width: 100%;
}

.salon-contact-row {
  background: rgba(255, 253, 251, 0.82);
  border: 1px solid rgba(156, 107, 31, 0.16);
  border-radius: 0.5rem;
  padding: 1rem;
}

.salon-contact-row span {
  color: var(--salon-muted);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.salon-contact-row a {
  color: var(--salon-dark);
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.quick-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 182, 110, 0.26);
  border-radius: 999px;
  color: var(--salon-dark);
  display: inline-flex;
  font-weight: 700;
  gap: 0.65rem;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
}

.quick-action:hover,
.quick-action:focus {
  background: var(--salon-rose-deep);
  border-color: var(--salon-rose-deep);
  color: #fff;
}

.quick-action-icon {
  align-items: center;
  background: var(--salon-green);
  border-radius: 999px;
  color: var(--salon-dark);
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.booking-date-button {
  background: #fff;
  color: var(--salon-muted);
}

.booking-step-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(217, 182, 110, 0.26);
  border-radius: 999px;
  color: var(--salon-muted);
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
}

.booking-step-pill span {
  align-items: center;
  background: var(--salon-green);
  border-radius: 999px;
  color: var(--salon-dark);
  display: inline-flex;
  height: 1.6rem;
  justify-content: center;
  width: 1.6rem;
}

.booking-step-pill.active {
  background: var(--salon-rose-deep);
  border-color: var(--salon-rose-deep);
  color: #fff;
}

.booking-step-pill.active span {
  background: #fff;
  color: var(--salon-rose-deep);
}

.day-strip {
  scrollbar-color: var(--salon-rose) transparent;
}

.month-pill,
.day-pill {
  min-width: 2.75rem;
}

.day-pill.disabled {
  opacity: 0.38;
}

.diary-slot-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
}

.diary-slot {
  border-color: rgba(217, 182, 110, 0.24);
  padding: 0.85rem 1rem;
}

.diary-slot.active,
.diary-slot:hover,
.diary-slot:focus {
  background: var(--salon-rose-deep);
  color: #fff;
}

.salon-header {
  box-shadow: 0 0.5rem 1.5rem rgba(37, 34, 29, 0.05);
}

.topbar {
  background: var(--salon-dark);
  border-color: rgba(226, 189, 111, 0.28) !important;
  color: #e2bd6f !important;
  font-size: 14px;
  font-weight: 700;
  min-height: 48px;
}

.topbar-inner {
  align-items: center;
  min-height: 48px;
}

.topbar .small,
.topbar a,
.topbar span {
  color: #e2bd6f !important;
  font-size: 14px;
}

.topbar-social a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.topbar-social a:hover .topbar-icon,
.topbar-social a:focus .topbar-icon {
  opacity: 0.72;
}

.topbar .topbar-edit-booking {
  align-items: center;
  background: #e2bd6f;
  color: var(--salon-dark) !important;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 2rem;
  padding: 0.35rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar .topbar-edit-booking:hover,
.topbar .topbar-edit-booking:focus {
  background: #fff8e8;
  color: var(--salon-dark) !important;
}

.topbar-icon {
  filter: invert(77%) sepia(43%) saturate(501%) hue-rotate(358deg) brightness(90%) contrast(92%);
  height: 1rem;
  width: 1rem;
}

.salon-main-nav {
  background: #d9b66e;
  min-height: 126px;
}

.salon-main-nav .navbar-collapse {
  padding-right: 0;
}

.salon-nav-actions {
  flex-shrink: 0;
}

.salon-book-button {
  align-items: center;
  background: #fff;
  border-radius: 0 1.2rem 0 1.2rem;
  color: #c39241;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 3.1rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 8.75rem;
  padding: 0 1.45rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.salon-book-button:hover,
.salon-book-button:focus {
  background: var(--salon-dark);
  color: #fff;
}

.salon-whatsapp-button {
  align-items: center;
  background: #050505;
  border: 0.25rem solid #050505;
  border-radius: 999px;
  display: inline-flex;
  height: 3.15rem;
  justify-content: center;
  width: 3.15rem;
}

.salon-whatsapp-button img {
  filter: invert(82%) sepia(30%) saturate(806%) hue-rotate(355deg) brightness(92%) contrast(91%);
  height: 1.45rem;
  width: 1.45rem;
}

.salon-whatsapp-button:hover,
.salon-whatsapp-button:focus {
  background: var(--salon-dark);
  border-color: var(--salon-dark);
}

.navbar .nav-link {
  color: #111;
  font-size: 16px;
  letter-spacing: 0.18em;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 182, 110, 0.24);
}

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

.salon-feature-panel {
  min-height: 26rem;
}

.salon-feature-copy {
  align-items: flex-start;
  background: #f3eee5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 5vw, 6rem);
}

.salon-feature-copy p:not(.eyebrow) {
  color: #111;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75;
  max-width: 43rem;
}

.salon-feature-copy .salon-heading {
  color: #050505;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.salon-feature-image {
  background: var(--salon-dark);
  overflow: hidden;
}

.salon-feature-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.salon-feature-image-alt img {
  object-position: left center;
}

.salon-booking-cta {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)), var(--salon-booking-cta-image);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 34rem;
  padding: clamp(3rem, 6vw, 6rem) var(--salon-page-gutter);
}

.salon-booking-cta-panel {
  align-items: center;
  background: #ebe5da;
  border-radius: 0 7rem 0 7rem;
  display: flex;
  flex-direction: column;
  max-width: 75rem;
  padding: clamp(3rem, 5vw, 6rem);
  text-align: center;
  width: min(100%, 75rem);
}

.salon-booking-cta-panel .salon-heading {
  color: #050505;
  font-size: clamp(2.6rem, 4.5vw, 4.75rem);
  font-weight: 500;
  line-height: 1;
}

.salon-booking-cta-contact,
.salon-booking-cta-copy {
  color: #111;
  font-size: 1.1rem;
  font-weight: 700;
}

.salon-booking-cta-contact span {
  margin-right: 0.2rem;
}

.salon-booking-cta-contact a {
  color: #d9b66e;
  text-decoration: none;
}

.salon-booking-cta-button {
  align-items: center;
  background: #d9b66e;
  border-radius: 0 1.15rem 0 1.15rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 3.2rem;
  min-width: 11.75rem;
  padding: 0.85rem 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.salon-booking-cta-button:hover,
.salon-booking-cta-button:focus {
  background: var(--salon-dark);
  color: #fff;
}

@media (max-width: 991.98px) {
  :root {
    --salon-page-gutter: 4rem;
  }

  .salon-hero {
    background-image:
      linear-gradient(180deg, rgba(244, 228, 191, 0.94) 0%, rgba(244, 228, 191, 0.78) 58%, rgba(244, 228, 191, 0.42) 100%),
      var(--salon-hero-image);
    min-height: auto;
  }

  .salon-main-nav .navbar-collapse {
    padding-right: 0;
  }

  .salon-brand {
    font-size: 1.35rem;
  }

  .salon-nav-actions {
    margin-top: 1rem;
  }

  .salon-book-button {
    flex: 1 1 auto;
  }

  .salon-feature-grid {
    grid-template-columns: 1fr;
  }

  .salon-feature-panel {
    min-height: auto;
  }

  .salon-feature-copy {
    padding: 3rem var(--salon-page-gutter);
  }

  .salon-feature-image {
    aspect-ratio: 16 / 11;
  }

  .salon-booking-cta {
    min-height: 28rem;
  }

  .salon-booking-cta-panel {
    border-radius: 0 4rem 0 4rem;
  }

  .salon-service-category {
    grid-template-columns: 1fr;
  }

  .salon-service-category-intro {
    max-width: none;
    padding-top: 0;
  }

  .salon-footer-story-layout {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .salon-footer-story-copy {
    padding-top: 0;
  }

  .salon-footer-actions {
    justify-content: flex-start;
  }

}

@media (min-width: 992px) {
  :root {
    --salon-page-gutter: 6rem;
  }

  .navbar .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --salon-page-gutter: 2rem;
  }

  .salon-service-category-intro .salon-heading {
    font-size: clamp(2.5rem, 14vw, 3.5rem);
  }

  .salon-service-item {
    align-items: flex-start;
    border-radius: 0 1.75rem 0 1.75rem;
    flex-direction: column;
  }

  .salon-service-item-action {
    align-items: flex-start;
    min-width: 0;
  }

  .salon-voucher-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (hover: none) {
  .service-book-action {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
