html,
body {
  overflow-x: hidden;
}

.hero,
.services,
.classes-main-container,
.about,
.contacts {
  overflow-x: hidden;
}

/* TABLET  (768px – 1199px)*/
@media (max-width: 1199px) and (min-width: 768px) {
  /* NAV */
  .yk-nav {
    padding: 0 24px;
  }

  .yk-links {
    gap: 18px;
  }

  .yk-links a {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  /* HERO */

  .hero {
    height: 85vh;
  }
  .hero h1 {
    font-size: 5.8rem;
    font-weight: 500;
  }

  .hero-highlight {
    color: #5a3a29;
    font-weight: 600;
  }

  .heading1 {
    top: 30%;
    left: 3%;
  }

  .heading2 {
    top: 30%;
    left: 50%;
  }

  .sub-heading1 {
    font-size: 3rem;
    letter-spacing: 12px;
    top: 45%;
    left: 25%;
    color: #ceb6a1;
  }

  .sub-heading2 {
    font-size: 3rem;
    letter-spacing: 10px;
    top: 51%;
    left: 55%;
    color: #ceb6a1;
  }

  .welcome {
    top: 8%;
  }

  .welcome1 {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .welcome2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .hero-btn {
    margin-left: 50px;
    padding: 30px 70px;
    font-size: 1.2rem;
    margin-bottom: 150px;
  }

  /* DIVIDER */
  .divider {
    font-size: 1.8rem;
    gap: 0px;
    padding: 20px 0;
  }

  /* SERVICES */
  .services {
    height: 200vh;
    padding-bottom: 60px;
  }

  .services-h2 {
    font-size: 3.5rem;
    left: 30%;
    top: 0.5%;
  }

  #makeup-prices {
    width: 460px;
    top: 5%;
    left: 3%;
    letter-spacing: 0;
  }

  #wig-prices {
    width: 360px;
    top: 33%;
    left: 50%;
  }

  .makeup-img {
    width: 340px;
    height: 420px;
    top: 8%;
    left: 52%;
  }

  .wig-img {
    width: 420px;
    height: 300px;
    top: 35%;
    left: 3%;
  }

  .prices h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  /* CLASSES */
  .classes-main-container {
    position: relative;
    left: 0;
    top: 5%;
    width: 100%;
    padding: 40px 20px;
  }

  .classes {
    flex-direction: column;
    gap: 40px;
    width: 90%;
    margin-left: 5%;
  }

  .classes-h2 {
    font-size: 4rem;
    margin-bottom: 60px;
  }

  #one-on-one-title {
    left: 30%;
  }

  #group-title {
    top: -23px;
    left: 23%;
    font-size: 2rem;
  }

  #one-on-one-sub {
    font-size: 3rem;
    left: 38%;
  }

  #group-sub {
    font-size: 2.8rem;
    left: 29%;
  }

  .class ul {
    padding: 0 40px;
  }

  /* BANNER */

  .banner {
    height: 30vh;
  }
  .banner h2 {
    font-size: 2.8rem;
  }

  /* ABOUT */
  .about {
    height: 40vh;
    padding-bottom: 60px;
  }

  .about-content {
    top: 10%;
    left: 5%;
    width: 52%;
  }

  .about h2 {
    font-size: 2.4rem;
  }

  .about p {
    font-size: 0.95rem;
  }

  .about-img {
    height: 380px;
    width: 300px;
    top: 10%;
    left: 62%;
  }

  .about-btn {
    top: 68%;
    left: 18%;
  }

  /* GALLERY */
  .gallery-grid {
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
  }

  /* TESTIMONIALS */
  .tests-container {
    flex-wrap: wrap;
    width: 95%;
    gap: 60px;
  }

  .test {
    flex: 1 1 calc(50% - 30px);
    min-width: 240px;
  }

  /* FAQ */
  .faq-container {
    flex-direction: column;
    width: 90%;
    gap: 30px;
  }

  .faq-content,
  .faq-form-container {
    width: 100%;
  }

  /* CONTACTS */
  .contacts-main-container {
    flex-direction: column;
    width: 90%;
    gap: 40px;
  }

  .hours-container,
  .contacts-container {
    width: 100%;
  }

  .contacts h2 {
    font-size: 5rem;
    padding-bottom: 30px;
  }

  .hours-1st {
    margin-left: 90px;
  }

  .hours-2nd {
    margin-left: 190px;
  }

  .contacts-1st {
    margin-left: 180px;
  }

  .contacts-2nd {
    margin-left: 150px;
  }

  .map-container {
    width: 90%;
  }

  /* CTA */
  .cta {
    background-size: cover;
    padding: 0;
    height: 50vh;
    justify-content: center;
    background-size: 120%;
  }

  .cta button {
    font-size: 1.4rem;
    margin-bottom: -500px;
    padding: 30px 90px;
  }

  /* FOOTER */
  .footer-container {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ============================================================
   MOBILE  (up to 767px)
   ============================================================ */
@media (max-width: 767px) {
  /* NAV */
  .yk-nav {
    padding: 0 16px;
    height: 60px;
  }

  .yk-logo {
    font-size: 1.4rem;
  }

  .yk-links {
    display: none; /* Hidden on mobile – add a hamburger in JS if desired */
  }

  .yk-icons {
    gap: 10px;
  }

  html {
    scroll-padding-top: 60px;
  }

  /* HERO
     Strategy: scale the whole absolute-positioned layer
     using a wrapping zoom so layout is preserved */
  .hero {
    height: 60svh;
    min-height: 100px;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .hero-highlight {
    color: #5a3a29;
  }

  .heading1 {
    top: 23%;
    left: 2%;
  }

  .heading2 {
    top: 36%;
    left: 16%;
    font-size: 3.2rem;
  }

  .sub-heading1 {
    font-size: 1.1rem;
    letter-spacing: 5px;
    top: 48%;
    left: 23%;
    color: #ceb6a1;
  }

  .sub-heading2 {
    font-size: 1.3rem;
    letter-spacing: 4px;
    top: 59%;
    left: 52%;
    color: #ceb6a1;
  }

  .welcome {
    top: 8%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .welcome1 {
    font-size: 0.85rem;
    letter-spacing: 2px;
  }

  .welcome2 {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }

  .hero-btn {
    margin-left: 0;
    padding: 12px 32px;
    font-size: 0.85rem;
    letter-spacing: 1px;
  }

  .divider {
    font-size: 0.7rem;
    gap: 10px;
    padding: 20px 0px;
  }

  .services {
    height: auto !important;
    min-height: unset;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 16px 60px;
    gap: 0;
  }

  .services__top,
  .services__bottom,
  .services__divider {
    display: none;
  }

  .services-h2 {
    position: static;
    font-size: 2.5rem;
    letter-spacing: 5px;
    opacity: 0.25;
    text-align: center;
    margin-bottom: 20px;
  }

  #makeup-prices {
    position: static !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .makeup-img {
    position: static !important;
    width: 100% !important;
    height: 260px !important;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 8px;
  }

  #wig-prices {
    position: static !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .wig-img {
    position: static !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 8px;
  }

  .prices h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1rem;
    margin-top: 14px;
  }

  .price-row {
    font-size: 4px;
  }

  .services-btn {
    padding: 12px 30px;
    font-size: 0.9rem;
    letter-spacing: 3px;
  }

  /* CLASSES */
  .classes-main-container {
    width: 100% !important;
    padding: 30px 16px;
  }

  .classes {
    flex-direction: column;
    gap: 50px;
    width: 100%;
    margin-left: 0;
  }

  .classes-h2 {
    font-size: 2.8rem;
    letter-spacing: 5px;
    margin-bottom: 50px;
  }

  .class {
    padding: 70px 16px 20px;
  }

  #one-on-one-title {
    font-size: 1.5rem;
    left: 23%;
    top: -20px;
  }

  #group-title {
    font-size: 1.4rem;
    left: 12%;
    top: -16px;
  }

  #one-on-one-sub {
    font-size: 2.5rem;
    left: 28%;
    top: -3%;
  }

  #group-sub {
    font-size: 2.3rem;
    left: 17%;
    top: -2%;
  }

  .classes p {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .class ul {
    padding: 0 20px;
  }

  .classes h4 {
    width: 90%;
    font-size: 1rem;
    padding: 5px 8px;
  }

  .classes-btn {
    width: 140px;
    font-size: 0.75rem;
  }

  /* BANNER */
  .banner {
    height: auto;
    min-height: 180px;
    padding: 40px 24px;
  }

  .banner h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  /* ABOUT
     Pull out of absolute layout */
  .about {
    height: auto !important;
    min-height: unset;
    padding: 40px 16px 60px;
    position: relative;
  }

  .about__top,
  .about__bottom {
    display: none;
  }

  .about-content {
    position: static !important;
    width: 100% !important;
    text-align: left;
  }

  .about h2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .about p {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }

  .about-img {
    position: static;
    width: 100% !important;
    height: 280px !important;
    object-fit: cover;
    margin-top: 24px;
    border-radius: 8px;
  }

  .about-btn {
    position: static !important;
    display: block;
    margin: 24px auto 0;
    padding: 14px 20px;
    font-size: 0.8rem;
  }

  /* GALLERY */
  .gallery {
    padding: 24px 16px;
  }

  .gallery h2 {
    font-size: 2rem;
  }

  .gallery p {
    width: 95%;
    font-size: 0.9rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 8px;
  }

  .gallery-grid img {
    height: 160px;
  }

  /* TESTIMONIALS */
  .tests-container {
    flex-direction: column;
    width: 95%;
    gap: 80px;
    margin-top: 60px;
  }

  .test {
    padding: 0 20px 20px;
    padding-top: 80px;
  }

  .test-img {
    width: 110px;
    height: 110px;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
  }

  .test-h2 {
    font-size: 2rem;
  }

  .testimonials p {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  /* FAQ */
  .faq-container {
    flex-direction: column;
    width: 95%;
    gap: 24px;
  }

  .faq-content,
  .faq-form-container {
    width: 100%;
  }

  .faq h2 {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 0.9rem;
  }

  /* CONTACTS */
  .contacts {
    margin: 30px 0;
  }

  .contacts-main-container {
    flex-direction: column;
    width: 95%;
    gap: 30px;
  }

  .hours-container,
  .contacts-container {
    width: 100%;
  }

  .contacts h2 {
    font-size: 4rem;
    line-height: 0.85;
  }

  .hours-1st {
    margin-left: 90px;
  }

  .hours-2nd {
    margin-left: 130px;
    padding-bottom: 15px;
  }

  .contacts-1st {
    margin-left: 80px;
  }

  .contacts-2nd {
    margin-left: 160px;
  }

  .contacts-container {
    padding: 20px 24px;
    font-size: 1rem;
  }

  .map-container {
    width: 95%;
  }

  /* CTA */
  .cta {
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    background-size: 120%;
    align-items: center;
  }

  .cta button,
  .cta-section-btn {
    font-size: 1.1rem;
    padding: 12px 22px;
    letter-spacing: 1px;
    margin-bottom: -200px;
  }

  /* FOOTER */
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .footer-icons {
    justify-content: center;
  }

  .footer-links ul {
    text-align: center;
  }

  .footer-contact p {
    font-size: 0.9rem;
  }

  .footer-credits {
    font-size: 0.8rem;
    text-align: center;
    padding: 0 12px;
  }

  /* BOOKING MODAL */
  .modal-box {
    padding: 28px 16px;
    max-width: 95vw;
  }

  .modal-title {
    font-size: 1.5rem;
  }
}

/* ============================================================
   SMALL MOBILE  (up to 390px)  – Extra squeeze
   ============================================================ */
@media (max-width: 390px) {
  .hero {
    height: 70vh;
    padding-bottom: 50px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero h2 {
    color: #ceb6a1;
  }

  .heading1 {
    top: 23%;
    left: 10%;
  }

  .heading2 {
    top: 35%;
    left: 3%;
    letter-spacing: -3px;
    font-size: 2.6rem;
  }

  .hero-highlight {
    color: #5a3a29;
  }

  .sub-heading1 {
    font-size: 0.1rem;
    letter-spacing: 3px;
    top: 45%;
    left: 15%;
    color: #ceb6a1;
  }

  .sub-heading2 {
    font-size: 1rem;
    letter-spacing: 2px;
    top: 53%;
    left: 50%;
    color: #ceb6a1;
  }

  .welcome {
    top: 8%;
  }

  .welcome1 {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }

  .welcome2 {
    font-size: 0.65rem;
  }

  .divider {
    font-size: 0.65rem;
    justify-content: center;
    gap: 10px;
    padding: 5px 0;
  }

  .price-row .name {
    font-size: 9px;
  }

  .price-row .price {
    font-size: 10px;
  }

  .makeup-img,
  .wig-img {
    display: none;
  }

  .services-btn1 {
    display: none;
  }

  .classes-main-container {
    top: 80%;
  }

  .classes-h2 {
    margin-bottom: 40px;
  }

  .classes {
    width: 100%;
    margin-left: 0px;
  }

  .about h2 {
    text-align: center;
  }

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

  .gallery-grid img {
    height: 100px;
    width: 100px;
  }

  .hours-1st {
    margin-left: 130px;
  }

  .contacts-1st {
    margin-left: 70px;
  }

  .contacts-2nd {
    margin-left: 310px;
  }

  .contacts h2 {
    font-size: 3rem;
  }

  .hours-2nd {
    margin-left: 60px;
  }

  .contacts-2nd {
    margin-left: 110px;
  }

  .cta h2 {
    font-size: 2.2rem;
  }

  .cta {
    background-size: 120%;
    align-items: center;
    padding: 20px 60px;
  }

  .cta button {
    margin-bottom: -200px;
  }
}
