/*
Theme Name: Blushing Bridal
Theme URI: https://blushingbridalboutique.com
Author: iCreate Your Site
Author URI: https://icreateyoursite.com
Description: Custom luxury bridal theme for Blushing Bridal Boutique — Ontario's largest authorized Milla Nova retailer.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blushing-bridal
*/

/* ========================================
   BLUSHING BRIDAL BOUTIQUE
   Luxury Editorial Bridal Design System
   ======================================== */

/* --- VARIABLES --- */
:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --off-white: #faf9f7;
  --cream: #f5f0eb;
  --blush: #e8d5c4;
  --blush-dark: #c9a888;
  --gold: #b8966c;
  --gold-light: #d4b896;
  --charcoal: #2c2c2c;
  --gray: #6b6b6b;
  --gray-light: #b0b0b0;
  --gray-border: #e0dbd5;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Jost', 'Helvetica Neue', sans-serif;

  --header-height: 90px;
  --section-pad: clamp(80px, 10vw, 140px);
  --side-pad: clamp(24px, 5vw, 80px);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

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

/* Scoped margin/padding reset — only inside our theme components,
   so Elementor content keeps its native spacing */
.site-header *, .site-header *::before, .site-header *::after,
.footer *, .footer *::before, .footer *::after,
.booking-modal *, .booking-modal *::before, .booking-modal *::after,
.hero *, .hero *::before, .hero *::after,
.brands *, .brands *::before, .brands *::after,
.gallery *, .gallery *::before, .gallery *::after,
.about *, .about *::before, .about *::after,
.reviews *, .reviews *::before, .reviews *::after,
.fullscreen-cta *, .fullscreen-cta *::before, .fullscreen-cta *::after,
.split-cta *, .split-cta *::before, .split-cta *::after,
.experience *, .experience *::before, .experience *::after,
.instagram-section *, .instagram-section *::before, .instagram-section *::after,
.dark-cta *, .dark-cta *::before, .dark-cta *::after,
.search-overlay *, .search-overlay *::before, .search-overlay *::after,
.currency-dropdown *, .currency-dropdown *::before, .currency-dropdown *::after,
.mobile-menu *, .mobile-menu *::before, .mobile-menu *::after {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--charcoal);
  background-color: var(--off-white);
  overflow-x: hidden;
}

/* Low-specificity heading defaults — Elementor can override these.
   Our theme-specific heading rules (.hero h1, .gallery h2, etc.)
   still win where they apply. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p {
  line-height: inherit;
}

/* Apply line-height only inside our theme containers,
   not globally — so Elementor content keeps its own spacing */
.site-header,
.site-header *,
.footer,
.footer *,
.booking-modal,
.booking-modal *,
.hero,
.hero *,
.brands,
.brands *,
.gallery,
.gallery *,
.about,
.about *,
.reviews,
.reviews *,
.fullscreen-cta,
.fullscreen-cta *,
.split-cta,
.split-cta *,
.experience,
.experience *,
.instagram-section,
.instagram-section *,
.dark-cta,
.dark-cta *,
.search-overlay,
.search-overlay *,
.currency-dropdown,
.currency-dropdown *,
.mobile-menu,
.mobile-menu * {
  line-height: 1.7;
}

/* Restore tight line-height for headings inside our theme */
.site-header h1, .site-header h2, .site-header h3, .site-header h4,
.hero h1, .hero h2, .hero h3, .hero h4,
.gallery h2, .gallery h3,
.about h2, .about h3,
.reviews h2, .reviews h3,
.fullscreen-cta h2, .fullscreen-cta h3,
.split-cta h2, .split-cta h3,
.experience h2, .experience h3,
.instagram-section h2, .instagram-section h3,
.dark-cta h2, .dark-cta h3,
.booking-modal h2, .booking-modal h3 {
  line-height: 1.1;
}

.site-header img,
.footer img,
.booking-modal img,
.hero img,
.brands img,
.gallery img,
.about img,
.reviews img,
.fullscreen-cta img,
.split-cta img,
.experience img,
.instagram-section img,
.dark-cta img {
  max-width: 100%;
  display: block;
}

/* Anchors and lists — scoped to theme containers */
.site-header a,
.footer a,
.booking-modal a,
.hero a,
.gallery a,
.about a,
.reviews a,
.fullscreen-cta a,
.split-cta a,
.experience a,
.instagram-section a,
.dark-cta a,
.search-overlay a,
.mobile-menu a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.site-header ul,
.footer ul,
.booking-modal ul,
.mobile-menu ul,
.nav__menu,
.nav__dropdown-col,
.reviews ul {
  list-style: none;
}

/* --- TYPOGRAPHY (scoped to theme sections only) --- */
.site-header h1, .site-header h2, .site-header h3, .site-header h4,
.hero h1, .hero h2, .hero h3, .hero h4,
.brands h1, .brands h2, .brands h3, .brands h4,
.gallery h1, .gallery h2, .gallery h3, .gallery h4,
.about h1, .about h2, .about h3, .about h4,
.reviews h1, .reviews h2, .reviews h3, .reviews h4,
.fullscreen-cta h1, .fullscreen-cta h2, .fullscreen-cta h3, .fullscreen-cta h4,
.split-cta h1, .split-cta h2, .split-cta h3, .split-cta h4,
.experience h1, .experience h2, .experience h3, .experience h4,
.instagram-section h1, .instagram-section h2, .instagram-section h3, .instagram-section h4,
.dark-cta h1, .dark-cta h2, .dark-cta h3, .dark-cta h4,
.booking-modal h1, .booking-modal h2, .booking-modal h3, .booking-modal h4,
.footer h1, .footer h2, .footer h3, .footer h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: -0.02em;
}

.hero h2,
.gallery h2,
.about h2,
.reviews h2,
.fullscreen-cta h2,
.split-cta h2,
.dark-cta h2,
.booking-modal h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  letter-spacing: -0.01em;
}

.experience h3,
.about h3,
.booking-modal h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

em {
  font-style: italic;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 18px 40px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.btn--primary {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn--primary:hover {
  background: var(--charcoal);
}

.btn--outline {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}

.btn--outline:hover {
  background: var(--black);
  color: var(--white);
}

.btn--dark {
  background: var(--charcoal);
  color: var(--white);
}

.btn--dark:hover {
  background: var(--black);
}

.btn--dark-outline {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--charcoal);
}

.btn--dark-outline:hover {
  background: var(--charcoal);
  color: var(--white);
}

.btn--white {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.btn--white:hover {
  background: transparent;
  color: var(--white);
}

/* ========================================
   NAVIGATION
   ======================================== */
.site-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: var(--off-white);
  border-bottom: 1px solid var(--gray-border);
}

/* -- Top row: book link | logo (absolute center) | icons -- */
.nav__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--side-pad);
  height: 54px;
  position: relative;
}

.nav__book-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex: 1;
  min-width: 0;
}

.nav__book-link:hover {
  opacity: 1;
}

.nav__book-link svg {
  opacity: 0.6;
}

.nav__logo-row {
  display: contents;
}

.nav__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav__logo-img {
  height: 46px;
  width: auto;
  filter: brightness(0);
}

.nav__topbar-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: flex-end;
}

/* -- Bottom row: Menu links (sticky) -- */
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 var(--side-pad);
  border-top: 1px solid rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(250, 249, 247, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav__menu > li > a {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
  position: relative;
  white-space: nowrap;
}

.nav__menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  transition: width 0.4s var(--ease-out);
}

.nav__menu > li > a:hover::after {
  width: 100%;
}

/* nav__cta kept for mobile menu */
.nav__cta {
  font-size: 0.68rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 1px solid var(--black);
  display: inline-block;
  transition: all 0.4s var(--ease-out);
}

.nav__cta:hover {
  background: var(--black);
  color: var(--white);
}

.nav__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
}

.nav__mobile-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--black);
  transition: all 0.3s ease;
}

/* --- Dropdown Menus --- */
.nav__dropdown {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.nav__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  background: var(--white);
  border: 1px solid var(--gray-border);
  padding: 32px 40px;
  min-width: 520px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s var(--ease-out);
  z-index: 100;
}

/* Invisible bridge so mouse can travel from link to dropdown */
.nav__dropdown-menu::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.nav__dropdown-menu--sm {
  min-width: 180px;
  gap: 0;
}

.nav__dropdown:hover .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav__dropdown-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav__dropdown-col a {
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--gray);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav__dropdown-col a:hover {
  color: var(--black);
}

.nav__dropdown-col a::after {
  display: none;
}

.nav__dropdown-menu--designers {
  min-width: 780px;
}

.nav__dropdown-col--featured {
  border-right: 1px solid var(--gray-border);
  padding-right: 32px;
  justify-content: center;
}

.nav__dropdown-featured {
  font-weight: 300 !important;
  color: var(--gray) !important;
  letter-spacing: 0.08em !important;
  font-size: 0.72rem !important;
}

.nav__dropdown-featured:hover {
  color: var(--black) !important;
}

.nav__dropdown-heading {
  font-weight: 500 !important;
  color: var(--black) !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
  font-size: 0.65rem !important;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gray-border);
}

/* --- Mobile Submenu --- */
.mobile-menu__sub {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 16px;
  margin-top: 14px;
  border-left: 1px solid var(--gray-border);
}

.mobile-menu__parent.open > .mobile-menu__sub {
  display: flex;
}

.mobile-menu__sub a {
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  color: var(--gray) !important;
}

.mobile-menu__sub a:hover {
  color: var(--black) !important;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100vh - 52px);
  background: var(--off-white);
  padding: 32px var(--side-pad);
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s var(--ease-out);
  overflow-y: auto;
}

.mobile-menu.active {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-menu > ul > li {
  border-bottom: 1px solid var(--gray-border);
  padding: 16px 0;
}

.mobile-menu > ul > li > a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
}

.mobile-menu > ul > li > a.nav__cta {
  display: inline-block;
  font-size: 0.75rem;
  padding: 14px 32px;
  border: 1px solid var(--black);
  margin-top: 8px;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px var(--side-pad);
  padding-right: clamp(40px, 5vw, 80px);
  position: relative;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(232, 213, 196, 0.7) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(212, 184, 150, 0.45) 0%, transparent 45%),
    radial-gradient(ellipse at 60% 60%, rgba(201, 168, 136, 0.15) 0%, transparent 70%),
    linear-gradient(150deg, #f5f0eb 0%, #ece1d5 40%, #f2ebe4 100%);
}

.hero__eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hero__title {
  color: var(--black);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.4s forwards;
}

.hero__title em {
  color: var(--gold);
}

.hero__subtitle {
  font-size: 1.05rem;
  color: var(--charcoal);
  max-width: 440px;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.6s forwards;
}

.hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.8s forwards;
}

.hero__details {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-border);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 1s forwards;
}

.hero__detail-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: -0.02em;
}

.hero__detail-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray);
}

.hero__detail-divider {
  width: 1px;
  height: 40px;
  background: var(--gray-border);
}

.hero__media {
  position: relative;
  overflow: hidden;
}

.hero__video-frame {
  position: absolute;
  inset: 0;
}

.hero__video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   NAV ICON BAR
   ======================================== */
.nav__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  color: var(--charcoal);
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.65;
  text-decoration: none;
}

.nav__icon-btn:hover {
  opacity: 1;
  color: var(--black);
}

.nav__icon-btn--currency {
  width: auto;
  padding: 0 8px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav__icon-btn--cart {
  position: relative;
}

/* ========================================
   SEARCH OVERLAY
   ======================================== */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--white);
  z-index: 1100;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s var(--ease-out);
  border-bottom: 1px solid var(--gray-border);
}

.search-overlay.active {
  transform: translateY(0);
  opacity: 1;
}

.search-overlay__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--side-pad);
  gap: 16px;
}

.search-overlay__form {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
}

.search-overlay__input {
  flex: 1;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--black);
  background: none;
  border: none;
  outline: none;
  letter-spacing: 0.02em;
}

.search-overlay__input::placeholder {
  color: var(--gray-light);
}

.search-overlay__submit {
  background: none;
  border: none;
  color: var(--charcoal);
  cursor: pointer;
  padding: 8px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.search-overlay__submit:hover {
  opacity: 1;
}

.search-overlay__close {
  background: none;
  border: none;
  color: var(--charcoal);
  cursor: pointer;
  padding: 8px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.search-overlay__close:hover {
  opacity: 1;
}

/* ========================================
   CURRENCY DROPDOWN
   ======================================== */
.currency-dropdown {
  position: fixed;
  top: var(--header-height);
  right: var(--side-pad);
  background: var(--white);
  border: 1px solid var(--gray-border);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  padding: 20px 24px;
  z-index: 1050;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s var(--ease-out);
}

.currency-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.currency-dropdown__note {
  font-size: 0.8rem;
  color: var(--gray);
  text-align: center;
}

/* ========================================
   BOOKING MODAL
   ======================================== */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--ease-out);
}

.booking-modal.active {
  opacity: 1;
  visibility: visible;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.booking-modal__container {
  position: relative;
  z-index: 2;
  background: var(--white);
  width: 95vw;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px);
  transition: transform 0.4s var(--ease-out);
}

.booking-modal.active .booking-modal__container {
  transform: translateY(0);
}

.booking-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  background: none;
  border: none;
  color: var(--charcoal);
  cursor: pointer;
  padding: 8px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.booking-modal__close:hover {
  opacity: 1;
}

.booking-modal__content {
  display: grid;
  grid-template-columns: 45% 55%;
}

.booking-modal__info {
  padding: 56px 48px;
  border-right: 1px solid var(--gray-border);
}

.booking-modal__info .section-tag {
  margin-bottom: 12px;
}

.booking-modal__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--black);
  margin-bottom: 20px;
}

.booking-modal__info p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 24px;
}

.booking-modal__info h3 {
  font-size: 1.05rem;
  color: var(--black);
  margin-bottom: 16px;
}

.booking-modal__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-modal__list li {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.booking-modal__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.booking-modal__list a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-modal__list a:hover {
  color: var(--black);
}

.booking-modal__calendar {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  overflow-x: auto;
}

.booking-modal__calendar > * {
  width: 100%;
}

.booking-modal__calendar-placeholder {
  text-align: center;
  color: var(--gray-light);
}

.booking-modal__calendar-placeholder svg {
  margin-bottom: 16px;
  opacity: 0.3;
}

.booking-modal__calendar-placeholder p {
  font-size: 0.85rem;
  line-height: 1.7;
}

.booking-modal__calendar-placeholder code {
  font-size: 0.75rem;
  background: var(--cream);
  padding: 2px 8px;
  border: 1px solid var(--gray-border);
}

/* ========================================
   BRAND SLIDER
   ======================================== */
.brands {
  padding: 60px 0;
  background: var(--white);
  border-top: 1px solid var(--gray-border);
  border-bottom: 1px solid var(--gray-border);
}

.brands__header {
  text-align: center;
  margin-bottom: 50px;
}

.brands__header .section-tag {
  padding-left: 0;
  margin-bottom: 0;
}

.brands__header .section-tag::before {
  display: none;
}

.brands__track-wrapper {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.brands__track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.brands__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  min-width: 260px;
}

.brands__item img {
  max-height: 105px;
  max-width: 300px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.2);
  opacity: 0.9;
  transition: all 0.4s ease;
}

.brands__item:hover img {
  filter: grayscale(0%) contrast(1);
  opacity: 1;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========================================
   DRESS GALLERY
   ======================================== */
.gallery {
  padding: var(--section-pad) var(--side-pad);
}

.gallery__header {
  max-width: 600px;
  margin-bottom: 60px;
}

.gallery__title {
  color: var(--black);
  margin-bottom: 20px;
}

.gallery__subtitle {
  color: var(--gray);
  font-size: 1rem;
}

/*
  Gallery layout (explicit grid-template-areas — no gaps/holes):

  Desktop (4-col):
  ┌──────┬──────┬──────┬──────┐
  │  A   │  B   │  C   │  C   │  row 1
  │  A   │  D   │  C   │  C   │  row 2
  │  E   │  E   │  F   │  F   │  row 3
  └──────┴──────┴──────┴──────┘
*/
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 320px 320px 380px;
  grid-template-areas:
    "a b c c"
    "a d c c"
    "e e f f";
  gap: 12px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery__item--a { grid-area: a; }
.gallery__item--b { grid-area: b; }
.gallery__item--c { grid-area: c; }
.gallery__item--d { grid-area: d; }
.gallery__item--e { grid-area: e; }
.gallery__item--f { grid-area: f; }

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}

.gallery__item:hover img {
  transform: scale(1.05);
}

.gallery__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  transform: translateY(100%);
  transition: transform 0.5s var(--ease-out);
}

.gallery__item:hover .gallery__overlay {
  transform: translateY(0);
}

.gallery__dress-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.02em;
}

.gallery__dress-brand {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.gallery__cta {
  text-align: center;
  margin-top: 50px;
}

/* ========================================
   FULL SCREEN CTA SECTIONS
   ======================================== */
.fullscreen-cta {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.fullscreen-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.fullscreen-cta__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px var(--side-pad);
}

.fullscreen-cta__content--left {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
  max-width: 600px;
  padding-left: var(--side-pad);
}

.fullscreen-cta__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush);
  margin-bottom: 20px;
}

.fullscreen-cta__title {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 24px;
}

.fullscreen-cta__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 500px;
}

.fullscreen-cta__content:not(.fullscreen-cta__content--left) .fullscreen-cta__text {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}

.about__image {
  overflow: hidden;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 6vw, 100px);
}

.about__title {
  color: var(--black);
  margin-bottom: 28px;
}

.about__content p {
  color: var(--gray);
  font-size: 1rem;
  margin-bottom: 20px;
  max-width: 480px;
}

.about__stats {
  display: flex;
  gap: 40px;
  margin: 32px 0 40px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-border);
}

.about__stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--black);
}

.about__stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-light);
}

/* ========================================
   TESTIMONIALS BENTO GRID
   ======================================== */
.reviews {
  padding: var(--section-pad) var(--side-pad);
  background: var(--cream);
}

.reviews__header {
  text-align: center;
  margin-bottom: 60px;
}

.reviews__header .section-tag {
  padding-left: 0;
}

.reviews__header .section-tag::before {
  display: none;
}

.reviews__title {
  color: var(--black);
}

.reviews__rating-summary {
  text-align: center;
  margin-bottom: 48px;
}

.reviews__google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--gray-border);
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--black);
}

.reviews__mini-stars {
  display: flex;
  gap: 1px;
  color: #FBBC05;
  font-size: 0.9rem;
}

.reviews__count {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--gray);
  letter-spacing: 0.05em;
}

.reviews__bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background: var(--white);
  padding: 36px;
  border: 1px solid var(--gray-border);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.review-card--lg {
  grid-column: span 2;
  grid-row: span 1;
  padding: 48px;
}

.review-card--img-top {
  grid-row: span 2;
}

.review-card__image {
  margin: -36px -36px 0 -36px;
  height: 240px;
  overflow: hidden;
}

.review-card--img-top .review-card__image {
  height: 300px;
}

.review-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__stars {
  display: flex;
  gap: 2px;
  color: var(--gold);
  font-size: 1rem;
}

.review-card__text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--charcoal);
  font-style: italic;
  flex: 1;
}

.review-card--lg .review-card__text {
  font-size: 1.35rem;
  line-height: 1.6;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--gray-border);
}

.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
}

.review-card__name {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--black);
}

.review-card__date {
  font-size: 0.7rem;
  color: var(--gray-light);
}

.reviews__more {
  text-align: center;
  margin-top: 50px;
}

.reviews__more .btn svg {
  margin-right: 4px;
}

/* ========================================
   SPLIT CTA
   ======================================== */
.split-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.split-cta__image {
  overflow: hidden;
}

.split-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
}

.split-cta:hover .split-cta__image img {
  transform: scale(1.04);
}

.split-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 6vw, 100px);
  background: var(--cream);
}

.split-cta__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--black);
  margin-bottom: 24px;
}

.split-cta__title em {
  color: var(--gold);
}

.split-cta__content p {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 440px;
}

/* ========================================
   INSTAGRAM FEED
   ======================================== */
.instagram-section {
  padding: var(--section-pad) var(--side-pad);
  background: var(--white);
}

.instagram-section__header {
  text-align: center;
  margin-bottom: 40px;
}

.instagram-section__header .section-tag {
  padding-left: 0;
}

.instagram-section__header .section-tag::before {
  display: none;
}

.instagram-section__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-style: italic;
  color: var(--black);
}

.instagram-section__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 1px dashed var(--gray-border);
  color: var(--gray-light);
  gap: 16px;
}

.instagram-section__placeholder svg {
  opacity: 0.3;
}

.instagram-section__placeholder p {
  font-size: 0.85rem;
}

.instagram-section__placeholder code {
  font-size: 0.75rem;
  background: var(--cream);
  padding: 2px 8px;
  border: 1px solid var(--gray-border);
}

/* ========================================
   DARK CTA
   ======================================== */
.dark-cta {
  background:
    radial-gradient(ellipse at 30% 100%, rgba(232, 213, 196, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 0%, rgba(184, 150, 108, 0.08) 0%, transparent 50%),
    var(--cream);
  padding: var(--section-pad) var(--side-pad);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dark-cta__inner {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

.dark-cta__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.dark-cta__title {
  color: var(--black);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  margin-bottom: 24px;
}

.dark-cta__text {
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.dark-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.dark-cta__phone {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gray-light);
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.dark-cta__phone:hover {
  color: var(--black);
}

/* ========================================
   EXPERIENCE SECTION
   ======================================== */
.experience {
  padding: var(--section-pad) var(--side-pad);
  background: var(--white);
}

.experience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.experience__item {
  text-align: center;
}

.experience__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  border: 1px solid var(--gray-border);
  border-radius: 50%;
  color: var(--gold);
}

.experience__item h3 {
  font-size: 1.4rem;
  color: var(--black);
  margin-bottom: 14px;
}

.experience__item p {
  color: var(--gray);
  font-size: 0.95rem;
  max-width: 320px;
  margin: 0 auto;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: var(--black);
  color: var(--white);
  padding: 80px var(--side-pad) 40px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__brand {
  max-width: 280px;
}

.footer__logo {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer__tagline {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
}

.footer__links {
  display: flex;
  gap: 80px;
}

.footer__col h4 {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__col li,
.footer__col a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
}

.footer__col a:hover {
  color: var(--white);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.footer__bottom p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
}

.footer__bottom p a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__bottom p a:hover {
  color: var(--white);
}

.footer__social {
  display: flex;
  gap: 20px;
}

.footer__social a {
  color: rgba(255,255,255,0.4);
  transition: color 0.3s ease;
}

.footer__social a:hover {
  color: var(--white);
}

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 360px 360px 320px;
    grid-template-areas:
      "a b"
      "c c"
      "d e"
      "f f";
  }

  .experience__grid {
    gap: 40px;
  }

  .footer__links {
    gap: 40px;
  }

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

  .review-card--lg {
    grid-column: span 2;
  }

  .review-card--img-top {
    grid-row: span 1;
  }

  .review-card--img-top .review-card__image {
    height: 200px;
  }
}

@media (max-width: 768px) {

  /* -- Mobile header: logo left | icons + toggle right -- */
  .nav {
    display: none;
  }

  .nav__topbar {
    height: 52px;
    gap: 8px;
    position: relative;
    z-index: 1001;
    background: var(--off-white);
  }

  .nav__book-link {
    display: none;
  }

  .nav__logo {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    order: -1;
  }

  .nav__logo-img {
    height: 34px !important;
  }

  .nav__topbar-icons {
    flex: 0 0 auto;
    gap: 2px;
  }

  .nav__icon-btn {
    width: 32px;
    height: 32px;
  }

  .nav__icon-btn--currency {
    display: none;
  }

  .nav__mobile-toggle {
    display: flex;
    order: 10;
    margin-left: 4px;
  }

  .nav__mobile-toggle.active span:first-child {
    transform: rotate(45deg) translate(3px, 3px);
  }

  .nav__mobile-toggle.active span:last-child {
    transform: rotate(-45deg) translate(3px, -3px);
  }

  .booking-modal__content {
    grid-template-columns: 1fr;
  }

  .booking-modal__info {
    padding: 40px 28px;
    border-right: none;
    border-bottom: 1px solid var(--gray-border);
  }

  .booking-modal__calendar {
    padding: 32px 28px;
  }

  .mobile-menu.active {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__content {
    padding: 100px var(--side-pad) 60px;
    order: 2;
  }

  .hero__media {
    order: 1;
    height: 60vh;
    position: relative;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    text-align: center;
    justify-content: center;
  }

  .hero__details {
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero__detail-divider {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about__image {
    height: 50vh;
  }

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

  .split-cta__image {
    height: 50vh;
  }

  .dark-cta__actions {
    flex-direction: column;
    gap: 20px;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 400px);
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f";
  }

  .reviews__bento {
    grid-template-columns: 1fr;
  }

  .review-card--lg {
    grid-column: span 1;
    flex-direction: column;
  }

  .review-card--lg .review-card__image--side {
    flex: none;
    height: 260px;
    min-height: auto;
  }

  .experience__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer__top {
    flex-direction: column;
    gap: 40px;
  }

  .footer__links {
    flex-direction: column;
    gap: 32px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .fullscreen-cta {
    background-attachment: scroll;
    min-height: 80vh;
  }

  .fullscreen-cta__content--left {
    text-align: center;
    margin: 0 auto;
  }

  .fullscreen-cta__text {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 16px 28px;
    font-size: 0.7rem;
  }

  .brands__track {
    gap: 50px;
  }

  .review-card {
    padding: 28px;
  }

  .review-card--lg {
    padding: 32px;
  }

  .review-card__image {
    margin: -28px -28px 0 -28px;
  }
}

/* ========================================
   PAGE CONTENT (non-homepage pages)
   ======================================== */
.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px var(--side-pad);
  min-height: 60vh;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  margin-bottom: 16px;
}

.page-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}

/* ========================================
   ELEMENTOR COMPATIBILITY OVERRIDES
   These rules ensure our theme styles win
   over Elementor's global CSS reset.
   ======================================== */

/* -- Body & base fonts -- */
body.home,
body.page-template-front-page {
  font-family: 'Jost', 'Helvetica Neue', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #2c2c2c !important;
  background-color: #faf9f7 !important;
}

/* -- Headings (Elementor overrides h1-h4 globally) -- */
body .site-header h1,
body .site-header h2,
body .site-header h3,
body .site-header h4,
body .hero h1,
body .hero h2,
body .gallery h2,
body .about h2,
body .reviews h2,
body .fullscreen-cta h2,
body .split-cta h2,
body .dark-cta h2,
body .experience h3,
body .booking-modal h2,
body .booking-modal h3,
body .instagram-section h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: inherit;
}

body .hero__title {
  font-size: clamp(3rem, 6vw, 5.5rem) !important;
  letter-spacing: -0.02em !important;
  color: #0a0a0a !important;
}

body .hero__title em {
  color: #b8966c !important;
  font-style: italic !important;
}

body .hero__eyebrow {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.3em !important;
  color: #b8966c !important;
}

body .hero__subtitle {
  font-family: 'Jost', sans-serif !important;
  font-size: 1.05rem !important;
  color: #2c2c2c !important;
}

body .hero__detail-num {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

body .hero__detail-label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.7rem !important;
  color: #6b6b6b !important;
}

/* -- Buttons -- */
body .btn {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 18px 40px !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body .btn--primary {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border-color: #0a0a0a !important;
}

body .btn--primary:hover {
  background: #2c2c2c !important;
}

body .btn--outline {
  background: transparent !important;
  color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

body .btn--outline:hover {
  background: #0a0a0a !important;
  color: #ffffff !important;
}

body .btn--white {
  background: #ffffff !important;
  color: #0a0a0a !important;
  border-color: #ffffff !important;
}

body .btn--white:hover {
  background: transparent !important;
  color: #ffffff !important;
}

body .btn--dark {
  background: #2c2c2c !important;
  color: #ffffff !important;
}

body .btn--dark-outline {
  background: transparent !important;
  color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}

/* -- Section tags -- */
body .section-tag {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  color: #b8966c !important;
}

/* -- Nav menu links -- */
body .nav__menu > li > a {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #2c2c2c !important;
}

body .nav__book-link,
body .site-header .nav__book-link,
body .site-header .nav__topbar .nav__book-link,
.nav__topbar a.nav__book-link {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

body .nav__book-link span,
body .site-header .nav__book-link span {
  font-size: 0.62rem !important;
}

body .nav__icon-btn--currency span {
  font-family: 'Jost', sans-serif !important;
}

/* -- Dropdown links -- */
body .nav__dropdown-col a {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
}

/* -- Review cards -- */
body .review-card__text {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.1rem !important;
  font-style: italic !important;
  line-height: 1.7 !important;
}

body .review-card--lg .review-card__text {
  font-size: 1.35rem !important;
}

body .review-card__name {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
}

body .review-card__stars {
  color: #b8966c !important;
}

/* -- Fullscreen CTA -- */
body .fullscreen-cta__title {
  color: #ffffff !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
}

body .fullscreen-cta__eyebrow {
  font-family: 'Jost', sans-serif !important;
}

body .fullscreen-cta__text {
  font-family: 'Jost', sans-serif !important;
}

/* -- About section -- */
body .about__content p {
  font-family: 'Jost', sans-serif !important;
}

body .about__stat-num {
  font-family: 'Cormorant Garamond', serif !important;
}

body .about__stat-label {
  font-family: 'Jost', sans-serif !important;
}

/* -- Split CTA -- */
body .split-cta__content p {
  font-family: 'Jost', sans-serif !important;
}

/* -- Dark CTA -- */
body .dark-cta__title,
body .dark-cta h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem) !important;
  color: #0a0a0a !important;
  line-height: 1.1 !important;
}

body .dark-cta__eyebrow {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.68rem !important;
}

body .dark-cta__text {
  font-family: 'Jost', sans-serif !important;
  font-size: 1.05rem !important;
}

body .dark-cta__phone {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.2rem !important;
}

/* -- Experience section -- */
body .experience__item p {
  font-family: 'Jost', sans-serif !important;
}

/* -- Gallery -- */
body .gallery__subtitle {
  font-family: 'Jost', sans-serif !important;
}

body .gallery__dress-name {
  font-family: 'Cormorant Garamond', serif !important;
}

/* -- Footer -- */
body .footer {
  font-family: 'Jost', sans-serif !important;
}

body .footer__tagline {
  font-family: 'Jost', sans-serif !important;
}

body .footer__col h4 {
  font-family: 'Jost', sans-serif !important;
}

/* -- Booking modal -- */
body .booking-modal__info p,
body .booking-modal__list li {
  font-family: 'Jost', sans-serif !important;
}

/* -- Mobile menu -- */
body .mobile-menu > ul > li > a {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
}

/* -- Fix logo on all pages (including product category) -- */
body .nav__topbar {
  position: relative !important;
}

body .nav__logo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

body .nav__logo-img {
  height: 46px !important;
  width: auto !important;
  filter: brightness(0) !important;
}

@media (max-width: 768px) {
  body .nav__logo {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: -1 !important;
  }

  body .nav__logo-img {
    height: 34px !important;
  }
}

/* -- Elementor resets we need to undo -- */
body .elementor-widget-container a {
  text-decoration: none;
}

/* Prevent Elementor from adding margin to our elements */
body .site-header *,
body .footer *,
body .booking-modal * {
  box-sizing: border-box;
}

/* -- Google badge override -- */
body .reviews__google-badge {
  font-family: 'Jost', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

body .reviews__count {
  font-family: 'Jost', sans-serif !important;
}
