/* D'Glaze brand theme, gold + teal (#088F8F) */
:root {
  --dglaze-gold: #c9a227;
  --dglaze-gold-bright: #d4af37;
  --dglaze-gold-soft: #cdb776;
  --dglaze-gold-dark: #a8891e;
  --dglaze-teal: #088f8f;
  --dglaze-teal-bright: #0aa3a3;
  --dglaze-teal-dark: #066969;
  --dglaze-teal-soft: rgba(8, 143, 143, 0.12);
  --dglaze-black: #0a0a0a;
  --dglaze-header-height: 60px;
  --dglaze-hero-height: calc(100svh - var(--dglaze-header-height));
}

@media screen and (min-width: 768px) {
  :root {
    --dglaze-header-height: 72px;
  }
}

/* Primary CTAs, gold */
.btn-blue,
.btn-booking-desk,
.btn-booking-big-mob,
.btn-footer-booking,
a.btn-gtag-booking.btn-blue,
.booking-trigger,
.floating-button--whatsapp,
.pdp-call-to-action .btn-blue {
  background-color: var(--dglaze-gold) !important;
  border-color: var(--dglaze-gold) !important;
  color: #111 !important;
}

.btn-blue:hover,
.btn-booking-desk:hover,
.btn-footer-booking:hover {
  background-color: var(--dglaze-gold-bright) !important;
  border-color: var(--dglaze-gold-bright) !important;
}

/* Secondary CTAs, teal outline */
.pdp-btn-br-b,
.pdp-btn-community-two {
  background-color: transparent !important;
  border-color: var(--dglaze-teal) !important;
  color: var(--dglaze-teal-dark) !important;
}

.pdp-btn-br-b:hover,
.pdp-btn-community-two:hover {
  background-color: var(--dglaze-teal) !important;
  border-color: var(--dglaze-teal) !important;
  color: #fff !important;
}

/* Teal accents (labels, nav highlights, carousel tags) */
.pdp-about-us .circle-animation text,
.pdp-about-us .circle-animation textPath,
.pdp-why-us .tab-nav-item.active .tab-nav-item-btn,
.pdp-why-us .tab-nav-item-btn:hover,
.welcome-slide-item span {
  color: var(--dglaze-teal-dark);
}

.pdp-header-v3 .btn-booking-desk {
  color: #111 !important;
}

.pdp-about-us .circle-animation {
  background-color: var(--dglaze-teal) !important;
}

/* About section, 4-photo desktop collage */
@media screen and (min-width: 1280px) {
  .pdp-about-us-container {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    align-items: start;
  }

  .pdp-about-us-container .warp-image {
    width: 100%;
    aspect-ratio: 10 / 9;
    max-height: 580px;
    min-height: 0;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four {
    display: grid !important;
    grid-template-columns: 1.35fr 0.8fr 1.35fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li {
    position: relative !important;
    overflow: hidden !important;
    min-height: 0 !important;
    background: #e8e4dc !important;
  }

  /* 2-row collage: tall sides, stacked centre */
  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2 !important;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3 !important;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3 !important;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4 !important;
  }

  .pdp-about-us-container .warp-image .gallery-desk.gallery-desk--four li img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    inset: 0 !important;
  }

  .pdp-about-us-container .warp-image .dglaze-full-logo-wrap {
    display: none !important;
  }

  .pdp-about-us-container .warp-image .circle-animation {
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    z-index: 3;
  }
}

/* About section — mobile featured salon photo */
@media screen and (max-width: 1279px) {
  .pdp-about-us .wrap-image-mob span {
    margin-bottom: 20px !important;
  }

  .pdp-about-us .wrap-image-mob .gallery-mob {
    display: none !important;
  }

  .pdp-about-us .dglaze-mob-interior {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }

  .pdp-about-us .dglaze-mob-interior__frame {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 2px solid var(--dglaze-gold, #c9a227);
    box-shadow:
      0 18px 44px rgba(8, 143, 143, 0.18),
      0 0 0 1px rgba(8, 143, 143, 0.12);
    background: #111;
  }

  .pdp-about-us .dglaze-mob-interior__frame img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
  }

  .pdp-about-us .dglaze-mob-interior__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 28px 14px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1280px) {
  .pdp-about-us .dglaze-mob-interior {
    display: none !important;
  }
}

.pdp-switch-salon-v3 .icon-mark,
.pdp-phone-list .icon-phone,
.pdp-phone-list .icon-mark {
  color: var(--dglaze-teal) !important;
}

/* Decorative D emblem (d-dark.png), img replaces legacy icon font */
img.icon-logo,
.icon-logo img {
 display: inline-block;
 width: 1em;
 height: 1em;
 object-fit: contain;
 vertical-align: middle;
 border: 0;
}

/* Suppress any remaining icon-font markup */
i.icon-logo {
 display: inline-block !important;
 width: 1em;
 height: 1em;
 font-size: 0 !important;
 line-height: 0 !important;
 overflow: hidden;
 color: transparent !important;
 background: url('../images/icon-logo.png') center / contain no-repeat;
 vertical-align: middle;
}

i.icon-logo:before,
i.icon-logo:after {
 content: none !important;
 display: none !important;
}

.pdp-about-us .circle-animation img.icon-logo,
.pdp-about-us .circle-animation i.icon-logo {
 width: 52px;
 height: 52px;
 position: relative;
 z-index: 1;
}

.contacts-and-language img.icon-logo,
.contacts-and-language i.icon-logo {
 width: 28px;
 height: 28px;
}

.pdp-our-story .container .our-story-wrap .content .subtitle {
 padding-left: 0 !important;
 padding-right: 44px !important;
}

.pdp-our-story .subtitle img.icon-logo,
.pdp-our-story .subtitle i.icon-logo {
 display: block !important;
 position: absolute !important;
 top: 50% !important;
 right: 0 !important;
 left: auto !important;
 transform: translateY(-50%);
 width: 32px;
 height: 32px;
 margin: 0 !important;
}

@media (max-width: 1279px) {
 .pdp-our-story .container .our-story-wrap .content .subtitle {
 padding-right: 32px !important;
 }

 .pdp-our-story .subtitle img.icon-logo,
 .pdp-our-story .subtitle i.icon-logo {
 width: 22px;
 height: 22px;
 }
}

/* COMMUNITY heading, replace legacy h2 :before icon font with d-dark */
.pdp-community-two .container h2:before,
.pdp-community .container h2:before {
 content: "" !important;
 font-family: inherit !important;
 display: block !important;
 width: 44px;
 height: 44px;
 font-size: 0 !important;
 line-height: 0 !important;
 color: transparent !important;
 background: url('../images/icon-logo.png') center / contain no-repeat;
 position: absolute;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
 .pdp-community-two .container h2:before,
 .pdp-community .container h2:before {
  display: none !important;
  content: none !important;
  background: none !important;
 }
}

@media screen and (min-width: 1280px) {
 .pdp-community .container h2:before {
 display: block !important;
 }
}

/* Links & accents */
a {
  color: #111;
}

a:hover {
  color: var(--dglaze-teal-dark);
}

.site-content a:not([class]) {
  text-decoration-color: rgba(8, 143, 143, 0.45);
}

.site-content a:not([class]):hover {
  color: var(--dglaze-teal);
  text-decoration-color: var(--dglaze-teal);
}

/* Header logo */
.pdp-header-v3 .logo-link,
.pdp-header-menu-head .logo-link {
 display: inline-flex;
 align-items: center;
 line-height: 0;
}

.pdp-header-v3 .logo-link img.dglaze-logo,
.pdp-header-menu-head .logo-link img.dglaze-logo {
 display: block;
 height: 48px;
 width: auto;
 object-fit: contain;
}

.pdp-header-v3 .logo-link img.dglaze-logo--desk,
.pdp-header-menu-head .logo-link img.dglaze-logo--desk {
 max-width: 56px;
}

.pdp-header-v3 .logo-link img.dglaze-logo--mob,
.pdp-header-menu-head .logo-link img.dglaze-logo--mob {
 display: none;
 height: 40px;
 max-width: 180px;
}

.pdp-header-menu-head .logo-link img.dglaze-logo--desk {
 height: 42px;
}

@media (max-width: 1279px) {
 .pdp-header-v3 .logo-link img.dglaze-logo--desk,
 .pdp-header-menu-head .logo-link img.dglaze-logo--desk {
 display: none;
 }

 .pdp-header-v3 .logo-link img.dglaze-logo--mob,
 .pdp-header-menu-head .logo-link img.dglaze-logo--mob {
 display: block;
 }
}

/* Full logo block */
.dglaze-full-logo-wrap {
 display: flex;
 justify-content: center;
 margin: 2rem 0 1rem;
 padding: 1.25rem;
 background: #000;
 border-radius: 8px;
}

.dglaze-full-logo-wrap img {
 max-width: min(520px, 100%);
 height: auto;
 display: block;
}

.dglaze-tagline {
  display: block;
  margin-top: 0.35rem;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dglaze-teal-dark);
  font-weight: 600;
}

.dglaze-slogan {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: var(--dglaze-gold-dark);
  margin: 0.5rem 0 0;
}

/* Preloader with logo, only show while --active (do not force display always) */
.pdp-preloader--active {
 background: #000 !important;
 display: flex !important;
 align-items: center;
 justify-content: center;
}

.pdp-preloader__logo {
 width: 120px;
 height: 120px;
 object-fit: contain;
 animation: dglaze-pulse 1.4s ease-in-out infinite;
}

@keyframes dglaze-pulse {
 0%, 100% { transform: scale(0.92); opacity: 0.85; }
 50% { transform: scale(1.05); opacity: 1; }
}

/* Footer logo */
.footer-content-foot .bg-logo img.dglaze-logo,
.footer-content-foot .bg-logo img.dglaze-full-logo {
 max-width: 280px;
 height: auto;
 display: block;
 margin: 0 auto;
}

.pdp-footer-v2 .container .footer-content-foot .bg-logo {
 max-width: 280px;
}

/* Gold focus for form controls */
.form--booking-widget .form__title,
.offcanvas-menu__middle-title {
  color: var(--dglaze-teal-dark);
}

/* Subtle gold + teal page wash on main content */
body {
  background-color: #faf8f3;
  background-image:
    radial-gradient(ellipse 85% 55% at 0% 0%, rgba(201, 162, 39, 0.09), transparent 52%),
    radial-gradient(ellipse 70% 45% at 100% 8%, rgba(8, 143, 143, 0.08), transparent 48%);
  background-attachment: fixed;
}

/* WhatsApp floating button gold tint */
.floating-button--whatsapp {
 background: var(--dglaze-gold) !important;
}


/* Hide language switcher */
.pdp-language-switcher,
.warp-language-switcher,
.client-bar__widget--language {
 display: none !important;
}

/* Google Maps embed, text left, map right */
.dglaze-map-section {
 max-width: 1100px;
 margin: 0 auto 48px;
 padding: 24px 20px 8px;
}

.dglaze-map-section > h2 {
  margin: 0 0 22px;
  font-family: var(--vite-primary-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .dglaze-map-section > h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.4em;
  }
}

.dglaze-map-grid {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
 gap: 28px 36px;
 align-items: stretch;
}

.dglaze-map-copy {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 8px 4px 8px 0;
}

.dglaze-map-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dglaze-teal-dark);
  font-weight: 700;
}

.dglaze-map-copy h3 {
  margin: 0 0 14px;
  font-family: var(--vite-primary-font), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  line-height: 1.3;
}

.dglaze-map-copy > p {
 margin: 0 0 12px;
 color: #444;
 font-size: 15px;
 line-height: 1.65;
}

.dglaze-map-details {
  list-style: none;
  margin: 10px 0 18px;
  padding: 0;
  border-top: 1px solid rgba(8, 143, 143, 0.22);
}

.dglaze-map-details li {
 padding: 10px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
 color: #2a2a2a;
 font-size: 14px;
 line-height: 1.5;
}

.dglaze-map-details strong {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dglaze-gold-dark);
}

.dglaze-map-details a {
  color: #111;
  text-decoration: none;
}

.dglaze-map-details a:hover {
  color: var(--dglaze-teal-dark);
}

.dglaze-map-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 4px;
  padding: 10px 16px;
  border: 1px solid var(--dglaze-teal);
  color: var(--dglaze-teal-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--dglaze-teal-soft);
}

.dglaze-map-cta:hover {
  background: rgba(8, 143, 143, 0.2);
  color: var(--dglaze-teal-dark);
}

.dglaze-map-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 143, 143, 0.28);
  background: #e8e4dc;
  min-height: 360px;
  height: 100%;
}

.dglaze-map-embed iframe {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 border: 0;
 display: block;
}

@media (max-width: 860px) {
 .dglaze-map-grid {
 grid-template-columns: 1fr;
 gap: 20px;
 }

 .dglaze-map-embed {
 min-height: 300px;
 aspect-ratio: 4 / 3;
 }
}

/* ========== Footer cleanup (single Kolkata location) ========== */
.pdp-footer-v2 {
 padding: 56px 0 72px !important;
 overflow: hidden;
}

.pdp-footer-v2 .container .footer-content {
 display: grid !important;
 grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.35fr) !important;
 gap: 40px 48px !important;
 justify-content: stretch !important;
 align-items: start;
 max-width: 1100px;
 margin: 0 auto;
}

.pdp-footer-v2 .container .footer-content-nav {
 grid-area: auto !important;
 display: grid !important;
 grid-template-columns: 1fr 1fr !important;
 gap: 24px 32px !important;
}

.pdp-footer-v2 .container .footer-content-nav-primary,
.pdp-footer-v2 .container .footer-content-nav-secondary {
 grid-area: auto !important;
 margin: 0 !important;
 padding: 0 !important;
 border: none !important;
}

.pdp-footer-v2 .container .footer-content-nav-primary ul,
.pdp-footer-v2 .container .footer-content-nav-secondary ul {
 display: flex !important;
 flex-direction: column !important;
 align-items: flex-start !important;
 row-gap: 14px !important;
}

.pdp-footer-v2 .container .footer-content-nav-primary ul li a,
.pdp-footer-v2 .container .footer-content-nav-secondary ul li a {
 margin: 0 !important;
 text-align: left !important;
 color: rgba(255, 255, 255, 0.85) !important;
 font-size: 13px !important;
 line-height: 1.3 !important;
}

.pdp-footer-v2 .container .footer-content-nav-primary ul li a:hover,
.pdp-footer-v2 .container .footer-content-nav-secondary ul li a:hover {
  color: var(--dglaze-teal-bright) !important;
}

.pdp-footer-v2 .container .footer-content-contacts {
 grid-area: auto !important;
 display: flex !important;
 flex-direction: column !important;
 gap: 20px !important;
}

.pdp-footer-v2 .container .footer-content-contacts .switch-wrap {
 grid-area: auto !important;
 display: grid !important;
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 width: 100% !important;
}

.pdp-footer-v2 .container .footer-content-contacts .switch-wrap .pdp-switch-salon-v3,
.pdp-footer-v2 .container .footer-content-contacts .switch-wrap .phone-number {
 flex: none !important;
 width: 100% !important;
 min-width: 0 !important;
}

.pdp-footer-v2 .pdp-switch-salon-v3.in-footer .salon-active,
.pdp-footer-v2 .container .footer-content-contacts .switch-wrap .phone-number {
 display: flex !important;
 align-items: center !important;
 justify-content: flex-start !important;
 gap: 8px !important;
 width: 100% !important;
 min-height: 48px;
 padding: 12px 14px !important;
 border: 1px solid rgba(255, 255, 255, 0.35) !important;
 color: #fff !important;
 text-decoration: none !important;
 box-sizing: border-box;
 transition: border-color 0.25s ease, background 0.25s ease;
}

.pdp-footer-v2 .pdp-switch-salon-v3.in-footer .salon-active:hover,
.pdp-footer-v2 .container .footer-content-contacts .switch-wrap .phone-number:hover {
 border-color: var(--dglaze-gold) !important;
 background: rgba(201, 162, 39, 0.12) !important;
 color: #fff !important;
}

.pdp-footer-v2 .pdp-switch-salon-v3.in-footer .salon-active .label,
.pdp-footer-v2 .container .footer-content-contacts .switch-wrap .phone-number span {
 white-space: nowrap !important;
 overflow: hidden !important;
 text-overflow: ellipsis !important;
 max-width: 100% !important;
 font-size: 12px !important;
 font-weight: 700 !important;
 letter-spacing: 0.04em !important;
 text-transform: uppercase !important;
 color: #fff !important;
}

.pdp-footer-v2 .footer-content-contacts .contact {
 margin: 0;
}

.pdp-footer-v2 .footer-content-contacts .contact span {
 display: block;
 margin-bottom: 10px;
 font-size: 12px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: rgba(255, 255, 255, 0.55);
}

.pdp-footer-v2 .footer-content-contacts .contact ul {
 display: flex;
 flex-direction: column;
 gap: 8px;
 margin: 0;
 padding: 0;
 list-style: none;
}

.pdp-footer-v2 .footer-content-contacts .contact ul li,
.pdp-footer-v2 .footer-content-contacts .contact ul li a {
 color: rgba(255, 255, 255, 0.9);
 font-size: 14px;
 line-height: 1.45;
 text-decoration: none;
}

.pdp-footer-v2 .footer-content-contacts .contact ul li a:hover {
  color: var(--dglaze-teal-bright);
}

.pdp-footer-v2 .btn-footer-booking {
 display: inline-flex !important;
 align-items: center;
 justify-content: center;
 width: auto !important;
 max-width: 220px;
 margin: 0 !important;
 padding: 14px 28px !important;
 background: var(--dglaze-gold) !important;
 color: #111 !important;
 border: none !important;
 text-decoration: none !important;
 font-weight: 700 !important;
 letter-spacing: 0.06em !important;
}

.pdp-footer-v2 .btn-footer-booking:hover {
 background: var(--dglaze-gold-bright) !important;
 color: #111 !important;
}

.pdp-footer-v2 .container .footer-content-contacts .socials-and-language {
 grid-area: auto !important;
 display: flex !important;
 justify-content: flex-start !important;
 align-items: center !important;
 margin: 4px 0 0 !important;
 width: 100%;
}

.pdp-footer-v2 .socials-footer {
 width: auto !important;
 display: flex !important;
 justify-content: flex-start !important;
 align-items: center !important;
 gap: 10px !important;
 margin: 0;
 padding: 0;
 list-style: none;
}

.pdp-footer-v2 .socials-footer li a {
 display: flex !important;
 align-items: center;
 justify-content: center;
 width: 44px;
 height: 44px;
 padding: 0 !important;
 border: 1px solid rgba(255, 255, 255, 0.35);
 color: #fff;
 text-decoration: none;
 outline: none !important;
 box-shadow: none !important;
 transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pdp-footer-v2 .socials-footer li a:hover,
.pdp-footer-v2 .socials-footer li a:focus,
.pdp-footer-v2 .socials-footer li a:focus-visible {
 border-color: var(--dglaze-gold) !important;
 background: rgba(201, 162, 39, 0.15);
 outline: none !important;
 box-shadow: none !important;
}

.pdp-footer-v2 .socials-footer li a i {
 color: #fff !important;
 font-size: 18px !important;
}

.pdp-footer-v2 .socials-footer li a:hover i {
 color: var(--dglaze-gold) !important;
}

.pdp-footer-v2 .container .footer-content-foot {
 grid-area: 2 / 1 / 3 / 3 !important;
 position: relative;
 z-index: 2;
 margin-top: 36px !important;
 padding-top: 28px;
 border-top: 1px solid rgba(255, 255, 255, 0.12);
 display: flex !important;
 flex-wrap: nowrap;
 align-items: flex-end !important;
 justify-content: space-between !important;
 gap: 24px;
}

.pdp-footer-v2 .container .footer-content-foot .bg-logo {
 max-width: 280px;
 position: relative !important;
 pointer-events: none;
}

.pdp-footer-v2 .container .footer-content-foot .bg-logo img {
 position: relative !important;
 display: block;
 width: 100%;
 height: auto;
 opacity: 0.9;
 transform: none !important;
 left: auto !important;
 right: auto !important;
 bottom: auto !important;
}

.pdp-footer-v2 .container .footer-content-foot .btn-scroll-to-top {
 display: none !important;
}

.pdp-footer-v2 .copyright-block {
 display: flex !important;
 flex-direction: column;
 align-items: flex-end;
 justify-content: flex-end;
 gap: 12px;
 text-align: right;
 margin-left: auto;
 flex-shrink: 0;
}

.pdp-footer-v2 .container .footer-content-foot .copyright,
.pdp-footer-v2 .copyright-block .copyright {
 display: block !important;
 margin: 0 !important;
 color: rgba(255, 255, 255, 0.7) !important;
 font-size: 12px !important;
 line-height: 1.4 !important;
 letter-spacing: 0.04em;
 text-transform: uppercase;
 text-align: right !important;
 white-space: nowrap;
}

.pdp-footer-v2 .powered-by {
 display: inline-flex !important;
 align-items: center;
 gap: 10px;
 text-decoration: none;
 color: rgba(255, 255, 255, 0.7);
 font-size: 11px;
 letter-spacing: 0.06em;
 text-transform: uppercase;
 transition: color 0.25s ease;
}

.pdp-footer-v2 .powered-by img {
 display: block;
 height: 22px;
 width: auto;
 max-width: 140px;
}

.pdp-footer-v2 .powered-by:hover {
 color: var(--dglaze-gold);
}

@media (max-width: 900px) {
 .pdp-footer-v2 .container .footer-content {
 grid-template-columns: 1fr !important;
 gap: 32px !important;
 }

 .pdp-footer-v2 .container .footer-content-foot {
 grid-area: auto !important;
 flex-direction: column;
 align-items: center !important;
 text-align: center;
 gap: 18px;
 padding-top: 24px;
 margin-top: 28px !important;
 }

 .pdp-footer-v2 .container .footer-content-foot .bg-logo {
 max-width: 190px;
 width: 100%;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 }

 .pdp-footer-v2 .container .footer-content-foot .bg-logo img,
 .footer-content-foot .bg-logo img.dglaze-full-logo {
 max-width: 190px;
 width: 100%;
 margin: 0 auto;
 }

 .pdp-footer-v2 .copyright-block {
 align-items: center;
 text-align: center;
 margin-left: 0;
 width: 100%;
 }

 .pdp-footer-v2 .container .footer-content-foot .copyright,
 .pdp-footer-v2 .copyright-block .copyright {
 text-align: center !important;
 white-space: normal;
 }

 .pdp-footer-v2 .powered-by {
 justify-content: center;
 }

 .pdp-footer-v2 .btn-footer-booking {
 max-width: 100%;
 width: 100% !important;
 }
}

@media (max-width: 520px) {
 .pdp-footer-v2 .container .footer-content-contacts .switch-wrap {
 grid-template-columns: 1fr !important;
 }

 .pdp-footer-v2 .container .footer-content-foot .bg-logo,
 .pdp-footer-v2 .container .footer-content-foot .bg-logo img,
 .footer-content-foot .bg-logo img.dglaze-full-logo {
 max-width: 150px;
 }
}

/* Homepage hero: stable header + carousel height on mobile scroll */
.pdp-header-v3 .pdp-header-sticky {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

.pdp-header-v3.stick .pdp-header-sticky {
  position: sticky !important;
  top: 0;
  animation: none !important;
  transform: none !important;
}

.pdp-welcome-slider .welcome-slider:not(.slick-initialized),
.pdp-welcome-slider .welcome-slider .slick-list,
.pdp-welcome-slider .welcome-slider .slick-list .slick-track {
  height: var(--dglaze-hero-height) !important;
  min-height: 460px;
}

.pdp-welcome-slider .welcome-slider .slick-list .slick-track .slick-slide {
  height: var(--dglaze-hero-height) !important;
  min-height: 460px;
}

.pdp-welcome-slider .welcome-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.pdp-welcome-slider .welcome-slide-item,
.pdp-welcome-slider .welcome-slider .slick-list .slick-track .slick-slide {
  background-attachment: scroll;
  will-change: auto;
}

@media (prefers-reduced-motion: no-preference) {
  .pdp-welcome-slider .welcome-slider .slick-list .slick-track {
    transition: height 0s;
  }
}

/* Community marquee — mobile videos + faster scroll */
@media screen and (max-width: 1279px) {
  .pdp-community-two .marquee-community ul li.js-hover-play {
    display: block !important;
  }

  .pdp-community-two .marquee-community ul.left {
    animation-duration: 90s !important;
  }

  .pdp-community-two .marquee-community ul.right {
    animation-duration: 100s !important;
  }
}

@media screen and (max-width: 767px) {
  .pdp-community-two .marquee-community ul.left {
    animation-duration: 55s !important;
  }

  .pdp-community-two .marquee-community ul.right {
    animation-duration: 60s !important;
  }

  .pdp-community-two .marquee-community ul li.js-hover-play video {
    pointer-events: none;
    object-fit: cover;
    background: #111;
  }
}

/* Testimonials — speech-bubble slider */
.dglaze-testimonials {
  padding: 72px 0 90px;
  overflow: visible;
  background: transparent;
}

.dglaze-testimonials__head {
  position: relative;
  display: block;
  margin-bottom: 28px;
  padding-right: 88px;
}

.dglaze-testimonials__head h2 {
  margin: 0;
  width: 100%;
  position: relative;
  font-family: var(--vite-primary-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.dglaze-testimonials__controls {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.dglaze-testimonials__nav {
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #e8e8e8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.dglaze-testimonials__nav:hover {
  background: #dedede;
}

.dglaze-testimonials__nav span {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #666;
  border-right: 1.5px solid #666;
}

.dglaze-testimonials__nav--prev span {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.dglaze-testimonials__nav--next span {
  transform: rotate(45deg);
  margin-right: 2px;
}

.dglaze-testimonials__slider {
  width: 100%;
}

.dglaze-testimonials__slider .slick-list {
  overflow: visible;
}

.dglaze-testimonial {
  outline: none;
}

.dglaze-testimonial__bubble {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 28px 36px 28px 56px;
  min-height: 110px;
  display: flex;
  align-items: center;
}

.dglaze-testimonial__bubble::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  transform: translateY(50%) rotate(45deg);
}

.dglaze-testimonial__mark {
  position: absolute;
  left: 18px;
  top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
  color: #088f8f;
  font-weight: 700;
}

.dglaze-testimonial__quote {
  margin: 0;
  font-family: var(--vite-primary-font), sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: 0;
}

.dglaze-testimonial__name {
  display: block;
  margin: 22px 0 0 8px;
  font-family: var(--vite-primary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

@media screen and (max-width: 640px) {
  .dglaze-testimonials {
    padding: 56px 0 72px;
  }

  .dglaze-testimonials__head {
    padding-right: 80px;
  }

  .dglaze-testimonials__head h2 {
    font-size: 18px;
    letter-spacing: 0.22em;
  }

  .dglaze-testimonial__bubble {
    padding: 24px 20px 24px 48px;
    min-height: 0;
  }

  .dglaze-testimonial__quote {
    font-size: 15px;
  }

  .dglaze-testimonial__mark {
    left: 14px;
    top: 10px;
    font-size: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .dglaze-testimonials {
    padding: 90px 0 110px;
  }

  .dglaze-testimonials__head {
    margin-bottom: 34px;
  }

  .dglaze-testimonials__head h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.4em;
  }

  .dglaze-testimonial__bubble {
    padding: 34px 40px 34px 64px;
    min-height: 130px;
  }

  .dglaze-testimonial__quote {
    font-size: 18px;
  }

  .dglaze-testimonial__name {
    font-size: 17px;
    margin-top: 26px;
  }
}

/* Exit-intent popup */
html.dglaze-exit-open,
html.dglaze-exit-open body {
  overflow: hidden;
}

.dglaze-exit {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.dglaze-exit.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dglaze-exit__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.62);
  backdrop-filter: blur(4px);
}

.dglaze-exit__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 28px 24px 22px;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(201, 162, 39, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 143, 143, 0.12), transparent 50%),
    #faf8f3;
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.28s ease;
}

.dglaze-exit.is-open .dglaze-exit__dialog {
  transform: translateY(0) scale(1);
}

.dglaze-exit__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.dglaze-exit__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dglaze-teal-dark, #066969);
}

.dglaze-exit__title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  line-height: 1.25;
  color: #111;
  font-weight: 600;
}

.dglaze-exit__copy {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

.dglaze-exit__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dglaze-exit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dglaze-exit__btn--wa {
  background: var(--dglaze-gold, #c9a227) !important;
  color: #111 !important;
  border: 1px solid var(--dglaze-gold, #c9a227);
}

.dglaze-exit__btn--wa:hover {
  background: var(--dglaze-gold-bright, #d4af37) !important;
}

.dglaze-exit__btn--call {
  background: transparent !important;
  color: var(--dglaze-teal-dark, #066969) !important;
  border: 1.5px solid var(--dglaze-teal, #088f8f);
}

.dglaze-exit__btn--call:hover {
  background: var(--dglaze-teal, #088f8f) !important;
  color: #fff !important;
}

.dglaze-exit__dismiss {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 480px) {
  .dglaze-exit {
    padding: 16px;
    align-items: center;
  }

  .dglaze-exit__dialog {
    width: 100%;
    padding: 24px 18px 18px;
  }
}
