/*
Theme Name: Lucky 88 Studio (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Montserrat:wght@300;400;500;600&display=swap');

/* CSS Variables */
:root {
}

/* Inline Styles */
/* Inline style 1 */

/* Inline style 2 */

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
}

/* Inline style 3 */

.service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
  overflow: hidden;
  height: 100%;
}
.card-top-divider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.card-inner {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  flex: 1;
}
.service-list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(216, 179, 106, 0.2);
}
.service-list li:last-child {
  border-bottom: 0;
}
.service-list .row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.service-list h4 {
  margin: 0;
  font-family: 'Belleza', serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list .dotline {
  display: none;
  flex: 1;
  border-bottom: 1px dotted rgba(216, 179, 106, 0.55);
  transform: translateY(-4px);
}
.service-list .price {
  font-family: 'Belleza', serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list p {
  margin: 0.375rem 0 0;
  font-size: 0.875rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.65;
}
@media (min-width: 768px) {
  .service-list .dotline {
    display: block;
  }
  .card-inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
  [data-svc-heading] {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  [data-svc-mani] {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  [data-svc-pedi] {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

/* Inline style 4 */

.mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0.75rem;
  height: 420px;
}
.mosaic > div {
  border: 1px solid rgba(216, 179, 106, 0.3);
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
.mosaic-1 {
  grid-column: span 3;
  grid-row: span 4;
}
.mosaic-2 {
  grid-column: span 2;
  grid-row: span 3;
}
.mosaic-3 {
  grid-column: span 2;
  grid-row: span 3;
}
.mosaic-4 {
  grid-column: span 3;
  grid-row: span 2;
}
.about-tag {
  display: none;
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  background: rgba(254, 248, 245, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.4);
  color: var(--rose-ink);
  padding: 1rem 1.25rem;
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
@media (min-width: 768px) {
  .mosaic {
    height: 560px;
    gap: 1rem;
  }
  .about-tag {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .about-text {
    grid-column: span 6;
    order: 1;
  }
  .about-mosaic {
    grid-column: span 6;
    order: 2;
  }
}

/* Inline style 5 */

.gallery-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.gal {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* Inline style 6 */

.reviews-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 1.25rem;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(216, 179, 106, 0.25);
  padding: 1.75rem;
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-card:hover {
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: 'Belleza', serif;
  color: var(--rose-ink);
  background: linear-gradient(135deg, #ecd499 0%, #ead0c8 100%);
}
@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .review-card {
    padding: 2rem;
  }
}

/* Inline style 7 */

.faq-item {
  background: #fff;
  border: 1px solid rgba(216, 179, 106, 0.25);
}
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.faq-item .plus {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--rose-deep);
  flex-shrink: 0;
  font-size: 1.125rem;
}
.faq-item .answer p {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .faq-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .faq-left {
    grid-column: span 5;
  }
  .faq-right {
    grid-column: span 7;
  }
  .faq-item button {
    padding: 1.25rem 1.75rem;
  }
  .faq-item .answer p {
    padding: 0 1.75rem 1.5rem;
  }
}

/* Inline style 8 */

@media (min-width: 1024px) {
  .loc-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .loc-info {
    grid-column: span 5;
  }
  .loc-map {
    grid-column: span 7;
  }
}

/* Inline style 9 */

@media (min-width: 768px) {
  section .reveal h2.h-display {
    font-size: 2.5rem;
  }
  section[style*='Final'] .reveal {
    padding: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .h-display {
    font-size: 3rem !important;
  }
}

/* Inline style 10 */

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 5fr 3fr 2fr 2fr;
    gap: 2.5rem;
    text-align: left !important;
  }
  .footer-brand {
    align-items: flex-start !important;
  }
  .footer-col {
    align-items: flex-start !important;
  }
  .footer-brand span {
    height: 11rem !important;
    width: 22.5rem !important;
  }
  .footer-brand img {
    object-position: left !important;
  }
}

/* Extracted CSS from page */


@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
}

.service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
  overflow: hidden;
  height: 100%;
}
.card-top-divider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.card-inner {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  flex: 1;
}
.service-list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(216, 179, 106, 0.2);
}
.service-list li:last-child {
  border-bottom: 0;
}
.service-list .row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.service-list h4 {
  margin: 0;
  font-family: 'Belleza', serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list .dotline {
  display: none;
  flex: 1;
  border-bottom: 1px dotted rgba(216, 179, 106, 0.55);
  transform: translateY(-4px);
}
.service-list .price {
  font-family: 'Belleza', serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list p {
  margin: 0.375rem 0 0;
  font-size: 0.875rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.65;
}
@media (min-width: 768px) {
  .service-list .dotline {
    display: block;
  }
  .card-inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
  [data-svc-heading] {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  [data-svc-mani] {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  [data-svc-pedi] {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0.75rem;
  height: 420px;
}
.mosaic > div {
  border: 1px solid rgba(216, 179, 106, 0.3);
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
.mosaic-1 {
  grid-column: span 3;
  grid-row: span 4;
}
.mosaic-2 {
  grid-column: span 2;
  grid-row: span 3;
}
.mosaic-3 {
  grid-column: span 2;
  grid-row: span 3;
}
.mosaic-4 {
  grid-column: span 3;
  grid-row: span 2;
}
.about-tag {
  display: none;
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  background: rgba(254, 248, 245, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.4);
  color: var(--rose-ink);
  padding: 1rem 1.25rem;
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
@media (min-width: 768px) {
  .mosaic {
    height: 560px;
    gap: 1rem;
  }
  .about-tag {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .about-text {
    grid-column: span 6;
    order: 1;
  }
  .about-mosaic {
    grid-column: span 6;
    order: 2;
  }
}

.gallery-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.gal {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.reviews-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 1.25rem;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(216, 179, 106, 0.25);
  padding: 1.75rem;
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-card:hover {
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: 'Belleza', serif;
  color: var(--rose-ink);
  background: linear-gradient(135deg, #ecd499 0%, #ead0c8 100%);
}
@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .review-card {
    padding: 2rem;
  }
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(216, 179, 106, 0.25);
}
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.faq-item .plus {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--rose-deep);
  flex-shrink: 0;
  font-size: 1.125rem;
}
.faq-item .answer p {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .faq-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .faq-left {
    grid-column: span 5;
  }
  .faq-right {
    grid-column: span 7;
  }
  .faq-item button {
    padding: 1.25rem 1.75rem;
  }
  .faq-item .answer p {
    padding: 0 1.75rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .loc-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .loc-info {
    grid-column: span 5;
  }
  .loc-map {
    grid-column: span 7;
  }
}

@media (min-width: 768px) {
  section .reveal h2.h-display {
    font-size: 2.5rem;
  }
  section[style*='Final'] .reveal {
    padding: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .h-display {
    font-size: 3rem !important;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 5fr 3fr 2fr 2fr;
    gap: 2.5rem;
    text-align: left !important;
  }
  .footer-brand {
    align-items: flex-start !important;
  }
  .footer-col {
    align-items: flex-start !important;
  }
  .footer-brand span {
    height: 11rem !important;
    width: 22.5rem !important;
  }
  .footer-brand img {
    object-position: left !important;
  }
}

:root {
  --gold: #d8b36a;
  --gold-soft: #ecd499;
  --gold-deep: #9c7a3a;
  --rose: #d99ca6;
  --rose-deep: #a86b79;
  --rose-ink: #6b3340;
  --mauve: #cfa5b4;
  --cream: #fef8f5;
  --beige: #f4eae4;
  --ivory: #ffffff;
  --nude: #ead0c8;
  --blush: #ead0c8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  background: var(--cream);
  color: var(--rose-ink);
  font-family: Montserrat, Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01', 'liga';
}
a {
  color: inherit;
  text-decoration: none;
}
::selection {
  background: rgba(216, 179, 106, 0.33);
  color: var(--rose-ink);
}
.font-display {
  font-family: Belleza, 'Cormorant Garamond', serif;
}
.h-display {
  font-family: Belleza, 'Cormorant Garamond', serif;
  color: var(--rose-ink);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  color: var(--gold-deep);
  font-weight: 500;
}
@media (min-width: 768px) {
  .eyebrow {
    font-size: 12px;
  }
}
.container-luxe {
  max-width: 80rem;
  margin: 0px auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container-luxe {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.btn-gold,
.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
  cursor: pointer;
  border: 0px;
  position: relative;
  overflow: hidden;
}
.btn-gold {
  background: linear-gradient(
    135deg,
    rgb(236, 212, 153) 0%,
    rgb(216, 179, 106) 50%,
    rgb(184, 145, 70) 100%
  );
  color: var(--rose-ink);
  font-weight: 600;
  box-shadow: rgba(122, 31, 43, 0.18) 0px 10px 40px -20px;
}
.btn-gold::after,
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0px;
  background: linear-gradient(
      110deg,
      transparent 30%,
      rgba(255, 246, 242, 0.6) 50%,
      transparent 70%
    )
    0% 0% / 200% 100%;
  transform: translateX(-100%);
  transition: transform 0.9s;
  pointer-events: none;
}
.btn-gold:hover::after,
.btn-primary:hover::after {
  transform: translateX(100%);
}
.btn-gold:hover {
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
}
.btn-primary {
  background: var(--rose-ink);
  color: var(--cream);
}
.btn-primary:hover {
  background: rgb(77, 35, 48);
}
.btn-ghost {
  background: transparent;
  color: var(--rose-ink);
  border: 1px solid rgba(168, 107, 121, 0.4);
}
.btn-ghost:hover {
  background: var(--rose-deep);
  color: var(--cream);
}
.divider-gold {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition-behavior: normal, normal;
  transition-duration: 0.9s, 0.9s;
  transition-timing-function:
    cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: opacity, transform;
  transition-delay: var(--reveal-delay, 0s);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0px);
}
.slide {
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.slide.active {
  opacity: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  animation: 12s ease-in-out 0s infinite alternate none running heroZoom;
}
@keyframes heroZoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.14);
  }
}
.parallax-bg {
  position: absolute;
  inset: 0px;
  z-index: -1;
  will-change: transform;
}
.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.zoom-img:hover img {
  transform: scale(1.1);
}
.faq-item .answer {
  max-height: 0px;
  overflow: hidden;
  transition:
    max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s;
  opacity: 0;
}
.faq-item.open .answer {
  max-height: 320px;
  opacity: 1;
}
.faq-item .plus {
  transition: transform 0.3s;
}
.faq-item.open .plus {
  transform: rotate(45deg);
}
.sticky-wrap {
  position: sticky;
  top: 0px;
  z-index: 50;
}
.site-header {
  background: rgba(254, 248, 245, 0.75);
  backdrop-filter: blur(8px);
  transition:
    background 0.5s,
    box-shadow 0.5s;
}
.site-header.scrolled {
  background: rgba(254, 248, 245, 0.92);
  box-shadow: rgba(122, 31, 43, 0.18) 0px 10px 40px -20px;
}
.mobile-sticky {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  display: none;
}
@media (max-width: 767px) {
  .mobile-sticky {
    display: block;
  }
}
.grain {
  position: relative;
}
.grain::before {
  content: '';
  position: absolute;
  inset: 0px;
  pointer-events: none;
  opacity: 0.04;
  background-image: radial-gradient(
    rgba(107, 51, 64, 0.55) 1px,
    transparent 1px
  );
  background-size: 3px 3px;
}
.shadow-soft {
  box-shadow: rgba(122, 31, 43, 0.18) 0px 10px 40px -20px;
}
.shadow-luxe {
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
}
.ring-gold-30 {
  box-shadow: rgba(216, 179, 106, 0.3) 0px 0px 0px 1px inset;
}
.ring-gold-40 {
  box-shadow: rgba(216, 179, 106, 0.4) 0px 0px 0px 1px inset;
}
.txt-halo-light {
  text-shadow:
    rgba(54, 18, 28, 0.95) 0px 1px 3px,
    rgba(54, 18, 28, 0.75) 0px 0px 16px;
}
.hero-halo {
  text-shadow: rgba(107, 51, 64, 0.55) 0px 2px 18px;
}
.hero-halo-soft {
  text-shadow: rgba(107, 51, 64, 0.55) 0px 1px 8px;
}

.benefits-grid > div:hover{
    --tw-shadow: 0 30px 80px -40px rgba(92, 22, 32, .35);
    --tw-shadow-colored: 0 30px 80px -40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}





@media (min-width: 768px) {
  .hide-mobile {
    display: inline-flex !important;
  }
  .site-header .container-luxe.pp {
    height: 72px !important;
  }
  .site-header a[aria-label] span {
    height: 150px !important;
    width: 370px !important;
  }
  .site-header .container-luxe a[href^='tel'].hide-mobile {
    display: inline-flex !important;
  }
  .site-header .container-luxe .btn-gold {
    padding: 0.75rem 1.75rem !important;
    font-size: 0.875rem !important;
  }
  .container-luxe a[aria-label] {
    left: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr)) !important;
    gap: 1.5rem !important;
  }
}

.service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
  overflow: hidden;
  height: 100%;
}
.card-top-divider {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.card-inner {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
}
.service-list {
  list-style: none;
  padding: 0px;
  margin: 1.5rem 0px 0px;
  flex: 1 1 0%;
}
.service-list li {
  padding: 0.875rem 0px;
  border-bottom: 1px solid rgba(216, 179, 106, 0.2);
}
.service-list li:last-child {
  border-bottom: 0px;
}
.service-list .row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.service-list h4 {
  margin: 0px;
  font-family: Belleza, serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list .dotline {
  display: none;
  flex: 1 1 0%;
  border-bottom: 1px dotted rgba(216, 179, 106, 0.55);
  transform: translateY(-4px);
}
.service-list .price {
  font-family: Belleza, serif;
  font-size: 1.125rem;
  color: var(--rose-ink);
}
.service-list p {
  margin: 0.375rem 0px 0px;
  font-size: 0.875rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.65;
}
@media (min-width: 768px) {
  .service-list .dotline {
    display: block;
  }
  .card-inner {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 2.5rem;
  }
  [data-svc-heading] {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  [data-svc-mani] {
    grid-column-start: 1;
    grid-row: 1 / 3;
  }
  [data-svc-pedi] {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0.75rem;
  height: 420px;
}
.mosaic > div {
  border: 1px solid rgba(216, 179, 106, 0.3);
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
}
.mosaic-1 {
  grid-area: span 4 / span 3;
}
.mosaic-2 {
  grid-area: span 3 / span 2;
}
.mosaic-3 {
  grid-area: span 3 / span 2;
}
.mosaic-4 {
  grid-area: span 2 / span 3;
}
.about-tag {
  display: none;
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  background: rgba(254, 248, 245, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 179, 106, 0.4);
  color: var(--rose-ink);
  padding: 1rem 1.25rem;
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
}
@media (min-width: 768px) {
  .mosaic {
    height: 560px;
    gap: 1rem;
  }
  .about-tag {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 4rem;
  }
  .about-text {
    grid-column: span 6;
    order: 1;
  }
  .about-mosaic {
    grid-column: span 6;
    order: 2;
  }
}

.gallery-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 0.75rem;
}
.gal {
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  border: 1px solid rgba(216, 179, 106, 0.25);
  box-shadow: rgba(122, 31, 43, 0.18) 0px 10px 40px -20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 1rem;
  }
}

.reviews-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 1.25rem;
}
.review-card {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(216, 179, 106, 0.25);
  padding: 1.75rem;
  box-shadow: rgba(122, 31, 43, 0.18) 0px 10px 40px -20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-card:hover {
  box-shadow: rgba(92, 22, 32, 0.35) 0px 30px 80px -40px;
}
.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: Belleza, serif;
  color: var(--rose-ink);
  background: linear-gradient(
    135deg,
    rgb(236, 212, 153) 0%,
    rgb(234, 208, 200) 100%
  );
}
@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 1.5rem;
  }
  .review-card {
    padding: 2rem;
  }
}

.faq-item {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(216, 179, 106, 0.25);
}
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: 0px;
  cursor: pointer;
}
.faq-item .plus {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--rose-deep);
  flex-shrink: 0;
  font-size: 1.125rem;
}
.faq-item .answer p {
  margin: 0px;
  padding: 0px 1.5rem 1.5rem;
  font-size: 0.9375rem;
  color: rgba(107, 51, 64, 0.75);
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .faq-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 4rem;
  }
  .faq-left {
    grid-column: span 5;
  }
  .faq-right {
    grid-column: span 7;
  }
  .faq-item button {
    padding: 1.25rem 1.75rem;
  }
  .faq-item .answer p {
    padding: 0px 1.75rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .loc-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 4rem;
  }
  .loc-info {
    grid-column: span 5;
  }
  .loc-map {
    grid-column: span 7;
  }
}

@media (min-width: 768px) {
  section .reveal h2.h-display {
    font-size: 2.5rem;
  }
  section[style*='Final'] .reveal {
    padding: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .h-display {
    font-size: 3rem !important;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 5fr 3fr 2fr 2fr;
    gap: 2.5rem;
    text-align: left !important;
  }
  .footer-brand {
    align-items: flex-start !important;
  }
  .footer-col {
    align-items: flex-start !important;
  }
  .footer-brand span {
    height: 11rem !important;
    width: 22.5rem !important;
  }
  .footer-brand img {
    object-position: left center !important;
  }
}

/* From styles.css */
/* Lucky88 Nails Studio — HTML version */
:root {
  --gold: #d8b36a;
  --gold-soft: #ecd499;
  --gold-deep: #9c7a3a;
  --rose: #d99ca6;
  --rose-deep: #a86b79;
  --rose-ink: #6b3340;
  --mauve: #cfa5b4;
  --cream: #fef8f5;
  --beige: #f4eae4;
  --ivory: #ffffff;
  --nude: #ead0c8;
  --blush: #ead0c8;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--rose-ink);
  font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01', 'liga';
}
a {
  color: inherit;
  text-decoration: none;
}
::selection {
  background: rgba(216, 179, 106, 0.33);
  color: var(--rose-ink);
}

.font-display {
  font-family: 'Belleza', 'Cormorant Garamond', serif;
}
.h-display {
  font-family: 'Belleza', 'Cormorant Garamond', serif;
  color: var(--rose-ink);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  color: var(--gold-deep);
  font-weight: 500;
}
@media (min-width: 768px) {
  .eyebrow {
    font-size: 12px;
  }
}

.container-luxe {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container-luxe {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Buttons */
.btn-gold,
.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  position: relative;
  overflow: hidden;
}
.btn-gold {
  background: linear-gradient(135deg, #ecd499 0%, #d8b36a 50%, #b89146 100%);
  color: var(--rose-ink);
  font-weight: 600;
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
}
.btn-gold::after,
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 246, 242, 0.6) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  transform: translateX(-100%);
  transition: transform 0.9s ease;
  pointer-events: none;
}
.btn-gold:hover::after,
.btn-primary:hover::after {
  transform: translateX(100%);
}
.btn-gold:hover {
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}

.btn-primary {
  background: var(--rose-ink);
  color: var(--cream);
}
.btn-primary:hover {
  background: #4d2330;
}

.btn-ghost {
  background: transparent;
  color: var(--rose-ink);
  border: 1px solid rgba(168, 107, 121, 0.4);
}
.btn-ghost:hover {
  background: var(--rose-deep);
  color: var(--cream);
}

.divider-gold {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Hero slow zoom for active slide */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.slide.active {
  opacity: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  animation: heroZoom 12s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.14);
  }
}

/* Service section parallax bg */
.parallax-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  will-change: transform;
}
.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image hover zoom */
.zoom-img {
  overflow: hidden;
}
.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.zoom-img:hover img {
  transform: scale(1.1);
}

/* FAQ */
.faq-item .answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s;
  opacity: 0;
}
.faq-item.open .answer {
  max-height: 320px;
  opacity: 1;
}
.faq-item .plus {
  transition: transform 0.3s ease;
}
.faq-item.open .plus {
  transform: rotate(45deg);
}

/* Sticky bar */
.sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header {
  background: rgba(254, 248, 245, 0.75);
  backdrop-filter: blur(8px);
  transition:
    background 0.5s,
    box-shadow 0.5s;
}
.site-header.scrolled {
  background: rgba(254, 248, 245, 0.92);
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
}

/* Mobile sticky CTA */
.mobile-sticky {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  display: none;
}
@media (max-width: 767px) {
  .mobile-sticky {
    display: block;
  }
}

/* Grain */
.grain {
  position: relative;
}
.grain::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: radial-gradient(
    rgba(107, 51, 64, 0.55) 1px,
    transparent 1px
  );
  background-size: 3px 3px;
}

/* Utility helpers */
.shadow-soft {
  box-shadow: 0 10px 40px -20px rgba(122, 31, 43, 0.18);
}
.shadow-luxe {
  box-shadow: 0 30px 80px -40px rgba(92, 22, 32, 0.35);
}
.ring-gold-30 {
  box-shadow: inset 0 0 0 1px rgba(216, 179, 106, 0.3);
}
.ring-gold-40 {
  box-shadow: inset 0 0 0 1px rgba(216, 179, 106, 0.4);
}

/* Text-shadow helper used in banner */
.txt-halo-light {
  text-shadow:
    0 1px 3px rgba(54, 18, 28, 0.95),
    0 0 16px rgba(54, 18, 28, 0.75);
}
.hero-halo {
  text-shadow: 0 2px 18px rgba(107, 51, 64, 0.55);
}
.hero-halo-soft {
  text-shadow: 0 1px 8px rgba(107, 51, 64, 0.55);
}



/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

.container {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 200px !important;
  max-width: 500px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important; /* Higher than content */
  padding: 0.5rem 0 !important;
  list-style: none !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Skipped hero overlap CSS — nav is not fixed/sticky */

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
.font-display {
  font-family: Belleza, 'Cormorant Garamond', serif !important;
}
