/* Variables */
:root {
  --primary: #e0366f;
  --secondary: #023a64;
  --dark-blue: #232938;
  --light-gray: #f0f0f0;
  --light-pink: #eddde2;
  --light-blue: #edf8ff;
  --black: #141414;
  --font-eb-garamond: "EB Garamond", serif;
  --font-jost: "Jost", sans-serif;
  --font-inter: "Inter", sans-serif;
}

/* Reset & Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-jost);
  color: var(--dark-blue);
  background-color: white;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-eb-garamond);
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: min-content;
}

button:active, button:hover, button:focus {
  border: none;
  background: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  width: 100%;
}

.legal-container {
  max-width: 700px;
}

.section-gray {
  background-color: var(--light-gray) !important;
}

.nav-container {
  max-width: 1300px !important;
}

.section-title {
  text-align: center;
  margin: 0 auto 70px auto !important;
  width: 100%;
  max-width: 700px;
}

.section-title-2 {
  ext-align: center;
  width: 100%;
  max-width: 700px;
}

.section-description {
  max-width: 550px;
  width: 100%;
  margin: -40px auto 70px auto !important;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  text-align: center;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  white-space: normal;
  line-height: 1.6;
}


.text-sm {
  font-size: 14px;
}

/* Button */
.btn {
  padding: 10px 15px;
  border-radius: 5px;
  transition: transform .25s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  width: min-content;
}

.btn:hover {
  transform: scale(1.01);
}

.btn-primary {
  background-color: var(--primary);
  border: solid 2px var(--primary);
}

.btn-outline-light {
  border: solid 2px #fff;
  color: #fff;
}

.btn-outline-dark {
  border: solid 2px var(--black);
  color: var(--black);
}

/* Header */
.site-header {
  width: 100%;
  background-color: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 2000;
}

/* Top bar */
.top-bar {
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
}

.top-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar__socials {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min-content;
  overflow: visible;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 1;
}

.social-icon {
  flex-shrink: 0;
  image-rendering: pixelated;
}

.social-link--facebook .social-icon,
.social-link--instagram .social-icon,
.social-link--tiktok .social-icon,
.social-link--youtube .social-icon,
.social-link--threads .social-icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.top-bar__info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: visible;
}

.top-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

.top-bar__icon {
  flex-shrink: 0;
  image-rendering: pixelated;
}

.top-bar__item--phone .top-bar__icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.top-bar__item--email .top-bar__icon {
  width: 15px;
  height: 11px;
  position: relative;
}

.top-bar__item--hours .top-bar__icon {
  width: 15px;
  height: 15px;
  position: relative;
}

@media (max-width: 992px) {
  .top-bar__text {
    display: none
  }
}

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

/* Navbar */
.navbar {
  border-bottom: 1px solid var(--token-f58681d1-ca40-4e91-b598-daff3034d7f5, rgb(240, 240, 240));
}

.navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar__logo {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  flex: none;
}

.navbar__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.navbar__right {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 25px;
  width: min-content;
  height: auto;
}

.navbar__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: min-content;
  height: 100%;
}

.navbar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s ease-in-out;
}

.navbar__link.active {
  color: var(--primary) !important;
}

.navbar__link:hover {
  color: var(--primary)
}

@media (max-width: 768px) {
  .navbar__menu {
    display: none;
  }
}

@media (min-width: 769px) {
  .navbar__mobile-button {
    display: none;
  }
}

/* Mobile menu */
.mobile-menu {
  width: 80%;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid var(--token-f58681d1-ca40-4e91-b598-daff3034d7f5, rgb(240, 240, 240));
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: fixed;
  z-index: 1000;
  height: 100vh;
  padding-top: 100px;
  top: 0;
  right: -100%;
  transition: all ease-in-out .25s;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mobile-menu__link {
  text-decoration: none;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.mobile-menu__link.active {
  color: var(--primary)
}

.mobile-menu__divider {
  width: 100%;
  height: 1px;
  background: var(--token-f58681d1-ca40-4e91-b598-daff3034d7f5, rgb(240, 240, 240));
}

.mobile-menu__apps,
.mobile-menu__social-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.mobile-menu__heading {
  margin: 0;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  font-size: 16px;
}

.mobile-menu__store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.mobile-menu__store-button {
  display: block;
}

.mobile-menu__store-button--apple img {
  width: 120px;
  height: auto;
  display: block;
}

.mobile-menu__store-button--google img {
  width: 140px;
  height: auto;
  display: block;
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* Hero Section */
.hero-section {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 85vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-section__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.hero-section__content {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 31px;
  position: relative;
}

.hero-section__title-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.hero-section__title {
  margin: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: center;
  text-shadow: 0 1px 7px #000000bf;
}

.hero-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min-content;
}

.hero-section__info {
  width: 100%;
  padding-top: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-info-block__label {
  margin: 0;
  color: #fff;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.hero-info-block__content,
.hero-info-block__content a,
.hero-info-block__content p,
.hero-info-block__content span {
  margin: 0;
  color: #fff;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}

.hero-info-block__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-info-block__content--link {
  text-decoration: none;
}

.hero-section__media {
  position: absolute;
  inset: 0;
}

.hero-section__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 809.98px) {
  .hero-section {
    height: min-content;
  }

  .hero-section__container,
  .hero-section__content {
    height: min-content;
  }

  .hero-section__content {
    padding: 50px 0;
  }

  .hero-section__title-group,
  .hero-section__info {
    width: 350px;
  }

  .hero-section__actions,
  .hero-section__info {
    flex-direction: column;
  }

  .hero-section__info {
    justify-content: flex-start;
    gap: 20px;
  }
}

/* Service Section */
.services-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-section__title {
  margin: 0 0 24px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

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

.service-card {
  background-color: var(--token-f16356df-8445-4a74-bcf9-eb1e6605e444, rgb(237, 221, 226));
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77778 / 1;
}

.service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
}

.service-card__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

@media (max-width: 809.98px) {
  .services-section__grid {
    grid-template-columns: 1fr;
  }

  .service-card__image {
    max-width: 100%;
  }
}

/* Story Section -- CTA Frame Section */
.cta-frame {
  width: 100%;
  border: 7px solid var(--primary);
  border-radius: 15px;
  overflow: hidden;
}

.cta-frame__content {
  background-color: rgb(35, 41, 56);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
}

.cta-frame__text-block {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.cta-frame__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.cta-frame__title span {
  background-image: linear-gradient(
    0deg,
    rgb(255, 186, 209) 0%,
    var(--token-5e264b58-550e-4ff6-96fb-918c82142e2a, rgb(224, 54, 111)) 92%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cta-frame__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  line-height: 2em;
  color: rgb(255, 255, 255);
}

.cta-frame__image-wrap {
  position: relative;
  aspect-ratio: 1.33333 / 1;
  min-height: 100%;
  overflow: hidden;
}

.cta-frame__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta-frame__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(35, 41, 56, 0) 0%, rgb(35, 41, 56) 100%);
  pointer-events: none;
}

@media (max-width: 809.98px) {
  .cta-frame__content {
    grid-template-columns: 1fr;
  }

  .cta-frame__text-block {
    padding: 32px 20px;
  }

  .cta-frame__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(35, 41, 56, 0) 0%, rgb(35, 41, 56) 100%);
    pointer-events: none;
  }
}

/* Nailbox Section */
.nailbox-section__gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nailbox-section__gallery-item {
  width: 100%;
  max-width: 250px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.nailbox-section__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Testimonials */
.testimonials-section {
  width: 100%;
  background-color: var(--token-f58681d1-ca40-4e91-b598-daff3034d7f5, rgb(240, 240, 240));
}

.testimonials-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 80px;
}

.testimonials-section__title {
  margin: 0 0 32px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.testimonials-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 min(400px, calc(100vw - 40px));
  width: min(400px, calc(100vw - 40px));
  min-width: min(400px, calc(100vw - 40px));
  max-width: min(400px, calc(100vw - 40px));
}

.testimonial-card__inner {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.testimonial-card__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.testimonial-card__reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--token-9c1d1cb5-163e-4339-bfe1-71cfaff663cb, rgb(2, 58, 100));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-card__name {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
}

.testimonial-card__date {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(74, 73, 73);
}

.testimonial-card__google-badge {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.testimonial-card__google-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-top: 16px;
  color: #fbbc04;
  font-size: 18px;
  line-height: 1;
}

.testimonial-card__text {
  margin: 16px 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  flex-grow: 1;
}

.testimonial-card__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.testimonial-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Community Section */
.community-section {
  width: 100%;
  background-color: var(--token-722800c5-8d2c-40fd-8db8-2e9fd743cff2, rgb(237, 248, 255));
}

.community-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.community-section__social,
.community-section__subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.community-section__social {
  gap: 20px;
}

.community-section__subscribe {
  gap: 16px;
}

.community-section__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.community-section__description,
.community-section__subscribe-text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  text-align: center;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.community-section__subscribe-title {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.community-section__social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-link__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  image-rendering: pixelated;
}

.subscribe-form {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.subscribe-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.subscribe-form__field,
.subscribe-form__field--full {
  width: 100%;
}

.subscribe-form__field input,
.subscribe-form__field--full input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(136, 136, 136, 0.1);
  border-radius: 5px;
  background: rgba(187, 187, 187, 0.15);
  color: rgb(153, 153, 153);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  outline: none;
}

.subscribe-form__field input::placeholder,
.subscribe-form__field--full input::placeholder {
  color: rgb(153, 153, 153);
}

.subscribe-form__button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  background-color: var(--token-9c1d1cb5-163e-4339-bfe1-71cfaff663cb, rgb(2, 58, 100));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-form__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

@media (max-width: 809.98px) {
  .community-section__container {
    grid-template-columns: 1fr;
  }

  .subscribe-form__row {
    grid-template-columns: 1fr;
  }
}

/* Instagram Section */
.instagram-section__profile {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.instagram-section__profile-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  display: flex;
  align-items: center;
  justify-content: center;
}

.igfeed {
  margin: 40px auto 20px auto;
}

.instagram-section__profile-icon .svgContainer {
  width: 22px;
  height: 22px;
}

.instagram-section__profile-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.instagram-section__profile-name,
.instagram-section__profile-description {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  text-align: left;
}

.instagram-section__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 5px;
  background-color: var(--token-5e264b58-550e-4ff6-96fb-918c82142e2a, rgb(224, 54, 111));
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
}

.instagram-section__button-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 809.98px) {
  .instagram-section__profile {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .instagram-section__profile-text {
    align-items: center;
  }

  .instagram-section__profile-name,
  .instagram-section__profile-description {
    text-align: center;
  }

  .instagram-feed__image {
    width: min(300px, calc(100vw - 40px));
    height: min(300px, calc(100vw - 40px));
  }
}

/* Footer */
.site-footer {
  width: 100%;
  background-color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  color: rgb(255, 255, 255);
}

.site-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 30px;
}

.site-footer__logo {
  margin-bottom: 32px;
}

.site-footer__logo a {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.site-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-contact,
.footer-hours,
.footer-map,
.footer-menu,
.footer-apps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-heading {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.footer-contact a,
.footer-menu__links a,
.footer-apps p,
.footer-hours__list p {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer-menu__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-map {
  min-height: 220px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 5px;
  display: block;
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.footer-apps__badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-apps__badges a {
  display: inline-block;
  width: fit-content;
}

.footer-apps__badges img {
  display: block;
  height: auto;
  max-width: 140px;
}

.site-footer__divider {
  width: 100%;
  height: 1px;
  background-color: var(--token-f58681d1-ca40-4e91-b598-daff3034d7f5, rgb(240, 240, 240));
  margin: 24px 0;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-footer__socials a {
  display: inline-flex;
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.site-footer__copyright {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
}

@media (max-width: 809.98px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__menus {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Page Hero */
.page-hero {
  position: relative;
  width: 100vw;
  min-height: 420px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero__media {
  position: absolute;
  inset: 0;
  width: 100vw;
}

.page-hero__image {
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.page-hero__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 7px;
}

.page-hero__description {
  margin: 0;
  max-width: 550px;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 7px;
}

.page-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: var(--token-5e264b58-550e-4ff6-96fb-918c82142e2a, rgb(224, 54, 111));
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
}

.page-hero__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

@media (max-width: 809.98px) {
  .page-hero {
    min-height: 360px;
  }

  .page-hero__content {
    padding: 60px 20px;
  }

  .page-hero__title {
    font-size: 32px;
  }

  .page-hero__description {
    font-size: 18px;
  }
}

/* Service Categories */
.service-category {
  width: 100%;
  background-color: #fff;
}

.service-category__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service-category__image {
  width: calc(25% - 20px);
  min-width: 250px;
}

.service-category__image.full {
  width: 100%;
}

.service-category__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service-category__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-category__title {
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 25px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.service-category__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.service-category__lists--single {
  display: block !important;
}

.service-category__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-item__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-item__name {
  margin: 0;
  white-space: nowrap;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.service-item__divider {
  flex: 1;
  border-top: 1px dashed rgb(34, 34, 34);
  min-width: 20px;
}

.service-item__prices {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 90%;
  gap: -5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.service-item__price {
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
  white-space: nowrap;
}

.service-item__description {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.service-category__container--two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 809.98px) {
  .service-category__container {
    grid-template-columns: 1fr;
  }

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

  .service-category__container--two-column {
    grid-template-columns: 1fr;
  }

  .service-category__image {
    width: calc(25% - 20px);
    aspect-ratio: 1/1;
  }
}

@media (min-width: 809.99px) {
  .service-category__gallery.enhancements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-area: galleryEnhancements
  }

  .service-category__content.enhancements {
    grid-area: contentEnhancements
  }

  .service-category__container--two-column.enhancements {
    grid-template-areas: "contentEnhancements galleryEnhancements";
  }
}

/* Gift Section */
.benefits-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: #fff;
}

.benefits-section__title {
  margin: 0 0 32px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

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

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.benefit-card__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.benefit-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-card__title {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.benefit-card__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

@media (max-width: 809.98px) {
  .benefits-section__grid {
    grid-template-columns: 1fr;
  }
}

/* Three Tier Section */
.tiers-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: #fff;
}

.tiers-section__title {
  margin: 0 0 32px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

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

.tier-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tier-card.velvet {
  background-color: #eddde2
}

.tier-card.satin {
  background-color: rgb(237, 233, 221)
}

.tier-card.diamond {
  background-color: #eddde2
}

.tier-card__icon {
  width: 110px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.tier-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tier-card__title {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.tier-card__subtitle {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.tier-card__divider {
  width: 100%;
  max-width: 220px;
  height: 1px;
  background-color: rgba(35, 41, 56, 0.2);
}

.tier-card__benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tier-card__benefits p {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  line-height: 2em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

@media (max-width: 809.98px) {
  .tiers-grid {
    grid-template-columns: 1fr;
  }
}

/* Terms Section */
.club-policy-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: var(--light-gray);
  font-size: .8em;
}

.club-policy-section__eyebrow {
  margin: 0 0 24px;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.club-policy-section__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.club-policy-section__column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.club-policy-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.club-policy-block__title {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.club-policy-block__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  line-height: 1.5em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

@media (max-width: 809.98px) {
  .club-policy-section__content {
    grid-template-columns: 1fr;
  }
}

/* Nailbox Ordering Section */
.nailbox-order-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: #fff;
}

.nailbox-order-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nailbox-order-section__title {
  margin: 0 0 20px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.nailbox-order-section__intro {
  margin: 0 0 32px;
  max-width: 720px;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.nailbox-order-section__content {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.nailbox-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.nailbox-gallery__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 250 / 141;
}

.nailbox-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nailbox-order-section__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nailbox-info-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nailbox-info-block__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 25px;
  font-weight: 600;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.nailbox-info-block__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.nailbox-order-section__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(35, 41, 56, 0.2);
}

.nailbox-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nailbox-form__field {
  width: 100%;
}

.nailbox-form__field input,
.nailbox-form__field textarea {
  width: 100%;
  border: 1px solid rgba(136, 136, 136, 0.15);
  border-radius: 5px;
  background: rgba(187, 187, 187, 0.15);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  color: rgb(153, 153, 153);
  outline: none;
}

.nailbox-form__field input {
  height: 48px;
  padding: 0 14px;
}

.nailbox-form__field textarea {
  min-height: 120px;
  padding: 14px;
  resize: vertical;
}

.nailbox-form__field input::placeholder,
.nailbox-form__field textarea::placeholder {
  color: rgb(153, 153, 153);
}

.nailbox-form__button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  background-color: var(--token-9c1d1cb5-163e-4339-bfe1-71cfaff663cb, rgb(2, 58, 100));
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.nailbox-form__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

@media (max-width: 809.98px) {
  .nailbox-order-section__content {
    grid-template-columns: 1fr;
  }

  .nailbox-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .nailbox-info-block__text,
  .nailbox-order-section__intro {
    font-size: 18px;
  }
}

/* Team Section */
.team-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: #fff;
}

.team-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-section__title {
  margin: 0 0 32px;
  width: 100%;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.team-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px 20px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.team-card__image {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}

.team-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__name {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.team-card__role {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.team-section__button {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: var(--token-5e264b58-550e-4ff6-96fb-918c82142e2a, rgb(224, 54, 111));
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
}

.team-section__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 809.98px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Policy Section */
.policy-section {
  width: 100%;
  padding: 70px 0 80px;
  background-color: #fff;
}

.policy-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.policy-section__title {
  margin: 0 0 24px;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.policy-section__intro {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-section__updated,
.policy-section__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.policy-section__groups {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.policy-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-block__title {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.policy-block__intro {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.policy-block__list {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: var(--token-af3e662f-543d-4ec2-9116-110e038ba075, rgb(35, 41, 56));
}

.policy-block__list li {
  margin: 0;
}

@media (max-width: 809.98px) {
  .policy-section__updated,
  .policy-section__text,
  .policy-block__intro,
  .policy-block__list {
    font-size: 18px;
  }
}

/* Landing Page Hero */
.split-showcase {
  width: 100%;
  min-height: 640px;
  background-color: var(--primary);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.split-showcase__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.split-showcase__content-inner {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.split-showcase__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.split-showcase__eyebrow {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  line-height: 2em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.split-showcase__text {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  line-height: 2em;
  color: rgb(255, 255, 255);
}

.split-showcase__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
}

.split-showcase__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

.split-showcase__media {
  position: relative;
  min-height: 100%;
}

.split-showcase__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}

.split-showcase__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(35, 41, 56, 0) 0%, var(--primary) 100%);
  pointer-events: none;
}

@media (max-width: 809.98px) {
  .split-showcase__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(35, 41, 56, 0) 0%, var(--primary) 100%);
    pointer-events: none;
  }
}

@media (max-width: 809.98px) {
  .split-showcase {
    grid-template-columns: 1fr;
  }

  .split-showcase__media {
    min-height: 360px;
  }
}

/* CTA Booking Banner */
.booking-banner {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background-color: var(--token-f16356df-8445-4a74-bcf9-eb1e6605e444, rgb(237, 221, 226));
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-banner__background {
  position: absolute;
  inset: 0;
}

.booking-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.booking-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 41, 56, 0.35);
}

.booking-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.booking-banner__title {
  margin: 0;
  font-family: "EB Garamond", "EB Garamond Placeholder", serif;
  font-size: 35px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2px;
}

.booking-banner__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.booking-banner__rating-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  flex-shrink: 0;
}

.booking-banner__subtitle {
  margin: 0;
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2px;
}

.booking-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: var(--token-5e264b58-550e-4ff6-96fb-918c82142e2a, rgb(224, 54, 111));
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Jost", "Jost Placeholder", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6em;
}

.booking-banner__button-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

@media (max-width: 809.98px) {
  .booking-banner {
    min-height: 460px;
  }

  .booking-banner__title {
    font-size: 30px;
  }

  .booking-banner__subtitle {
    font-size: 22px;
  }
}

/* =========================================================
   SAFARI PATCHES
   Paste at the END of your stylesheet
   ========================================================= */

/* 1) TYPO FIX */
.section-title-2 {
  text-align: center;
}

/* 2) SAFER GLOBAL MEDIA RENDERING */
img,
video,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

/* 3) GRADIENT TEXT FIX FOR SAFARI */
.cta-frame__title span {
  background-image: linear-gradient(
    0deg,
    rgb(255, 186, 209) 0%,
    var(--primary) 92%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 4) SAFER BUTTON / FLEX WIDTHS
   Safari can size min-content more aggressively */
button {
  width: auto;
}

.btn,
.hero-section__actions,
.navbar__right,
.navbar__menu,
.top-bar__socials {
  width: auto;
}

/* 5) INVALID / FRAGILE FLEX VALUES */
.service-item__prices {
  align-items: flex-start;
  line-height: 1;
  gap: 0;
}

/* 6) HERO / FULL-WIDTH SECTIONS
   100vw often causes Safari overflow / scrollbar issues */
.page-hero,
.page-hero__media,
.page-hero__image {
  width: 100%;
}

.page-hero {
  min-height: 420px;
}

/* 7) FIXED MOBILE MENU HEIGHT FOR SAFARI BROWSER UI */
.mobile-menu {
  height: 100dvh;
  min-height: 100vh;
}

/* 8) IMAGE GALLERY FIX
   Gives the image wrapper a real height so Safari can size img correctly */
.service-category__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  justify-content: stretch;
}

.service-category__image {
  width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
}

.service-category__image.full {
  width: 100%;
  grid-column: 1 / -1;
  aspect-ratio: auto;
}

.service-category__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  vertical-align: top;
}

/* 9) CTA / SPLIT IMAGE AREAS
   Ensures the media area has a real box height */
.cta-frame__image-wrap,
.split-showcase__media {
  overflow: hidden;
}

.cta-frame__image,
.split-showcase__video,
.booking-banner__image,
.hero-section__media video,
.page-hero__image,
.team-card__image img,
.nailbox-gallery__image img,
.nailbox-section__gallery-item img,
.service-card__image img,
.testimonial-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 10) SAFER IFRAME RENDERING */
.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 11) PREVENT FLEX/GRID CHILD OVERFLOW IN SAFARI */
.navbar__container > *,
.top-bar__container > *,
.hero-section__container > *,
.hero-section__content > *,
.community-section__container > *,
.site-footer__top > *,
.site-footer__menus > *,
.service-category__container--two-column > *,
.service-category__lists > *,
.cta-frame__content > *,
.nailbox-order-section__content > *,
.team-grid > *,
.services-section__grid > *,
.benefits-section__grid > *,
.tiers-grid > * {
  min-width: 0;
}

/* 12) MOBILE SAFARI HEIGHT / STACKING FIXES */
@media (max-width: 809.98px) {
  .hero-section,
  .hero-section__container,
  .hero-section__content {
    height: auto;
  }

  .hero-section {
    min-height: 0;
  }

  .hero-section__content {
    padding: 50px 0;
  }

  .hero-section__title-group,
  .hero-section__info {
    width: min(350px, 100%);
    min-width: 0;
  }

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

  .service-category__image {
    min-width: 0;
  }

  .split-showcase {
    grid-template-columns: 1fr;
  }

  .split-showcase__media {
    min-height: 360px;
  }
}

/* 13) SMALLER MOBILE SAFARI SAFETY */
@media (max-width: 575.98px) {
  .service-category__gallery {
    grid-template-columns: 1fr;
  }

  .hero-section__actions,
  .hero-section__info {
    width: 100%;
  }
}

/* 14) OPTIONAL FLEX GAP FALLBACK FOR OLDER SAFARI
   Only applies if flex gap is unsupported */
@supports not (gap: 1rem) {
  .top-bar__socials > * + *,
  .top-bar__info > * + *,
  .navbar__right > * + *,
  .navbar__menu > * + *,
  .hero-section__actions > * + *,
  .hero-info-block__content > * + *,
  .mobile-menu__links > * + *,
  .mobile-menu__apps > * + *,
  .mobile-menu__social-section > * + *,
  .mobile-menu__socials > * + *,
  .community-section__social-links > * + *,
  .site-footer__socials > * + *,
  .testimonial-card__reviewer > * + *,
  .booking-banner__rating > * + *,
  .instagram-section__profile > * + * {
    margin-left: 10px;
  }

  .footer-menu__links > * + *,
  .footer-hours__list > * + *,
  .footer-apps__badges > * + *,
  .nailbox-info-block > * + *,
  .team-card > * + *,
  .benefit-card > * + *,
  .tier-card > * + *,
  .service-item > * + *,
  .service-category__list > * + * {
    margin-top: 10px;
  }
}

