:root {
  /* =========================
     Blue Slate Default Theme
  ========================= */
  --luxury-green: #24748b;
  --luxury-green-rgb: 36, 116, 139;
  --luxury-green-dark: #17485d;
  --luxury-green-deep: #09283a;
  --luxury-sage: #57a9b0;
  --luxury-sage-rgb: 87, 169, 176;
  --luxury-gold: #d7b469;
  --luxury-gold-rgb: 215, 180, 105;
  --luxury-gold-dark: #b8903e;
  --luxury-cream: #dbe8e7;
  --luxury-bg: #d1e0e3;
  --luxury-sage-white: #e2eeed;
  --luxury-mist: #bfd5db;
  --luxury-linen: #ded3b5;
  --luxury-surface: #deebeb;
  --luxury-surface-2: #c1d9dc;
  --luxury-input: #e9efe5;
  --luxury-white: #f4efd9;
  --luxury-text: #172d38;
  --luxury-muted: #526c73;
  --luxury-border: #a7c2c7;
  --luxury-footer: #0a2635;
  --luxury-shadow-sm: 0 2px 10px rgba(9, 40, 58, 0.09);
  --luxury-shadow-md: 0 8px 25px rgba(9, 40, 58, 0.14);
  --luxury-shadow-lg: 0 18px 46px rgba(9, 40, 58, 0.2);

  --swf-ink: var(--luxury-text);
  --swf-charcoal: var(--luxury-green-dark);
  --swf-cream: var(--luxury-cream);
  --swf-paper: var(--luxury-surface);
  --swf-taupe: var(--luxury-border);
  --swf-gold: var(--luxury-gold);
  --swf-brass: var(--luxury-sage);
  --swf-sage: var(--luxury-sage);
  --swf-teal: var(--luxury-green);
  --swf-rose: var(--luxury-green-dark);
  --swf-line: var(--luxury-border);
  --swf-muted: var(--luxury-muted);
  --swf-shadow: var(--luxury-shadow-lg);

  --bs-primary: var(--luxury-green);
  --bs-primary-rgb: var(--luxury-green-rgb);
  --bs-secondary: var(--luxury-sage);
  --bs-secondary-rgb: var(--luxury-sage-rgb);
  --bs-body-color: var(--luxury-text);
  --bs-body-bg: var(--luxury-bg);
  --bs-link-color: var(--luxury-green);
  --bs-link-hover-color: var(--luxury-green-dark);
  --bs-border-color: var(--luxury-border);
  --bs-heading-color: var(--luxury-green-deep);
  --bs-success: #4f7d5a;
  --bs-warning: #c8a955;
  --bs-danger: #b85045;
  --bs-info: #6f9b9a;
  --bs-focus-ring-color: rgba(var(--luxury-green-rgb), 0.25);
}

html[data-swf-theme="green-luxury"] {
  --luxury-green: #3f7450;
  --luxury-green-rgb: 63, 116, 80;
  --luxury-green-dark: #214b32;
  --luxury-green-deep: #102719;
  --luxury-sage: #81a86f;
  --luxury-sage-rgb: 129, 168, 111;
  --luxury-gold: #d6b35f;
  --luxury-gold-rgb: 214, 179, 95;
  --luxury-gold-dark: #b98f32;
  --luxury-cream: #efe5c8;
  --luxury-bg: #dfeadb;
  --luxury-sage-white: #e9f1df;
  --luxury-mist: #d1e0ca;
  --luxury-linen: #e7d8b8;
  --luxury-surface: #edf1dc;
  --luxury-surface-2: #dbe7cf;
  --luxury-input: #f2ebd0;
  --luxury-white: #fbf7e9;
  --luxury-text: #1f2b22;
  --luxury-muted: #586858;
  --luxury-border: #b9c8ad;
  --luxury-footer: #122519;
}

html[data-swf-theme="light-sky"] {
  --luxury-green: #3982a2;
  --luxury-green-rgb: 57, 130, 162;
  --luxury-green-dark: #235f7c;
  --luxury-green-deep: #12394f;
  --luxury-sage: #77b8c8;
  --luxury-sage-rgb: 119, 184, 200;
  --luxury-gold: #cfad62;
  --luxury-gold-rgb: 207, 173, 98;
  --luxury-gold-dark: #a98035;
  --luxury-cream: #e8f2f1;
  --luxury-bg: #d8e9ec;
  --luxury-sage-white: #e5f2f2;
  --luxury-mist: #c7dde4;
  --luxury-linen: #e2d5b9;
  --luxury-surface: #e4f0f0;
  --luxury-surface-2: #cbe2e7;
  --luxury-input: #edf0df;
  --luxury-white: #f1ead1;
  --luxury-text: #163443;
  --luxury-muted: #55707a;
  --luxury-border: #a9c9d2;
  --luxury-footer: #12394f;
}

html[data-swf-theme="light-sage"] {
  --luxury-green: #4f8a5d;
  --luxury-green-rgb: 79, 138, 93;
  --luxury-green-dark: #315d3e;
  --luxury-green-deep: #183722;
  --luxury-sage: #8bbf83;
  --luxury-sage-rgb: 139, 191, 131;
  --luxury-gold: #d2b566;
  --luxury-gold-rgb: 210, 181, 102;
  --luxury-gold-dark: #a98938;
  --luxury-cream: #e9edcf;
  --luxury-bg: #dce8d0;
  --luxury-sage-white: #e7efd8;
  --luxury-mist: #c9dfc4;
  --luxury-linen: #e3d6ad;
  --luxury-surface: #e7efd4;
  --luxury-surface-2: #cfdfbf;
  --luxury-input: #f0e8c8;
  --luxury-white: #f4edcf;
  --luxury-text: #213923;
  --luxury-muted: #5b7057;
  --luxury-border: #acc69f;
  --luxury-footer: #183722;
}

html[data-swf-theme="pearl-gold"] {
  --luxury-green: #8d7845;
  --luxury-green-rgb: 141, 120, 69;
  --luxury-green-dark: #604c26;
  --luxury-green-deep: #322711;
  --luxury-sage: #b9964f;
  --luxury-sage-rgb: 185, 150, 79;
  --luxury-gold: #dbbc6c;
  --luxury-gold-rgb: 219, 188, 108;
  --luxury-gold-dark: #b38a35;
  --luxury-cream: #efe4c9;
  --luxury-bg: #e7d9ba;
  --luxury-sage-white: #f0e7d1;
  --luxury-mist: #dacaa7;
  --luxury-linen: #e7c982;
  --luxury-surface: #efe3c5;
  --luxury-surface-2: #ddc895;
  --luxury-input: #f3e7ca;
  --luxury-white: #f5eccc;
  --luxury-text: #332815;
  --luxury-muted: #705d38;
  --luxury-border: #c6aa69;
  --luxury-footer: #322711;
}

html[data-swf-theme="emerald-brass"] {
  --luxury-green: #167765;
  --luxury-green-rgb: 22, 119, 101;
  --luxury-green-dark: #0d4b41;
  --luxury-green-deep: #062a25;
  --luxury-sage: #4db79d;
  --luxury-sage-rgb: 77, 183, 157;
  --luxury-gold: #dcb95d;
  --luxury-gold-rgb: 220, 185, 93;
  --luxury-gold-dark: #b98630;
  --luxury-cream: #d9e7d4;
  --luxury-bg: #c9dfd7;
  --luxury-sage-white: #dfebe0;
  --luxury-mist: #b6d4c9;
  --luxury-linen: #dfcc9c;
  --luxury-surface: #dcead8;
  --luxury-surface-2: #bed8cb;
  --luxury-input: #e7ead1;
  --luxury-white: #f1e8c8;
  --luxury-text: #12342e;
  --luxury-muted: #4e6b62;
  --luxury-border: #99c3b2;
  --luxury-footer: #062a25;
}

html[data-swf-theme="navy-copper"] {
  --luxury-green: #2a5b81;
  --luxury-green-rgb: 42, 91, 129;
  --luxury-green-dark: #173752;
  --luxury-green-deep: #071b2c;
  --luxury-sage: #6f8799;
  --luxury-sage-rgb: 111, 135, 153;
  --luxury-gold: #cf8f54;
  --luxury-gold-rgb: 207, 143, 84;
  --luxury-gold-dark: #ad6730;
  --luxury-cream: #d8dde0;
  --luxury-bg: #c8d3d9;
  --luxury-sage-white: #dde4e5;
  --luxury-mist: #b9c9d2;
  --luxury-linen: #d8b88d;
  --luxury-surface: #d9e0e2;
  --luxury-surface-2: #b9c8d0;
  --luxury-input: #e4dfd0;
  --luxury-white: #eee3cc;
  --luxury-text: #132838;
  --luxury-muted: #506674;
  --luxury-border: #9bb0bb;
  --luxury-footer: #071b2c;
}

html[data-swf-theme="solid-teal"] {
  --luxury-green: #0f766e;
  --luxury-green-rgb: 15, 118, 110;
  --luxury-green-dark: #134e4a;
  --luxury-green-deep: #042f2e;
  --luxury-sage: #2dd4bf;
  --luxury-sage-rgb: 45, 212, 191;
  --luxury-gold: #d6b35f;
  --luxury-gold-rgb: 214, 179, 95;
  --luxury-gold-dark: #b98f32;
  --luxury-cream: #d8eee9;
  --luxury-bg: #b9dcd6;
  --luxury-sage-white: #d7ebe7;
  --luxury-mist: #a9d0ca;
  --luxury-linen: #dcc382;
  --luxury-surface: #cce5df;
  --luxury-surface-2: #9bc9c3;
  --luxury-input: #e5e9d2;
  --luxury-white: #eee3bd;
  --luxury-text: #062f2d;
  --luxury-muted: #3f635f;
  --luxury-border: #82b8b0;
  --luxury-footer: #042f2e;
}

html[data-swf-theme="solid-navy"] {
  --luxury-green: #245b88;
  --luxury-green-rgb: 36, 91, 136;
  --luxury-green-dark: #153b61;
  --luxury-green-deep: #071f38;
  --luxury-sage: #4b7ea8;
  --luxury-sage-rgb: 75, 126, 168;
  --luxury-gold: #d09b52;
  --luxury-gold-rgb: 208, 155, 82;
  --luxury-gold-dark: #a96f2d;
  --luxury-cream: #d5e2e9;
  --luxury-bg: #becfda;
  --luxury-sage-white: #d9e5eb;
  --luxury-mist: #a9bfcd;
  --luxury-linen: #d5b174;
  --luxury-surface: #cfdee6;
  --luxury-surface-2: #9fb7c7;
  --luxury-input: #e2dfcd;
  --luxury-white: #efe3c7;
  --luxury-text: #10283d;
  --luxury-muted: #4b6272;
  --luxury-border: #8eabbc;
  --luxury-footer: #071f38;
}

html[data-swf-theme="solid-charcoal"] {
  --luxury-green: #3f454c;
  --luxury-green-rgb: 63, 69, 76;
  --luxury-green-dark: #252a30;
  --luxury-green-deep: #101318;
  --luxury-sage: #777d86;
  --luxury-sage-rgb: 119, 125, 134;
  --luxury-gold: #d0b060;
  --luxury-gold-rgb: 208, 176, 96;
  --luxury-gold-dark: #a98535;
  --luxury-cream: #ded8c7;
  --luxury-bg: #c7c4bd;
  --luxury-sage-white: #dedbd2;
  --luxury-mist: #b6b7b4;
  --luxury-linen: #d1bf91;
  --luxury-surface: #d7d2c5;
  --luxury-surface-2: #bdbab2;
  --luxury-input: #e5ddc6;
  --luxury-white: #eee2c4;
  --luxury-text: #181b20;
  --luxury-muted: #565b62;
  --luxury-border: #9e9e99;
  --luxury-footer: #101318;
}

html[data-swf-theme="cream-gold"] {
  --luxury-green: #9a7134;
  --luxury-green-rgb: 154, 113, 52;
  --luxury-green-dark: #66451f;
  --luxury-green-deep: #2f2112;
  --luxury-sage: #c08b3a;
  --luxury-sage-rgb: 192, 139, 58;
  --luxury-gold: #e4bd5f;
  --luxury-gold-rgb: 228, 189, 95;
  --luxury-gold-dark: #bf8530;
  --luxury-cream: #f0dfb7;
  --luxury-bg: #ead6a5;
  --luxury-sage-white: #f2e3bd;
  --luxury-mist: #ddc78d;
  --luxury-linen: #e8c985;
  --luxury-surface: #f1dfac;
  --luxury-surface-2: #dfc17a;
  --luxury-input: #f5e7bf;
  --luxury-white: #fbefcc;
  --luxury-text: #332713;
  --luxury-muted: #725b33;
  --luxury-border: #c7a762;
  --luxury-footer: #2c1d0d;
}

html[data-swf-theme="blue-slate"] {
  --luxury-green: #24748b;
  --luxury-green-rgb: 36, 116, 139;
  --luxury-green-dark: #17485d;
  --luxury-green-deep: #09283a;
  --luxury-sage: #57a9b0;
  --luxury-sage-rgb: 87, 169, 176;
  --luxury-gold: #d7b469;
  --luxury-gold-rgb: 215, 180, 105;
  --luxury-gold-dark: #b8903e;
  --luxury-cream: #dbe8e7;
  --luxury-bg: #d1e0e3;
  --luxury-sage-white: #e2eeed;
  --luxury-mist: #bfd5db;
  --luxury-linen: #ded3b5;
  --luxury-surface: #deebeb;
  --luxury-surface-2: #c1d9dc;
  --luxury-input: #e9efe5;
  --luxury-white: #f4efd9;
  --luxury-text: #172d38;
  --luxury-muted: #526c73;
  --luxury-border: #a7c2c7;
  --luxury-footer: #0a2635;
}

html[data-swf-theme="black-white"] {
  --luxury-green: #30343a;
  --luxury-green-rgb: 48, 52, 58;
  --luxury-green-dark: #17191d;
  --luxury-green-deep: #08090b;
  --luxury-sage: #6e737b;
  --luxury-sage-rgb: 110, 115, 123;
  --luxury-gold: #d4bd7b;
  --luxury-gold-rgb: 212, 189, 123;
  --luxury-gold-dark: #a88c47;
  --luxury-cream: #d7d4ca;
  --luxury-bg: #c9c9c3;
  --luxury-sage-white: #dedbd2;
  --luxury-mist: #b9bab7;
  --luxury-linen: #ccc4b0;
  --luxury-surface: #dad7cd;
  --luxury-surface-2: #bfc0ba;
  --luxury-input: #e4e0d1;
  --luxury-white: #eee7d2;
  --luxury-text: #17191d;
  --luxury-muted: #535860;
  --luxury-border: #9b9d9b;
  --luxury-footer: #090a0b;
}

html[data-swf-theme="warm-taupe"] {
  --luxury-green: #8a6245;
  --luxury-green-rgb: 138, 98, 69;
  --luxury-green-dark: #573a28;
  --luxury-green-deep: #2c1b13;
  --luxury-sage: #b4815f;
  --luxury-sage-rgb: 180, 129, 95;
  --luxury-gold: #d3aa70;
  --luxury-gold-rgb: 211, 170, 112;
  --luxury-gold-dark: #ae7d48;
  --luxury-cream: #ead8c7;
  --luxury-bg: #dfc7b7;
  --luxury-sage-white: #efddce;
  --luxury-mist: #d4b8a7;
  --luxury-linen: #e2c49d;
  --luxury-surface: #ecd4c2;
  --luxury-surface-2: #d7b49d;
  --luxury-input: #f0dec9;
  --luxury-white: #f5e5d3;
  --luxury-text: #33251c;
  --luxury-muted: #725744;
  --luxury-border: #bd987d;
  --luxury-footer: #27170f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(var(--luxury-gold-rgb), 0.12), transparent 26rem),
    radial-gradient(circle at 92% 18%, rgba(var(--luxury-green-rgb), 0.1), transparent 28rem),
    linear-gradient(135deg, var(--luxury-bg) 0%, var(--luxury-cream) 48%, var(--luxury-white) 100%);
  color: var(--swf-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

main {
  background: transparent;
}

.hybrid-builder-page {
  background: transparent;
}

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

a {
  color: var(--luxury-green);
}

a:hover {
  color: var(--swf-ink);
}

:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.65);
  outline-offset: 3px;
}

.skip-link {
  background: var(--swf-ink);
  color: var(--luxury-white);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -5rem;
  z-index: 1100;
}

.skip-link:focus {
  top: 1rem;
}

.font-heading,
h1,
h2,
h3,
h4,
.navbar-brand span {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--swf-ink);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.announcement-bar {
  background: linear-gradient(90deg, var(--luxury-green-deep), var(--luxury-green-dark) 48%, var(--luxury-green));
  color: var(--luxury-white);
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.01rem;
  padding: 0.55rem 0;
}

.site-navbar {
  background: var(--luxury-white);
  border-bottom: 1px solid rgba(15, 118, 110, 0.14);
  box-shadow: 0 0.35rem 1rem rgba(16, 24, 32, 0.06);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(36, 107, 145, 0.18);
  box-shadow: 0 0.85rem 2rem rgba(16, 24, 32, 0.1);
}

.site-navbar .container {
  max-width: 1320px;
}

.navbar-brand img {
  height: 44px;
  flex: 0 0 auto;
  width: 44px;
}

.navbar-brand span {
  line-height: 1.1;
}

.nav-link {
  color: var(--swf-ink);
  font-weight: 650;
  position: relative;
}

.site-navbar .nav-link {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.site-navbar .btn {
  padding: 0.68rem 0.95rem;
  white-space: nowrap;
}

.nav-link.active,
.nav-link:hover {
  color: var(--luxury-green);
}

.site-navbar .nav-link::after {
  background: linear-gradient(90deg, var(--swf-teal), var(--swf-brass));
  border-radius: 999px;
  bottom: 0.25rem;
  content: "";
  height: 2px;
  left: 0.55rem;
  opacity: 0;
  position: absolute;
  right: 0.55rem;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-navbar .nav-link.active::after,
.site-navbar .nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-navbar .dropdown-menu {
  background: var(--luxury-white);
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  box-shadow: 0 1rem 2.5rem rgba(16, 24, 32, 0.13);
  padding: 0.55rem;
}

.site-navbar .dropdown-item {
  border-radius: 6px;
  color: var(--swf-ink);
  font-weight: 700;
  padding: 0.55rem 0.75rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus,
.site-navbar .dropdown-item.active {
  background: rgba(15, 118, 110, 0.11);
  color: var(--luxury-green-dark);
}

@media (min-width: 992px) {
  .site-navbar .dropdown:hover > .dropdown-menu,
  .site-navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.btn {
  border-radius: 999px;
  font-weight: 750;
  padding: 0.78rem 1.15rem;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--swf-ink), var(--luxury-green-dark));
  border-color: var(--swf-ink);
  box-shadow: 0 0.7rem 1.4rem rgba(16, 24, 32, 0.16);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--luxury-green-deep), var(--luxury-green-dark));
  border-color: var(--luxury-green-deep);
  transform: translateY(-2px);
}

.btn-outline-primary {
  border-color: var(--swf-ink);
  color: var(--swf-ink);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--swf-ink);
  border-color: var(--swf-ink);
  color: var(--luxury-white);
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--swf-gold), var(--swf-brass));
  border-color: var(--swf-gold);
  box-shadow: 0 0.75rem 1.5rem rgba(15, 118, 110, 0.2);
  color: var(--luxury-white);
}

.btn-gold:hover,
.btn-gold:focus {
  background: linear-gradient(135deg, var(--luxury-green-dark), var(--luxury-sage));
  border-color: var(--luxury-green-dark);
  color: var(--luxury-white);
  transform: translateY(-2px);
}

.section {
  padding: 5rem 0;
  position: relative;
}

.section > .container {
  position: relative;
  z-index: 1;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band) {
  background:
    linear-gradient(135deg, var(--luxury-cream) 0%, var(--luxury-bg) 52%, var(--luxury-white) 100%) !important;
  border-bottom: 1px solid rgba(15, 118, 110, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band)::before {
  background:
    repeating-linear-gradient(90deg, rgba(16, 24, 32, 0.025) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(15, 118, 110, 0.032) 0 1px, transparent 1px 42px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+1) {
  background:
    linear-gradient(135deg, var(--luxury-cream) 0%, var(--luxury-bg) 48%, var(--luxury-white) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+2) {
  background:
    linear-gradient(135deg, var(--luxury-white) 0%, var(--luxury-bg) 52%, var(--luxury-cream) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n) {
  background:
    linear-gradient(135deg, var(--luxury-white) 0%, var(--luxury-cream) 50%, var(--luxury-bg) 100%) !important;
}

.section-sm {
  padding: 3.75rem 0;
}

.eyebrow {
  color: var(--luxury-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: linear-gradient(180deg, var(--swf-gold), var(--swf-teal));
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 1.1em;
  margin-right: 0.45rem;
  vertical-align: -0.16em;
  width: 0.22rem;
}

.lead {
  color: var(--swf-muted);
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.88) 0%, rgba(15, 79, 90, 0.68) 48%, rgba(36, 107, 145, 0.18) 100%),
    url("../../images/window-shades.webp") center right / cover no-repeat;
  min-height: 78vh;
  padding: 6.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.hero-video {
  background: var(--luxury-green-deep);
  min-height: 82vh;
  overflow: hidden;
  padding: 7rem 0 5.5rem;
  position: relative;
}

.hero-video::before {
  background:
    radial-gradient(circle at 78% 24%, rgba(43, 143, 182, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(8, 13, 18, 0.84) 0%, rgba(15, 79, 90, 0.62) 45%, rgba(16, 24, 32, 0.12) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-video__media {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-video__media video {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-video > .container {
  position: relative;
  z-index: 2;
}

.hero-video h1,
.hero-video .lead,
.hero-video .eyebrow {
  color: var(--luxury-white);
}

.hero-video h1 {
  text-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.34);
}

.hero-video .lead {
  color: rgba(255, 255, 255, 0.9);
}

.hero-video__stats {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 620px;
}

.hero-video__stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: var(--luxury-white);
  padding: 0.85rem;
}

.hero-video__stat strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.1;
}

.hero-video__stat span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.25rem;
}

.hero::before {
  background:
    radial-gradient(circle at 78% 26%, rgba(43, 143, 182, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(8, 13, 18, 0.9) 0%, rgba(15, 79, 90, 0.66) 48%, rgba(36, 107, 145, 0.18) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-slide {
  animation: swf-hero-pan-crossfade 28s infinite;
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translate3d(4%, 0, 0) scale(1.08);
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
  background-image: url("../img/gallery/toronto-zebra-shades-living-room-window-coverings.jpeg");
}

.hero-slide:nth-child(2) {
  animation-delay: 7s;
  background-image: url("../img/gallery/gta-luxury-living-room-sheer-drapery.jpeg");
}

.hero-slide:nth-child(3) {
  animation-delay: 14s;
  background-image: url("../img/gallery/toronto-arched-plantation-shutters-custom-window.jpeg");
}

.hero-slide:nth-child(4) {
  animation-delay: 21s;
  background-image: url("../img/gallery/mississauga-living-room-layered-drapery-zebra-shades.jpeg");
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero::after,
.hero-video::after,
.page-hero::after,
.dark-band::after {
  background: linear-gradient(90deg, var(--swf-gold), var(--swf-teal), var(--swf-rose));
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hero h1,
.hero .lead,
.hero .eyebrow {
  color: var(--luxury-white);
}

.hero h1 {
  text-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.32);
}

.hero .lead {
  color: rgba(255, 255, 255, 0.9);
}

.hero .btn-outline-primary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.82);
  color: var(--luxury-white);
}

.hero .btn-outline-primary:hover,
.hero .btn-outline-primary:focus {
  background: var(--luxury-white);
  border-color: var(--luxury-white);
  color: var(--swf-ink);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.88), rgba(15, 79, 90, 0.66), rgba(36, 107, 145, 0.3)),
    url("../../images/layering_with_shades.webp") center / cover no-repeat;
  color: var(--luxury-white);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.page-hero h1,
.page-hero .lead,
.page-hero .eyebrow {
  color: var(--luxury-white);
}

.page-hero .container > div,
.hero .container > .row {
  max-width: 100%;
}

.trust-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  color: var(--swf-ink);
  display: inline-flex;
  font-size: 0.93rem;
  font-weight: 750;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  box-shadow: 0 0.7rem 1.4rem rgba(16, 24, 32, 0.16);
}

.trust-badge::before,
.check-list li::before,
.promise-list li::before {
  color: var(--swf-gold);
  content: "+";
  font-weight: 900;
}

.service-card,
.product-card,
.testimonial-card,
.process-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 251, 249, 0.94));
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  box-shadow: 0 0.75rem 1.75rem rgba(16, 24, 32, 0.07);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.contact-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 251, 249, 0.94));
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  box-shadow: 0 0.75rem 1.75rem rgba(16, 24, 32, 0.07);
}

.service-card,
.product-card,
.testimonial-card,
.process-step {
  padding: 1.4rem;
}

.service-card::before,
.product-card::before,
.testimonial-card::before,
.process-step::before,
.area-card::before,
.project-gallery-card::before {
  background: linear-gradient(90deg, var(--swf-gold), var(--swf-teal), var(--swf-rose));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-card:hover,
.product-card:hover,
.testimonial-card:hover,
.process-step:hover,
.area-card:hover,
.project-gallery-card:hover {
  border-color: rgba(15, 118, 110, 0.34);
  box-shadow: var(--swf-shadow);
  transform: translateY(-6px);
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.65);
  outline-offset: 4px;
}

.clickable-card a {
  position: relative;
  z-index: 1;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.review-rating {
  color: var(--luxury-green);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.review-author {
  color: var(--swf-ink);
  font-weight: 850;
  margin-bottom: 0;
}

.review-source {
  color: var(--swf-muted);
  font-size: 0.86rem;
}

.service-card img,
.product-card img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  transition: transform 450ms ease, filter 450ms ease;
}

.service-card:hover img,
.product-card:hover img {
  --swf-image-hover-transform: scale(1.035);
  animation: swf-image-bounce 520ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(1.08) contrast(1.03);
  transform: var(--swf-image-hover-transform);
}

.service-card a,
.product-card a {
  font-weight: 800;
  text-decoration: none;
}

.product-card > a {
  margin-top: auto;
}

.product-card-cta {
  align-self: flex-start;
  margin-top: auto;
}

.product-detail-link {
  display: inline-flex;
  font-weight: 850;
  margin-top: auto;
}

input[name="website_url"] {
  height: 1px;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.muted-band {
  background:
    repeating-linear-gradient(45deg, rgba(15, 118, 110, 0.055) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, var(--luxury-cream) 0%, var(--luxury-bg) 54%, var(--luxury-white) 100%) !important;
  border-bottom: 1px solid rgba(15, 118, 110, 0.18);
  border-top: 1px solid rgba(36, 107, 145, 0.16);
}

.dark-band {
  background: linear-gradient(135deg, var(--luxury-green-deep), var(--luxury-green-dark) 57%, var(--luxury-green));
  color: var(--luxury-white);
  position: relative;
  overflow: hidden;
}

.dark-band h2,
.dark-band .lead,
.dark-band a {
  color: var(--luxury-white);
}

.promo-band {
  background:
    linear-gradient(135deg, rgba(8, 13, 18, 0.96), rgba(15, 79, 90, 0.88) 52%, rgba(15, 118, 110, 0.82)),
    url("../../images/custom_drapery.jpg") center / cover no-repeat;
  color: var(--luxury-white);
  position: relative;
  overflow: hidden;
}

.promo-band::after {
  background: linear-gradient(90deg, var(--swf-gold), var(--swf-teal), var(--swf-rose));
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
}

.promo-band h2,
.promo-band .lead,
.promo-band .eyebrow {
  color: var(--luxury-white);
}

.promo-signup-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.24);
  color: var(--swf-ink);
  padding: 1.5rem;
}

.promo-input-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.promo-signup .form-check-label {
  color: var(--swf-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.promo-signup .form-check-input {
  border-color: var(--luxury-sage);
  margin-top: 0.25rem;
}

.promo-signup .form-check-input:checked {
  background-color: var(--swf-teal);
  border-color: var(--swf-teal);
}

.footer-promo-signup {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1rem;
}

.footer-promo-signup .form-label {
  color: var(--luxury-white);
  font-weight: 800;
}

.footer-promo-signup .form-check-label,
.footer-promo-signup .form-status {
  color: rgba(255, 255, 255, 0.76);
}

.footer-promo-signup .form-status.text-success {
  color: #bdeecb !important;
}

.footer-promo-signup .form-status.text-warning {
  color: #ffe29a !important;
}

.footer-promo-signup .form-status.text-danger {
  color: #ffb7ad !important;
}

.check-list,
.promise-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li,
.promise-list li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  box-shadow: 0 0.75rem 1.75rem rgba(16, 24, 32, 0.08);
  object-fit: cover;
  transition: filter 300ms ease, transform 300ms ease;
  width: 100%;
}

.gallery-grid img:hover {
  --swf-image-hover-transform: translateY(-4px);
  animation: swf-image-bounce 520ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(1.12) contrast(1.04);
  transform: var(--swf-image-hover-transform);
}

.gallery-grid .wide img {
  aspect-ratio: 16 / 10;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.88), rgba(15, 79, 90, 0.62), rgba(36, 107, 145, 0.34)),
    url("../img/gallery/toronto-zebra-shades-living-room-window-coverings.jpeg") center / cover no-repeat;
}

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gallery-filter {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--swf-line);
  border-radius: 999px;
  color: var(--swf-ink);
  font-weight: 800;
  padding: 0.65rem 1rem;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.gallery-filter.active,
.gallery-filter:hover,
.gallery-filter:focus {
  background: linear-gradient(135deg, var(--swf-ink), var(--swf-teal));
  border-color: var(--swf-ink);
  box-shadow: 0 0.65rem 1.25rem rgba(16, 24, 32, 0.14);
  color: var(--luxury-white);
  transform: translateY(-2px);
}

.project-gallery-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 249, 0.94));
  border: 1px solid var(--swf-line);
  border-radius: 8px;
  box-shadow: 0 0.75rem 1.75rem rgba(16, 24, 32, 0.08);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.project-gallery-card img,
.project-gallery-card video {
  aspect-ratio: 4 / 3;
  background: var(--swf-cream);
  display: block;
  height: auto;
  object-fit: cover;
  transition: filter 420ms ease, transform 420ms ease;
  width: 100%;
}

.project-gallery-card:hover img,
.project-gallery-card:hover video {
  --swf-image-hover-transform: scale(1.025);
  animation: swf-image-bounce 520ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(1.12) contrast(1.04);
  transform: var(--swf-image-hover-transform);
}

.gallery-lightbox-trigger {
  cursor: zoom-in;
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(18, 12, 9, 0.9);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 1200;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__dialog {
  margin: 0;
  max-width: min(1080px, 86vw);
  position: relative;
  width: 100%;
}

.gallery-lightbox__image-wrap {
  align-items: center;
  background: var(--luxury-green-deep);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
}

.gallery-lightbox__image {
  display: block;
  max-height: 78vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.gallery-lightbox__caption {
  align-items: center;
  color: var(--luxury-white);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem 0.25rem 0;
}

.gallery-lightbox__caption span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  white-space: nowrap;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: var(--swf-ink);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  position: absolute;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  z-index: 1;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus,
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
  background: var(--swf-gold);
  color: var(--luxury-white);
  transform: scale(1.06);
}

.gallery-lightbox__close {
  font-size: 2rem;
  height: 2.8rem;
  right: 1rem;
  top: 1rem;
  width: 2.8rem;
}

.gallery-lightbox__nav {
  font-size: 3.2rem;
  height: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
  transform: translateY(-50%) scale(1.06);
}

.gallery-lightbox__nav--prev {
  left: 1rem;
}

.gallery-lightbox__nav--next {
  right: 1rem;
}

.project-gallery-card figcaption {
  padding: 1rem;
}

.project-gallery-card h2 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  margin: 0 0 0.35rem;
}

.project-gallery-card p {
  color: var(--swf-muted);
  font-size: 0.92rem;
  margin: 0;
}

.reveal-enabled .reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-enabled .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-enabled [data-gallery-category],
.reveal-enabled [data-gallery-category] .project-gallery-card,
.gallery-loaded {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-enabled .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.step-number {
  align-items: center;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.16), rgba(36, 107, 145, 0.12));
  border-radius: 50%;
  color: var(--luxury-green-dark);
  display: inline-flex;
  font-weight: 850;
  height: 2.7rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 2.7rem;
}

.comparison-table th {
  background: var(--swf-ink);
  color: var(--luxury-white);
}

.contact-panel {
  padding: 1.5rem;
}

.estimate-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 251, 249, 0.94)),
    var(--luxury-white);
  border: 2px solid rgba(15, 118, 110, 0.28);
  box-shadow: 0 1.5rem 3.5rem rgba(16, 24, 32, 0.16);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.estimate-card::before {
  background: linear-gradient(90deg, var(--swf-gold), var(--swf-teal), var(--swf-rose));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.estimate-card .form-label {
  color: var(--swf-ink);
  font-weight: 750;
}

.form-control,
.form-select {
  background-color: var(--luxury-white);
  border-color: var(--luxury-sage);
  border-radius: 8px;
  color: var(--swf-ink);
  padding: 0.8rem 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--swf-gold);
  box-shadow: 0 0 0 0.25rem rgba(15, 118, 110, 0.18);
}

.map-placeholder {
  background: var(--luxury-white);
  border: 1px solid var(--swf-line);
  border-radius: 8px;
  box-shadow: var(--swf-shadow);
  overflow: hidden;
}

.map-frame {
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
  width: 100%;
}

.map-link {
  background: var(--luxury-cream);
  border-top: 1px solid var(--swf-line);
  display: block;
  font-weight: 800;
  padding: 0.9rem 1rem;
  text-decoration: none;
}

.columns-2 {
  column-gap: 1.5rem;
  columns: 2;
}

.columns-2 li {
  break-inside: avoid;
}

.footer {
  background:
    linear-gradient(135deg, var(--luxury-green-deep), var(--luxury-green-dark) 58%, var(--luxury-green));
  color: rgba(255, 255, 255, 0.78);
  padding: 4rem 0 2rem;
  position: relative;
}

.footer::before {
  background: linear-gradient(90deg, var(--swf-gold), var(--swf-teal), var(--swf-rose));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.footer a,
.footer h2,
.footer h3 {
  color: var(--luxury-white);
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: var(--luxury-gold);
}

.footer-logo {
  height: 54px;
  width: 54px;
}

.footer-service-links {
  column-gap: 1.25rem;
  columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-service-links li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

.area-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 249, 0.94));
  border: 1px solid var(--swf-line);
  border-radius: 8px;
  box-shadow: 0 0.75rem 1.75rem rgba(16, 24, 32, 0.07);
  height: 100%;
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

@keyframes swf-hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swf-image-bounce {
  0% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-7px) scale(1.045);
  }

  72% {
    transform: translateY(2px) scale(1.025);
  }

  100% {
    transform: var(--swf-image-hover-transform, scale(1.035));
  }
}

@keyframes swf-hero-pan-crossfade {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(4%, 0, 0) scale(1.08);
  }

  9% {
    opacity: 1;
  }

  29% {
    opacity: 1;
    transform: translate3d(-2.5%, 0, 0) scale(1.045);
  }

  38% {
    opacity: 0;
    transform: translate3d(-5%, 0, 0) scale(1.035);
  }
}

.hero .col-lg-7,
.page-hero .col-lg-8,
.page-hero .container > div {
  animation: swf-hero-rise 780ms ease both;
}

.area-card h2,
.area-card h3 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 850;
}

@media (max-width: 991.98px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(8, 13, 18, 0.88), rgba(15, 79, 90, 0.72)),
      url("../../images/window-shades.webp") center / cover no-repeat;
    min-height: auto;
    padding: 4.5rem 0;
  }

  .hero-slide {
    background-position: center;
  }

  .hero-video {
    min-height: auto;
    padding: 5rem 0;
  }

  .hero-video::before {
    background:
      linear-gradient(180deg, rgba(8, 13, 18, 0.84), rgba(15, 79, 90, 0.7));
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }

  .announcement-bar {
    font-size: 0.78rem;
    line-height: 1.45;
    padding-inline: 0.75rem;
  }

  .navbar-brand {
    min-width: 0;
  }

  .navbar-brand span {
    font-size: 1.08rem;
  }

  .navbar-toggler {
    flex: 0 0 auto;
  }

  .display-4 {
    font-size: 1.86rem;
    line-height: 1.08;
  }

  .display-6 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .page-hero {
    padding: 3.75rem 0;
  }

  .page-hero .lead,
  .hero .lead,
  .hero-video .lead {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .hero-video__stats {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .gallery-lightbox {
    padding: 0.75rem;
  }

  .gallery-lightbox__dialog {
    max-width: 100%;
  }

  .gallery-lightbox__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .gallery-lightbox__close {
    height: 2.45rem;
    right: 0.75rem;
    top: 0.75rem;
    width: 2.45rem;
  }

  .gallery-lightbox__nav {
    font-size: 2.6rem;
    height: 2.9rem;
    width: 2.9rem;
  }

  .gallery-lightbox__nav--prev {
    left: 0.5rem;
  }

  .gallery-lightbox__nav--next {
    right: 0.5rem;
  }

  .promo-input-row {
    grid-template-columns: 1fr;
  }

  .gallery-filter-bar {
    gap: 0.55rem;
  }

  .gallery-filter {
    padding: 0.55rem 0.8rem;
  }
}

/* =========================
   Green Luxury Full-Site Polish
========================= */
body {
  background:
    radial-gradient(circle at 8% 7%, rgba(var(--luxury-gold-rgb), 0.12), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(var(--luxury-green-rgb), 0.11), transparent 28rem),
    linear-gradient(135deg, var(--luxury-bg) 0%, var(--luxury-cream) 46%, var(--luxury-white) 100%);
  color: var(--luxury-text);
}

a {
  color: var(--luxury-green);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a:hover,
a:focus {
  color: var(--luxury-green-dark);
}

:focus-visible {
  outline-color: rgba(var(--luxury-green-rgb), 0.72);
}

h1 {
  color: var(--luxury-green-deep);
}

h2,
h3 {
  color: var(--luxury-green-dark);
}

h4,
h5,
h6 {
  color: var(--luxury-text);
}

.lead,
.text-muted {
  color: var(--luxury-muted) !important;
}

.announcement-bar {
  background: linear-gradient(90deg, var(--luxury-green-deep), var(--luxury-green-dark));
  color: var(--luxury-cream);
}

.announcement-bar a,
.announcement-bar strong {
  color: var(--luxury-gold);
}

.site-navbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(var(--luxury-green-rgb), 0.18);
  box-shadow: var(--luxury-shadow-sm);
}

.site-navbar.is-scrolled {
  background: rgba(248, 249, 246, 0.97);
  border-color: rgba(var(--luxury-green-rgb), 0.24);
  box-shadow: var(--luxury-shadow-md);
}

.navbar-brand span,
.nav-link {
  color: var(--luxury-text);
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
  color: var(--luxury-green-dark);
}

.site-navbar .nav-link::after {
  background: linear-gradient(90deg, var(--luxury-green), var(--luxury-gold));
}

.navbar-toggler {
  border-color: rgba(var(--luxury-green-rgb), 0.28);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--luxury-green-rgb), 0.18);
}

.site-navbar .dropdown-menu {
  background: var(--luxury-white);
  border-color: var(--luxury-border);
  box-shadow: var(--luxury-shadow-lg);
}

.site-navbar .dropdown-item {
  color: var(--luxury-text);
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
  background: rgba(var(--luxury-green-rgb), 0.1);
  color: var(--luxury-green-dark);
}

.site-navbar .dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active {
  background: var(--luxury-green);
  color: var(--luxury-white);
}

.btn {
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-primary,
.btn-secondary {
  background: var(--luxury-green);
  border-color: var(--luxury-green);
  box-shadow: 0 0.7rem 1.4rem rgba(var(--luxury-green-rgb), 0.18);
  color: var(--luxury-white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--luxury-green-dark);
  border-color: var(--luxury-green-dark);
  color: var(--luxury-white);
}

.btn-outline-primary,
.btn-outline-secondary {
  background: rgba(255, 255, 255, 0.55);
  border-color: var(--luxury-green);
  color: var(--luxury-green-dark);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: var(--luxury-green-dark);
  border-color: var(--luxury-green-dark);
  color: var(--luxury-white);
}

.btn-gold {
  background: var(--luxury-gold);
  border-color: var(--luxury-gold);
  box-shadow: 0 0.75rem 1.5rem rgba(var(--luxury-gold-rgb), 0.24);
  color: var(--luxury-green-deep);
}

.btn-gold:hover,
.btn-gold:focus {
  background: var(--luxury-gold-dark);
  border-color: var(--luxury-gold-dark);
  color: var(--luxury-green-deep);
}

.bg-primary {
  background-color: var(--luxury-green) !important;
}

.bg-secondary {
  background-color: var(--luxury-sage) !important;
}

.bg-dark {
  background-color: var(--luxury-green-deep) !important;
}

.text-primary {
  color: var(--luxury-green) !important;
}

.border-primary {
  border-color: var(--luxury-green) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band) {
  background: var(--luxury-white) !important;
  border-bottom: 1px solid var(--luxury-border);
  border-top: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band)::before {
  background:
    linear-gradient(120deg, rgba(var(--luxury-gold-rgb), 0.08), transparent 38%),
    repeating-linear-gradient(90deg, rgba(var(--luxury-green-rgb), 0.025) 0 1px, transparent 1px 52px);
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+1),
.section-tint {
  background: linear-gradient(135deg, var(--luxury-cream) 0%, var(--luxury-bg) 55%, var(--luxury-white) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+2),
.muted-band {
  background:
    linear-gradient(135deg, rgba(var(--luxury-green-rgb), 0.1) 0%, var(--luxury-bg) 52%, rgba(var(--luxury-gold-rgb), 0.12) 100%) !important;
  border-color: var(--luxury-border);
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n) {
  background: linear-gradient(135deg, var(--luxury-white) 0%, #f2f6ef 52%, var(--luxury-cream) 100%) !important;
}

.eyebrow,
.review-rating {
  color: var(--luxury-green);
}

.eyebrow::before,
.trust-badge::before,
.check-list li::before,
.promise-list li::before {
  background: var(--luxury-gold);
  color: var(--luxury-gold);
}

.hero,
.page-hero,
.gallery-hero {
  background-color: var(--luxury-green-deep);
}

.hero {
  background:
    linear-gradient(90deg, rgba(34, 50, 41, 0.9) 0%, rgba(47, 68, 54, 0.72) 48%, rgba(95, 118, 101, 0.24) 100%),
    url("../../images/window-shades.webp") center right / cover no-repeat;
}

.hero::before {
  background:
    radial-gradient(circle at 78% 26%, rgba(var(--luxury-gold-rgb), 0.18), transparent 28%),
    linear-gradient(90deg, rgba(34, 50, 41, 0.9) 0%, rgba(47, 68, 54, 0.66) 48%, rgba(95, 118, 101, 0.2) 100%);
}

.hero-video {
  background: var(--luxury-green-deep);
}

.hero-video::before {
  background:
    radial-gradient(circle at 78% 24%, rgba(var(--luxury-gold-rgb), 0.18), transparent 26%),
    linear-gradient(90deg, rgba(34, 50, 41, 0.84) 0%, rgba(47, 68, 54, 0.66) 45%, rgba(34, 50, 41, 0.12) 100%);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(34, 50, 41, 0.9), rgba(47, 68, 54, 0.7), rgba(95, 118, 101, 0.32)),
    url("../../images/layering_with_shades.webp") center / cover no-repeat;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(34, 50, 41, 0.9), rgba(47, 68, 54, 0.66), rgba(95, 118, 101, 0.34)),
    url("../img/gallery/toronto-zebra-shades-living-room-window-coverings.jpeg") center / cover no-repeat;
}

.hero::after,
.hero-video::after,
.page-hero::after,
.dark-band::after,
.promo-band::after,
.footer::before {
  background: linear-gradient(90deg, var(--luxury-gold), var(--luxury-sage), var(--luxury-green));
}

.hero .btn-outline-primary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(244, 246, 241, 0.82);
  color: var(--luxury-cream);
}

.hero .btn-outline-primary:hover,
.hero .btn-outline-primary:focus {
  background: var(--luxury-cream);
  border-color: var(--luxury-cream);
  color: var(--luxury-green-deep);
}

.trust-badge,
.service-card,
.product-card,
.testimonial-card,
.process-step,
.project-gallery-card,
.area-card,
.contact-panel,
.estimate-card,
.promo-signup-card,
.map-placeholder {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--luxury-border);
  box-shadow: var(--luxury-shadow-md);
}

.service-card::before,
.product-card::before,
.testimonial-card::before,
.process-step::before,
.area-card::before,
.project-gallery-card::before,
.estimate-card::before {
  background: linear-gradient(90deg, var(--luxury-green), var(--luxury-gold));
}

.service-card:hover,
.product-card:hover,
.testimonial-card:hover,
.process-step:hover,
.area-card:hover,
.project-gallery-card:hover {
  border-color: rgba(var(--luxury-green-rgb), 0.34);
  box-shadow: var(--luxury-shadow-lg);
}

.service-card h2,
.service-card h3,
.product-card h2,
.product-card h3,
.project-gallery-card h2,
.area-card h2,
.area-card h3,
.review-author {
  color: var(--luxury-green-dark);
}

.service-card p,
.product-card p,
.project-gallery-card p,
.review-source {
  color: var(--luxury-muted);
}

.dark-band {
  background: linear-gradient(135deg, var(--luxury-green-deep), var(--luxury-green-dark) 62%, var(--luxury-green));
  color: var(--luxury-cream);
}

.dark-band h1,
.dark-band h2,
.dark-band h3,
.dark-band .lead,
.dark-band p,
.dark-band a {
  color: var(--luxury-cream);
}

.promo-band {
  background:
    linear-gradient(135deg, rgba(34, 50, 41, 0.95), rgba(47, 68, 54, 0.88) 54%, rgba(95, 118, 101, 0.78)),
    url("../../images/custom_drapery.jpg") center / cover no-repeat;
}

.promo-signup-card {
  color: var(--luxury-text);
}

.promo-signup .form-check-label {
  color: var(--luxury-muted);
}

.form-control,
.form-select,
.form-check-input {
  background-color: var(--luxury-white);
  border-color: var(--luxury-border);
  color: var(--luxury-text);
}

.form-control::placeholder {
  color: #8a948d;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--luxury-green);
  box-shadow: 0 0 0 0.22rem rgba(var(--luxury-green-rgb), 0.16);
}

.form-check-input:checked {
  background-color: var(--luxury-green);
  border-color: var(--luxury-green);
}

.estimate-card {
  border: 1px solid rgba(var(--luxury-green-rgb), 0.26);
}

.estimate-card .form-label {
  color: var(--luxury-green-deep);
}

.map-link {
  background: var(--luxury-cream);
  border-top-color: var(--luxury-border);
}

.gallery-filter {
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--luxury-border);
  color: var(--luxury-text);
}

.gallery-filter.active,
.gallery-filter:hover,
.gallery-filter:focus {
  background: var(--luxury-green-dark);
  border-color: var(--luxury-green-dark);
  box-shadow: 0 0.65rem 1.25rem rgba(var(--luxury-green-rgb), 0.18);
  color: var(--luxury-white);
}

.gallery-lightbox {
  background: rgba(31, 48, 39, 0.92);
}

.gallery-lightbox__image-wrap {
  background: var(--luxury-green-deep);
  border-color: rgba(244, 246, 241, 0.18);
}

.gallery-lightbox__caption,
.gallery-lightbox__caption span {
  color: var(--luxury-cream);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  background: rgba(244, 246, 241, 0.96);
  border-color: rgba(244, 246, 241, 0.45);
  color: var(--luxury-green-deep);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus,
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
  background: var(--luxury-gold);
  color: var(--luxury-green-deep);
}

.step-number {
  background: rgba(var(--luxury-green-rgb), 0.14);
  color: var(--luxury-green-dark);
}

.comparison-table th,
.table thead th {
  background: var(--luxury-green-dark);
  color: var(--luxury-white);
}

.table {
  --bs-table-border-color: var(--luxury-border);
  --bs-table-hover-bg: rgba(var(--luxury-green-rgb), 0.06);
}

.accordion {
  --bs-accordion-border-color: var(--luxury-border);
  --bs-accordion-btn-color: var(--luxury-green-dark);
  --bs-accordion-active-color: var(--luxury-green-deep);
  --bs-accordion-active-bg: rgba(var(--luxury-green-rgb), 0.1);
  --bs-accordion-btn-focus-border-color: var(--luxury-green);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.22rem rgba(var(--luxury-green-rgb), 0.16);
}

.badge,
.badge.text-bg-primary {
  background: rgba(var(--luxury-green-rgb), 0.14) !important;
  color: var(--luxury-green-dark) !important;
}

.badge.text-bg-warning {
  background: var(--luxury-gold) !important;
  color: var(--luxury-green-deep) !important;
}

.alert-primary {
  --bs-alert-color: var(--luxury-green-deep);
  --bs-alert-bg: rgba(var(--luxury-green-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--luxury-green-rgb), 0.22);
}

.modal {
  --bs-modal-color: var(--luxury-text);
  --bs-modal-bg: var(--luxury-white);
  --bs-modal-border-color: var(--luxury-border);
}

.modal-backdrop {
  --bs-backdrop-bg: var(--luxury-green-deep);
}

.pagination {
  --bs-pagination-color: var(--luxury-green);
  --bs-pagination-hover-color: var(--luxury-green-dark);
  --bs-pagination-hover-bg: rgba(var(--luxury-green-rgb), 0.08);
  --bs-pagination-focus-box-shadow: 0 0 0 0.22rem rgba(var(--luxury-green-rgb), 0.16);
  --bs-pagination-active-bg: var(--luxury-green);
  --bs-pagination-active-border-color: var(--luxury-green);
  --bs-pagination-border-color: var(--luxury-border);
}

.footer {
  background: linear-gradient(135deg, var(--luxury-footer), var(--luxury-green-deep));
  color: #b9c3bc;
}

.footer h2,
.footer h3 {
  color: var(--luxury-white);
}

.footer p,
.footer li {
  color: #b9c3bc;
}

.footer a {
  color: var(--luxury-border);
}

.footer a:hover,
.footer a:focus {
  color: var(--luxury-gold);
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-promo-signup {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-promo-signup .form-label {
  color: var(--luxury-white);
}

.footer-promo-signup .form-control {
  background: var(--luxury-cream);
  border-color: rgba(255, 255, 255, 0.18);
}

.footer-promo-signup .form-check-label,
.footer-promo-signup .form-status {
  color: #b9c3bc;
}

@media (max-width: 991.98px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(34, 50, 41, 0.9), rgba(47, 68, 54, 0.74)),
      url("../../images/window-shades.webp") center / cover no-repeat;
  }

  .hero-video::before {
    background: linear-gradient(180deg, rgba(34, 50, 41, 0.86), rgba(47, 68, 54, 0.72));
  }

  .navbar-collapse {
    border-top: 1px solid var(--luxury-border);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .product-families-section {
    padding-bottom: 2.75rem;
    padding-top: 2.4rem;
  }

  .product-families-section .text-center.mb-4 {
    margin-bottom: 1.35rem !important;
  }

  .product-families-section .row.g-4 {
    --bs-gutter-y: 1.1rem;
  }

  .product-families-section + .muted-band {
    padding-top: 2.75rem;
  }
}

/* =========================
   Rich Theme Surface Revision
========================= */
body {
  background:
    radial-gradient(circle at 10% 6%, rgba(var(--luxury-gold-rgb), 0.28), transparent 25rem),
    radial-gradient(circle at 88% 14%, rgba(var(--luxury-green-rgb), 0.25), transparent 31rem),
    linear-gradient(135deg, var(--luxury-bg) 0%, var(--luxury-mist) 45%, var(--luxury-linen) 100%);
}

.site-navbar {
  background:
    linear-gradient(90deg, var(--luxury-surface) 0%, var(--luxury-cream) 55%, var(--luxury-mist) 100%);
  border-bottom-color: rgba(var(--luxury-green-rgb), 0.25);
}

.site-navbar.is-scrolled {
  background:
    linear-gradient(90deg, var(--luxury-surface) 0%, var(--luxury-cream) 55%, var(--luxury-mist) 100%);
  box-shadow: 0 0.85rem 2rem rgba(16, 24, 32, 0.15);
}

.site-navbar .dropdown-menu {
  background: var(--luxury-surface);
  border-color: var(--luxury-border);
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band) {
  background:
    radial-gradient(circle at 12% 20%, rgba(var(--luxury-gold-rgb), 0.18), transparent 24rem),
    linear-gradient(135deg, var(--luxury-surface) 0%, var(--luxury-mist) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+1),
.section-tint {
  background:
    linear-gradient(135deg, rgba(var(--luxury-green-rgb), 0.14), transparent 46%),
    linear-gradient(135deg, var(--luxury-cream) 0%, var(--luxury-surface-2) 58%, var(--luxury-mist) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+2),
.muted-band {
  background:
    radial-gradient(circle at 82% 12%, rgba(var(--luxury-gold-rgb), 0.24), transparent 22rem),
    linear-gradient(135deg, var(--luxury-mist) 0%, var(--luxury-linen) 52%, var(--luxury-surface) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n) {
  background:
    linear-gradient(135deg, rgba(var(--luxury-green-rgb), 0.16), transparent 52%),
    linear-gradient(135deg, var(--luxury-linen) 0%, var(--luxury-surface) 48%, var(--luxury-surface-2) 100%) !important;
}

.trust-badge,
.service-card,
.product-card,
.testimonial-card,
.process-step,
.project-gallery-card,
.area-card,
.contact-panel,
.estimate-card,
.promo-signup-card,
.map-placeholder {
  background:
    linear-gradient(180deg, var(--luxury-surface), var(--luxury-surface-2));
  border-color: rgba(var(--luxury-green-rgb), 0.18);
  box-shadow: var(--luxury-shadow-md);
}

.promo-signup-card,
.estimate-card,
.contact-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--luxury-gold-rgb), 0.16), transparent 14rem),
    linear-gradient(145deg, var(--luxury-cream), var(--luxury-surface-2));
  border-color: rgba(var(--luxury-green-rgb), 0.24);
}

.project-gallery-card img,
.project-gallery-card video {
  background: var(--luxury-green-dark);
}

.gallery-filter {
  background: var(--luxury-surface);
  border-color: var(--luxury-border);
}

.map-link {
  background: var(--luxury-surface-2);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  background: var(--luxury-cream);
}

.modal {
  --bs-modal-bg: var(--luxury-surface);
}

.footer-promo-signup .form-control,
.form-control,
.form-select {
  background-color: var(--luxury-input);
  border-color: var(--luxury-border);
  color: var(--luxury-text);
}

.form-control:focus,
.form-select:focus {
  background-color: var(--luxury-white);
  border-color: var(--luxury-green);
  box-shadow: 0 0 0 0.22rem rgba(var(--luxury-green-rgb), 0.2);
  color: var(--luxury-text);
}

.bg-white,
.bg-light {
  background-color: var(--luxury-surface) !important;
}

.text-bg-light {
  background-color: var(--luxury-surface-2) !important;
  color: var(--luxury-text) !important;
}

.swf-theme-floating {
  align-items: start;
  bottom: 1rem;
  display: grid;
  gap: 0.65rem;
  left: 1rem;
  position: fixed;
  z-index: 1180;
}

.swf-theme-toggle {
  align-items: center;
  background: linear-gradient(135deg, var(--luxury-green-dark), var(--luxury-green));
  border: 1px solid rgba(var(--luxury-gold-rgb), 0.65);
  border-radius: 50%;
  box-shadow: 0 0.85rem 2rem rgba(16, 24, 32, 0.22);
  display: inline-grid;
  grid-template-columns: repeat(2, 0.48rem);
  grid-template-rows: repeat(2, 0.48rem);
  height: 3.2rem;
  justify-content: center;
  padding: 0;
  place-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: 3.2rem;
}

.swf-theme-toggle:hover,
.swf-theme-toggle:focus {
  box-shadow: 0 1rem 2.4rem rgba(16, 24, 32, 0.28);
  transform: translateY(-2px);
}

.swf-theme-toggle__dot {
  border-radius: 50%;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}

.swf-theme-toggle__dot--gold {
  background: var(--luxury-gold);
}

.swf-theme-toggle__dot--green {
  background: var(--luxury-cream);
}

.swf-theme-toggle__dot--sage {
  background: var(--luxury-sage);
  grid-column: 1 / 3;
  justify-self: center;
}

.swf-theme-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--luxury-gold-rgb), 0.2), transparent 8rem),
    linear-gradient(145deg, var(--luxury-surface), var(--luxury-mist));
  border: 1px solid rgba(var(--luxury-green-rgb), 0.22);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.5rem rgba(16, 24, 32, 0.22);
  display: grid;
  gap: 0.55rem;
  min-width: 10.5rem;
  padding: 0.75rem;
}

.swf-theme-panel[hidden] {
  display: none;
}

.swf-theme-options {
  display: flex;
  gap: 0.42rem;
  flex-wrap: wrap;
  max-width: 9rem;
}

.swf-theme-picker__label {
  color: var(--luxury-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.swf-theme-swatch {
  background: var(--swatch-primary);
  border: 2px solid var(--luxury-cream);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--luxury-border);
  height: 1.55rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.55rem;
}

.swf-theme-swatch::after {
  background: var(--swatch-accent);
  border-radius: 50%;
  bottom: -0.15rem;
  content: "";
  height: 0.72rem;
  position: absolute;
  right: -0.12rem;
  width: 0.72rem;
}

.swf-theme-swatch:hover,
.swf-theme-swatch:focus {
  box-shadow: 0 0 0 2px rgba(var(--luxury-green-rgb), 0.24);
  transform: translateY(-1px);
}

.swf-theme-swatch.is-active {
  box-shadow: 0 0 0 2px var(--luxury-green-dark);
}

.swf-theme-swatch[data-theme="green-luxury"] {
  --swatch-primary: #3f7450;
  --swatch-accent: #d6b35f;
}

.swf-theme-swatch[data-theme="light-sky"] {
  --swatch-primary: #c7dde4;
  --swatch-accent: #3982a2;
}

.swf-theme-swatch[data-theme="light-sage"] {
  --swatch-primary: #c9dfc4;
  --swatch-accent: #4f8a5d;
}

.swf-theme-swatch[data-theme="pearl-gold"] {
  --swatch-primary: #e7d9ba;
  --swatch-accent: #b9964f;
}

.swf-theme-swatch[data-theme="emerald-brass"] {
  --swatch-primary: #167765;
  --swatch-accent: #dcb95d;
}

.swf-theme-swatch[data-theme="navy-copper"] {
  --swatch-primary: #173752;
  --swatch-accent: #cf8f54;
}

.swf-theme-swatch[data-theme="solid-teal"] {
  --swatch-primary: #0f766e;
  --swatch-accent: #d6b35f;
}

.swf-theme-swatch[data-theme="solid-navy"] {
  --swatch-primary: #153b61;
  --swatch-accent: #d09b52;
}

.swf-theme-swatch[data-theme="solid-charcoal"] {
  --swatch-primary: #252a30;
  --swatch-accent: #d0b060;
}

.swf-theme-swatch[data-theme="cream-gold"] {
  --swatch-primary: #e4bd5f;
  --swatch-accent: #66451f;
}

.swf-theme-swatch[data-theme="blue-slate"] {
  --swatch-primary: #24748b;
  --swatch-accent: #d7b469;
}

.swf-theme-swatch[data-theme="black-white"] {
  --swatch-primary: #17191d;
  --swatch-accent: #d4bd7b;
}

.swf-theme-swatch[data-theme="warm-taupe"] {
  --swatch-primary: #8a6245;
  --swatch-accent: #d3aa70;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--luxury-surface);
    border-radius: 0.75rem;
    padding: 0.75rem;
  }
}

/* =========================
   No White Background Finish
========================= */
html,
body {
  background-color: var(--luxury-bg);
}

.site-navbar,
.site-navbar.is-scrolled {
  background:
    linear-gradient(90deg, var(--luxury-green-deep) 0%, var(--luxury-green-dark) 40%, var(--luxury-green) 100%) !important;
  border-bottom-color: rgba(var(--luxury-gold-rgb), 0.38) !important;
  box-shadow: 0 0.85rem 2rem rgba(16, 24, 32, 0.22) !important;
}

.site-navbar .navbar-brand span,
.site-navbar .nav-link {
  color: var(--luxury-cream) !important;
}

.site-navbar .nav-link.active,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: var(--luxury-gold) !important;
}

.site-navbar .btn-outline-primary {
  background: rgba(251, 247, 233, 0.1) !important;
  border-color: rgba(251, 247, 233, 0.72) !important;
  color: var(--luxury-cream) !important;
}

.site-navbar .btn-outline-primary:hover,
.site-navbar .btn-outline-primary:focus {
  background: var(--luxury-gold) !important;
  border-color: var(--luxury-gold) !important;
  color: var(--luxury-green-deep) !important;
}

.site-navbar .navbar-toggler {
  background: var(--luxury-cream);
  border-color: rgba(var(--luxury-gold-rgb), 0.58);
}

.navbar-collapse,
.site-navbar .dropdown-menu,
.dropdown-menu,
.modal-content,
.offcanvas,
.accordion-item,
.accordion-button,
.list-group-item,
.card {
  background: var(--luxury-surface) !important;
}

.site-navbar .navbar-collapse {
  background:
    linear-gradient(135deg, var(--luxury-green-deep) 0%, var(--luxury-green-dark) 54%, var(--luxury-green) 100%) !important;
  border: 1px solid rgba(var(--luxury-gold-rgb), 0.22);
  border-radius: 0.85rem;
  margin-top: 0.8rem;
  padding: 0.8rem;
}

.site-navbar .dropdown-menu {
  background:
    linear-gradient(145deg, var(--luxury-green-deep) 0%, var(--luxury-green-dark) 100%) !important;
  border-color: rgba(var(--luxury-gold-rgb), 0.32) !important;
}

.site-navbar .dropdown-divider {
  border-top-color: rgba(var(--luxury-gold-rgb), 0.24);
}

.site-navbar .dropdown-item,
.site-navbar .dropdown-item.active {
  background: transparent !important;
  color: var(--luxury-cream) !important;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
  background: var(--luxury-gold) !important;
  color: var(--luxury-green-deep) !important;
}

.site-navbar .products-mega {
  position: static;
}

.site-navbar .swf-mega-menu {
  color: var(--luxury-cream);
  max-height: min(72vh, 38rem);
  overflow-y: auto;
  padding: 1rem !important;
  width: min(94vw, 62rem);
}

.site-navbar .swf-mega-menu__grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-navbar .swf-mega-menu__group {
  background: rgba(251, 247, 233, 0.07);
  border: 1px solid rgba(var(--luxury-gold-rgb), 0.18);
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.site-navbar .swf-mega-menu__group--accent {
  background: rgba(var(--luxury-gold-rgb), 0.13);
}

.site-navbar .swf-mega-menu__heading {
  color: var(--luxury-gold);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.04rem;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.site-navbar .swf-mega-menu .dropdown-item {
  font-size: 0.92rem;
  line-height: 1.2;
  margin-bottom: 0.12rem;
  padding: 0.5rem 0.55rem;
  white-space: normal;
}

.site-navbar .swf-mega-menu__cta {
  align-items: center;
  display: inline-flex;
  font-size: 0.88rem;
  justify-content: center;
  margin-top: 0.55rem;
  padding: 0.58rem 0.75rem;
  width: 100%;
}

@media (min-width: 992px) {
  .site-navbar .products-mega.is-open > .swf-mega-menu,
  .site-navbar .products-mega:hover > .swf-mega-menu,
  .site-navbar .products-mega:focus-within > .swf-mega-menu,
  .site-navbar .products-mega > .swf-mega-menu:hover {
    display: block;
  }

  .site-navbar .products-mega .swf-mega-menu {
    left: 50%;
    margin-top: 0;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
  }

  .site-navbar .products-mega .swf-mega-menu::before {
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -1rem;
  }

  .site-navbar .navbar-collapse {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .site-navbar .products-mega .swf-mega-menu {
    display: block;
    margin-top: 0.45rem;
    max-height: 62vh;
    position: static;
    transform: none;
    width: 100%;
  }

  .site-navbar .swf-mega-menu__grid {
    grid-template-columns: 1fr;
  }
}

.accordion-button:not(.collapsed),
.dropdown-item:hover,
.dropdown-item:focus,
.table > :not(caption) > * > * {
  background-color: var(--luxury-surface-2);
}

.table {
  --bs-table-bg: var(--luxury-surface);
  --bs-table-striped-bg: var(--luxury-surface-2);
  --bs-table-hover-bg: var(--luxury-mist);
}

.hero-video + .section {
  background:
    radial-gradient(circle at 80% 8%, rgba(var(--luxury-gold-rgb), 0.26), transparent 23rem),
    linear-gradient(135deg, var(--luxury-sage-white) 0%, var(--luxury-surface-2) 56%, var(--luxury-cream) 100%) !important;
}

main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):first-of-type,
main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):last-of-type {
  background:
    radial-gradient(circle at 14% 16%, rgba(var(--luxury-green-rgb), 0.16), transparent 23rem),
    linear-gradient(135deg, var(--luxury-mist) 0%, var(--luxury-linen) 52%, var(--luxury-surface) 100%) !important;
}

.trust-badge,
.service-card,
.product-card,
.testimonial-card,
.process-step,
.project-gallery-card,
.area-card,
.contact-panel,
.estimate-card,
.promo-signup-card,
.map-placeholder,
.accordion,
.accordion-item,
.modal-content,
.gallery-filter,
.map-link {
  background:
    linear-gradient(145deg, var(--luxury-surface) 0%, var(--luxury-surface-2) 100%) !important;
}

.product-card:hover,
.service-card:hover,
.project-gallery-card:hover,
.area-card:hover {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--luxury-gold-rgb), 0.24), transparent 11rem),
    linear-gradient(145deg, var(--luxury-cream) 0%, var(--luxury-surface) 100%) !important;
}

.promo-signup-card,
.estimate-card,
.contact-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--luxury-gold-rgb), 0.22), transparent 15rem),
    linear-gradient(145deg, var(--luxury-cream) 0%, var(--luxury-surface-2) 100%) !important;
}

.form-control,
.form-select,
.form-check-input {
  background-color: var(--luxury-input) !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  background-color: var(--luxury-cream) !important;
}

.btn-outline-primary {
  background-color: rgba(var(--luxury-green-rgb), 0.08);
}

.hero .btn-outline-primary,
.hero-video .btn-outline-light {
  background-color: rgba(16, 39, 25, 0.38);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  background: var(--luxury-cream) !important;
}

.footer-promo-signup .form-control {
  background-color: var(--luxury-input) !important;
}

html[data-swf-theme^="solid-"] body {
  background:
    linear-gradient(180deg, var(--luxury-bg), var(--luxury-mist)) !important;
}

html[data-swf-theme^="solid-"] .site-navbar,
html[data-swf-theme^="solid-"] .site-navbar.is-scrolled,
html[data-swf-theme^="solid-"] .announcement-bar,
html[data-swf-theme^="solid-"] .dark-band,
html[data-swf-theme^="solid-"] .footer {
  background: var(--luxury-green-deep) !important;
}

html[data-swf-theme^="solid-"] .page-hero,
html[data-swf-theme^="solid-"] .hero-video::before,
html[data-swf-theme^="solid-"] .promo-band {
  background: rgba(var(--luxury-green-rgb), 0.74) !important;
}

html[data-swf-theme^="solid-"] .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 56, 0.88), rgba(var(--luxury-green-rgb), 0.7)),
    url("../../images/layering_with_shades.webp") center / cover no-repeat !important;
}

html[data-swf-theme^="solid-"] .promo-band {
  background:
    linear-gradient(135deg, rgba(7, 31, 56, 0.9), rgba(var(--luxury-green-rgb), 0.76)),
    url("../../images/custom_drapery.jpg") center / cover no-repeat !important;
}

html[data-swf-theme^="solid-"] main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band) {
  background: var(--luxury-surface) !important;
}

html[data-swf-theme^="solid-"] main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+1),
html[data-swf-theme^="solid-"] .section-tint {
  background: var(--luxury-surface-2) !important;
}

html[data-swf-theme^="solid-"] main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n+2),
html[data-swf-theme^="solid-"] .muted-band {
  background: var(--luxury-mist) !important;
}

html[data-swf-theme^="solid-"] main > section.section:not(.hero):not(.page-hero):not(.dark-band):not(.promo-band):nth-of-type(3n) {
  background: var(--luxury-linen) !important;
}

html[data-swf-theme^="solid-"] .trust-badge,
html[data-swf-theme^="solid-"] .service-card,
html[data-swf-theme^="solid-"] .product-card,
html[data-swf-theme^="solid-"] .testimonial-card,
html[data-swf-theme^="solid-"] .process-step,
html[data-swf-theme^="solid-"] .project-gallery-card,
html[data-swf-theme^="solid-"] .area-card,
html[data-swf-theme^="solid-"] .contact-panel,
html[data-swf-theme^="solid-"] .estimate-card,
html[data-swf-theme^="solid-"] .promo-signup-card,
html[data-swf-theme^="solid-"] .map-placeholder {
  background: var(--luxury-surface) !important;
}

html[data-swf-theme^="solid-"] .product-card:hover,
html[data-swf-theme^="solid-"] .service-card:hover,
html[data-swf-theme^="solid-"] .project-gallery-card:hover,
html[data-swf-theme^="solid-"] .area-card:hover {
  background: var(--luxury-cream) !important;
}

.reveal-enabled .product-families-section .reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.reveal-enabled .reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}
