/**
 * Minimal styling for when the Luxe Glass Dubai theme is not the active theme.
 *
 * This is deliberately small. The full design ships with the theme; this file
 * only keeps the widgets legible and roughly on-brand so they are usable while
 * a different theme is active.
 */

:root {
  --ink: #202528;
  --ink-soft: #53595c;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ivory: #f4f0e9;
  --ivory-deep: #eee7dc;
  --bronze: #34506f;
  --bronze-dark: #263c54;
  --line: #ded8cf;
  --night: #1e282f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, "Segoe UI", sans-serif;
  --container: 1344px;
}

.luxe-widget {
  font-family: var(--sans);
  color: var(--ink);
}

.luxe-widget .eyebrow {
  margin: 0 0 10px;
  color: var(--bronze-dark);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.luxe-widget .heading-rule {
  width: 42px;
  height: 1px;
  display: block;
  margin: 17px auto 0;
  background: var(--bronze);
}

.luxe-widget .section-heading--center {
  text-align: center;
}

.luxe-widget h1,
.luxe-widget h2,
.luxe-widget h3 {
  font-family: var(--serif);
  font-weight: 500;
}

.luxe-widget .luxe-icon {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--bronze);
}

.luxe-widget .trust-grid,
.luxe-widget .services-grid,
.luxe-widget .projects-grid,
.luxe-widget .reasons-grid,
.luxe-widget .service-facts__grid,
.luxe-widget .interior-assurance__grid,
.luxe-widget .contact-page__grid,
.luxe-widget .service-process__grid {
  display: grid;
  gap: 24px;
}

.luxe-widget img {
  max-width: 100%;
  height: auto;
  display: block;
}

.luxe-widget .button,
.luxe-widget .luxe-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--bronze);
  background: var(--bronze);
  color: var(--white);
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.luxe-widget .button--outline,
.luxe-widget .button--bronze,
.luxe-widget .button--dark-outline {
  background: transparent;
  color: var(--bronze-dark);
}

.luxe-widget .button--dark-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.luxe-widget .contact-band {
  padding: 40px 24px;
  background: var(--night);
  color: var(--white);
}

.luxe-widget .faq-answer[hidden] {
  display: none;
}

.luxe-widget .hero-slide {
  display: none;
}

.luxe-widget .hero-slide.is-active {
  display: block;
}

.luxe-widget .testimonials-grid blockquote {
  display: none;
}

.luxe-widget .testimonials-grid blockquote.is-active {
  display: block;
}
