/*
Theme Name: Viewlux Windows And Doors Las Vegas
Theme URI: https://viewluxwindowsanddoorlasvegas.com
Description: Professional windows & doors theme for Viewlux Windows And Doors Las Vegas
Version: 1780858720757
*/

:root {
  --primary:       #2b2622;
  --primary-dark:  #221e1b;
  --primary-light: #e6e5e4;
  --secondary:     #161310;
  --accent:        #b39c72;
  --text-dark:     #1a1a2e;
  --text-muted:    #6b7280;
  --bg-light:      #f4f6f8;
  --white:         #ffffff;
  --border:        #e5e7eb;
  --radius:        14px;
  --shadow-sm:     0 2px 8px rgba(0,0,0,.06);
  --shadow-md:     0 8px 24px rgba(0,52,153,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--text-dark); line-height: 1.6; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
a { color: var(--primary); text-decoration: none; }
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; line-height: 1.25; }

/* ── Header ── */
.site-header { background: var(--secondary); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 70px; max-width: 1200px; margin: 0 auto; gap: 16px; }
.site-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; min-width: 0; }
.site-logo-icon { height: 46px; width: 46px; border-radius: 11px; object-fit: contain; display: block; flex-shrink: 0; }
.site-logo-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.site-logo-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.18rem; color: #fff; text-transform: uppercase; letter-spacing: .01em; white-space: nowrap; }
.site-logo-tagline { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.6); letter-spacing: .02em; margin-top: 2px; white-space: nowrap; }
.header-nav { display: flex; }
.header-nav ul { list-style: none; display: flex; gap: 4px; flex-wrap: wrap; }
.header-nav a { color: rgba(255,255,255,.85); padding: 8px 12px; border-radius: 6px; font-size: .88rem; font-weight: 500; transition: all .2s; white-space: nowrap; }
.header-nav a:hover { color: #fff; background: rgba(255,255,255,.12); }
.header-phone { background: var(--accent); color: #fff !important; padding: 10px 18px; border-radius: 8px; font-weight: 700; font-size: .95rem; display: flex; align-items: center; gap: 6px; flex-shrink: 0; transition: opacity .2s; }
.header-phone svg { width: 16px; height: 16px; }
.header-phone:hover { opacity: .9; color: #fff !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: all .3s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.site-hero { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%); padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden; }
.site-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position: relative; }
.site-hero h1 { font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; margin-bottom: 16px; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.hero-sub { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 32px; max-width: 620px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; padding: 16px 32px; border-radius: 10px; font-weight: 800; font-size: 1.05rem; transition: opacity .2s, transform .1s; }
.btn-primary:hover { opacity: .9; color: #fff; transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; transition: all .2s; }
.btn-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.hero-stats { display: flex; justify-content: center; align-items: center; gap: 0; flex-wrap: wrap; margin-bottom: 28px; }
.hero-stat { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.9rem; color: #fff; line-height: 1; }
.hero-stat-label { font-size: .75rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.hero-badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.9); padding: 5px 14px; border-radius: 20px; font-size: .78rem; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.hero-badge::before { content: '✓'; color: var(--accent); font-weight: 900; }

/* ── Services ── */
.services-section { padding: 72px 0; background: #fff; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 12px; }
.section-header p { color: var(--text-muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-card { background: var(--bg-light); border-radius: var(--radius); padding: 28px; transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; display: block; border: 2px solid transparent; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.service-icon { width: 52px; height: 52px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--primary); }
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; color: var(--text-dark); }
.service-card p { color: var(--text-muted); font-size: .9rem; line-height: 1.6; margin-bottom: 14px; }
.service-link { color: var(--primary); font-weight: 600; font-size: .88rem; display: inline-flex; align-items: center; gap: 4px; }
.service-link::after { content: '→'; transition: transform .2s; }
.service-card:hover .service-link::after { transform: translateX(4px); }

/* ── How It Works ── */
.how-section { padding: 72px 0; background: var(--bg-light); }
.how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; margin-top: 48px; }
.how-step { position: relative; }
.how-step-num { width: 52px; height: 52px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.4rem; color: #fff; margin-bottom: 20px; }
.how-step h3 { font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.how-step p { color: var(--text-muted); font-size: .95rem; line-height: 1.65; }

/* ── About Mini ── */
.about-mini { padding: 80px 0; background: var(--secondary); color: #fff; }
.about-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-mini h2 { font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.about-mini > .container > .about-mini-grid > div > p { color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.75; margin-bottom: 28px; }
.about-checks { list-style: none; margin-bottom: 32px; }
.about-checks li { color: rgba(255,255,255,.9); padding: 7px 0; font-size: .97rem; display: flex; align-items: center; gap: 10px; }
.about-checks li::before { content: '✓'; color: var(--accent); font-weight: 900; font-size: 1.1rem; flex-shrink: 0; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.about-stat-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 24px 20px; text-align: center; }
.about-stat-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--accent); line-height: 1; margin-bottom: 6px; }
.about-stat-label { font-size: .78rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; }
.owner-card { display: flex; flex-direction: column; align-items: center; gap: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 32px 24px; margin-top: 28px; text-align: center; }
.owner-photo { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 5px solid var(--accent); box-shadow: 0 8px 32px rgba(0,0,0,.35), 0 0 0 2px rgba(255,255,255,.1); }
.owner-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.15rem; color: #fff; }
.owner-title { font-size: .88rem; color: rgba(255,255,255,.65); margin-top: 4px; letter-spacing: .02em; }

/* ── About Page Owner Hero ── */
.about-owner-hero { background: linear-gradient(135deg, var(--secondary), color-mix(in srgb, var(--primary) 60%, var(--secondary))); padding: 60px 0; }
.about-owner-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: center; max-width: 1000px; margin: 0 auto; }
.about-owner-photo { width: 280px; height: 280px; border-radius: 50%; object-fit: cover; border: 6px solid var(--accent); box-shadow: 0 16px 48px rgba(0,0,0,.4), 0 0 0 3px rgba(255,255,255,.1); display: block; }
.about-owner-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: #fff; margin-bottom: 6px; }
.about-owner-title { font-size: 1rem; color: rgba(255,255,255,.7); margin-bottom: 20px; letter-spacing: .04em; }
.about-owner-tagline { font-size: 1.1rem; color: rgba(255,255,255,.9); line-height: 1.7; font-style: italic; border-left: 4px solid var(--accent); padding-left: 18px; }
.about-owner-years { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; padding: 8px 18px; font-size: .9rem; color: rgba(255,255,255,.85); font-weight: 600; margin-top: 20px; }

/* ── Brands ── */
.brands-section { padding: 56px 0; background: #fff; border-top: 1px solid var(--border); }
.brands-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.brand-chip { background: var(--bg-light); border: 2px solid var(--border); border-radius: 12px; padding: 14px 20px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .92rem; color: var(--text-dark); transition: border-color .2s, transform .15s, box-shadow .15s; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; min-width: 140px; }
.brand-chip:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.brand-initial { width: 38px; height: 38px; background: var(--primary); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; flex-shrink: 0; }
.brand-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .9rem; color: var(--text-dark); }

/* ── Why Choose Us ── */
.why-section { padding: 72px 0; background: var(--bg-light); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.why-card { background: #fff; border-radius: var(--radius); padding: 32px 24px; text-align: center; box-shadow: var(--shadow-sm); }
.why-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--primary); }
.why-icon svg { width: 26px; height: 26px; }
.why-card h3 { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.why-card p { color: var(--text-muted); font-size: .9rem; line-height: 1.6; }

/* ── Reviews ── */
.reviews-section { padding: 72px 0; background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.review-card { background: var(--bg-light); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); }
.review-stars { color: #f59e0b; font-size: 1.15rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-text { color: #374151; font-size: .95rem; line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.review-head { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: 0 0 48px; background: var(--bg-light); }
.review-avatar-mono { display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; background: var(--primary); }
.review-meta { display: flex; flex-direction: column; }
.review-author { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .9rem; }
.review-location { color: var(--text-muted); font-size: .85rem; }

/* ── FAQ ── */
.faq-section { padding: 72px 0; background: var(--bg-light); }
.faq-list { max-width: 800px; margin: 48px auto 0; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-btn { width: 100%; background: none; border: none; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .97rem; color: var(--text-dark); text-align: left; gap: 12px; transition: background .15s; }
.faq-btn:hover { background: var(--bg-light); }
.faq-icon { font-size: 1.5rem; color: var(--primary); flex-shrink: 0; margin-left: auto; transition: transform .25s; font-weight: 300; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body { padding: 0 24px 20px; color: #555; font-size: .95rem; line-height: 1.75; }

/* ── Blog Previews ── */
.blog-preview-section { padding: 72px 0; background: #fff; }
.blog-preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.blog-preview-card { background: var(--bg-light); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: box-shadow .2s; }
.blog-preview-card:hover { box-shadow: var(--shadow-md); }
.blog-preview-body { padding: 24px; }
.blog-preview-date { font-size: .78rem; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .05em; }
.blog-preview-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.4; margin-bottom: 10px; }
.blog-preview-title a { color: var(--text-dark); }
.blog-preview-title a:hover { color: var(--primary); }
.blog-preview-excerpt { color: var(--text-muted); font-size: .88rem; line-height: 1.65; margin-bottom: 16px; }
.read-more { color: var(--primary); font-weight: 600; font-size: .88rem; }

/* ── Homepage Gallery ── */
.gallery-section { padding: 72px 0; background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.gallery-item { position: relative; display: block; background: var(--bg-light); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); cursor: zoom-in; transition: transform .25s ease, box-shadow .25s ease; aspect-ratio: 4 / 3; }
.gallery-item:hover, .gallery-item:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow-md); outline: none; }
.gallery-item:focus-visible { box-shadow: 0 0 0 3px var(--primary); }
.gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.03); }
.gallery-tag { position: absolute; top: 12px; left: 12px; background: var(--primary); color: #fff; padding: 4px 10px; border-radius: 6px; font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 2px 6px rgba(0,0,0,.25); z-index: 1; }
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px 12px; background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.45) 60%, transparent 100%); color: #fff; font-size: .82rem; line-height: 1.45; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover .gallery-caption, .gallery-item:focus-visible .gallery-caption { opacity: 1; transform: translateY(0); }

/* Lightbox */
.sf-lightbox { position: fixed; inset: 0; background: rgba(8,10,16,.94); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 24px; backdrop-filter: blur(6px); }
.sf-lightbox.open { display: flex; animation: sfLightboxFade .18s ease-out; }
@keyframes sfLightboxFade { from { opacity: 0; } to { opacity: 1; } }
.sf-lightbox-img { max-width: min(96vw, 1200px); max-height: 88vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.6); object-fit: contain; background: #000; }
.sf-lightbox-caption { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); color: rgba(255,255,255,.86); font-size: .9rem; max-width: 80vw; text-align: center; padding: 8px 16px; background: rgba(0,0,0,.55); border-radius: 8px; backdrop-filter: blur(4px); }
.sf-lightbox-nav, .sf-lightbox-close { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, transform .15s; font-size: 1.4rem; line-height: 1; padding: 0; }
.sf-lightbox-nav:hover, .sf-lightbox-close:hover { background: rgba(255,255,255,.22); transform: scale(1.06); }
.sf-lightbox-nav:focus-visible, .sf-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.sf-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.sf-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.sf-lightbox-prev:hover, .sf-lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
.sf-lightbox-close { top: 20px; right: 20px; }
.sf-lightbox-counter { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: .82rem; font-family: 'Montserrat', sans-serif; letter-spacing: .05em; }

/* ── CTA Band ── */
.cta-band { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary-dark) 100%); padding: 64px 0; text-align: center; }
.cta-band h2 { font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── Page Templates ── */
.page-featured-img { width: 100%; max-height: 450px; object-fit: cover; border-radius: 10px; margin-bottom: 2em; display: block; }
.page-hero-section { background: linear-gradient(135deg, var(--secondary), var(--primary)); padding: 64px 0; text-align: center; }
.page-hero-section h1 { font-weight: 800; font-size: clamp(1.8rem, 4vw, 3rem); color: #fff; margin-bottom: 12px; }
.page-hero-line { width: 60px; height: 4px; background: var(--accent); margin: 16px auto 0; border-radius: 2px; }
.brand-hero-logo-wrap { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: 14px 24px; margin-bottom: 24px; box-shadow: 0 4px 24px rgba(0,0,0,.25); }
.brand-hero-logo { max-height: 64px; max-width: 200px; width: auto; object-fit: contain; display: block; }
.brand-hero-initial { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 16px; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.3); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: #fff; margin-bottom: 20px; }
.page-breadcrumb { background: var(--bg-light); padding: 10px 0; font-size: .85rem; color: var(--text-muted); }
.page-breadcrumb a { color: var(--primary); }
.page-content-wrapper { background: #fff; padding: 52px 0 64px; }

/* ── Rich Page Content Typography ── */
.page-content { font-size: 18px; line-height: 1.78; color: #2c2c36; }
/* Editorial reading measure — cap prose line length for comfortable reading
   while letting full-width components (card grids, CTA strips, images, maps,
   signal lists, steppers) span the container. Scoped to DIRECT prose children
   of .page-content / .sf-band so component internals are never squeezed. */
.page-content > p, .page-content > h2, .page-content > h3, .page-content > h4,
.page-content > ul, .page-content > ol, .page-content > blockquote,
.page-content > .sf-band > p, .page-content > .sf-band > h2, .page-content > .sf-band > h3,
.page-content > .sf-band > h4, .page-content > .sf-band > ul:not(.sf-signal-list),
.page-content > .sf-band > ol:not(.sf-steps), .page-content > .sf-band > blockquote {
  max-width: 70ch; margin-left: auto; margin-right: auto;
}
.page-content h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--text-dark); letter-spacing: -.01em; margin-top: 54px; margin-bottom: 18px; }
.page-content h2::after { content: ''; display: block; width: 46px; height: 3px; background: var(--accent); margin-top: 14px; border-radius: 2px; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.22rem; color: var(--text-dark); margin-top: 34px; margin-bottom: 10px; }
.page-content h4 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--text-dark); margin-top: 22px; margin-bottom: 8px; }
.page-content p { margin-bottom: 22px; }
.page-content ul:not(.sf-signal-list), .page-content ol:not(.sf-steps) { margin-top: 16px; margin-bottom: 24px; padding-left: 26px; }
.page-content li { margin-bottom: 11px; line-height: 1.72; padding-left: 4px; }
.page-content ul:not(.sf-signal-list) li::marker { color: var(--accent); }
.page-content strong { color: var(--text-dark); font-weight: 700; }
.page-content a { color: var(--primary); font-weight: 600; text-underline-offset: 3px; }
.page-content a:hover { text-decoration: underline; }
.page-content em { font-style: italic; color: var(--text-muted); }
.page-content blockquote { border-left: 4px solid var(--accent); background: var(--bg-light); padding: 16px 22px; border-radius: 0 10px 10px 0; font-size: 1.12rem; font-style: italic; color: var(--text-dark); }
.page-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; }
.page-content table th, .page-content table td { border: 1px solid var(--border); padding: 11px 14px; text-align: left; }
.page-content table th { background: var(--bg-light); font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--text-dark); }
.page-content table tr:nth-child(even) td { background: var(--bg-light); }

/* ── Scannable content components (content-layout.ts) ── */
/* Section bands — give each <h2> section visual rhythm; even sections sit on a panel. */
.page-content .sf-band { padding: 6px 0; }
.page-content .sf-band:nth-of-type(even) { background: var(--bg-light); border-radius: 16px; padding: 20px 26px; margin: 16px 0; }
.page-content .sf-band > h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }

/* Lead paragraph + inline tap-to-call */
.sf-lead { font-size: 1.18rem; line-height: 1.7; font-weight: 500; color: var(--text-dark); margin-bottom: 6px; }
.sf-lead-cta { margin: 14px 0 6px; }
.sf-inline-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff !important; padding: 12px 22px; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; transition: opacity .2s, transform .1s; }
.sf-inline-cta:hover { opacity: .92; transform: translateY(-1px); text-decoration: none !important; }
.sf-inline-cta svg { width: 16px; height: 16px; }

/* Feature card grid (what's included / services) */
.sf-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 20px; margin: 22px 0 8px; }
.sf-feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.sf-feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.sf-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 11px; background: var(--primary-light); color: var(--primary); margin-bottom: 14px; }
.sf-feature-icon svg { width: 24px; height: 24px; }
.sf-feature-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--text-dark); margin: 0 0 8px; }
.sf-feature-card p { font-size: .97rem; line-height: 1.7; color: #444; margin-bottom: 10px; }
.sf-feature-card p:last-child { margin-bottom: 0; }

/* Signal / warning list (signs you need … / common problems) */
.sf-signal-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 12px; }
.sf-signal-list li { position: relative; background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 10px; padding: 14px 16px 14px 48px; margin: 0; line-height: 1.65; }
.sf-signal-list li::before { content: '!'; position: absolute; left: 14px; top: 13px; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center; }
.sf-signal-list li strong { color: var(--text-dark); }

/* Numbered stepper (our process) */
.sf-steps { list-style: none; margin: 24px 0; padding: 0; }
.sf-step { position: relative; display: flex; gap: 18px; padding-bottom: 26px; margin: 0; }
.sf-step:last-child { padding-bottom: 0; }
.sf-step:not(:last-child)::after { content: ''; position: absolute; left: 18px; top: 40px; bottom: 4px; width: 2px; background: var(--primary-light); }
.sf-step-num { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.sf-step-body { padding-top: 6px; }
.sf-step-body p { margin: 0 0 8px; }
.sf-step-body p:last-child { margin-bottom: 0; }

/* Pricing callout */
.sf-price-callout { background: var(--primary-light); border-left: 5px solid var(--primary); border-radius: 12px; padding: 22px 26px; margin: 20px 0; }
.sf-price-callout p { margin-bottom: 12px; }
.sf-price-callout p:last-child { margin-bottom: 0; }
.sf-price-callout strong { color: var(--primary-dark); }

/* Mid-page CTA strip */
.sf-cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: linear-gradient(135deg, var(--secondary), var(--primary)); border-radius: var(--radius); padding: 24px 28px; margin: 28px 0; }
.sf-cta-strip-text { display: flex; flex-direction: column; gap: 4px; }
.sf-cta-strip-text strong { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 800; }
.sf-cta-strip-text span { color: rgba(255,255,255,.82); font-size: .96rem; }
.sf-cta-strip-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff !important; padding: 13px 24px; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; white-space: nowrap; transition: opacity .2s, transform .1s; }
.sf-cta-strip-btn:hover { opacity: .92; transform: translateY(-1px); text-decoration: none !important; }
.sf-cta-strip-btn svg { width: 16px; height: 16px; }

/* ── City-Service Page ── */
.city-cta-box { background: var(--secondary); border-radius: var(--radius); padding: 24px; margin-bottom: 20px; color: #fff; }
.city-cta-box h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.city-cta-box p { color: rgba(255,255,255,.75); font-size: .9rem; margin-bottom: 16px; }
.city-cta-box .btn-primary { width: 100%; justify-content: center; margin-bottom: 10px; }
.city-nearby-cities { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.city-nearby-cities h4 { font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: 12px; }
.city-nearby-cities a { display: flex; align-items: center; gap: 6px; color: var(--primary); font-size: .88rem; padding: 7px 0; border-bottom: 1px solid var(--border); font-weight: 500; }
.city-nearby-cities a:last-child { border-bottom: none; }
.city-nearby-cities a::before { content: '→'; font-size: .75rem; color: var(--accent); }

/* ── Service-Area Link Cloud ── */
.sal-section { background: #f1f5f9; border-top: 1px solid var(--border); padding: 40px 0; }
.sal-heading { text-align: center; font-size: .78rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.sal-cloud { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; max-width: 1000px; margin: 0 auto; }
.sal-cloud a { font-size: .82rem; color: var(--primary); text-decoration: none; white-space: nowrap; line-height: 1.8; }
.sal-cloud a:hover { text-decoration: underline; }

/* ── Footer ── */
.site-footer { background: #0d0d1a; color: rgba(255,255,255,.7); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px; margin-bottom: 36px; }
.footer-col h5 { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 16px; font-size: .9rem; text-transform: uppercase; letter-spacing: .07em; }
.footer-col p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.55); }
.footer-col a { display: block; color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 9px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-phone { display: inline-block; margin-top: 14px; background: var(--accent); color: #fff; padding: 10px 22px; border-radius: 8px; font-weight: 700; font-size: .95rem; }
.footer-phone:hover { color: #fff; opacity: .9; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; text-align: center; font-size: .83rem; color: rgba(255,255,255,.35); }

/* ── City page layout ── */
.city-page-grid { display: grid; grid-template-columns: 1fr 300px; gap: 32px; }
.city-sidebar { position: sticky; top: 90px; align-self: start; }

/* ── Conversion chrome on city/service pages ── */
.sf-hero-conv { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.sf-stars { display: flex; align-items: center; gap: 8px; }
.sf-stars-fill { color: #ffb400; letter-spacing: 1px; font-size: 1.05rem; }
.sf-stars-meta { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 600; }
.sf-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.sf-hero-badge { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: 4px 10px; font-size: .82rem; font-weight: 600; }
.sf-hero-call { margin-top: 4px; }
.sf-trustbar { background: var(--bg-light); border-bottom: 1px solid var(--border); }
.sf-trustbar .container { display: flex; flex-wrap: wrap; gap: 22px; padding: 12px 0; font-size: .85rem; font-weight: 600; color: var(--text-dark); }
.sf-mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 40px 0; padding: 22px 26px; background: var(--bg-light); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); }
.sf-mid-cta strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.05rem; }
.sf-mid-cta span { color: var(--text-muted); font-size: .9rem; }
.sf-contact-band { background: var(--bg-light); border-top: 1px solid var(--border); padding: 32px 0; }
.sf-contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.sf-contact-band strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.15rem; }
.sf-contact-band span { color: var(--text-muted); font-size: .92rem; }
.sf-gallery-section { margin: 44px 0; }
.sf-gallery-section h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 18px; }
.sf-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.sf-gallery img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; border: 1px solid var(--border); }
.sf-reviews-block { margin: 44px 0; }
.sf-reviews-block h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 12px; }
.sf-reviews-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.sf-reviews-rating strong { font-size: 1.2rem; }
.sf-reviews-rating span { color: var(--text-muted); font-size: .9rem; }
.sf-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.sf-review-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.sf-review-card p { font-style: italic; color: var(--text-dark); margin-bottom: 10px; font-size: .92rem; }
.sf-review-card span { color: var(--text-muted); font-size: .82rem; font-weight: 600; }
.sf-stickybar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100; display: none; gap: 0; box-shadow: 0 -2px 12px rgba(0,0,0,.15); }
.sf-stickybar a { flex: 1; text-align: center; padding: 15px 8px; font-weight: 700; font-size: .95rem; }
.sf-stickybar-call { background: var(--accent); color: #fff; }
.sf-stickybar-est { background: var(--secondary); color: #fff; }
.sf-fab { position: fixed; bottom: 78px; right: 16px; z-index: 1100; width: 54px; height: 54px; border-radius: 50%; background: var(--accent); color: #fff; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.3); }
@media (max-width: 768px) {
  .sf-stickybar { display: flex; }
  .sf-fab { display: flex; }
  body { padding-bottom: 56px; }
}
@media (min-width: 769px) {
  .sf-fab { display: flex; }
}

/* ── Contact Page ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin: 52px 0 64px; }
/* ── Contact Form ── */
.sf-contact-form { background: #fff; border-radius: 16px; padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.cf-field { display: flex; flex-direction: column; margin-bottom: 16px; }
.cf-field label { font-weight: 600; font-size: .88rem; color: var(--text-dark); margin-bottom: 6px; letter-spacing: .01em; }
.cf-req { color: var(--accent); }
.cf-field input, .cf-field select, .cf-field textarea { border: 2px solid var(--border); border-radius: 8px; padding: 11px 14px; font-size: .97rem; font-family: inherit; color: var(--text-dark); background: var(--bg-light); transition: border-color .2s, background .2s; outline: none; width: 100%; box-sizing: border-box; }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { border-color: var(--primary); background: #fff; }
.cf-field textarea { resize: vertical; min-height: 100px; }
.cf-success { text-align: center; padding: 48px 24px; }
.cf-success h3 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 700; margin: 12px 0 8px; }
.cf-success p { color: var(--text-muted); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .about-mini-grid { grid-template-columns: 1fr; gap: 40px; }
  .city-page-grid { grid-template-columns: 1fr !important; }
  .city-sidebar { position: static !important; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .about-owner-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .about-owner-photo { margin: 0 auto; width: 220px; height: 220px; }
  .about-owner-tagline { border-left: none; border-top: 4px solid var(--accent); padding-left: 0; padding-top: 16px; }
}

/* ── Sticky mobile call/quote bar (all pages) ── */
.sf-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1200; background: var(--secondary); box-shadow: 0 -2px 12px rgba(0,0,0,.28); padding: 8px; gap: 8px; }
.sf-mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; border-radius: 9px; font-weight: 800; font-size: .95rem; transition: opacity .2s; }
.sf-mobile-cta a:hover { opacity: .92; }
.sf-mcta-call { background: var(--accent); color: #fff; }
.sf-mcta-call svg { width: 16px; height: 16px; }
.sf-mcta-quote { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.32); }

@media (max-width: 768px) {
  .sf-mobile-cta { display: flex; }
  body.sf-has-mcta { padding-bottom: 70px; }
  /* Header — logo truncates, phone hides, hamburger appears */
  .header-inner { flex-wrap: nowrap; height: auto; padding: 12px 16px; gap: 8px; }
  .site-logo { gap: 9px; flex: 1; min-width: 0; }
  .site-logo-icon { height: 38px; width: 38px; border-radius: 9px; }
  .site-logo-text { overflow: hidden; }
  .site-logo-name { font-size: .95rem; overflow: hidden; text-overflow: ellipsis; }
  .site-logo-tagline { display: none; }
  .header-phone { display: none; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-shrink: 0; }
  .header-nav { display: none; width: 100%; order: 3; }
  body.nav-open .header-nav { display: block; }
  body.nav-open .header-inner { flex-wrap: wrap; }
  .header-nav ul { flex-direction: column; gap: 0; padding: 8px 0 4px; }
  .header-nav a { padding: 13px 4px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.08); display: block; font-size: .95rem; }
  /* Hero */
  .site-hero { padding: 52px 0 40px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; justify-content: center; }
  .hero-stats { gap: 0; }
  .hero-stat { padding: 0 10px; }
  .hero-stat-num { font-size: 1.3rem; }
  .hero-stat-label { font-size: .62rem; }
  .hero-badges { gap: 6px; }
  .hero-badge { font-size: .72rem; padding: 4px 10px; }
  /* Sections */
  .about-mini { padding: 52px 0; }
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .about-stat-box { padding: 16px 12px; }
  .about-stat-num { font-size: 1.7rem; }
  .owner-card { flex-direction: column; text-align: center; padding: 16px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-section { padding: 52px 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
  .gallery-tag { font-size: .62rem; padding: 3px 8px; }
  .sf-lightbox-prev, .sf-lightbox-next { width: 40px; height: 40px; }
  .sf-lightbox-prev { left: 10px; }
  .sf-lightbox-next { right: 10px; }
  .how-steps { gap: 20px; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-card { padding: 20px 16px; }
  .faq-btn { font-size: .9rem; padding: 16px 18px; }
  /* Content components */
  .page-content .sf-band:nth-of-type(even) { padding: 16px; margin: 12px 0; }
  .sf-feature-card { padding: 20px; }
  .sf-price-callout, .sf-cta-strip { padding: 20px; }
  .sf-cta-strip { flex-direction: column; align-items: stretch; }
  .sf-cta-strip-btn { width: 100%; justify-content: center; }
  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cta-band { padding: 44px 0; }
  .cf-row { grid-template-columns: 1fr; }
  .sf-contact-form { padding: 24px 16px; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; margin: 32px 0 48px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ── Partner badge (renders only when SF_PARTNER is set) ── */
.lux-partner-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--accent); color: var(--accent); padding: 8px 18px; font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; }

/* ═══════════════════ LUX DESIGN SYSTEM (Windows & Doors) ═══════════════════ */
:root {
  --radius: 0px;
  --bg-light: #f7f5f1;
  --border: #e7e3dc;
  --text-dark: #1b1d20;
  --text-muted: #75716a;
  --shadow-sm: 0 1px 2px rgba(20,18,14,.04);
  --shadow-md: 0 18px 48px rgba(20,18,14,.10);
}
body { font-family: 'Inter', system-ui, sans-serif; color: #2c2e31; }
h1,h2,h3,h4 { font-family: 'Marcellus', serif; font-weight: 400; letter-spacing: .01em; }

/* ── Header — floats semi-transparent over the hero, solidifies on scroll ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; box-shadow: none; border-bottom: 1px solid rgba(255,255,255,.08); background: color-mix(in srgb, var(--secondary) 38%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background .3s ease; }
.site-header.sf-scrolled, body.nav-open .site-header { background: color-mix(in srgb, var(--secondary) 92%, transparent); }
.header-inner { height: 76px; }
.lux-logo-emblem { width: 30px; height: 41px; color: var(--accent); flex-shrink: 0; display: block; }
.site-logo-name { font-family: 'Marcellus', serif; font-weight: 400; letter-spacing: .18em; font-size: 1.05rem; color: var(--accent); }
.site-logo-tagline { letter-spacing: .26em; text-transform: uppercase; font-size: .55rem; color: rgba(255,255,255,.55); margin-top: 3px; }
.header-nav a { text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; font-weight: 500; color: rgba(255,255,255,.72); border-radius: 0; }
.header-nav a:hover { background: transparent; color: var(--accent); }
.header-phone { background: transparent; border: 1px solid var(--accent); color: var(--accent) !important; border-radius: 0; font-weight: 600; letter-spacing: .1em; font-size: .78rem; text-transform: uppercase; padding: 11px 20px; }
.header-phone:hover { background: var(--accent); color: var(--secondary) !important; opacity: 1; }

/* ── Collection dropdown (desktop) ── */
.lux-nav-coll { position: relative; }
.lux-nav-coll-btn { display: inline-block; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; font-weight: 500; padding: 8px 12px; white-space: nowrap; }
.lux-nav-coll:hover .lux-nav-coll-btn, .lux-nav-coll:focus-within .lux-nav-coll-btn { color: var(--accent); }
.lux-nav-coll-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--secondary); border: 1px solid rgba(255,255,255,.1); min-width: 300px; padding: 12px 0; display: none; z-index: 1001; max-height: 70vh; overflow-y: auto; }
.lux-nav-coll:hover .lux-nav-coll-menu, .lux-nav-coll:focus-within .lux-nav-coll-menu { display: block; }
.lux-nav-coll-menu a { display: block; padding: 10px 24px; color: rgba(255,255,255,.75); font-size: .82rem; letter-spacing: .04em; border-bottom: 1px solid rgba(255,255,255,.05); transition: color .15s, background .15s; }
.lux-nav-coll-menu a:last-child { border-bottom: none; }
.lux-nav-coll-menu a:hover { color: var(--accent); background: rgba(255,255,255,.04); }

/* ── Buttons — rectangular, tracked uppercase ── */
.btn-primary { border-radius: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 600; padding: 17px 36px; font-family: 'Inter', system-ui, sans-serif; }
.btn-secondary { border-radius: 0; border-width: 1px; text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 500; padding: 16px 32px; font-family: 'Inter', system-ui, sans-serif; }

/* ── Hero — left-aligned, editorial, full-bleed photo. Top padding clears the
   fixed transparent header that floats over it. ── */
.site-hero { text-align: left; padding: 190px 0 110px; }
.site-hero::before { display: none; }
.site-hero h1 { font-weight: 400; font-size: clamp(2.5rem, 5.6vw, 4rem); letter-spacing: .015em; line-height: 1.12; max-width: 820px; }
.hero-sub { margin-left: 0; max-width: 580px; font-weight: 300; font-size: 1.12rem; }
.hero-btns, .hero-stats, .hero-badges { justify-content: flex-start; }
.hero-stat { text-align: left; padding: 0 32px; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat-num { font-family: 'Marcellus', serif; font-weight: 400; color: var(--accent); }
.hero-badge { border-radius: 0; background: transparent; border-color: rgba(255,255,255,.22); letter-spacing: .08em; font-size: .7rem; text-transform: uppercase; font-weight: 500; }
.hero-badge::before { color: var(--accent); }
.lux-hero-eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--accent); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; font-family: 'Inter', system-ui, sans-serif; }
.lux-hero-eyebrow::before { content: ''; width: 44px; height: 1px; background: var(--accent); flex-shrink: 0; }

/* ── Section rhythm — generous whitespace ── */
.services-section, .how-section, .why-section, .reviews-section, .faq-section, .gallery-section, .blog-preview-section, .brands-section { padding: 104px 0; }
.section-header { margin-bottom: 60px; }
.section-header h2 { font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: .01em; }
.section-header p { font-weight: 300; font-size: 1.05rem; }
.lux-kicker { display: block; color: var(--accent); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; font-family: 'Inter', system-ui, sans-serif; }

/* ── Cards — hairline borders, square corners, metal accents ── */
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 0; padding: 36px 30px; }
.service-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); }
.service-icon { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); }
.service-link { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 600; }
.why-card { border-radius: 0; border: 1px solid var(--border); box-shadow: none; padding: 40px 28px; }
.why-icon { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); }
.how-step-num { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); font-family: 'Marcellus', serif; }
.review-card { border-radius: 0; background: #fff; }
.review-stars { color: var(--accent); }
.review-avatar-mono { background: var(--secondary); }
.faq-item { border-radius: 0; }
.faq-icon { color: var(--accent); }
.brand-chip { border-radius: 0; border-width: 1px; }
.brand-initial { border-radius: 0; background: var(--secondary); }
.blog-preview-card { border-radius: 0; }
.gallery-tag { border-radius: 0; background: rgba(15,16,18,.85); letter-spacing: .14em; }

/* ── Masonry gallery (lux) — ViewLux-style full-bleed mosaic. CSS columns
   replace the uniform grid; nth-child aspect ratios vary tile heights so
   same-ratio AI photos still read as a masonry wall. A white→transparent fade
   overlays the top of the mosaic so the white section melts into the imagery.
   Lightbox JS untouched (.gallery-item). ── */
.gallery-section { padding: 104px 0 0; }
.gallery-section .container { max-width: none; padding: 0; }
.gallery-section .section-header { padding: 0 24px; }
.gallery-grid { display: block; columns: 3; column-gap: 10px; margin-top: 0; position: relative; }
.gallery-grid::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 220px; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%); z-index: 2; pointer-events: none; }
.gallery-item { border-radius: 0; width: 100%; margin: 0 0 10px; break-inside: avoid; aspect-ratio: 4/3; }
.gallery-item:nth-child(6n+1) { aspect-ratio: 4/5; }
.gallery-item:nth-child(6n+3) { aspect-ratio: 1/1; }
.gallery-item:nth-child(6n+4) { aspect-ratio: 16/10; }
.gallery-item:nth-child(6n) { aspect-ratio: 3/4; }

/* ── Photo CTA band — full-bleed dusk photo, white fade bleeding in from the
   section above, content overlapping the image (ViewLux quote-band pattern) ── */
.cta-band--photo { position: relative; background-size: cover; background-position: center; padding: 180px 0 130px; }
.cta-band--photo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 30%, rgba(11,12,14,.62) 100%); }
.cta-band--photo .container { position: relative; z-index: 1; }
.about-stat-box { border-radius: 0; }
.about-stat-num { font-family: 'Marcellus', serif; font-weight: 400; }
.owner-card { border-radius: 0; }
.owner-photo { border-width: 2px; }
.about-owner-photo { border-width: 2px; }

/* ── Page templates ── */
.page-hero-section { background: var(--secondary); padding: 160px 0 84px; text-align: left; }
.page-hero-section.page-hero-brand { text-align: center; }
.page-hero-section h1 { font-weight: 400; }
.page-hero-line { margin: 18px 0 0; height: 1px; width: 72px; background: var(--accent); }
.page-content h2 { font-weight: 400; }
.page-content h2::after { width: 56px; height: 1px; }
.page-content table th, .spec-table th { background: var(--secondary); color: #fff; font-family: 'Inter', system-ui, sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 600; border-color: var(--secondary); }
.page-content table tr:nth-child(even) td { background: transparent; }
.page-content table td, .spec-table td { border-color: var(--border); }
.page-content blockquote { border-radius: 0; }

/* ── Content components (content-layout.ts classes) ── */
.sf-step-num { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); font-family: 'Marcellus', serif; }
.sf-step:not(:last-child)::after { background: var(--border); left: 19px; }
.sf-feature-card { border-radius: 0; }
.sf-feature-icon { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); }
.sf-signal-list li { border-radius: 0; }
.sf-signal-list li::before { background: var(--accent); }
.sf-inline-cta, .sf-cta-strip-btn { border-radius: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-family: 'Inter', system-ui, sans-serif; }
.sf-cta-strip { border-radius: 0; }
.sf-price-callout { border-radius: 0; background: #fff; border: 1px solid var(--border); border-left: 3px solid var(--accent); }
.sf-price-callout strong { color: var(--text-dark); }
.page-content .sf-band:nth-of-type(even) { border-radius: 0; }
.city-cta-box { border-radius: 0; }
.city-nearby-cities { border-radius: 0; }
.sf-hero-badge { border-radius: 0; }
.sf-mid-cta { border-radius: 0; }
.sf-review-card { border-radius: 0; background: #fff; }
.sf-gallery img { border-radius: 0; }
.cta-band { background: var(--secondary); }
.cta-band h2 { font-weight: 400; }
.sf-mobile-cta a, .sf-stickybar a { border-radius: 0; letter-spacing: .08em; }
.sf-mcta-call, .sf-stickybar-call { background: var(--accent); }
.sf-fab { background: var(--accent); border-radius: 0; }

/* ── Footer ── */
.site-footer { background: #0b0c0e; }
.footer-col h5 { letter-spacing: .18em; font-weight: 600; font-family: 'Inter', system-ui, sans-serif; }
.footer-phone { border-radius: 0; background: transparent; border: 1px solid var(--accent); color: var(--accent); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.footer-phone:hover { background: var(--accent); color: var(--secondary); }

/* ── Contact form ── */
.sf-contact-form { border-radius: 0; }
.cf-field input, .cf-field select, .cf-field textarea { border-radius: 0; border-width: 1px; background: #fff; }

/* ── Collection grid (homepage + /collection/) ── */
.lux-coll-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.lux-coll-card { background: #fff; border: 1px solid var(--border); display: block; text-decoration: none; transition: border-color .2s, box-shadow .25s, transform .25s; overflow: hidden; }
.lux-coll-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lux-coll-img { aspect-ratio: 4/3; width: 100%; object-fit: cover; display: block; background: var(--bg-light); }
.lux-coll-noimg { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--secondary), var(--primary)); color: var(--accent); font-family: 'Marcellus', serif; font-size: 1.5rem; letter-spacing: .1em; }
.lux-coll-body { padding: 24px 26px 28px; }
.lux-coll-series { color: var(--accent); font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; display: block; margin-bottom: 8px; font-family: 'Inter', system-ui, sans-serif; }
.lux-coll-name { font-family: 'Marcellus', serif; font-weight: 400; font-size: 1.32rem; color: var(--text-dark); line-height: 1.3; }
.lux-coll-link { margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }

/* ── Editorial bands — alternating light/dark image+text rows (ViewLux body) ── */
.lux-band { padding: 96px 0; background: #fff; }
.lux-band--dark { background: var(--secondary); }
.lux-band-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.lux-band--flip .lux-band-grid { grid-template-columns: 1fr 1.05fr; }
.lux-band--flip .lux-band-text { order: 2; }
.lux-band--flip .lux-band-media { order: 1; }
.lux-band h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 400; line-height: 1.22; margin-bottom: 22px; color: var(--text-dark); }
.lux-band p { color: #54575c; font-weight: 300; font-size: 1.03rem; line-height: 1.85; margin-bottom: 16px; }
.lux-band ul { list-style: none; margin: 18px 0 22px; padding: 0; }
.lux-band li { padding: 7px 0 7px 26px; position: relative; color: #44474c; font-size: .98rem; line-height: 1.6; }
.lux-band li::before { content: ''; position: absolute; left: 0; top: 17px; width: 14px; height: 1px; background: var(--accent); }
.lux-band--dark h2 { color: #fff; }
.lux-band--dark p { color: rgba(255,255,255,.74); }
.lux-band--dark li { color: rgba(255,255,255,.8); }
.lux-band-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.lux-band .lux-kicker { margin-bottom: 12px; }
@media (max-width: 900px) {
  .lux-band { padding: 64px 0; }
  .lux-band-grid, .lux-band--flip .lux-band-grid { grid-template-columns: 1fr; gap: 36px; }
  /* Stacked: headline/text first, image second — same rhythm on every band */
  .lux-band--flip .lux-band-text { order: 0; }
  .lux-band--flip .lux-band-media { order: 0; }
}

/* ── Design philosophy band ── */
.lux-philosophy { padding: 110px 0; background: var(--secondary); color: #fff; }
.lux-philosophy-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.lux-philosophy h2 { color: #fff; font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-weight: 400; margin-bottom: 22px; }
.lux-philosophy p { color: rgba(255,255,255,.74); font-weight: 300; font-size: 1.05rem; line-height: 1.85; margin-bottom: 18px; }
.lux-philosophy-frame { position: relative; }
.lux-philosophy-frame::after { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--accent); pointer-events: none; }
.lux-philosophy-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; position: relative; }

/* ── Performance feature grid ── */
.lux-perf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.lux-perf-cell { background: #fff; padding: 34px 22px; text-align: center; }
.lux-perf-cell svg { width: 26px; height: 26px; color: var(--accent); margin-bottom: 14px; }
.lux-perf-cell h3 { font-size: .88rem; font-family: 'Inter', system-ui, sans-serif; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.lux-perf-cell p { color: var(--text-muted); font-size: .84rem; line-height: 1.6; }

/* ── Production / install process ── */
.lux-process { padding: 104px 0; background: var(--bg-light); }
.lux-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 44px 32px; }
.lux-process-step { padding-top: 18px; border-top: 1px solid var(--border); }
.lux-process-num { font-family: 'Marcellus', serif; font-weight: 400; font-size: 2.2rem; color: var(--accent); line-height: 1; margin-bottom: 12px; display: block; }
.lux-process-step h3 { font-family: 'Inter', system-ui, sans-serif; font-weight: 600; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.lux-process-step p { color: var(--text-muted); font-size: .92rem; line-height: 1.7; }

/* ── Product page ── */
.lux-product-hero { background: var(--secondary); padding: 165px 0 76px; }
.lux-product-series { display: inline-flex; align-items: center; gap: 14px; color: var(--accent); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; font-family: 'Inter', system-ui, sans-serif; }
.lux-product-series::before { content: ''; width: 44px; height: 1px; background: var(--accent); flex-shrink: 0; }
.lux-product-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 400; max-width: 860px; }
.lux-product-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin: 24px 0 8px; }
.lux-product-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--border); display: block; }
.finish-swatch { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); padding: 8px 16px; font-size: .8rem; letter-spacing: .04em; background: #fff; }

/* ── Hero background video (sf_hero_video option) ── */
.lux-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.lux-hero-scrim { position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, color-mix(in srgb, var(--secondary) 55%, transparent) 0%, color-mix(in srgb, var(--primary) 45%, transparent) 100%); }

/* ── Lux responsive ── */
@media (max-width: 900px) {
  .lux-philosophy-grid { grid-template-columns: 1fr; gap: 44px; }
  .lux-philosophy-frame::after { display: none; }
}
@media (max-width: 768px) {
  .site-hero { padding: 130px 0 64px; }
  .page-hero-section { padding: 130px 0 64px; }
  .lux-product-hero { padding: 135px 0 64px; }
  .cta-band--photo { padding: 120px 0 84px; }
  .lux-nav-coll { display: none; }
  .services-section, .how-section, .why-section, .reviews-section, .faq-section, .gallery-section, .blog-preview-section, .brands-section, .lux-process { padding: 64px 0; }
  .lux-philosophy { padding: 72px 0; }
  .lux-process-grid { gap: 28px; }
  .gallery-grid { columns: 2; column-gap: 10px; }
  .gallery-item { margin-bottom: 10px; }
}
@media (max-width: 480px) {
  .gallery-grid { columns: 1; }
}
