.services-title,
.services-section-title,
.services-feature-card__title,
.services-highlight__title,
.services-package__subtitle,
.services-package__price {
  font-family: Alike, serif;
  font-weight: bold;
  color: rgb(80, 34, 11);
}

.services-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.services-intro__content {
  max-width: 800px;
}

.services-text,
.services-package__tagline,
.services-feature span {
  font-family: Alike, serif;
  color: #3b2418;
  font-size: 18px;
  line-height: 1.7;
}

/* =========================================================
   INTRO
   ========================================================= */

.services-intro {
  padding-top: 4.5rem;
  padding-bottom: 2.25rem;
}

.services-intro__note {
  margin-top: 1rem;
}

.services-cta-button {
  display: inline-block;
  padding: 0.6rem 1rem;

  font-family: Alike, serif;
  background: var(--site-brown);
  color: var(--site-cream);
}

.services-cta-button:hover,
.services-cta-button:focus,
.services-cta-button:active {
  background: var(--site-brown);
  color: var(--site-cream);
}

/* =========================================================
   PACKAGES
   ========================================================= */

.services-packages {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}

.services-packages__grid {
  text-align: center;
}

.services-package__card {
  position: relative;
  height: 100%;

  border: 1px solid rgba(80, 34, 11, 0.18);
  border-radius: 16px;

  background: #fffaf3;
  box-shadow: 0 0.75rem 1.75rem rgba(80, 34, 11, 0.08);

  overflow: visible;
}

.services-package__card--featured {
  border: 2px solid rgb(80, 34, 11);
}

.services-package__card-body {
  position: relative;
}

.services-package__header {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(80, 34, 11, 0.18);
}

.services-package__subtitle {
  margin-bottom: 0.3rem;
  font-size: 1.55rem;
}

.services-package__price {
  margin-bottom: 0.75rem;
  color: rgb(112, 67, 44);
}

.services-package__badge {
  padding: 0.35rem 0.65rem;

  font-family: Alike, serif;
  background: rgb(80, 34, 11);
  color: var(--site-cream);
}

.services-package__tagline {
  max-width: 320px;
  margin: 0 auto 1.25rem;
  font-weight: bold;
}

.services-package__button {
  border-width: 0;

  font-family: Alike, serif;
  background: var(--site-brown);
  color: var(--site-cream);
}

.services-package__button:hover,
.services-package__button:focus,
.services-package__button:active {
  background: var(--site-brown);
  color: var(--site-cream);
}

.services-package__features {
  text-align: left;
}

.services-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}

.services-feature__dot {
  display: inline-block;
  flex: 0 0 10px;

  width: 10px;
  height: 10px;
  margin: 8px 8px 0 0;

  border-radius: 50%;
  background: rgb(112, 67, 44);
  opacity: 0.75;
}

.services-feature__star {
  flex: 0 0 auto;
  margin-right: 0.45rem;

  color: rgb(112, 67, 44);
  line-height: 1.7;
}

.services-feature span {
  font-weight: bold;
}

.services-feature--exclusive span {
  color: rgb(80, 34, 11);
}

/* =========================================================
   ADDITIONAL TIME
   ========================================================= */

.services-package__add-time {
  max-width: 650px;
  margin: 3rem auto 0;
  text-align: center;
}

.services-package__add-time-title {
  margin-bottom: 0.35rem;

  font-family: Alike, serif;
  color: rgb(80, 34, 11);
  font-size: 1.35rem;
  font-weight: bold;
}

.services-package__add-time-intro {
  margin-bottom: 1.25rem;

  font-family: Alike, serif;
  color: #3b2418;
  font-size: 17px;
}

.services-package__add-time-options {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.services-package__add-time-option {
  min-width: 190px;
  padding: 0.9rem 1.25rem;

  border: 1px solid rgba(80, 34, 11, 0.35);
  border-radius: 12px;

  background: #fffaf3;
  text-align: center;
}

.services-package__add-time-option strong {
  display: block;
  margin-bottom: 0.3rem;

  font-family: Alike, serif;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(80, 34, 11);
}

.services-package__add-time-price {
  display: block;

  font-family: Alike, serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(112, 67, 44);
}

/* =========================================================
   FEATURE CARDS
   ========================================================= */

.services-features {
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}

.services-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  height: 100%;
  padding: 1.5rem;

  border: 1px solid rgba(80, 34, 11, 0.12);
  border-radius: 14px;

  background: rgba(255, 250, 243, 0.65);
  box-shadow: 0 0.45rem 1.25rem rgba(80, 34, 11, 0.05);
}

.services-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;

  width: 46px;
  height: 46px;

  border: 1px solid rgba(112, 67, 44, 0.24);
  border-radius: 50%;

  color: var(--site-brown);
  background: #fff;
}

.services-feature-card__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.services-feature-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
}

.services-feature-card .services-text {
  font-size: 17px;
  line-height: 1.65;
}

.services-feature-card a {
  color: var(--site-brown);
  font-weight: bold;
}

/* =========================================================
   PHOTO STYLE SECTION
   ========================================================= */

.services-style {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.services-style__panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem;

  border: 1px solid rgba(80, 34, 11, 0.1);
  border-radius: 16px;

  background: rgba(255, 250, 243, 0.55);
  box-shadow: 0 0.75rem 1.75rem rgba(80, 34, 11, 0.06);
}

.services-style__content {
  max-width: 500px;
}

.services-style__image-frame {
  max-width: 650px;
  margin-left: auto;
  padding: 1rem;

  background: #fff;
  box-shadow: 0 0.8rem 1.8rem rgba(80, 34, 11, 0.12);
}

.services-style__image {
  display: block;
  width: 100%;
  height: auto;

  object-fit: contain;
  object-position: center;
}

/* =========================================================
   SERVICES GALLERY
   ========================================================= */

.services-gallery {
  max-width: 1100px;
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.services-gallery__header {
  max-width: 720px;
  margin: 0 auto 2rem;
}

.services-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  padding: 0.65rem;

  border: 1px solid rgba(80, 34, 11, 0.1);
  border-radius: 10px;

  background: #fff;
  box-shadow: 0 0.4rem 1rem rgba(80, 34, 11, 0.07);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.services-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 4;

  object-fit: contain;
  object-position: center;

  background: #fff;
}

.services-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 1.4rem rgba(80, 34, 11, 0.12);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .services-style__panel {
    padding: 2rem;
  }

  .services-style__content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .services-style__image-frame {
    max-width: 650px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
  .services-intro {
    padding-top: 3.25rem;
    padding-bottom: 1.75rem;
  }

  .services-packages {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }

  .services-features,
  .services-style,
  .services-gallery {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .services-title {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .services-text,
  .services-package__tagline,
  .services-feature span {
    font-size: 17px;
    line-height: 1.65;
  }

  .services-style {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .services-style__panel {
    padding: 1.25rem;
    border-radius: 12px;
  }

  .services-gallery {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

  .services-gallery__header {
    margin-bottom: 1.5rem;
  }

  .services-gallery__item {
    padding: 0.45rem;
  }
}

@media (max-width: 575.98px) {
  .services-feature-card {
    padding: 1.25rem;
    gap: 0.9rem;
  }

  .services-feature-card__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .services-feature-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .services-package__add-time-options {
    flex-direction: column;
    align-items: center;
  }

  .services-package__add-time-option {
    width: 100%;
    max-width: 300px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .services-gallery__image {
    transition: none;
  }
}