/* ============================================
   FONTS
   ============================================ */
@font-face {
  font-family: 'The Youngest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/the-youngest.woff2') format('woff2'),
       url('../fonts/the-youngest.woff') format('woff');
}

@font-face {
  font-family: 'The Seasons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/the-seasons-regular.woff2') format('woff2'),
       url('../fonts/the-seasons-regular.woff') format('woff');
}

@font-face {
  font-family: 'The Seasons';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/the-seasons-bold.woff2') format('woff2'),
       url('../fonts/the-seasons-bold.woff') format('woff');
}

@font-face {
  font-family: 'Beautifully Delicious Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/beautifully-delicious.woff2') format('woff2'),
       url('../fonts/beautifully-delicious.woff') format('woff');
}

/* ============================================
   SHARED / REUSABLE COMPONENTS
   ============================================ */
.section-title-large {
  font-family: 'The Seasons', serif;
  font-size: clamp(60px, 10vw, 140px);
  color: #a98f78;
  line-height: 1;
}

.section-title-script {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(50px, 8.5vw, 115px);
  color: #a98f78;
  line-height: 1;
}

.book-appointment-button {
  display: inline-block;
  background-color: #85674e;
  color: #f8f7f2;
  font-family: 'The Youngest', sans-serif;
  font-size: 18.67px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 50px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 20px;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}

.book-appointment-button:hover {
  opacity: 0.85;
}

.leaf-divider-icon {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  display: block;
}

/* ============================================
   SERVICE CARDS (shared by sections 4, 5)
   ============================================ */
.services-three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.services-bottom-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.services-bottom-row .service-card {
  max-width: 380px;
  width: 100%;
}

.service-card-image-container {
  border-radius: 20px;
  overflow: hidden;
}

.service-card-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.service-card-divider {
  width: 100%;
  height: 1px;
  background-color: #62653b;
  margin: 8px 0;
}

.service-card-title {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: 24px;
  color: #85674e;
  margin-top: 6px;
}

.service-card-subtitle {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: 24px;
  color: #85674e;
  margin-top: 2px;
}

.service-card-pricing {
  font-family: 'The Youngest', sans-serif;
  font-weight: bold;
  font-size: 18.67px;
  color: #85674e;
  line-height: 1.5;
  margin-top: 4px;
}

.service-card-pricing-row {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'The Youngest', sans-serif;
  background-color: #f8f7f2;
  color: #85674e;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* ============================================
   UTILITY CLASSES
   ============================================ */
.section-background-cream {
  background-color: #f8f7f2;
}

.text-brown {
  color: #85674e;
}

.text-light-brown {
  color: #a98f78;
}

.text-cream {
  color: #f8f7f2;
}

.font-script {
  font-family: 'Beautifully Delicious Script', cursive;
}

.font-seasons {
  font-family: 'The Seasons', serif;
}

.font-youngest {
  font-family: 'The Youngest', sans-serif;
}

/* ============================================
   SECTION: HERO
   ============================================ */
.hero-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #1a1a1a;
}

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.hero-centered-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 90%;
  max-width: 700px;
}

.hero-logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.hero-logo-words {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: clamp(28px, 4.5vw, 64px);
  color: #c4a882;
  letter-spacing: clamp(4px, 0.8vw, 12px);
  white-space: nowrap;
}

.hero-logo-line {
  display: block;
  flex: 0 0 clamp(30px, 6vw, 80px);
  height: 1px;
  background-color: #c4a882;
}

.hero-logo-leaf {
  width: clamp(80px, 10vw, 130px);
  height: auto;
  margin-bottom: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-logo-subtitle {
  font-family: 'The Seasons', serif;
  font-size: clamp(18px, 2.5vw, 36px);
  color: #c4a882;
  letter-spacing: 2px;
  margin-top: 5px;
}

.hero-logo-name {
  font-family: 'The Seasons', serif;
  font-size: clamp(16px, 2vw, 28px);
  color: #c4a882;
  letter-spacing: 1px;
  margin-top: 2px;
  margin-bottom: 15px;
}

.hero-appointment-button {
  display: inline-block;
  z-index: 3;
  background-color: rgba(196, 168, 130, 0.25);
  color: #d4c4a8;
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(11px, 1.2vw, 16px);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 36px;
  border: 1px solid rgba(196, 168, 130, 0.5);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.hero-appointment-button:hover {
  background-color: rgba(196, 168, 130, 0.4);
  color: #f0e6d6;
}

/* ============================================
   SECTION: WELCOME
   ============================================ */
.welcome-section {
  position: relative;
  width: 100%;
  padding: 80px 0 60px;
  background-color: #f8f7f2;
  overflow: hidden;
}

.welcome-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  min-height: 900px;
}

.welcome-text-column {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 40px;
  text-align: center;
  z-index: 2;
}

.welcome-script-title {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(80px, 15vw, 206px);
  font-weight: normal;
  color: #a98f78;
  line-height: 1;
  margin-bottom: 0;
  transform: rotate(-6.9deg);
  display: inline-block;
}

.welcome-heading {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  color: #85674e;
  line-height: 1;
  margin-bottom: 30px;
}

.welcome-heading-line1 {
  font-size: clamp(28px, 3.3vw, 45px);
}

.welcome-heading-line2 {
  font-size: clamp(24px, 2.7vw, 37px);
}

.welcome-body-text {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(16px, 1.7vw, 23px);
  color: #85674e;
  line-height: 1.5;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px;
}

.welcome-detailed-text {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(16px, 2vw, 27px);
  color: #85674e;
  line-height: 1.5;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 40px;
}

.welcome-photo-column {
  position: absolute;
  right: 0;
  top: 50px;
  width: 30%;
  z-index: 1;
}

.welcome-jordan-photo {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

.welcome-jordan-name {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(40px, 7.5vw, 104px);
  color: #a98f78;
  text-align: center;
  margin-top: 10px;
}

/* ============================================
   SECTION: WARMING WINTER RITUALS
   ============================================ */
.rituals-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.rituals-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.rituals-header {
  text-align: center;
  margin-bottom: 40px;
}

.rituals-subtitle-large {
  font-family: 'The Seasons', serif;
  font-size: clamp(60px, 10vw, 140px);
  color: #a98f78;
  line-height: 1;
}

.rituals-subtitle-script {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(50px, 8.5vw, 115px);
  color: #a98f78;
  line-height: 1;
}

.rituals-logo-icon {
  width: 180px;
  max-width: 20%;
  margin-bottom: 20px;
}

.rituals-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.ritual-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ritual-card-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.ritual-card-title {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: 24px;
  color: #85674e;
  margin-top: 10px;
  text-align: center;
}

.ritual-card-description {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: clamp(14px, 1.8vw, 24px);
  color: #85674e;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 20px;
}

.rituals-book-button {
  display: inline-block;
  background-color: #85674e;
  color: #f8f7f2;
  font-family: 'The Youngest', sans-serif;
  font-size: 18.67px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 50px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 30px;
  transition: opacity 0.3s ease;
}

.rituals-book-button:hover {
  opacity: 0.85;
}

/* ============================================
   SECTION 4: MASSAGE THERAPY
   ============================================ */
.massage-therapy-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.massage-therapy-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.massage-therapy-header {
  margin-bottom: 20px;
}

/* ============================================
   SECTION 5: MORE SERVICES
   ============================================ */
.services-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.services-section-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

/* ============================================
   SECTION 6: NO ADD-ON FEES
   ============================================ */
.no-addon-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.no-addon-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.no-addon-highlight {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: clamp(28px, 4vw, 60px);
  color: #85674e;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

.sparkle-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.no-addon-sparkle-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.no-addon-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.no-addon-text-column {
  flex: 1;
  min-width: 0;
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #85674e;
  line-height: 1.6;
  text-align: center;
}

.no-addon-text-column p {
  margin-bottom: 16px;
}

.no-addon-image-column {
  flex: 0 0 40%;
  min-width: 0;
}

.no-addon-image {
  width: 100%;
  max-height: 600px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

/* ============================================
   SECTIONS 7-8: BENEFITS (Cupping & Red Light)
   ============================================ */
.benefits-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.benefits-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.benefits-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.benefits-image-column {
  flex: 1;
  min-width: 0;
}

.benefits-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

.benefits-text-column {
  flex: 1;
  min-width: 0;
  overflow: visible;
}

.benefits-text-column .section-title-large {
  font-size: clamp(40px, 5vw, 80px);
}

.benefits-text-column .section-title-script {
  font-size: clamp(36px, 4.5vw, 70px);
}

.benefits-text {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #85674e;
  line-height: 1.6;
  margin-top: 20px;
}

.benefits-text strong {
  font-family: 'The Seasons', serif;
}

/* ============================================
   SECTION 9: LUX SUNLESS TANNING
   ============================================ */
.tanning-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.tanning-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.tanning-header {
  margin-bottom: 30px;
}

.tanning-coming-soon-text {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
  color: #85674e;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.tanning-header-text {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(40px, 7vw, 100px);
  color: #a98f78;
  line-height: 1;
  text-align: right;
}

.tanning-subtext {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(30px, 5vw, 70px);
  color: #a98f78;
  line-height: 1;
  margin-top: 10px;
}

.tanning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tanning-card-image-container {
  border-radius: 20px;
  overflow: hidden;
}

.tanning-card-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.tanning-card-title {
  font-family: 'The Seasons', serif;
  font-weight: bold;
  font-size: 24px;
  color: #85674e;
  margin-top: 10px;
}

.tanning-card-description {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #85674e;
  line-height: 1.6;
  margin-top: 8px;
}

.tanning-card-description ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.tanning-bottom-layout {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}

.tanning-bottom-image-column {
  flex: 0 0 220px;
}

.tanning-bottom-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.tanning-bottom-text-column {
  flex: 1;
  min-width: 0;
}

.tanning-bottom-script {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(28px, 4vw, 50px);
  color: #a98f78;
  line-height: 1.2;
  margin-bottom: 15px;
}

.tanning-bottom-list {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #85674e;
  line-height: 1.6;
  list-style: disc;
  padding-left: 20px;
}

.tanning-bottom-cta-column {
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tanning-bottom-coming-soon {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: bold;
  color: #85674e;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tanning-card-description li {
  margin-bottom: 6px;
}

/* ============================================
   SECTION 10: BOUTIQUE
   ============================================ */
.boutique-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.boutique-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.boutique-header {
  margin-bottom: 30px;
}

.boutique-subtitle {
  font-family: 'The Seasons', serif;
  font-size: clamp(20px, 2.5vw, 36px);
  color: #a98f78;
  line-height: 1.3;
  margin-top: 10px;
}

.boutique-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.boutique-images-grid {
  flex: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.boutique-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

.boutique-text-column {
  flex: 1;
}

.boutique-description {
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #85674e;
  line-height: 1.6;
  margin-top: 20px;
}

/* ============================================
   SECTION 11: LOCATION + CONTACT
   ============================================ */
.contact-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.contact-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.contact-header {
  margin-bottom: 30px;
}

.contact-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.contact-image-column {
  flex: 1;
  min-width: 0;
}

.contact-location-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.contact-info-column {
  flex: 1;
  min-width: 0;
  font-family: 'The Youngest', sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  color: #85674e;
  line-height: 1.8;
}

.contact-info-column a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-info-column a:hover {
  opacity: 0.8;
}

.contact-info-block {
  margin-bottom: 20px;
}

.contact-section-title {
  font-size: clamp(30px, 4vw, 60px);
  margin-bottom: 10px;
}

/* ============================================
   SECTION 12: GIFT CARDS
   ============================================ */
.giftcards-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f8f7f2;
  overflow: hidden;
}

.giftcards-content-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 30px;
}

.giftcards-layout {
  display: flex;
  gap: 40px;
  align-items: center;
}

.giftcards-image-column {
  flex: 1;
  min-width: 0;
}

.giftcards-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.giftcards-text-column {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.giftcards-availability {
  font-family: 'Beautifully Delicious Script', cursive;
  font-size: clamp(24px, 4vw, 50px);
  color: #a98f78;
  line-height: 1.3;
  margin: 20px 0;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-section {
  background-color: #f8f7f2;
  padding: 30px 0;
  text-align: center;
}

.footer-text {
  font-family: 'The Youngest', sans-serif;
  font-size: 14px;
  color: #85674e;
}

/* ============================================
   RESPONSIVE: TABLET (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
  .welcome-content-wrapper {
    flex-direction: column;
    min-height: auto;
    padding: 0 20px;
  }

  .welcome-text-column {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }

  .welcome-photo-column {
    position: relative;
    right: auto;
    top: auto;
    width: 60%;
    margin: 40px auto 0;
  }

  .rituals-cards-container {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .ritual-card-image {
    height: 300px;
  }

  .services-three-column-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card-image {
    height: 300px;
  }

  .no-addon-layout {
    flex-direction: column;
  }

  .no-addon-image-column {
    flex: 0 0 auto;
    width: 60%;
    margin: 0 auto;
  }

  .benefits-layout {
    flex-direction: column;
  }

  .tanning-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tanning-bottom-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tanning-bottom-image-column {
    flex: 0 0 auto;
    width: 220px;
  }

  .tanning-bottom-list {
    text-align: left;
  }

  .boutique-layout {
    flex-direction: column;
  }

  .contact-layout {
    flex-direction: column;
  }

  .giftcards-layout {
    flex-direction: column;
  }
}

/* ============================================
   RESPONSIVE: MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  .hero-section {
    padding-bottom: 75%;
  }

  .hero-centered-content {
    top: 40%;
  }

  .welcome-section {
    padding: 40px 0 30px;
  }

  .welcome-photo-column {
    width: 80%;
  }

  .rituals-section {
    padding: 40px 0;
  }

  .rituals-content-wrapper {
    padding: 0 15px;
  }

  .massage-therapy-section,
  .services-section,
  .no-addon-section,
  .benefits-section,
  .tanning-section,
  .boutique-section,
  .contact-section,
  .giftcards-section {
    padding: 40px 0;
  }

  .massage-therapy-content-wrapper,
  .services-section-content-wrapper,
  .benefits-content-wrapper,
  .tanning-content-wrapper,
  .boutique-content-wrapper,
  .contact-content-wrapper,
  .giftcards-content-wrapper {
    padding: 0 15px;
  }

  .book-appointment-button {
    font-size: 14px;
    padding: 14px 30px;
  }

  .boutique-images-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .boutique-image {
    height: 180px;
  }

  .tanning-card-image {
    height: 280px;
  }
}

/* ============================================
   RESPONSIVE: SMALL MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
  .hero-section {
    padding-bottom: 120%;
  }

  .hero-centered-content {
    top: 35%;
  }

  .hero-appointment-button {
    padding: 12px 24px;
  }

  .welcome-script-title {
    font-size: 60px;
  }

  .book-appointment-button {
    font-size: 12px;
    padding: 12px 24px;
  }

  .boutique-images-grid {
    grid-template-columns: 1fr;
  }

  .tanning-card-image {
    height: 220px;
  }
}
