/* =========================================================
   Aria Nail Lounge — Site Luxury Theme (Champagne & Charcoal)
   Apply body.lux-site on all pages. Home sections use .lux-* blocks.
   ========================================================= */
.lux-site {
  --lux-ivory: #f7f4ef;
  --lux-stone: #ede8e1;
  --lux-champagne: #c4a574;
  --lux-champagne-deep: #c1965f;
  --lux-charcoal: #000;
  --lux-ink: #000;
  --lux-muted: #6e675f;
  --lux-veil: rgba(28, 26, 23, 0.48);
  --lux-max: 1120px;
  --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lux-font-display: Magenda, "Playfair Display", Georgia, serif;
  --lux-font-body: ethicnew-light;
  --lux-font-italic: ethicnew-lightitalic;
  --lux-font-ui: ethicnew-medium, Magenda, "Playfair Display", Georgia, serif;
  background: var(--lux-ivory);
  color: var(--lux-ink);
}

.lux-site h1,
.lux-site h2,
.lux-site h3,
.lux-site h4,
.lux-site h5,
.lux-site h6,
.lux-site .lux-heading,
.lux-site .lux-hero__title,
.lux-site .lux-services__title,
.lux-site .servicestitle,
.lux-site .page-header .container h1,
.lux-site .contact h4,
.lux-site .policy-title {
  font-family: var(--lux-font-body) !important;
  font-weight: 400;
}

.lux-site p,
.lux-site li,
.lux-site address,
.lux-site .lux-lede,
.lux-site .lux-about__copy p,
.lux-site .lux-party__copy p,
.lux-site .lux-services__desc,
.lux-site .contact address p,
.lux-site .contact small,
.lux-site .policy-wrap,
.lux-site .row_note,
.lux-site .row_name,
.lux-site .copyright {
    font-family: "Poppins", sans-serif;
}

.lux-site .lux-eyebrow,
.lux-site .lux-hero__support {
  font-family: var(--lux-font-italic);
}

.lux-site .navbar .container .menu ul li a,
.lux-site .side-navigation .menu ul li a,
.lux-site .lux-cta a,
.lux-site .lux-btn,
.lux-site #book-menu,
.lux-site .book-now,
.lux-site .contact-form button,
.lux-site #contact button {
    font-family: "Poppins", sans-serif;
}

/* Hide legacy slider chrome when lux hero present */
.lux-site header.slider {
  display: none !important;
}

.lux-site .wave-divider,
.lux-site .wave-divider-2,
.lux-site .wave-divider-3,
.lux-site .benefits > svg,
.lux-site .about-section > svg,
.lux-site .bg-home {
  display: none !important;
}

/* ---------- Navbar polish ---------- */
.lux-site .navbar {
  background: transparent !important;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 100%;
  z-index: 10;
  transition: background 0.4s var(--lux-ease), box-shadow 0.4s var(--lux-ease), top 0.25s var(--lux-ease);
}

.lux-site .navbar.lux-scrolled {
  background: rgba(247, 244, 239, 0.96) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.08);
  margin-top: 0 !important;
}

.lux-site .navbar .container .upper-side {
  padding: 18px 0 !important;
  align-items: center;
  min-height: 0;
}

.lux-site .navbar .container .upper-side .logo {
  width: auto;
  max-width: 200px;
}

.lux-site .navbar .container .upper-side .logo img {
  max-width: 200px !important;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lux-site .navbar .container .menu ul li {
  margin-right: 22px;
}

.lux-site .navbar .container .menu ul li a {
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 500;
  color: #000 !important;
  padding: 10px 0 !important;
  line-height: 1.3;
  border-top: none !important;
}

.lux-site .navbar .contact-box-top {
  width: auto;
  gap: 6px;
}

.lux-site .navbar .contact-box-top ul li {
  width: 34px !important;
  margin-left: 6px !important;
  border-radius: 4px;
}

.lux-site .navbar .contact-box-top ul li a {
  padding: 7px 0 !important;
  line-height: 1;
}

.lux-site .navbar .contact-box-top ul li a i {
  font-size: 15px !important;
}

.lux-site .navbar #book-menu {
  padding: 8px 16px !important;
  font-size: 13px !important;
}

@media (max-width: 1199px) {
  .lux-site .navbar .container .menu ul li {
    margin-right: 14px;
  }

  .lux-site .navbar .container .menu ul li a {
    font-size: 12px !important;
    letter-spacing: 0.08em;
  }

  .lux-site .navbar .container .upper-side .logo img {
    max-width: 155px !important;
    max-height: 66px;
  }
}

.lux-site .navbar.lux-scrolled .container .menu ul li a {
  color: var(--lux-charcoal) !important;
}

.lux-site .navbar .container .menu ul li a#selected {
  color: #1c1a17 !important;
}

.lux-site .navbar .container .menu ul li a:hover,
.lux-site .navbar.lux-scrolled .container .menu ul li a#selected,
.lux-site .navbar.lux-scrolled .container .menu ul li a:hover {
  color: var(--lux-champagne-deep) !important;
}

.lux-site .navbar .contact-box-top ul li a,
.lux-site .navbar .contact-box ul li a {
  color: #000 !important;
}

.lux-site .navbar .contact-box-top ul li {
  border-color: rgba(58, 50, 44, 0.35) !important;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.lux-site .navbar .contact-box-top ul li a i,
.lux-site .navbar .contact-box ul li a i {
  color: #000 !important;
  transition: color 0.25s ease;
}

.lux-site .navbar .contact-box-top ul li:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.lux-site .navbar .contact-box-top ul li:hover a,
.lux-site .navbar .contact-box-top ul li:hover a i,
.lux-site .navbar .contact-box ul li a:hover,
.lux-site .navbar .contact-box ul li a:hover i {
  color: #fff !important;
}

.lux-site .navbar.lux-scrolled .contact-box-top ul li a,
.lux-site .navbar.lux-scrolled .contact-box ul li a {
  color: var(--lux-charcoal) !important;
}

.lux-site .navbar.lux-scrolled .contact-box-top ul li {
  border-color: rgba(28, 26, 23, 0.25) !important;
}

.lux-site .navbar.lux-scrolled .contact-box-top ul li a i,
.lux-site .navbar.lux-scrolled .contact-box ul li a i {
  color: var(--lux-charcoal) !important;
}

.lux-site .navbar.lux-scrolled .contact-box-top ul li:hover {
  background: var(--lux-charcoal) !important;
  border-color: var(--lux-charcoal) !important;
}

.lux-site .navbar.lux-scrolled .contact-box-top ul li:hover a,
.lux-site .navbar.lux-scrolled .contact-box-top ul li:hover a i {
  color: #fff !important;
}

.lux-site .groupfbye {
  background: #fbf4eb;
    height: auto;
    width: 55px;
    top: 38%;
    left: 0;
    position: fixed;
    z-index: 99999999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 10px #ccc;
    transform: translateY(-50%);
}

.lux-site .groupfbye a i {
  color: #000 !important;
  transition: color 0.25s ease;
}

.lux-site .groupfbye a:hover i {
  color: #1c1a17 !important;
}

.lux-site .groupfbye a:hover {
  background: #fff;
  border-radius: 4px;
}

.lux-site .groupfbye .line {
  border-bottom-color: 1px solid #000;
}

.lux-site .navbar .hamburger span {
  background: #000 !important;
}

.lux-site .navbar.lux-scrolled .hamburger span {
  background: var(--lux-charcoal) !important;
}

.lux-site .navbar .logo img {
  filter: brightness(0);
  transition: filter 0.35s var(--lux-ease);
}

.lux-site .navbar.lux-scrolled .logo img {
  filter: brightness(0);
}

.lux-site #notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  margin: 0;
}





/* =========================================
   ARIA ABOUT SECTION
========================================= */

.aria-about-section {
    position: relative;
    width: 100%;
    padding: 100px 30px 130px;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(255,255,255,.9) 0%,
            transparent 30%
        ),
        #f4eee7;
    overflow: hidden;
}


/* Soft background decoration */
.aria-about-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -220px;
    right: -180px;
    background: rgba(255,255,255,.45);
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}


.aria-about-container {
    position: relative;
    max-width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: start;
}


/* =========================================
   IMAGE
========================================= */

.aria-about-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 470px;
    height: 610px;
    z-index: 2;
}


/* Gold outline */
.aria-about-photo-border {
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(190,145,77,.75);
    border-radius: 235px 235px 0 0;
    z-index: 0;
}


.aria-about-photo {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    border-radius: 225px 225px 0 0;

    z-index: 1;
}


/* =========================================
   LEAVES
========================================= */

.aria-about-leaves {
    position: absolute;
    left: -25px;
    bottom: 20px;
    width: 130px;
    height: 190px;
    z-index: 4;
    transform: rotate(-15deg);
}

.aria-about-leaves span {
    position: absolute;
    width: 15px;
    height: 50px;
    background: #7d8b6d;
    border-radius: 100% 0 100% 0;
    transform-origin: bottom center;
}

.aria-about-leaves span:nth-child(1) {
    left: 50px;
    bottom: 0;
    transform: rotate(-28deg);
}

.aria-about-leaves span:nth-child(2) {
    left: 35px;
    bottom: 45px;
    transform: rotate(-55deg);
}

.aria-about-leaves span:nth-child(3) {
    left: 65px;
    bottom: 70px;
    transform: rotate(20deg);
}

.aria-about-leaves span:nth-child(4) {
    left: 42px;
    bottom: 105px;
    transform: rotate(-45deg);
}

.aria-about-leaves span:nth-child(5) {
    left: 72px;
    bottom: 135px;
    transform: rotate(30deg);
}


/* =========================================
   STONES
========================================= */

.aria-about-stones {
    position: absolute;
    bottom: -8px;
    left: -20px;
    width: 100px;
    height: 80px;
    z-index: 3;
}

.aria-about-stones i {
    position: absolute;
    display: block;
    background: #e5dfd5;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(0,0,0,.08);
}

.aria-about-stones i:nth-child(1) {
    width: 75px;
    height: 30px;
    bottom: 0;
    left: 0;
}

.aria-about-stones i:nth-child(2) {
    width: 55px;
    height: 25px;
    bottom: 23px;
    left: 15px;
}

.aria-about-stones i:nth-child(3) {
    width: 38px;
    height: 21px;
    bottom: 42px;
    left: 27px;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.aria-about-content {
    position: relative;
    padding: 15px 25px 160px 55px;
    z-index: 3;
}


.aria-about-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    color: #b98b4d;
    letter-spacing: .2px;
}


.aria-about-eyebrow span {
    display: block;
    width: 80px;
    height: 1px;
    background: #c69a5b;
}


.aria-about-eyebrow b {
    font-size: 15px;
    font-weight: normal;
    color: #c69a5b;
}


.aria-about-title {
    margin: 12px 0 10px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -1.5px;
    color: #111;
}


/* Small gold divider */
.aria-about-divider {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0 28px;
}

.aria-about-divider span {
    width: 42px;
    height: 1px;
    background: #c49a5d;
}

.aria-about-divider b {
    color: #c49a5d;
    font-size: 11px;
    font-weight: normal;
}


.aria-about-text {
    max-width: 600px;
}


.aria-about-text p {
    margin: 0 0 22px;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #222;
}


/* =========================================
   INFO BLACK BOX
========================================= */

.aria-about-info {
    position: absolute;

    left: 28%;
    right: 0;
    bottom: 0;

    min-height: 140px;

    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;

    padding: 25px 45px;

    background:
        linear-gradient(
            135deg,
            #101010 0%,
            #080808 100%
        );

    border: 1px solid #b78a4d;
    border-radius: 28px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.16);

    z-index: 10;
}


/* Information item */

.aria-about-info-item {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
    margin-left:52px;
}


.aria-about-info-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c79a5c;
    border-radius: 50%;
}


.aria-about-info-icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: #d0a365;
    stroke-width: 1.4;
}


.aria-about-info-text h3 {
    margin: 0 0 9px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 400;
    color: #d2a66b;
    letter-spacing: .2px;
}


.aria-about-info-text p {
    margin: 0;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.75;
    color: #f4f0ea;
}


/* Center divider */

.aria-about-info-divider {
    width: 1px;
    height: 70px;
    background: rgba(205,160,96,.65);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .aria-about-section {
        padding: 80px 25px 100px;
    }

    .aria-about-container {
        grid-template-columns: 42% 58%;
    }

    .aria-about-photo-wrap {
        height: 540px;
    }

    .aria-about-content {
        padding-left: 40px;
        padding-bottom: 180px;
    }

    .aria-about-title {
        font-size: 45px;
    }

    .aria-about-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .aria-about-info {
        left: 20%;
        padding: 22px 28px;
    }

    .aria-about-info-item {
        gap: 14px;
    }

    .aria-about-info-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .aria-about-info-text h3 {
        font-size: 15px;
    }

    .aria-about-info-text p {
        font-size: 11px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .aria-about-section {
        padding: 65px 18px 70px;
    }

    .aria-about-container {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }


    /* Image */

    .aria-about-photo-wrap {
        width: 82%;
        max-width: 390px;
        height: 500px;
        margin: 0 auto 45px;
    }


    .aria-about-content {
        padding: 0 5px 0;
    }


    .aria-about-eyebrow {
        font-size: 14px;
        gap: 8px;
    }

    .aria-about-eyebrow span {
        width: 40px;
    }


    .aria-about-title {
        font-size: 40px;
        letter-spacing: -1px;
        margin-top: 10px;
    }


    .aria-about-divider {
        margin: 18px 0 24px;
    }


    .aria-about-text p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 20px;
    }


    /* Black information box */

    .aria-about-info {
        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        width: 100%;
        margin-top: 25px;

        display: flex;
        flex-direction: column;
        gap: 22px;

        padding: 28px 24px;

        border-radius: 22px;
    }


    .aria-about-info-item {
        width: 100%;
        align-items: flex-start;
    }


    .aria-about-info-divider {
        width: 100%;
        height: 1px;
    }


    .aria-about-info-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }


    .aria-about-info-icon svg {
        width: 24px;
        height: 24px;
    }


    .aria-about-info-text h3 {
        font-size: 16px;
    }


    .aria-about-info-text p {
        font-size: 12px;
        line-height: 1.7;
    }


    .aria-about-leaves {
        left: -20px;
        transform: scale(.8) rotate(-15deg);
        transform-origin: bottom left;
    }


    .aria-about-stones {
        transform: scale(.8);
        transform-origin: bottom left;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .aria-about-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .aria-about-photo-wrap {
        width: 88%;
        height: 440px;
    }

    .aria-about-title {
        font-size: 34px;
    }

    .aria-about-eyebrow {
        font-size: 12px;
    }

    .aria-about-text p {
        font-size: 13px;
    }

    .aria-about-info {
        padding: 24px 20px;
    }

    .aria-about-info-item {
        gap: 13px;
    }

    .aria-about-info-text h3 {
        font-size: 15px;
    }

    .aria-about-info-text p {
        font-size: 11px;
    }
}






/* ---------- Hero ---------- */
.lux-site .lux-hero {
  position: relative;
  min-height: 90vh;
  height: 90vh;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--lux-charcoal);
}

.lux-site .lux-hero__media {
  position: absolute;
  inset: 0;
  background: left / cover no-repeat url("../images/slide01.webp");
  transform: scale(1.04);
  animation: luxHeroZoom 18s var(--lux-ease) forwards;
}

.lux-site .lux-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 26, 23, 0.05) 0%, rgba(28, 26, 23, 0.03) 45%, rgba(28, 26, 23, 0.14) 100%),
    radial-gradient(ellipse at 50% 60%, rgba(196, 165, 116, 0.05), transparent 55%);
}

.lux-site .lux-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--lux-max);
  padding: 8vh 24px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}

.lux-site .lux-hero__brand {
  display: none;
}

.lux-site .lux-hero__title {
  font-family: Magenda, "Playfair Display", serif;
  font-size: clamp(3.1rem, 7.5vw, 5.25rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.02em;
  margin: 0 auto 1.25rem;
  max-width: 16ch;
  opacity: 0;
  animation: luxFadeUp 1s var(--lux-ease) 0.25s forwards;
  color: #000;
}

.lux-site .lux-hero__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: var(--lux-champagne);
  margin: 1.35rem auto 0;
}

.lux-site .lux-hero__support {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.2rem);
  color: rgba(58, 50, 44, 0.82);
  margin: 0 auto 2.5rem;
  line-height: 1.45;
  opacity: 0;
  animation: luxFadeUp 1s var(--lux-ease) 0.4s forwards;
}

.lux-site .lux-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  justify-content: center;
  opacity: 0;
  animation: luxFadeUp 1s var(--lux-ease) 0.55s forwards;
}

.lux-site .lux-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 2rem;
  border: 1px solid rgba(58, 50, 44, 0.55);
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: transparent;
  transition: background 0.35s var(--lux-ease), color 0.35s var(--lux-ease), border-color 0.35s var(--lux-ease);
  font-weight: 600;
}

.lux-site .lux-cta a:hover {
  background: var(--lux-champagne);
  color: var(--lux-charcoal);
  border-color: var(--lux-champagne);
}

.lux-site .lux-cta a.is-solid {
 
  color: var(--lux-charcoal);
  border-color: 1px solid #000;
}

.lux-site .lux-cta a.is-solid:hover {
  background: transparent;
  color: #000;
  border-color: rgba(58, 50, 44, 0.55);
}

/* ---------- Shared section chrome ---------- */
.lux-site .lux-section {
  padding: clamp(4.5rem, 10vw, 7.5rem) 24px;
  position: relative;
}

.lux-site .lux-section__inner {
  max-width: var(--lux-max);
  margin: 0 auto;
}

.lux-site .lux-eyebrow {
  display: block;
  font-family: ethicnew-lightitalic;
  font-size: 1.5rem;
  color: var(--lux-champagne-deep);
  margin-bottom: 0.5rem;
}


/* =========================================
   ARIA SERVICE GRID
========================================= */

.aria-service-grid {
    width: 100%;
    padding: 80px 30px;
    background: #eeeeec;
}


.aria-service-grid-wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 2px;
}


/* =========================================
   CARD
========================================= */

.aria-service-grid-card {
    position: relative;
    display: block;

    width: 100%;
    height: 400px;

    overflow: hidden;

    text-decoration: none;

    background: #292929;
}


/* =========================================
   IMAGE
========================================= */

.aria-service-grid-img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2,.7,.2,1),
        filter .7s ease;
}


/* =========================================
   DARK OVERLAY
========================================= */

.aria-service-grid-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,.08) 35%,
            rgba(0,0,0,.45) 100%
        );

    transition: background .5s ease;

    z-index: 1;
}


/* =========================================
   LABEL
========================================= */

.aria-service-grid-label {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    min-width: 175px;

    padding: 12px 30px 13px;

    display: flex;
    flex-direction: column;
    align-items: center;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    font-style: italic;

    text-align: center;

    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50px;

    background: rgba(35,35,35,.35);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    z-index: 3;

    transition:
        background .4s ease,
        border-color .4s ease,
        transform .4s ease;
}


/* Small star */

.aria-service-grid-icon {
    position: absolute;

    top: -13px;
    left: 50%;

    transform: translateX(-50%);

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d8d0c5;

    font-size: 15px;

    background: #3a3a3a;

    border-radius: 50%;
}


/* Underline */

.aria-service-grid-label i {
    display: block;

    width: 55px;
    height: 1px;

    margin-top: 7px;

    background: rgba(255,255,255,.75);
}


/* =========================================
   HOVER
========================================= */

.aria-service-grid-card:hover
.aria-service-grid-img {
    transform: scale(1.06);

    filter:
        brightness(.78)
        contrast(1.04);
}


.aria-service-grid-card:hover
.aria-service-grid-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.18),
            rgba(0,0,0,.62)
        );
}


.aria-service-grid-card:hover
.aria-service-grid-label {
    background: rgba(20,20,20,.58);

    border-color: #d3c1a5;

    transform:
        translate(-50%, -50%)
        scale(1.04);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .aria-service-grid {
        padding: 60px 20px;
    }

    .aria-service-grid-card {
        height: 280px;
    }

    .aria-service-grid-label {
        font-size: 22px;
        min-width: 155px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .aria-service-grid {
        padding: 45px 15px;
    }

    .aria-service-grid-wrap {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .aria-service-grid-card {
        height: 260px;
    }

    .aria-service-grid-label {
        min-width: 155px;

        padding: 10px 24px 11px;

        font-size: 21px;
    }

    .aria-service-grid-icon {
        font-size: 13px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .aria-service-grid {
        padding: 35px 12px;
    }

    .aria-service-grid-card {
        height: 230px;
    }

    .aria-service-grid-label {
        min-width: 145px;
        font-size: 19px;
    }
}


.lux-site .lux-heading {
  font-family: Magenda, "Playfair Display", serif;
  font-size: clamp(1.85rem, 4vw, 2.95rem);
  color: var(--lux-charcoal);
  letter-spacing: 0.04em;
  margin: 0 0 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.lux-site .lux-lede {
  font-size: 1.05rem;
  color: var(--lux-muted);
  max-width: 40rem;
  margin: 0 0 2.5rem;
  line-height: 1.7;
}

.lux-site .lux-rule {
  width: 40px;
  height: 1px;
  background: var(--lux-champagne);
  margin: 0 0 1.75rem;
  border: 0;
}

/* ---------- About ---------- */
.lux-site .lux-about {
  background:
    linear-gradient(180deg, var(--lux-ivory) 0%, var(--lux-stone) 100%);
}

.lux-site .lux-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.lux-site .lux-about__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--lux-charcoal);
}

.lux-site .lux-about__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s var(--lux-ease);
}

.lux-site .lux-about__visual:hover img {
  transform: scale(1.04);
}

.lux-site .lux-about__visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(196, 165, 116, 0.55);
  pointer-events: none;
}

.lux-site .lux-about__copy p {
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--lux-ink);
  margin: 0 0 1.25rem;
}

.lux-site .lux-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(28, 26, 23, 0.12);
}

.lux-site .lux-meta h5 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--lux-champagne-deep);
  margin: 0 0 0.75rem;
  font-weight: 400;
}

.lux-site .lux-meta p,
.lux-site .lux-meta a 
{
  font-size: 0.93em;
  line-height: 1.7;
  color: var(--lux-ink);
  text-decoration: none;
  margin: 0;
}

.lux-site .lux-meta a:hover {
  color: var(--lux-champagne-deep);
}

/* ---------- Offer / Gallery ---------- */
.lux-site .lux-offer {
  background: var(--lux-ivory);
  text-align: center;
}

.lux-site .lux-offer .lux-heading,
.lux-site .lux-offer .lux-lede,
.lux-site .lux-offer .lux-eyebrow,
.lux-site .lux-offer .lux-rule {
  margin-left: auto;
  margin-right: auto;
}

.lux-site .lux-offer .lux-rule {
  margin-bottom: 1.75rem;
}

.lux-site .lux-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 2.75rem;
}

.lux-site .lux-gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--lux-stone);
}

.lux-site .lux-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s var(--lux-ease), filter 0.9s var(--lux-ease);
  filter: saturate(0.92);
}

.lux-site .lux-gallery a:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.lux-site .lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  border: 1px solid var(--lux-charcoal);
  color: var(--lux-charcoal);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.35s var(--lux-ease), color 0.35s var(--lux-ease), border-color 0.35s var(--lux-ease);
  font-weight: 600;
}

.lux-site .lux-btn:hover {
  background: var(--lux-charcoal);
  color: var(--lux-ivory);
}

.lux-site .lux-btn--champagne {
  border-color: var(--lux-champagne);
  background: var(--lux-champagne);
  color: var(--lux-charcoal);
}

.lux-site .lux-btn--champagne:hover {
  background: transparent;
  color: var(--lux-champagne-deep);
}

/* ---------- Party ---------- */
.lux-site .lux-party {
  background: #000;
  color: var(--lux-ivory);
}

.lux-site .lux-party .lux-eyebrow {
  color: var(--lux-champagne);
}

.lux-site .lux-party .lux-heading {
  color: #fff;
}

.lux-site .lux-party .lux-lede {
  color: rgba(247, 244, 239, 0.78);
}

.lux-site .lux-party__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.lux-site .lux-party__images {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 12px;
  align-items: end;
}

.lux-site .lux-party__images figure {
  margin: 0;
  overflow: hidden;
  background: #000;
}

.lux-site .lux-party__images figure:first-child {
  aspect-ratio: 3 / 4;
}

.lux-site .lux-party__images figure:last-child {
  aspect-ratio: 3 / 4;
  margin-bottom: 12%;
}

.lux-site .lux-party__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--lux-ease);
}

.lux-site .lux-party__images figure:hover img {
  transform: scale(1.05);
}

.lux-site .lux-party__copy p {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 244, 239, 0.86);
  margin: 0 0 1.25rem;
}

.lux-site .lux-party .lux-btn {
  margin-top: 1rem;
  border-color: var(--lux-champagne);
  color: var(--lux-champagne);
  font-weight: 600;
}

.lux-site .lux-party .lux-btn:hover {
  background: var(--lux-champagne);
  color: var(--lux-charcoal);
}

/* ---------- Service panels ---------- */
.lux-site .lux-services {
  padding: 0;
  background: var(--lux-stone);
}

.lux-site .lux-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lux-site .lux-services__item {
  position: relative;
  min-height: clamp(320px, 42vw, 440px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.lux-site .lux-services__item::before {
  display: none;
}

.lux-site .lux-services__item:hover::before {
  display: none;
}

.lux-site .lux-services__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 34rem;
  padding: 2rem 1.75rem 2.25rem;
  text-align: center;
  color: #fff;
  text-shadow: none;
}

.lux-site .lux-services__title {
  display: inline-block;
  font-family: Magenda, "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  text-shadow: 0 1px 8px rgba(28, 26, 23, 0.35);
}

.lux-site .lux-services__content p,
.lux-site .lux-services__desc {
  margin: 0;
  font-family: ethicnew-light, Georgia, serif;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  line-height: 1.7;
  color: var(--lux-ink);
  letter-spacing: 0.01em;
}

.lux-site .lux-services__desc--full {
  max-height: 4.8em;
  overflow: hidden;
  transition: max-height 0.5s var(--lux-ease);
}

.lux-site .lux-services__desc--short {
  display: none;
}

.lux-site .lux-services__item:hover .lux-services__desc--full,
.lux-site .lux-services__item:focus-visible .lux-services__desc--full {
  max-height: 14em;
}

.lux-site .lux-services__item--mani {
  background-image: url("../images/ser-home/1.webp");
}

.lux-site .lux-services__item--pedi {
  background-image: url("../images/ser-home/2.webp");
}

.lux-site .lux-services__item--enhance {
  background-image: url("../images/ser-home/3.webp");
}

.lux-site .lux-services__item--wax {
  background-image: url("../images/ser-home/4.webp");
}

/* ---------- Footer polish ---------- */
.lux-site .footer {
  background: var(--lux-charcoal) !important;
  padding-top: 3rem !important;
}

.lux-site .footer .copyright {
  color: rgba(247, 244, 239, 0.55);
  letter-spacing: 0.04em;
}

.lux-site .footer .contact-box h5 {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--lux-champagne);
}

.lux-site .footer .contact-box ul li a {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lux-site .footer .contact-box ul li a i {
  color: #fff !important;
}

.lux-site .footer .contact-box ul li a:hover {
  color: #1c1a17 !important;
  background: #fff !important;
  border-color: #fff;
}

.lux-site .footer .contact-box ul li a:hover i {
  color: #1c1a17 !important;
}

/* ---------- Motion ---------- */
@keyframes luxFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes luxHeroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-site .lux-hero__media,
  .lux-site .lux-hero__brand,
  .lux-site .lux-hero__title,
  .lux-site .lux-hero__support,
  .lux-site .lux-cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .lux-site .lux-about__grid,
  .lux-site .lux-party__grid {
    grid-template-columns: 1fr;
  }

  .lux-site .lux-about__visual {
    aspect-ratio: 16 / 11;
    max-height: 420px;
  }

  .lux-site .lux-party__images {
    order: -1;
  }

  .lux-site .lux-party__images figure:last-child {
    margin-bottom: 0;
  }

  .lux-site .lux-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .lux-site .lux-hero__inner {
    padding: 7vh 24px;
    text-align: center;
  }

  .lux-site .lux-hero__title,
  .lux-site .lux-hero__support {
    max-width: none;
  }

  .lux-site .lux-cta {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lux-site .lux-hero {
    min-height: 85vh;
    height: 85vh;
    max-height: none;
    padding-top: 100px;
    box-sizing: border-box;
    align-items: center;
  }

  .lux-site .lux-hero__inner {
    padding: 1.25rem 20px 5vh;
  }

  .lux-site .lux-hero__title {
    font-size: clamp(2.35rem, 9vw, 3rem);
    margin-bottom: 0.9rem;
  }

  .lux-site .lux-hero__support {
    font-size: 1.2rem;
  }

  .lux-site .lux-cta a {
    min-height: 52px;
    font-size: 13px;
  }

  .lux-site .lux-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .lux-site .lux-cta a {
    width: 100%;
  }

  .lux-site .lux-meta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lux-site .lux-gallery {
    gap: 10px;
  }

  .lux-site .lux-gallery a:nth-child(n+5) {
    display: none;
  }

  .lux-site .lux-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .lux-site .lux-services__item {
    min-height: 260px;
  }

  .lux-site .lux-services__content {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .lux-site .lux-services__desc--full {
    display: none;
  }

  .lux-site .lux-services__desc--short {
    display: block;
    max-height: none;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .lux-site .lux-party__images {
    grid-template-columns: 1fr 1fr;
  }

  .lux-site .lux-section {
    padding: 3.75rem 20px;
  }

  .lux-site .navbar .container .upper-side .logo {
    width: auto;
  }

  .lux-site .navbar .container .upper-side .logo img {
    max-width: 150px;
    max-height: 64px;
  }

  /* room for mobile bottom nav */
  .lux-site .footer {
    padding-bottom: 90px !important;
  }

  .lux-site .nav-bottom {
    z-index: 20;
  }
}

/* ---------- Inner pages: page header ---------- */
.lux-site .page-header {
  height: 420px !important;
  max-height: 48vh;
  min-height: 280px;
  padding-top: 140px;
  background-color: var(--lux-charcoal) !important;
  background-image: url("../images/slide02.webp") !important;
  background-position: center 40% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.lux-site .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(28, 26, 23, 0.08) 0%, rgba(28, 26, 23, 0.14) 100%); */
  z-index: 1;
}

.lux-site .page-header::after {
  opacity: 0 !important;
}

.lux-site .page-header .container {
  position: relative;
  z-index: 2;
}

.lux-site .page-header .container h1 {
  font-family: Magenda, "Playfair Display", serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: #000 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 400;
}

.lux-site .page-header .wave-page path {
  fill: var(--lux-ivory) !important;
}

.lux-site .page-header[style*="background"] {
  background-image: url("../images/slide02.webp") !important;
  background-color: var(--lux-charcoal) !important;
}

/* ---------- Inner page surfaces ---------- */
.lux-site .contact,
.lux-site .photo-gallery,
.lux-site .works,
.lux-site section.policy,
.lux-site .property-customization,
.lux-site .intro {
  background: var(--lux-ivory);
}

.lux-site .group-service {
  background: var(--lux-stone);
  border-radius: 0;
  border: none;
  position: relative; 
}
.lux-site .group-service::after {
    content: "";
    position: absolute;
    inset: 25px;
    border: 1px solid #b8aa98;
    pointer-events: none;
}
.lux-site .servicestitle {
  font-family: var(--lux-font-body);
  color: var(--lux-charcoal);
}

.lux-site .lux-coming-soon {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
  background: transparent;
  border: none;
}

.lux-site .lux-coming-soon__text {
  margin: 0;
  font-family: var(--lux-font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--lux-ink);
}

.lux-site .contact h4,
.lux-site .contact address strong
{
  color: var(--lux-charcoal);
}

.lux-site .contact address a {
  color: var(--lux-champagne-deep);
}

.lux-site .contact-form input,
.lux-site .contact-form textarea,
.lux-site .contact-form select {
  border-color: rgba(28, 26, 23, 0.15) !important;
  background: #fff;
  color: var(--lux-ink);
}

.lux-site .contact-form button,
.lux-site .contact-form .btn,
.lux-site #contact button,
.lux-site .book-now {
  background: var(--lux-charcoal) !important;
  color: var(--lux-ivory) !important;
  border: 1px solid var(--lux-charcoal) !important;
  border-radius: 0 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lux-site .contact-form button:hover,
.lux-site .book-now:hover {
  background: var(--lux-champagne) !important;
  border-color: var(--lux-champagne) !important;
  color: var(--lux-charcoal) !important;
}

.lux-site .works figure,
.lux-site .photo-gallery figure {
  overflow: hidden;
}

.lux-site .works figure img,
.lux-site .photo-gallery .gallery img,
.lux-site .isotope img {
  transition: transform 0.8s var(--lux-ease);
}

.lux-site .works figure:hover img,
.lux-site .photo-gallery figure:hover img {
  transform: scale(1.04);
}

.lux-site #book-menu {
  background: transparent !important;
  border: 1px solid var(--lux-champagne) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.lux-site .navbar.lux-scrolled #book-menu {
  border-color: var(--lux-charcoal) !important;
  color: var(--lux-charcoal) !important;
}

.lux-site .navbar.lux-scrolled #book-menu:hover,
.lux-site #book-menu:hover {
  background: var(--lux-champagne) !important;
  border-color: var(--lux-champagne) !important;
  color: var(--lux-charcoal) !important;
}

.lux-site .side-navigation {
 
}

.lux-site .side-navigation .menu ul li a {
  color: #000;
 
  text-transform: none !important;
  font-size: 15px;
}

.lux-site .side-navigation .menu ul li a#selected,
.lux-site .side-navigation .menu ul li a:hover {
  color: var(--lux-champagne);
}

.lux-site .side-navigation .side-content,
.lux-site .side-navigation address,
.lux-site .side-navigation small,
.lux-site .side-navigation h6 a {
  color: rgba(247, 244, 239, 0.85);
}

.lux-site .side-navigation .social-media li a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .lux-site .page-header {
    height: auto !important;
    min-height: 200px;
    max-height: none;
    padding-top: 88px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .lux-site .page-header .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .lux-site .page-header .container h1 {
    margin-top: 0 !important;
    margin-bottom: 0.35rem;
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    line-height: 1.2;
  }

  .lux-site .page-header .container p {
    display: none;
  }

  .lux-site .page-header .container .breadcrumb {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .lux-site .page-header .wave-page {
    height: 36px;
    flex-shrink: 0;
  }

  .lux-site .lux-coming-soon {
    min-height: 0;
    padding: 2rem 1rem 2.75rem;
  }

  .lux-site .photo-gallery,
  .lux-site .contact,
  .lux-site .works,
  .lux-site section.policy,
  .lux-site .property-customization {
    padding-top: 0.5rem;
  }
}

/* Host A Party — time picker: white boxes, black text/arrows */
.lux-site .bootstrap-datetimepicker-widget .btn,
.lux-site .bootstrap-datetimepicker-widget .btn.btn-primary,
.lux-site .bootstrap-datetimepicker-widget a.btn,
.lux-site .bootstrap-datetimepicker-widget button.btn,
.lux-site .bootstrap-datetimepicker-widget button[data-action],
.lux-site .bootstrap-datetimepicker-widget a[data-action] {
  background: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.lux-site .bootstrap-datetimepicker-widget .btn:hover,
.lux-site .bootstrap-datetimepicker-widget .btn.btn-primary:hover,
.lux-site .bootstrap-datetimepicker-widget .btn:focus,
.lux-site .bootstrap-datetimepicker-widget .btn:active {
  background: #f5f5f5 !important;
  color: #000 !important;
}

.lux-site .bootstrap-datetimepicker-widget .btn .fas,
.lux-site .bootstrap-datetimepicker-widget .btn .fa,
.lux-site .bootstrap-datetimepicker-widget .fas,
.lux-site .bootstrap-datetimepicker-widget .fa {
  color: #000 !important;
}
