:root{
  --ink:#1a1e1d;--ink-2:#2c3330;--cream:#f6f3ed;--paper:#fff;--sage:#7c8b80;--gold:#a68352;--line:#ded9cf;--muted:#6f746f;--shadow:0 20px 60px rgba(23,28,25,.12);--radius:22px;--max:1220px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
button,input,textarea,select{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.container{width:min(calc(100% - 40px),var(--max));margin-left:auto;margin-right:auto;margin-inline:auto}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--gold)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 .75rem}
h1{font-size:clamp(3rem,7vw,6.5rem);font-weight:500;letter-spacing:-.045em}
h2{font-size:clamp(2.2rem,4vw,4rem);font-weight:500;letter-spacing:-.03em}
h3{font-size:1.55rem;font-weight:500}
.lead{font-size:clamp(1.05rem,1.5vw,1.3rem);color:#4f5752;max-width:720px}
.small{font-size:.88rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.78rem 1.2rem;border-radius:999px;-webkit-border-radius:999px;border:1px solid transparent;font-weight:800;font-size:.9rem;transition:.25s ease;cursor:pointer;-webkit-appearance:none;appearance:none}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#313a36;transform:translateY(-1px);-webkit-transform:translateY(-1px)}
.btn-light{background:#fff;color:var(--ink)}
.btn-outline{border-color:#a9aea9;background:transparent}
.btn-outline:hover{border-color:var(--ink);background:#f7f7f5}
.btn-gold{background:var(--gold);color:#fff}
.btn-gold:hover{background:#8f7046}
.actions{display:flex;gap:.7rem;flex-wrap:wrap}
.announcement{background:var(--ink);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.8rem;letter-spacing:.04em}
.announcement a{text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,217,207,.8)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:900;letter-spacing:.16em;font-size:.92rem}.brand-mark{width:34px;height:34px;border:1px solid var(--ink);display:grid;place-items:center;font-family:Georgia,serif;font-size:1.3rem}.nav-links{display:flex;align-items:center;gap:1.2rem;font-size:.88rem;font-weight:700}.nav-links a{padding:.35rem 0}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:.5rem}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff}.hero{min-height:calc(100vh - 112px);position:relative;display:grid;align-items:end;overflow:hidden;background:#202622;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,18,16,.82) 0%,rgba(14,18,16,.55) 48%,rgba(14,18,16,.18) 100%),url('assets/shutters-hero.png') center/cover no-repeat}.hero-content{position:relative;z-index:1;padding:clamp(5rem,10vw,9rem) 0 5rem}.hero h1{max-width:900px}.hero .lead{color:#eef1ee;max-width:720px}.hero .actions{margin-top:1.7rem}.hero-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.3);max-width:900px}.hero-stat strong{display:block;font-size:1.4rem}.hero-stat span{font-size:.82rem;color:#d2d8d4}.trust-strip{border-bottom:1px solid var(--line);background:var(--cream)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:1.2rem;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:.92rem}.trust-item span{font-size:.78rem;color:var(--muted)}.section{padding:clamp(4.5rem,8vw,8rem) 0}.section-soft{background:var(--cream)}.section-dark{background:var(--ink);color:#fff}.section-dark .lead,.section-dark .small{color:#cbd2cd}.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.5rem}.section-head>*{max-width:720px}.product-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:1rem}.product-card{position:relative;min-height:520px;border-radius:var(--radius);overflow:hidden;background:#ddd;box-shadow:0 8px 30px rgba(0,0,0,.07)}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(9,12,10,.82) 100%)}.product-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.product-card .content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:2rem;color:#fff}.product-card .tag{display:inline-block;padding:.3rem .55rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.product-card p{color:#e9edea;max-width:480px}.exterior-art{position:absolute;inset:0;background:linear-gradient(155deg,#8fa69b,#d7d6ca 46%,#7b694f 46.2%,#b2946d 65%,#79856c 65.2%)}.exterior-art:before{content:"";position:absolute;left:12%;right:12%;top:16%;height:43%;background:linear-gradient(180deg,#2a302d 0 9%,#a5aaa5 9% 100%);box-shadow:0 14px 30px rgba(0,0,0,.2)}.exterior-art:after{content:"";position:absolute;left:20%;right:20%;bottom:12%;height:18%;border:8px solid rgba(35,42,39,.72);border-top:0;background:rgba(236,230,214,.38)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature{padding:1.4rem;border:1px solid var(--line);border-radius:18px;background:#fff}.feature .num{font-family:Georgia,serif;font-size:2rem;color:var(--gold)}.feature p{font-size:.9rem;color:var(--muted);margin-bottom:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);align-items:center}.visual{border-radius:var(--radius);min-height:520px;overflow:hidden;background:#ddd;box-shadow:var(--shadow)}.visual img{width:100%;height:100%;object-fit:cover}.bullet-list{display:grid;gap:.9rem;margin:1.5rem 0 2rem}.bullet{display:flex;gap:.8rem;align-items:flex-start}.bullet i{width:26px;height:26px;flex:0 0 26px;border-radius:50%;display:grid;place-items:center;background:#e7e4dc;color:var(--ink);font-style:normal;font-size:.8rem;font-weight:900}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.step{padding:1.5rem;border-top:1px solid #4b544f}.step span{display:block;color:#aab2ad;font-size:.75rem;margin-bottom:2.5rem}.step p{color:#cbd2cd;font-size:.9rem}.cta-band{padding:2rem;border-radius:var(--radius);background:linear-gradient(120deg,#2f3833,#1a1e1d);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cta-band h3{font-size:2rem;margin-bottom:.35rem}.gallery{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:260px 260px;gap:1rem}.gallery figure{margin:0;border-radius:18px;overflow:hidden;background:#ddd;position:relative}.gallery figure:first-child{grid-row:1/3}.gallery img{width:100%;height:100%;object-fit:cover}.gallery figcaption{position:absolute;left:1rem;bottom:1rem;background:rgba(255,255,255,.9);padding:.45rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800}.dealer-card{display:grid;grid-template-columns:1.1fr .9fr;background:#f0eee8;border-radius:var(--radius);overflow:hidden}.dealer-copy{padding:clamp(2rem,5vw,4.5rem)}.dealer-panel{background:var(--ink);color:#fff;padding:clamp(2rem,5vw,4.5rem);display:grid;align-content:center}.dealer-panel ul{padding-left:1.1rem;color:#cfd6d1}.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.contact-card{padding:2rem;background:var(--cream);border-radius:var(--radius)}form{display:grid;gap:1rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.4rem}.field label{font-size:.8rem;font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid #cfcac0;border-radius:12px;padding:.85rem 1rem;background:#fff;color:var(--ink);outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(166,131,82,.12)}.field textarea{min-height:130px;resize:vertical}.status{font-size:.88rem;padding:.8rem 1rem;border-radius:10px;display:none}.status.show{display:block}.status.ok{background:#e9f4ed;color:#1f6139}.status.err{background:#faeaea;color:#8a2929}.page-hero{padding:7rem 0 4rem;background:var(--cream);border-bottom:1px solid var(--line)}.page-hero .crumb{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:1.2rem}.product-hero{min-height:620px;position:relative;display:grid;align-items:end;color:#fff;overflow:hidden}.product-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,18,16,.75),rgba(15,18,16,.18))}.product-hero .inner{position:relative;z-index:1;padding:5rem 0}.product-hero h1{max-width:800px}.chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.5);font-size:.75rem}.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.option{padding:1.6rem;border:1px solid var(--line);border-radius:18px}.option h3{font-size:1.35rem}.swatches{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}.swatch{aspect-ratio:1;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.footer{background:#131715;color:#fff;padding:4rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.footer h4{margin:.2rem 0 1rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}.footer a{display:block;color:#cbd2cd;margin:.45rem 0;font-size:.88rem}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #343a37;margin-top:3rem;padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;color:#99a19c;font-size:.78rem}.floating-contact{position:fixed;right:18px;bottom:18px;z-index:40;display:flex;flex-direction:column;gap:.55rem}.float-btn{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.2);font-weight:900}.float-btn.secondary{background:var(--gold)}.mobile-only{display:none}
@media(max-width:980px){.nav-links{position:fixed;left:20px;right:20px;top:90px;background:#fff;box-shadow:var(--shadow);border-radius:16px;padding:1.3rem;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-toggle{display:block}.nav-actions .btn-outline{display:none}.product-grid{grid-template-columns:1fr}.product-card{min-height:440px}.feature-grid{grid-template-columns:1fr 1fr}.split,.form-wrap,.dealer-card{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.option-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px 220px}.gallery figure:first-child{grid-column:1/3;grid-row:auto}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.section-head{display:block}.section-head .actions{margin-top:1rem}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--max))}.announcement{font-size:.72rem}.nav{height:68px}.brand{font-size:.78rem}.brand-mark{width:30px;height:30px}.hero{min-height:760px}.hero-content{padding:5rem 0 3rem}.hero-meta{gap:1rem}.trust-grid,.feature-grid,.process,.option-grid,.footer-grid,.field-row{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.product-card{min-height:400px}.cta-band{align-items:flex-start;flex-direction:column}.gallery{display:grid;grid-template-columns:1fr;grid-template-rows:none}.gallery figure,.gallery figure:first-child{grid-column:auto;grid-row:auto;height:260px}.swatches{grid-template-columns:repeat(4,1fr)}.footer-bottom{flex-direction:column}.mobile-only{display:inline}.nav-actions .btn-dark{display:none}}

/* REV1 meeting updates */
.brand-logo{width:210px;height:52px;object-fit:contain;object-position:left center}.brand-logo-footer{filter:brightness(0) invert(1);opacity:.92}.nav-group{position:relative;align-self:stretch;display:flex;align-items:center}.nav-parent{display:flex;align-items:center;gap:.25rem;height:100%}.chev{font-size:.8rem;color:var(--muted)}.dropdown{position:absolute;top:calc(100% - 4px);left:-18px;min-width:210px;padding:.65rem;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.dropdown a{display:block;padding:.65rem .75rem;border-radius:9px;white-space:nowrap}.dropdown a:hover,.dropdown a.active{background:var(--cream);color:var(--gold)}.nav-group:hover .dropdown,.nav-group:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.catalog-hero-action{margin-top:1.25rem}.catalog-viewer-wrap{width:min(calc(100% - 40px),1220px);margin:2rem auto 5rem}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.catalog-frame{display:none;width:100%;height:82vh;border:1px solid var(--line);border-radius:16px;background:#eee}.catalog-empty{padding:4rem 2rem;text-align:center;background:var(--cream);border:1px dashed #bbb4a8;border-radius:18px}.catalog-empty code{display:inline-block;margin-top:.6rem;padding:.5rem .7rem;background:#fff;border-radius:8px}.catalog-page-hero{padding-bottom:2.5rem}
@media(max-width:980px){.brand-logo{width:170px;height:46px}.nav-group{display:block;width:100%}.nav-parent{height:auto}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:.3rem 0 .5rem .5rem;padding:.15rem .5rem}.dropdown a{padding:.45rem .75rem}.catalog-toolbar{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.brand-logo{width:150px;height:40px}}

/* REV2 - official Luxview logo + multi-catalog library */
.site-header{background:#111513;border-bottom:1px solid rgba(255,255,255,.12)}
.nav-links>a,.nav-parent{color:#f3f1ec}.nav-links a:hover,.nav-links a.active{color:#c8a65c}.chev{color:#cabd9d}
.brand-logo{width:225px;height:58px;object-fit:contain;object-position:left center}.brand-logo-footer{filter:none;opacity:1}
.menu-toggle{background:transparent;color:#fff;border-color:#4d5550}.dropdown{background:#fff}.dropdown a{color:var(--ink)}
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem}
.catalog-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(20,24,22,.08);display:flex;flex-direction:column}
.catalog-cover{position:relative;display:block;background:#e8e4dc;aspect-ratio:4/5;overflow:hidden}
.catalog-cover img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .35s ease}
.catalog-cover:hover img{transform:scale(1.025)}
.catalog-view-badge{position:absolute;right:14px;bottom:14px;background:rgba(17,21,19,.9);color:#fff;padding:.45rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800}
.catalog-card-body{padding:1.45rem;display:flex;flex-direction:column;align-items:flex-start;flex:1}.catalog-card-body h3{margin:.35rem 0 .1rem}.catalog-subtitle{margin:0 0 .7rem;font-weight:800;color:#4f5752}.catalog-card-body .btn{margin-top:auto}
.catalog-specs{display:flex;gap:.4rem;flex-wrap:wrap;margin:.5rem 0 1.2rem}.catalog-spec{font-size:.68rem;border:1px solid var(--line);background:var(--cream);padding:.3rem .5rem;border-radius:999px}
.catalog-empty-state{grid-column:1/-1;border:1px dashed #bcb4a7;border-radius:18px;padding:3rem;text-align:center;background:rgba(255,255,255,.6)}
.catalog-filter-bar{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.6rem 0 2rem}.catalog-filter-bar a{padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;font-size:.8rem;font-weight:800}.catalog-filter-bar a.active,.catalog-filter-bar a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.viewer-shell{width:min(calc(100% - 28px),1180px);margin:1.5rem auto 4rem}.viewer-pages{display:grid;gap:1.2rem;justify-items:center}.pdf-page-canvas{display:block;max-width:100%;height:auto;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.12)}.viewer-loading{text-align:center;padding:4rem 1rem}.viewer-disclaimer{padding:.8rem 1rem;border-radius:12px;background:var(--cream);font-size:.8rem;color:var(--muted)}
@media(max-width:980px){.brand-logo{width:185px;height:48px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.brand-logo{width:160px;height:44px}.catalog-grid{grid-template-columns:1fr}}

/* REV2.1 - catalog image viewer: works on file:// and normal hosting without PDF.js/CORS */
.viewer-pages{width:min(calc(100% - 28px),1120px);margin:0 auto 5rem;display:grid;gap:1.3rem}
.catalog-page-image-wrap{margin:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 14px 44px rgba(20,24,22,.12);border:1px solid var(--line)}
.catalog-page-image{display:block;width:100%;height:auto;user-select:none;-webkit-user-drag:none}
.viewer-shell{padding:1.3rem 0 4rem;background:#e9e7e2;min-height:60vh}
.viewer-shell .catalog-toolbar,.viewer-shell .viewer-disclaimer,.viewer-shell .viewer-loading{width:min(calc(100% - 28px),1120px);margin-left:auto;margin-right:auto}
.viewer-disclaimer{margin-bottom:1rem;padding:.8rem 1rem;background:#fff7e8;border:1px solid #e6d4af;border-radius:10px;font-size:.78rem;color:#65573d}
.viewer-loading{padding:2rem;text-align:center;background:#fff;border-radius:14px}

/* REV2.2 — official Luxview logo at the base of every footer */
.footer-signature{border-top:1px solid #343a37;margin-top:1.25rem;padding-top:1.5rem;display:flex;justify-content:center;align-items:center}
.footer-signature a{display:inline-flex;justify-content:center;align-items:center}
.footer-signature img{width:min(310px,72vw);height:auto;object-fit:contain;display:block}

/* ===================================================
   CONTACT PAGE REDESIGN V2
   =================================================== */
.contact-page-body {
  background-color: #f7f5ef;
  color: var(--ink);
}

.announcement-v2 {
  background: #0d110f;
  color: #d1d8d3;
  padding: 0.65rem 1rem;
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.announcement-v2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.announcement-v2 a {
  color: #c9a35e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.announcement-v2 a:hover {
  color: #e5be7a;
}
.announcement-icon {
  width: 22px;
  height: 22px;
  color: #c9a35e;
  flex-shrink: 0;
}

.site-header-gold {
  border-bottom: 2px solid #b89355 !important;
}

.nav-link-active {
  color: #c9a35e !important;
  position: relative;
  font-weight: 800;
}
.nav-link-active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #c9a35e;
  border-radius: 2px;
}
.nav-link-dealer {
  margin-left: auto;
  font-weight: 700;
}

/* Main Section */
.contact-section-v2 {
  padding: 2.5rem 0 3.5rem;
}

.contact-layout-v2 {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 1.75rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

/* Left Card */
.specialist-card {
  position: relative;
  background: #fdfbf7;
  border: 1px solid #ebdccb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  overflow: hidden;
}
.specialist-card::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: url('assets/interior-shades.jpg') right bottom / cover no-repeat;
  opacity: 0.38;
  pointer-events: none;
  filter: grayscale(15%) sepia(20%) brightness(1.02);
  -webkit-filter: grayscale(15%) sepia(20%) brightness(1.02);
  -webkit-mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 20%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,1) 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 20%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,1) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: 0;
}

.specialist-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #ebdccb;
  margin-bottom: 1.5rem;
}
.specialist-avatar-icon {
  width: 52px;
  height: 52px;
  background: #b88e4f;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.specialist-avatar-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  max-width: 100%;
}
.specialist-header h2 {
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0;
  color: #1a1e1d;
  letter-spacing: -0.01em;
}

.contact-item-v2 {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
}
.contact-item-v2:last-child {
  margin-bottom: 0;
}
.contact-item-icon {
  width: 42px;
  height: 42px;
  background: #f5ede0;
  color: #b88e4f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-item-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  max-width: 100%;
}
.contact-item-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1e1d;
  margin-bottom: 0.2rem;
}
.contact-item-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #383f3b;
  line-height: 1.45;
}
.contact-item-text a {
  color: #1a1e1d;
  font-weight: 500;
  transition: color 0.2s;
}
.contact-item-text a:hover {
  color: #b88e4f;
}

/* Right Form Card */
.form-card-v2 {
  background: #ffffff;
  border: 1px solid #e7e3db;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 2.2rem 2.4rem;
  box-shadow: 0 10px 35px rgba(0,0,0,0.04);
}
.form-card-v2 form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.input-group-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.input-group-v2 label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1e1d;
}
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-with-icon .field-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #98a09b;
  pointer-events: none;
  display: block;
  flex-shrink: 0;
}
.input-with-icon input {
  width: 100%;
  height: 48px;
  padding: 0 1rem 0 42px;
  border: 1px solid #dcd7ce;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px; /* Prevents auto-zoom on iOS Safari */
  background-color: #fff;
  color: #1a1e1d;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.input-with-icon input:focus {
  border-color: #b88e4f;
  box-shadow: 0 0 0 3px rgba(184,142,79,0.14);
}

.select-wrapper-v2 {
  position: relative;
}
.select-wrapper-v2 select {
  width: 100%;
  height: 48px;
  padding: 0 2.5rem 0 1rem;
  border: 1px solid #dcd7ce;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px; /* Prevents auto-zoom on iOS Safari */
  background-color: #fff;
  color: #1a1e1d;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.select-wrapper-v2 select:focus {
  border-color: #b88e4f;
  box-shadow: 0 0 0 3px rgba(184,142,79,0.14);
}
.select-wrapper-v2 .select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #4a524e;
  pointer-events: none;
  display: block;
}

.textarea-with-icon {
  position: relative;
}
.textarea-with-icon .field-icon {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  color: #98a09b;
  pointer-events: none;
  display: block;
}
.textarea-with-icon textarea {
  width: 100%;
  min-height: 110px;
  padding: 12px 1rem 12px 42px;
  border: 1px solid #dcd7ce;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px; /* Prevents auto-zoom on iOS Safari */
  background-color: #fff;
  color: #1a1e1d;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  line-height: 1.5;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.textarea-with-icon textarea:focus {
  border-color: #b88e4f;
  box-shadow: 0 0 0 3px rgba(184,142,79,0.14);
}
.textarea-with-icon textarea::placeholder {
  color: #8c948f;
  font-size: 0.92rem;
}

.btn-submit-v2 {
  width: 100%;
  height: 52px;
  background: #0c0f0d;
  color: #d4b26f;
  border: 1px solid #0c0f0d;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.4rem;
}
.btn-submit-v2 svg {
  width: 20px;
  height: 20px;
  color: #d4b26f;
  display: block;
}
.btn-submit-v2:hover {
  background: #202723;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}
.form-disclaimer-v2 {
  text-align: center;
  font-size: 0.84rem;
  color: #727a75;
  margin: 0;
}

/* Trust Bar */
.trust-bar-v2 {
  background: #fffdf9;
  border: 1px solid #ede7dc;
  border-radius: 16px;
  padding: 1.6rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
.trust-item-v2 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.trust-icon-v2 {
  width: 44px;
  height: 44px;
  color: #b88e4f;
  flex-shrink: 0;
}
.trust-icon-v2 svg {
  width: 100%;
  height: 100%;
}
.trust-text-v2 h4 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1e1d;
}
.trust-text-v2 p {
  margin: 0;
  font-size: 0.82rem;
  color: #636b66;
  line-height: 1.4;
}

/* Bottom Bar */
.footer-bar-v2 {
  background: #0c0f0d;
  color: #e5eae6;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  font-size: 0.92rem;
  font-weight: 600;
}
.footer-bar-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.footer-bar-item svg {
  width: 18px;
  height: 18px;
  color: #c9a35e;
  flex-shrink: 0;
}
.footer-bar-item a {
  color: #e5eae6;
  transition: color 0.2s;
}
.footer-bar-item a:hover {
  color: #c9a35e;
}
.footer-bar-divider {
  color: #4a544f;
  font-size: 1.1rem;
}

/* Floating Actions */
.floating-actions-v2 {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.floating-btn-v2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-btn-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}
.floating-btn-v2 svg {
  width: 22px;
  height: 22px;
  max-width: 100%;
}
.floating-btn-headset {
  background: #b88e4f;
  color: #ffffff;
}
.floating-btn-mail {
  background: #0c0f0d;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-layout-v2 {
    grid-template-columns: 1fr;
  }
  .trust-bar-v2 {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .footer-bar-divider {
    display: none;
  }
  .footer-bar-content {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
}

@media (max-width: 680px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  .trust-bar-v2 {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }
  .form-card-v2 {
    padding: 1.5rem;
  }
  .specialist-card {
    padding: 1.5rem;
  }
}


/* Mobile Menu Polishing */
@media(max-width:980px) {
  .nav-links {
    background: #151a18 !important;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    padding: 1.5rem 1.2rem;
  }
  .nav-links > a, .nav-parent {
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0.8rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: space-between;
  }
  .nav-links > a:last-child {
    border-bottom: none;
  }
  .chev {
    color: #c8a65c !important;
    font-size: 1.2rem;
  }
  .dropdown {
    background: transparent !important;
    border-left: 2px solid #c8a65c !important;
    margin: 0.2rem 0 0.5rem 0.8rem !important;
    padding: 0.2rem 0 0.2rem 1rem !important;
  }
  .dropdown a {
    color: #cfd6d1 !important;
    font-size: 0.95rem;
    padding: 0.6rem 0 !important;
    display: block;
  }
  .dropdown a:hover, .dropdown a.active {
    color: #c8a65c !important;
    background: transparent !important;
  }
}

/* Header and Footer Layout Tweaks */
.nav-links.center-nav { position: absolute; left: 50%; transform: translateX(-50%); gap:clamp(3rem,4.5vw,4.5rem); }
.dealer-link { color: #c8a65c; font-weight: 700; font-size: 0.9rem; }
.desktop-only { display: block; }
@media(max-width: 980px) { .nav-links.center-nav { position: fixed; left: 20px; transform: none; gap:0; } .desktop-only { display: none; } }
.footer-grid-v2 { display: grid; grid-template-columns: 1.2fr 1fr 1.3fr 1.2fr 1fr; gap: 0; padding-top: 1rem; }
.footer-col { padding: 0 1.5rem; border-right: 1px solid #2a302d; }
.footer-col:first-child { padding-left: 0; }
.footer-col:last-child { padding-right: 0; border-right: none; }
.footer-heading { color: #fff; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; position: relative; margin-bottom: 1.2rem; display: inline-block; line-height: 1; }
.footer-heading::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: #c8a65c; }
.footer .footer-link-with-icon { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start !important; column-gap: 0.65rem; margin: 0.8rem 0; color: #cbd2cd; font-size: 0.92rem; font-weight: 500; line-height: 1.45; }
.footer-icon-wrap { width: 24px; min-height: 1.45em; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transform: none; color: #c8a65c; font-size: 1rem; line-height: 1; }
.footer-icon-wrap svg { width: 18px; height: 18px; color: #c8a65c; display: block; flex: 0 0 auto; }
.footer-link-with-icon:hover { color: #fff; }
.footer-bottom-v2 { display: flex; justify-content: space-between; align-items: center; padding-top: 1.2rem; margin-top: 2rem; border-top: 1px solid #2a302d; flex-wrap: wrap; gap: 1rem; }
.footer-bottom-v2 .contact-divider { width: 1px; height: 16px; background: #2a302d; margin: 0 0.5rem; }
.footer-bottom-v2 .contact-item { display: grid; grid-template-columns: 18px auto; align-items: center; gap: 0.45rem; color: #99a19c; font-size: 0.85rem; font-weight: 500; line-height: 1.4; }
.footer-bottom-v2 .contact-item .footer-icon-wrap { width: 18px; min-height: 18px; }
.footer-bottom-v2 .contact-item svg { width: 16px; height: 16px; color: #c8a65c; display: block; }

/* Hero V2 and Trust Strip V2 */
.hero-v2 { min-height: clamp(780px, 78vh, 850px); background: url('assets/home-hero-v3.png') center/cover no-repeat; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 7rem 0 15rem; }
.hero-v2::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,7,6,.66) 0%,rgba(5,7,6,.26) 43%,rgba(5,7,6,.08) 72%),linear-gradient(0deg,rgba(4,6,5,.22),transparent 45%); }
.hero-content-v2 { position: relative; z-index: 1; margin-bottom: 4rem; }
.hero-content-v2 h1 { font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 4.6rem); color: #fff; margin-bottom: 2.35rem; line-height: 1.06; max-width:680px; position:relative; }
.hero-content-v2 h1::after { content:""; position:absolute; left:0; bottom:-1.25rem; width:46px; height:3px; border-radius:3px; background:#d6ac48; }
.hero-content-v2 .lead { color: #f0f0f0; max-width: 600px; margin-bottom: 2rem; font-size: 1.1rem; }
.hero-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; position: absolute; bottom: .85rem; left: 0; right: 0; padding: 0 20px; max-width: 1360px; margin: 0 auto; z-index: 10; }
.hero-card { background: #fff; border-radius: 14px; padding: .9rem; display: flex; flex-direction: column; box-shadow: 0 12px 32px rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.75); }
.hero-card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(0,0,0,.24); }
.hero-card-header { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 1rem; }
.hero-card-icon { width: 36px; height: 36px; background: #c8a65c; border-radius: 50%; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.hero-card-title { font-weight: 700; color: #1a1e1d; margin-bottom: 0.2rem; font-size: 0.95rem; }
.hero-card-desc { font-size: 0.8rem; color: #4a4a4a; line-height: 1.4; }
.hero-card-img { width: 100%; height: 112px; border-radius: 8px; object-fit: cover; margin-top: auto; }
.trust-strip-v2 { width:min(calc(100% - 48px),1360px); margin:.55rem auto; background:#fbf9f4; padding:1rem 1.5rem; border:1px solid #eee8dc; border-radius:16px; }
.trust-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: none; margin: 0 auto; padding: 0; }
.home-page .trust-item-v2 { padding:.2rem 1.5rem; border-right:1px solid #e3ded3; }
.home-page .trust-item-v2:last-child { border-right:0; }
.home-page .trust-icon-v2-new { width:42px; height:42px; }
.home-page .trust-text-v2 h4 { font-size:.92rem; }
.home-page .trust-text-v2 p { font-size:.78rem; }
.trust-item-v2 { display: flex; align-items: center; gap: 1rem; }
.trust-icon-v2-new { color: #c8a65c; width: 48px; height: 48px; flex-shrink: 0; }
.trust-text-v2 h4 { margin: 0 0 0.3rem; font-size: 1rem; font-weight: 700; color: #1a1e1d; }
.trust-text-v2 p { margin: 0; font-size: 0.85rem; color: #555; }
@media(max-width: 1024px) { .hero-v2 { min-height:auto; padding:8rem 0 4rem; } .hero-cards { grid-template-columns: repeat(2, 1fr); position: relative; bottom: 0; margin-top: 3rem; } .hero-content-v2 { margin-bottom: 0; } .trust-strip-v2 { padding: 1.25rem; } .trust-grid-v2 { grid-template-columns: repeat(2, 1fr); } .home-page .trust-item-v2 { border-right:0; padding:.85rem; } }
@media(max-width: 640px) { .hero-v2 { padding:8rem 0 3rem; background-position:58% center; } .hero-cards, .trust-grid-v2 { grid-template-columns: 1fr; } .hero-cards { padding:0 14px; margin-top:2.25rem; } .trust-strip-v2 { width:calc(100% - 28px); padding:.75rem; } .home-page .trust-item-v2 { border-bottom:1px solid #e3ded3; } .home-page .trust-item-v2:last-child { border-bottom:0; } .footer-grid-v2 { grid-template-columns: 1fr; } .footer-col { border-right: none; padding: 0; margin-bottom: 2rem; } .footer-bottom-v2 { flex-direction: column; align-items: flex-start; gap: 1rem; } .footer-bottom-v2 .contact-divider { display: none; } }

/* Reference-led home header and contact strip. */
.announcement { min-height:48px; display:flex; align-items:center; justify-content:center; gap:.75rem; background:#070908; color:#f4f2ed; border-bottom:1px solid rgba(205,164,70,.55); padding:.55rem 1rem; font-size:.9rem; font-weight:600; line-height:1.35; }
.announcement::before { content:""; width:30px; height:30px; flex:0 0 30px; background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4aa43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='16' cy='9' r='2.5'/%3E%3Cpath d='M3.5 19v-1.5A4.5 4.5 0 0 1 8 13h2a4.5 4.5 0 0 1 4.5 4.5V19'/%3E%3Cpath d='M14 14.2a4 4 0 0 1 6.5 3.1V19'/%3E%3C/svg%3E"); }
.announcement a { color:#d6ac48; text-decoration:none; }
.announcement a:hover { color:#edca76; text-decoration:underline; text-underline-offset:3px; }
.home-page .site-header { position:absolute; top:auto; left:0; right:0; background:rgba(8,11,9,.82); border-bottom:1px solid rgba(211,171,76,.28); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
.home-page .nav-links > a.active { position:relative; color:#d6ac48; }
.home-page .nav-links > a.active::after { content:""; position:absolute; left:0; right:0; bottom:-23px; height:3px; background:#d6ac48; }
.home-contact-bar { background:#090b0a; color:#fff; border-top:1px solid rgba(211,171,76,.45); }
.home-contact-bar-inner { width:min(calc(100% - 48px),1360px); margin:0 auto; min-height:58px; display:grid; grid-template-columns:1.25fr .8fr 1fr 1fr; align-items:center; }
.home-contact-bar a { min-width:0; display:flex; align-items:center; justify-content:center; gap:.8rem; padding:.65rem 1rem; font-size:.86rem; border-right:1px solid rgba(211,171,76,.35); }
.home-contact-bar a:last-child { border-right:0; }
.home-contact-bar svg { width:24px; height:24px; flex:0 0 auto; fill:none; stroke:#d6ac48; stroke-width:1.8; }
@media(max-width:980px) {
  .announcement { padding:.65rem 1rem; text-align:center; }
  .home-page .nav-links > a.active::after { display:none; }
  .home-contact-bar-inner { grid-template-columns:1fr 1fr; padding:.4rem 0; }
  .home-contact-bar a:nth-child(2) { border-right:0; }
}
@media(max-width:640px) {
  .announcement::before { display:none; }
  .home-contact-bar-inner { width:100%; grid-template-columns:1fr; }
  .home-contact-bar a { justify-content:flex-start; border-right:0; border-bottom:1px solid rgba(211,171,76,.22); padding:.75rem 1.25rem; }
  .home-contact-bar a:last-child { border-bottom:0; }
}

/* Home page rhythm: keep section changes clear without oversized blank bands. */
.home-page .section { padding: clamp(4rem, 6vw, 6rem) 0; }
.home-page .section-head { margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.home-page .section-dark + .section,
.home-page .section-soft + .section { padding-top: clamp(4.5rem, 6.5vw, 6.5rem); }
@media(max-width:640px) {
  .home-page .section { padding: 3.5rem 0; }
  .home-page .section-dark + .section,
  .home-page .section-soft + .section { padding-top: 3.5rem; }
}

.footer { padding: 2.5rem 0 1.5rem !important; }

/* ===================================================
   FINAL WEBSITE ARCHITECTURE ENHANCEMENTS
   =================================================== */

/* Nested Navigation Dropdowns */
.dropdown { min-width: 240px; padding: 0.6rem; border-radius: 12px; background: #fff; box-shadow: 0 16px 36px rgba(0,0,0,0.18); border: 1px solid #dcd7ce; }
.dropdown a { color: #1a1e1d; font-size: 0.88rem; font-weight: 600; padding: 0.55rem 0.85rem; border-radius: 8px; display: block; transition: 0.15s ease; }
.dropdown a:hover, .dropdown a.active { background: #f5f2eb; color: #a68352; }
.dropdown-submenu { padding: 0.35rem 0; border-top: 1px solid #ede8df; border-bottom: 1px solid #ede8df; margin: 0.35rem 0; }
.dropdown-category { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #888e89; font-weight: 800; padding: 0.35rem 0.85rem 0.2rem; }
.dropdown-sublinks { padding-left: 0.5rem; }
.dropdown-sublinks a { font-size: 0.85rem; padding: 0.45rem 0.75rem; color: #2e3532; }
.dropdown-sublinks a::before { content: "› "; color: #a68352; font-weight: 700; }

@media(max-width: 980px) {
  .dropdown { background: #fdfbf7; border: 1px solid #e5dfd5; border-radius: 10px; padding: 0.5rem; margin-top: 0.4rem; box-shadow: none; }
  .dropdown-submenu { border-color: #e5dfd5; padding: 0.2rem 0; margin: 0.2rem 0; }
  .dropdown-category { color: #5a625e; }
  .nav-parent { font-size: 1rem; }
}

/* In-Page Sticky Anchor Navigation Bar */
.subnav-sticky { position: sticky; top: 78px; z-index: 40; background: #ffffff; border-bottom: 1px solid #ded9cf; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }
.subnav-pills { display: flex; gap: 0.45rem; overflow-x: auto; padding: 0.65rem 0; scrollbar-width: none; -ms-overflow-style: none; }
.subnav-pills::-webkit-scrollbar { display: none; }
.subnav-pills a { padding: 0.4rem 0.95rem; border-radius: 999px; font-size: 0.82rem; font-weight: 700; color: #333a36; background: #f5f3ed; border: 1px solid #ded8cc; white-space: nowrap; transition: 0.2s ease; }
.subnav-pills a:hover, .subnav-pills a.active { background: #1a1e1d; color: #ffffff; border-color: #1a1e1d; }

@media(max-width: 980px) {
  .subnav-sticky { top: 68px; }
  .subnav-pills { padding: 0.5rem 0; }
  .subnav-pills a { font-size: 0.78rem; padding: 0.35rem 0.8rem; }
}

/* Simplified Global Footer */
.footer-simplified { display: grid; grid-template-columns: 1.25fr 1.25fr 1fr; gap: 2.5rem; align-items: start; padding-bottom: 2.5rem; }
.footer-brand-col .brand-logo-footer { max-width: 220px; height: auto; margin-bottom: 1rem; }
.footer-tagline { color: #c8a65c; font-size: 0.92rem; font-weight: 600; line-height: 1.4; margin-top: 0.6rem; }
.footer-col-head { color: #d6ac48; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-link-row { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 0.85rem; color: #cbd2cd; font-size: 0.9rem; line-height: 1.5; }
.footer-link-row a { color: #cbd2cd; transition: 0.2s ease; }
.footer-link-row a:hover { color: #ffffff; }
.footer-icon-box { color: #c8a65c; flex: 0 0 22px; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-top: 2px; }
.footer-icon-box svg { width: 18px; height: 18px; stroke-width: 1.8; fill: none; stroke: currentColor; }
.footer-bottom-simple { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; color: #8e9691; font-size: 0.84rem; }
.footer-bottom-simple a { color: #adb5b0; text-decoration: none; transition: 0.2s; }
.footer-bottom-simple a:hover { color: #d6ac48; }
.footer-bottom-simple .sep { color: #4e5652; margin: 0 0.35rem; }

@media(max-width: 980px) {
  .footer-simplified { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media(max-width: 640px) {
  .footer-simplified { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-simple { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}

/* Feature Callout Card (e.g. Linking to Control Options or Smart Portal) */
.callout-card { background: linear-gradient(135deg, #1f2723, #111513); border: 1px solid rgba(211,171,76,0.35); border-radius: var(--radius); padding: clamp(2rem, 4vw, 3.5rem); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0; box-shadow: 0 12px 36px rgba(0,0,0,0.15); }
.callout-content { max-width: 700px; }
.callout-content h3 { color: #fff; font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin: 0.3rem 0 0.6rem; }
.callout-content p { color: #d1d8d3; margin: 0; font-size: 1rem; }

/* Control Options Specs Grid */
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.control-card { background: #fff; border: 1px solid #ded9cf; border-radius: 18px; padding: 2rem; display: flex; flex-direction: column; }
.control-card .badge { display: inline-block; align-self: flex-start; background: #f3efe6; color: #8e6c38; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.7rem; border-radius: 999px; margin-bottom: 1rem; border: 1px solid #e2dac8; }
.control-card h3 { font-size: 1.45rem; margin: 0 0 0.75rem; }
.control-card p { color: #525a55; font-size: 0.92rem; line-height: 1.6; }
.control-card ul { padding-left: 1.2rem; color: #444b47; font-size: 0.88rem; margin-top: 0.75rem; }
.control-card li { margin-bottom: 0.45rem; }

@media(max-width: 980px) {
  .control-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 640px) {
  .control-grid { grid-template-columns: 1fr; }
}

/* Smart Portal Styles */
.portal-hero { background: radial-gradient(circle at top right, #1f2723 0%, #0d110f 100%); color: #fff; padding: clamp(5rem, 8vw, 8rem) 0 4rem; border-bottom: 1px solid rgba(211,171,76,0.3); }
.portal-hero .lead { color: #d5ded7; }
.portal-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(200,166,92,0.15); border: 1px solid #c8a65c; color: #e5be7a; padding: 0.4rem 0.9rem; border-radius: 999px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.2rem; }
.portal-login-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.portal-card { background: #ffffff; border: 1px solid #ded9cf; border-radius: 20px; padding: clamp(2rem, 4vw, 3rem); box-shadow: 0 10px 30px rgba(0,0,0,0.06); display: flex; flex-direction: column; justify-content: space-between; }
.portal-card.internal { border-color: #2c3330; background: #fbfbf9; }
.portal-card h3 { font-size: 1.7rem; margin: 0.5rem 0 0.75rem; }
.portal-card p { color: #555e58; font-size: 0.95rem; line-height: 1.6; }
.portal-todo-box { background: #fff8e8; border: 1px dashed #d6ac48; border-radius: 12px; padding: 1rem 1.25rem; font-size: 0.85rem; color: #7a5c1e; margin: 1.5rem 0; }
.portal-todo-box code { background: #fff; padding: 0.2rem 0.5rem; border-radius: 4px; font-weight: 700; }
.portal-video-wrapper { position: relative; width: 100%; aspect-ratio: 16/9; background: #1a1e1d; border-radius: 18px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid #3d4642; margin-top: 1.5rem; box-shadow: 0 14px 40px rgba(0,0,0,0.15); }
.portal-video-placeholder { text-align: center; color: #fff; padding: 2rem; max-width: 500px; }
.portal-video-placeholder svg { width: 56px; height: 56px; color: #c8a65c; margin-bottom: 1rem; }

@media(max-width: 768px) {
  .portal-login-grid { grid-template-columns: 1fr; }
}

/* Sitemap Hierarchy Tree Styles */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; }
.sitemap-card { background: #fff; border: 1px solid #ded9cf; border-radius: 18px; padding: 2rem; box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.sitemap-card h3 { font-size: 1.35rem; color: #1a1e1d; border-bottom: 2px solid #a68352; padding-bottom: 0.75rem; margin-bottom: 1.25rem; }
.sitemap-list { list-style: none; padding: 0; margin: 0; }
.sitemap-list > li { margin-bottom: 0.9rem; }
.sitemap-list a { font-weight: 700; color: #1a1e1d; display: inline-flex; align-items: center; gap: 0.4rem; transition: 0.2s; }
.sitemap-list a:hover { color: #a68352; }
.sitemap-sublist { list-style: none; padding-left: 1.2rem; margin-top: 0.5rem; border-left: 2px solid #eee8dd; }
.sitemap-sublist li { margin-bottom: 0.5rem; font-size: 0.9rem; }
.sitemap-sublist a { font-weight: 500; color: #4d5450; }
.sitemap-sublist a:hover { color: #a68352; }

/* Visual website sitemap */
.visual-sitemap-main{background:#fff;color:#111}
.visual-sitemap{position:relative;width:min(calc(100% - 32px),1500px);min-height:800px;margin:auto;padding:26px 4px 60px}
.visual-sitemap h1{display:flex;align-items:center;justify-content:center;gap:25px;margin:0 0 24px;color:#071c4c;font:800 clamp(2.2rem,4vw,4.2rem)/1 var(--font-body);letter-spacing:.02em;text-align:center;text-transform:uppercase}
.visual-sitemap h1 span{position:relative;width:110px;height:2px;background:#a56a17}.visual-sitemap h1 span:before,.visual-sitemap h1 span:after{content:"";position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:#a56a17;transform:translateY(-50%)}.visual-sitemap h1 span:before{left:0}.visual-sitemap h1 span:after{right:0}
.sitemap-top,.sitemap-columns{display:grid;grid-template-columns:.82fr 1.32fr 1fr 1fr .96fr 1fr;gap:20px}
.map-top{position:relative;min-height:76px;padding:10px 18px;border-radius:9px;background:linear-gradient(135deg,#071d4c,#00143b);color:#fff!important;display:flex;align-items:center;justify-content:center;gap:17px;text-align:center;text-transform:uppercase;box-shadow:0 4px 10px rgba(1,19,55,.18)}
.map-top i{font-size:2.35rem}.map-top b{font-size:1.05rem;line-height:1.05}.map-top:after{content:"";position:absolute;left:50%;top:100%;width:2px;height:48px;background:var(--map-color);transform:translateX(-50%)}.map-top:before{content:"";position:absolute;z-index:2;left:50%;top:calc(100% + 42px);border:7px solid transparent;border-top-color:var(--map-color);transform:translateX(-50%)}
.map-home{--map-color:#0751b9}.map-products{--map-color:#15903b}.map-company{--map-color:#ae6e1b}.map-contact{--map-color:#0751b9}.map-sitemap{--map-color:#ec1131}.map-portal{--map-color:#74128c}
.sitemap-columns{align-items:start;margin-top:57px}.map-column{position:relative;border:1.5px solid var(--map-color);border-radius:9px;background:#fff}.map-column-icon{position:absolute;top:0;left:50%;width:72px;height:58px;border-radius:0 0 10px 10px;background:var(--map-color);color:#fff;display:grid;place-items:center;transform:translateX(-50%)}.map-column-icon i{font-size:2rem}
.map-home-column{--map-color:#0751b9;border:0}.map-home-card{height:77px;border:1.5px solid var(--map-color);border-radius:9px;color:#0649a7!important;display:flex;align-items:center;justify-content:center;gap:16px;font-size:1.1rem}.map-home-card i{font-size:2.5rem}
.map-products-column{--map-color:#15903b;min-height:790px;padding:74px 12px 16px}.map-tree{position:relative;padding-left:15px}.map-tree:before{content:"";position:absolute;left:0;top:10px;bottom:14px;width:1px;background:var(--map-color)}.map-tree-group{position:relative;margin-bottom:14px}.map-tree-group:before{content:"";position:absolute;left:-15px;top:14px;width:15px;height:1px;background:var(--map-color)}
.map-tree-group>a,.map-tree-child>a{min-height:30px;padding:5px 10px;border:1px solid #abd6b6;border-radius:5px;background:#e9f5e8;color:#111!important;display:flex;align-items:center;gap:9px;font-size:.79rem;line-height:1.25;text-transform:uppercase}.map-tree-group>a i,.map-tree-child>a i{width:17px;text-align:center;flex:0 0 17px}
.map-tree ul{position:relative;margin:7px 0 11px 19px;padding-left:16px;list-style:none}.map-tree ul:before{content:"";position:absolute;left:0;top:0;bottom:9px;width:1px;background:var(--map-color)}.map-tree li{position:relative;margin:5px 0;padding-left:11px;font-size:.78rem;line-height:1.38}.map-tree li:before{content:"";position:absolute;left:-16px;top:.62em;width:15px;height:1px;background:var(--map-color)}.map-tree li:after{content:"";position:absolute;left:1px;top:.39em;width:7px;height:7px;border-radius:50%;background:var(--map-color)}.map-tree li a{color:#111!important;font-weight:500}.map-tree li ul{margin-left:3px}.map-tree-child{margin:9px 0 11px 20px}
.map-company-column{--map-color:#ae6e1b;min-height:258px;padding:88px 16px 16px}.map-action-card{min-height:60px;margin:0 0 18px;padding:10px 15px;border:1px solid #d5b688;border-radius:8px;background:#fffaf2;color:#111!important;display:flex;align-items:center;gap:15px}.map-action-card i{font-size:1.75rem}.map-action-card b{font-size:.9rem}
.map-contact-column{--map-color:#0751b9;min-height:500px;padding:72px 13px 10px}.map-contact-item{min-height:92px;padding:15px 3px;border-bottom:1px dotted #9bb5d8;color:#111!important;display:flex;align-items:flex-start;gap:12px;font-size:.72rem;line-height:1.45}.map-contact-item:last-child{border-bottom:0}.map-contact-item>i{width:40px;height:40px;border-radius:50%;background:#0751b9;color:#fff;display:grid;place-items:center;flex:0 0 40px;font-size:1.25rem}.map-contact-item b{display:block;margin-bottom:2px;font-size:.84rem}
.map-sitemap-column{--map-color:#ec1131;min-height:150px;padding:78px 15px 18px;text-align:center}.map-sitemap-column>a{color:#111!important;font-size:.85rem;line-height:1.5}
.map-portal-column{--map-color:#74128c;min-height:420px;padding:88px 12px 18px}.map-portal-intro{min-height:54px;padding:10px;border:1px solid #a96bbb;border-radius:7px;color:#111!important;display:flex;align-items:center;gap:12px}.map-portal-intro i{color:#74128c;font-size:1.7rem}.map-portal-intro b{font-size:.8rem}.map-portal-login{min-height:92px;margin-top:22px;padding:10px;border-radius:7px;color:#111!important;display:grid;grid-template-columns:34px 1fr 12px;align-items:center;gap:7px;box-shadow:0 4px 9px rgba(0,0,0,.16)}.map-portal-login.dealer{background:linear-gradient(145deg,#ffde1f,#ff9e00)}.map-portal-login.internal{background:linear-gradient(145deg,#149fea,#0052ae);color:#fff!important}.map-portal-login>i:first-child{font-size:1.8rem;text-align:center}.map-portal-login b{display:block;text-transform:uppercase;font-size:.78rem}.map-portal-login small{display:block;margin-top:5px;font-size:.62rem}
.sitemap-legend{position:absolute;right:8px;bottom:25px;width:230px;padding:18px 22px;border:1px dashed #aaa;border-radius:9px;background:#fff;display:grid;gap:9px}.sitemap-legend span{position:relative;padding-left:25px;font-size:.78rem}.sitemap-legend span:before{content:"";position:absolute;left:0;top:50%;width:12px;height:12px;border-radius:50%;background:currentColor;transform:translateY(-50%)}.sitemap-legend .home,.sitemap-legend .contact{color:#0751b9}.sitemap-legend .products{color:#15903b}.sitemap-legend .company{color:#ae6e1b}.sitemap-legend .sitemap{color:#ec1131}.sitemap-legend .portal{color:#74128c}
@media(max-width:1100px){.sitemap-top{display:none}.sitemap-columns{grid-template-columns:repeat(2,1fr);margin-top:15px}.map-column{min-height:auto}.map-products-column{grid-row:span 3}.sitemap-legend{position:static;width:auto;margin-top:20px;grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.visual-sitemap{width:min(calc(100% - 20px),1500px);padding-top:24px}.visual-sitemap h1{gap:10px;font-size:1.65rem}.visual-sitemap h1 span{width:40px}.sitemap-columns{grid-template-columns:1fr;gap:18px}.map-products-column{grid-row:auto}.map-home-column{order:1}.map-products-column{order:2}.map-company-column{order:3}.map-contact-column{order:4}.map-sitemap-column{order:5}.map-portal-column{order:6}.sitemap-legend{grid-template-columns:1fr 1fr}.map-tree-group>a,.map-tree-child>a{font-size:.78rem}.map-tree li{font-size:.74rem}}

@media(max-width: 980px) {
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 640px) {
  .sitemap-grid { grid-template-columns: 1fr; }
}

/* Shutter Frame & Options Cards */
.spec-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 1.75rem; }
.spec-card { background: #fff; border: 1px solid #ded9cf; border-radius: 16px; padding: 1.6rem; }
.spec-card h4 { margin: 0 0 0.5rem; font-size: 1.15rem; color: #1a1e1d; font-family: Georgia, serif; }
.spec-card p { margin: 0; font-size: 0.88rem; color: #525a55; line-height: 1.5; }

/* ===================================================
   GLOBAL LAYOUT 2026 — reference home/header/footer
   =================================================== */
.lv-announcement{min-height:40px;padding:.45rem 1.25rem;background:#050505;color:#f7f7f7;display:flex;justify-content:center;align-items:center;gap:1.25rem;font-size:clamp(.72rem,1.05vw,.94rem);letter-spacing:0;text-transform:none}
.lv-announcement::before{content:none!important;display:none!important}
.lv-announcement span,.lv-announcement a{display:inline-flex;align-items:center;gap:.45rem}
.lv-announcement svg{width:22px;height:22px;fill:none;stroke:#dc9700;stroke-width:1.7;flex:0 0 auto}
.lv-announcement .fa-solid{width:22px;color:#dc9700;font-size:1.05rem;text-align:center;flex:0 0 auto}
.lv-announcement a{color:#e6a10a;text-decoration:none}
.announcement-divider{width:1px;height:18px;background:#9a6a00}
.lv-header{position:sticky;top:0;z-index:100;background:#fff;border:0;box-shadow:0 2px 12px rgba(0,0,0,.1);backdrop-filter:none;-webkit-backdrop-filter:none}
.home-page .lv-header{position:sticky;background:#fff;border:0}
.lv-nav-shell{width:min(calc(100% - 48px),1480px);height:100px;margin:auto;display:flex;align-items:center;gap:3rem}
.lv-header .brand{flex:0 0 330px}
.lv-header .brand-logo{width:300px;height:82px;object-fit:contain}
.lv-nav-links{display:flex;flex:1;align-items:stretch;justify-content:space-between;gap:.6rem;height:100%;font-size:.82rem;text-transform:uppercase}
.lv-nav-item{position:relative;display:flex!important;align-items:center;gap:.65rem;padding:0 .3rem!important;font-weight:800;white-space:nowrap}
.lv-nav-links>a.lv-nav-item,.lv-nav-links .nav-parent.lv-nav-item,.lv-nav-links>a.lv-nav-item span,.lv-nav-links .nav-parent.lv-nav-item span{color:#090d10!important}
.lv-nav-item svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;flex:0 0 auto}
.lv-nav-item>.fa-solid{width:29px;color:currentColor;font-size:1.55rem;text-align:center;flex:0 0 auto}
.lv-nav-links>a.lv-nav-item:hover,.lv-nav-links .nav-parent.lv-nav-item:hover,.lv-nav-links>a.lv-nav-item.active,.lv-nav-links>a.lv-nav-item:hover span,.lv-nav-links .nav-parent.lv-nav-item:hover span,.lv-nav-links>a.lv-nav-item.active span{color:#0a0d10!important}
.lv-nav-item.active:after{content:"";position:absolute;left:.25rem;right:.25rem;bottom:17px;height:3px;background:#df9700}
.lv-nav-links .nav-group{display:flex;align-items:stretch;position:relative}
.lv-nav-links .nav-group>.dropdown{top:80px;left:0;text-transform:none}
.lv-nav-links .dropdown a{display:flex;align-items:center;gap:.7rem}
.lv-nav-links .dropdown a>.fa-solid{width:20px;color:#bd7d00;font-size:.92rem;text-align:center;flex:0 0 auto}
.lv-nav-links .dropdown a:hover>.fa-solid,.lv-nav-links .dropdown a.active>.fa-solid{color:#8d5f00}
.lv-nav-links .chev{font-size:1rem;margin-left:.05rem}
.lv-header .menu-toggle{margin-left:auto;border-radius:8px;color:#111;font-size:1.35rem}
.lv-mobile-portal-shortcut{display:none}
.lv-header .menu-toggle small{display:none}
@media(min-width:981px){
  .lv-nav-links .dropdown{border-top:2px solid #d79300;border-radius:3px 3px 5px 5px;padding:.35rem 0;box-shadow:0 7px 15px rgba(0,0,0,.2)}
  .lv-nav-links .dropdown a{min-height:34px;padding:.48rem 1rem!important;border-radius:0;border-bottom:1px solid #efefef;font-size:.8rem;font-weight:500;color:#111!important}
  .lv-nav-links .dropdown>a:last-child{border-bottom:0}
  .lv-nav-links .dropdown a:hover,.lv-nav-links .dropdown a.active{background:#f6f6f6!important;color:#9a6500!important}
  .lv-nav-links .dropdown a>.fa-solid{display:none}
  .lv-products-dropdown{width:185px;min-width:185px!important}
  .lv-desktop-subgroup{position:relative}
  .lv-desktop-subparent{display:grid!important;grid-template-columns:1fr 12px;align-items:center}
  .lv-desktop-subparent>span{grid-column:1}.lv-desktop-subparent>.fa-chevron-right{display:block!important;grid-column:2;width:auto!important;color:#111!important;font-size:.68rem!important}
  .lv-desktop-submenu{position:absolute;z-index:2;left:100%;top:-2px;width:205px;padding:.35rem 0;background:#fff;border-top:2px solid #d79300;border-radius:3px 3px 5px 5px;box-shadow:0 7px 15px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateX(7px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
  .lv-desktop-subgroup:hover>.lv-desktop-submenu,.lv-desktop-subgroup:focus-within>.lv-desktop-submenu{opacity:1;visibility:visible;transform:none}
  .lv-desktop-submenu a{white-space:normal!important}
  .lv-portal-dropdown{left:auto!important;right:0;width:190px;min-width:190px!important}
  .lv-portal-nav-group>.lv-nav-item:after{bottom:17px}
}

.lv-contact-footer{padding:0;background:#050505;color:#fff}
.lv-footer-grid{min-height:92px;display:grid;grid-template-columns:1.05fr 1.05fr 1.25fr 2.2fr 1fr;align-items:center}
.lv-footer-item{min-height:50px;padding:.5rem 1.5rem;display:flex!important;align-items:center;justify-content:center;gap:.85rem;border-right:1px solid #343434;color:#f4f4f4!important;font-size:.88rem;line-height:1.45;margin:0!important}
.lv-footer-item svg{width:38px;height:38px;fill:none;stroke:#dc9700;stroke-width:1.55;flex:0 0 auto}
.lv-footer-item b{color:#dda014;font-weight:500}
.lv-footer-phone{font-size:1.22rem}
.lv-footer-phone svg{width:34px;height:34px}
.lv-footer-legal{padding:.55rem 1rem;text-align:center;border-top:1px solid #202020;color:#737373;font-size:.68rem}
.lv-mobile-hours-break{display:none}

/* Home */
.lv-home-main{background:#f7f6f3}
.lv-home-hero{position:relative;min-height:438px;background:url('assets/home-hero-v3.png') center/cover no-repeat;color:#fff;display:flex;align-items:center;padding:3.3rem max(2.5vw,32px)}
.lv-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,5,3,.9) 0%,rgba(0,5,3,.64) 34%,rgba(0,5,3,.08) 68%,rgba(0,5,3,.42) 100%)}
.lv-hero-copy{position:relative;z-index:1;width:min(620px,52vw)}
.lv-hero-copy h1{font-size:clamp(2.65rem,3.8vw,4.05rem);line-height:1.04;letter-spacing:-.02em;text-transform:uppercase;font-weight:700;margin:0 0 1rem}
.lv-hero-copy h1 em{font-style:normal;color:#e09a00}
.lv-hero-copy>p{max-width:560px;font-size:1.12rem;line-height:1.45;margin:0 0 1.25rem}
.lv-hero-explore{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-width:210px;margin:0 0 .8rem;padding:.72rem 1rem;border-radius:4px;background:linear-gradient(#ffc849,#de9104);box-shadow:0 4px 9px rgba(0,0,0,.25);color:#101010;font-size:.9rem;font-weight:800;text-transform:uppercase}
.lv-hero-explore span{font-size:1.25rem}
.lv-hero-proof{display:grid;grid-template-columns:repeat(3,1fr);max-width:520px}
.lv-hero-proof>div{min-height:104px;padding:.2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(255,255,255,.45)}
.lv-hero-proof>div:last-child{border-right:0}
.lv-hero-proof svg{width:52px;height:52px;fill:none;stroke:#e09a00;stroke-width:1.5;margin-bottom:.2rem}
.lv-hero-proof strong{width:52px;height:52px;border:2px solid #e09a00;border-radius:50%;display:grid;place-items:center;color:#e09a00;font:700 1.35rem Georgia,serif;margin-bottom:.2rem}
.lv-hero-proof span{text-transform:uppercase;font-size:.72rem;line-height:1.25}
.lv-hero-copy>small{display:block;margin-top:.15rem;font-size:.7rem}
.lv-portal-card{position:absolute;z-index:2;right:3%;top:35px;width:min(300px,24vw);padding:1.6rem;background:linear-gradient(145deg,rgba(5,26,40,.97),rgba(2,11,18,.97));border:1px solid #53616a;border-radius:7px;box-shadow:0 20px 60px rgba(0,0,0,.28)}
.lv-portal-card h2{font:600 1.15rem/1.2 Inter,system-ui,sans-serif;text-transform:uppercase;margin:0 0 .8rem}
.lv-portal-card>i{display:block;width:42px;height:3px;background:#e09a00;margin-bottom:1.1rem}
.lv-portal-card>p{font-size:.84rem;line-height:1.5;margin-bottom:1rem}
.lv-login{height:56px;margin:.75rem 0;display:flex;align-items:center;justify-content:center;gap:.8rem;border-radius:4px;text-transform:uppercase;font-size:1.05rem;box-shadow:inset 0 1px rgba(255,255,255,.25)}
.lv-login svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:1.8}
.lv-login.dealer{background:linear-gradient(#eeae27,#cd8100);color:#fff}
.lv-login.internal{background:linear-gradient(#1762bb,#003d8d);color:#fff}
.lv-login small{display:block;text-transform:none;font-size:.72rem;text-align:left}
.lv-portal-more{display:flex;align-items:center;gap:.7rem;margin-top:1.35rem;font-size:.84rem}
.lv-portal-more:first-letter{border:1px solid #fff;border-radius:50%}
.lv-product-band{padding:18px max(2.2vw,22px) 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:#f7f6f3}
.lv-product-tile{height:198px;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;border:1px solid #ddd9d1;border-radius:5px;background:#fff}
.lv-product-tile img{width:100%;height:100%;object-fit:cover}
.lv-product-tile>div{padding:1.15rem 1rem;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto 1fr auto;align-items:start;column-gap:.75rem}
.lv-product-tile svg{width:37px;height:37px;fill:none;stroke:#d68c00;stroke-width:1.6;grid-row:1/3}
.lv-product-tile h2{font:700 1.12rem/1.15 Inter,system-ui,sans-serif;text-transform:uppercase;margin:.25rem 0}
.lv-product-tile p{grid-column:1/3;font-size:.84rem;line-height:1.35;margin:.2rem 0 .65rem}
.lv-product-tile>div>span{grid-column:1/3;justify-self:start;padding:.55rem .9rem;border-radius:3px;background:#06121a;color:#fff;text-transform:uppercase;font-size:.72rem}
.lv-trust-band{margin:0 max(2.2vw,22px) 18px;min-height:104px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ddd9d1;border-radius:5px;background:#fff}
.lv-trust-band>div{padding:.8rem 1.6rem;display:flex;align-items:center;gap:1rem;border-right:1px solid #ddd9d1}
.lv-trust-band>div:last-child{border-right:0}
.lv-trust-band svg{width:56px;height:56px;fill:none;stroke:#111;stroke-width:1.45;flex:0 0 auto}
.lv-trust-band>div:last-child svg{stroke:#d38b00}
.lv-trust-band p{margin:0;line-height:1.25;font-size:.8rem}
.lv-trust-band b{display:block;text-transform:uppercase;margin-bottom:.3rem}
.lv-trust-band span{display:block}

@media(max-width:1180px){
  .lv-nav-shell{gap:1rem}.lv-header .brand{flex-basis:230px}.lv-header .brand-logo{width:220px}.lv-nav-item{gap:.35rem;font-size:.72rem}.lv-nav-item svg{width:23px;height:23px}
  .lv-home-hero{min-height:490px}.lv-portal-card{width:290px}.lv-hero-copy{width:56vw}.lv-footer-grid{grid-template-columns:1fr 1fr 1.2fr 1.8fr}.lv-footer-phone{grid-column:1/-1;border-top:1px solid #252525}.lv-product-tile{grid-template-columns:1fr}.lv-product-tile img{display:none}
}
@media(max-width:980px){
  .lv-announcement{min-height:38px}.announcement-audience{display:none!important}.announcement-divider{display:none!important}
  .lv-nav-shell{height:76px;width:min(calc(100% - 28px),1480px)}.lv-header .brand{flex-basis:auto}.lv-header .brand-logo{width:190px;height:62px}
  .lv-nav-links{position:fixed;top:114px;left:14px;right:14px;height:auto;max-height:calc(100vh - 130px);overflow:auto;display:none;align-items:stretch;padding:1rem!important;border:1px solid #ded9cf!important;border-radius:12px;background:#fff!important;box-shadow:0 20px 45px rgba(0,0,0,.18);text-transform:none}.lv-nav-links.open{display:flex}.lv-nav-links .nav-group{display:block}.lv-nav-item{min-height:48px;padding:.5rem!important;font-size:.9rem;border-bottom:1px solid #ece8e0!important;justify-content:flex-start!important}.lv-nav-links>a.lv-nav-item,.lv-nav-links .nav-parent.lv-nav-item,.lv-nav-links>a.lv-nav-item span,.lv-nav-links .nav-parent.lv-nav-item span{color:#090d10!important}.lv-nav-item svg{color:#090d10}.lv-nav-item.active,.lv-nav-item:hover{background:#f7f4ee}.lv-nav-item.active:after{left:.5rem;right:auto;bottom:2px;width:45px}.lv-nav-links .nav-group>.dropdown{position:static;display:block;box-shadow:none;border:0!important;border-left:2px solid #d89500!important;border-radius:0;background:#faf8f3!important;margin:.2rem 0 .5rem 1rem!important;padding:.2rem 0 .2rem 1rem!important}.lv-nav-links .dropdown a{padding:.5rem .65rem!important;color:#2a302d!important}.lv-nav-links .dropdown a:hover,.lv-nav-links .dropdown a.active{color:#9a6800!important;background:#f1ece2!important}.lv-nav-links .chev{display:none}
  .lv-home-hero{min-height:auto;display:block;padding:3.5rem 1.5rem}.lv-hero-copy{width:100%;max-width:620px}.lv-portal-card{position:relative;right:auto;top:auto;width:100%;max-width:420px;margin:2rem 0 0}.lv-product-band{grid-template-columns:1fr}.lv-product-tile{height:190px;grid-template-columns:1fr 1fr}.lv-product-tile img{display:block}.lv-trust-band{grid-template-columns:1fr 1fr}.lv-trust-band>div:nth-child(2){border-right:0}.lv-trust-band>div:nth-child(-n+2){border-bottom:1px solid #ddd9d1}
  .lv-footer-grid{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.lv-footer-item{min-width:0;padding-left:.8rem;padding-right:.8rem}.lv-footer-item span{min-width:0;max-width:100%;overflow-wrap:anywhere}.lv-hours{grid-column:1/-1;white-space:normal}.lv-hours span{overflow-wrap:anywhere}.lv-footer-phone{grid-column:1/-1}
}
@media(max-width:640px){
  .home-page .lv-announcement{min-height:38px;padding:.4rem .5rem;font-size:clamp(.48rem,2vw,.65rem);white-space:nowrap;overflow:hidden}
  .home-page .announcement-audience{display:inline-flex!important}.home-page .lv-announcement>a,.home-page .announcement-divider{display:none!important}
  .home-page .lv-nav-shell{width:calc(100% - 18px);height:78px;gap:7px}.home-page .lv-header .brand{flex:1 1 auto;min-width:0}.home-page .lv-header .brand-logo{width:100%;max-width:170px;height:67px}
  .home-page .lv-mobile-portal-shortcut{height:46px;min-width:142px;padding:0 10px;border:1px solid #e0a322;border-radius:6px;background:linear-gradient(#ffc954,#e49a10);box-shadow:0 4px 8px rgba(0,0,0,.25);color:#111;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.63rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.home-page .lv-mobile-portal-shortcut i{font-size:1.15rem}
  .home-page .lv-header .menu-toggle{width:43px;height:57px;margin:0;padding:0;border:0;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;background:transparent}.home-page .lv-header .menu-toggle span{font-size:2rem;line-height:.75}.home-page .lv-header .menu-toggle small{display:block;margin-top:7px;font-size:.57rem;text-transform:uppercase}
  .home-page .lv-home-hero{height:435px;min-height:435px;padding:28px 14px 132px;background-position:58% center;display:flex;align-items:flex-start}.home-page .lv-hero-overlay{background:linear-gradient(90deg,rgba(0,5,3,.83) 0%,rgba(0,5,3,.55) 42%,rgba(0,5,3,.04) 78%)}.home-page .lv-hero-copy{position:static;width:100%;max-width:none}.home-page .lv-hero-copy h1{max-width:310px;font-size:2.2rem;line-height:1.02;margin-bottom:.5rem}.home-page .lv-hero-copy>p{max-width:280px;margin-bottom:.55rem;font-size:.82rem;line-height:1.28}.home-page .lv-hero-explore{min-width:214px;margin:0;padding:.58rem .85rem;font-size:.76rem}.home-page .lv-portal-card{display:none}
  .home-page .lv-hero-proof{position:absolute;z-index:2;left:0;right:0;bottom:17px;width:100%;max-width:none;grid-template-columns:repeat(3,1fr)}.home-page .lv-hero-proof>div{min-width:0;min-height:112px;padding:.15rem .45rem;display:flex;flex-direction:column;gap:2px;text-align:center;border-right:1px solid rgba(255,255,255,.55);border-bottom:0}.home-page .lv-hero-proof>div:last-child{border-right:0}.home-page .lv-hero-proof svg,.home-page .lv-hero-proof strong{width:48px;height:48px;flex:0 0 48px;margin:0}.home-page .lv-hero-proof span{display:block;flex:0;font-size:.58rem;line-height:1.24;letter-spacing:0}.home-page .lv-hero-copy>small{position:absolute;z-index:3;left:14px;bottom:5px;font-size:.58rem}.home-page .lv-hero-proof span br{display:block}
  .home-page .lv-product-band{padding:8px;grid-template-columns:1fr 1fr;gap:8px}.home-page .lv-product-tile{height:258px;min-height:0;display:flex;flex-direction:column;border-radius:4px}.home-page .lv-product-tile img{display:block;width:100%;height:122px;flex:0 0 122px}.home-page .lv-product-tile>div{height:136px;padding:.65rem .65rem .55rem;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto 1fr auto;column-gap:.5rem}.home-page .lv-product-tile svg{width:31px;height:38px}.home-page .lv-product-tile h2{font-size:.75rem}.home-page .lv-product-tile p{font-size:.68rem;margin:.1rem 0 .35rem}.home-page .lv-product-tile>div>span{width:100%;padding:.48rem .5rem;text-align:center;font-size:.65rem}
  .home-page .lv-product-tile:nth-child(3){grid-column:1/-1;height:166px;display:grid;grid-template-columns:1fr 1fr}.home-page .lv-product-tile:nth-child(3) img{width:100%;height:100%}.home-page .lv-product-tile:nth-child(3)>div{height:166px;padding:.8rem;grid-template-columns:40px 1fr}.home-page .lv-product-tile:nth-child(3) h2{font-size:.78rem}
  .home-page .lv-trust-band{min-height:174px;margin:0 8px 8px;grid-template-columns:repeat(4,1fr)}.home-page .lv-trust-band>div{min-width:0;padding:.6rem .3rem;display:flex;flex-direction:column;justify-content:flex-start;gap:.35rem;text-align:center;border-right:1px solid #d6c9b3;border-bottom:0!important}.home-page .lv-trust-band>div:nth-child(2){border-right:1px solid #d6c9b3}.home-page .lv-trust-band>div:last-child{border-right:0}.home-page .lv-trust-band svg{width:43px;height:43px}.home-page .lv-trust-band p{font-size:.56rem;line-height:1.22}.home-page .lv-trust-band b{min-height:30px;margin-bottom:.25rem;font-size:.58rem}
  .home-page .lv-footer-grid{min-height:142px;grid-template-columns:1.2fr 1.35fr 1fr}.home-page .lv-footer-item{min-width:0;min-height:70px;padding:.55rem .6rem;justify-content:center;border-right:1px solid #343434;border-bottom:1px solid #252525;font-size:.62rem;line-height:1.35}.home-page .lv-footer-item svg{width:31px;height:31px}.home-page .lv-footer-grid>a:nth-child(1){order:1}.home-page .lv-footer-grid>a:nth-child(2){order:4}.home-page .lv-footer-grid>a:nth-child(3){order:2}.home-page .lv-hours{order:5;grid-column:2/4!important}.home-page .lv-hours .lv-mobile-hours-break{display:inline}.home-page .lv-hours .lv-hours-separator{display:none}.home-page .lv-footer-phone{order:3;grid-column:auto!important;font-size:.8rem}.home-page .lv-footer-legal{font-size:.55rem}
}

/* ===================================================
   SHUTTERS — merged reference pages
   =================================================== */
.shutters-page{background:#f7f6f3}.shutters-main{--sh-gold:#d89400;--sh-black:#050708}.shutters-main h1,.shutters-main h2,.shutters-main h3{letter-spacing:0}.shutters-hero{position:relative;min-height:430px;padding:3.7rem max(3vw,34px);display:flex;align-items:center;background:linear-gradient(90deg,rgba(2,4,3,.94) 0%,rgba(2,4,3,.72) 32%,rgba(2,4,3,.08) 65%),url('assets/shutters-hero.png') center/cover;color:#fff}.shutters-hero-copy{position:relative;z-index:2;width:min(480px,44vw)}.shutters-crumb{font-size:.72rem;color:#dedede}.shutters-hero h1{font-size:clamp(3.2rem,5vw,5rem);text-transform:uppercase;margin:1.2rem 0 .5rem}.shutters-hero-copy>i{display:block;width:50px;height:3px;background:var(--sh-gold);margin-bottom:1rem}.shutters-tagline{font-weight:700}.shutters-hero-copy p{font-size:1.05rem;line-height:1.75}.shutters-portal-card{top:30px;right:3%;width:min(320px,27vw)}.shutters-subnav{position:sticky;top:100px;z-index:45;display:flex;justify-content:center;gap:.35rem;padding:.55rem 1rem;background:#fff;border-bottom:1px solid #ddd;box-shadow:0 5px 16px rgba(0,0,0,.06);overflow-x:auto}.shutters-subnav a{padding:.45rem .7rem;border-radius:4px;white-space:nowrap;font-size:.73rem;font-weight:800;text-transform:uppercase}.shutters-subnav a:hover{background:#111;color:#fff}.shutters-section{padding:3rem max(3vw,32px);scroll-margin-top:150px}.shutters-section-head{text-align:center;max-width:820px;margin:0 auto 1.6rem}.shutters-section-head.left{text-align:left;max-width:none}.shutters-section-head>span,.shutters-shape-hero span,.shutters-cta span{color:var(--sh-gold);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shutters-section-head h2{font-size:clamp(2rem,3.4vw,3.3rem);margin:.25rem 0}.shutters-section-head p{margin:.4rem auto;max-width:780px}.shutters-section-head.left p{margin-left:0}.shutters-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shutters-feature-card{display:flex;flex-direction:column;border:1px solid #ddd6ca;border-radius:6px;overflow:hidden;background:#fff}.feature-copy{position:relative;min-height:150px;padding:1.25rem 1.25rem .8rem 4.8rem}.feature-copy>b{position:absolute;left:1.25rem;top:1.25rem;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--sh-gold);color:#fff;font-size:1.25rem}.feature-copy h3{font:800 1rem/1.25 Inter,system-ui,sans-serif;text-transform:uppercase}.feature-copy p{font-size:.82rem;line-height:1.5}.shutters-feature-card>img{height:210px;width:100%;object-fit:cover}.shutters-feature-card:nth-child(2)>img{object-position:30% center}.shutters-feature-card:nth-child(3)>img{object-position:75% center}.shutters-feature-card ul{columns:2;min-height:75px;margin:1rem 1.25rem;padding-left:1rem;font-size:.75rem}.shutters-feature-card>strong{align-self:flex-start;margin:0 1.25rem 1.25rem;padding:.6rem 1rem;border-radius:3px;background:#071019;color:#fff;text-transform:uppercase;font-size:.72rem}.shutters-trust-row{margin-top:1.2rem;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #ddd6ca;background:#fff}.shutters-trust-row>div{padding:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;border-right:1px solid #ddd6ca}.shutters-trust-row>div:last-child{border:0}.shutters-trust-row b{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--sh-gold);border-radius:50%;color:var(--sh-gold)}.shutters-trust-row span{font-size:.69rem;font-weight:800;text-transform:uppercase}.shutters-engineering{background:#f1f0ec}.operating-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.operating-grid article{padding:1.15rem;border-radius:6px;background:#050505;color:#fff}.operating-grid h3{min-height:40px;color:#e6a000;text-align:center;font:700 .92rem/1.25 Inter,system-ui,sans-serif}.operating-grid h3 small{color:#ddd}.operating-grid p{font-size:.76rem;line-height:1.45;min-height:75px}.operating-grid article>b{display:block;padding:.35rem;border:1px solid var(--sh-gold);border-radius:4px;color:#e6a000;text-align:center;font-size:.7rem}.louver-visual{position:relative;height:92px;margin:.7rem 0;background:repeating-linear-gradient(0deg,#f3f0e8 0 12px,#cfc8bb 13px 15px);border:8px solid #eee7dc;box-shadow:inset 0 0 15px rgba(0,0,0,.16)}.louver-visual.center:after,.louver-visual.hidden:after{content:"";position:absolute;top:0;bottom:0;width:6px;background:#e4ded2}.louver-visual.center:after{left:50%}.louver-visual.hidden:after{right:10px}.frame-grid{display:grid;grid-template-columns:repeat(3,1fr) .65fr;gap:.8rem}.frame-grid article{position:relative;min-height:230px;padding:1rem;border:1px solid #ddd6ca;background:#fff}.frame-grid article>span{position:absolute;left:0;top:0;bottom:0;width:54px;padding:.7rem;background:#050505;color:#e6a000;font:700 1.15rem Georgia,serif}.frame-grid article:not(.frame-cta) h3,.frame-grid article:not(.frame-cta) p{margin-left:55px}.frame-grid h3{font:700 .8rem/1.3 Inter,system-ui,sans-serif}.frame-grid p{font-size:.72rem}.frame-diagram{height:90px;margin:.8rem 0 .8rem 55px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.3rem}.frame-diagram i{height:60px;background:#ddd;border:1px dashed #8aa9c0}.frame-diagram b{font-size:.62rem;text-align:center}.frame-cta{display:flex;flex-direction:column;justify-content:center}.frame-cta a{padding:.55rem;background:linear-gradient(#e6a522,#bd7300);color:#fff;border-radius:4px;font-size:.72rem;text-align:center}.shutters-shapes{background:#fff}.shutters-shape-hero{display:grid;grid-template-columns:35% 65%;min-height:290px;margin:-3rem max(-3vw,-32px) 1rem;background:#f3f1ec}.shutters-shape-hero>div{padding:2.4rem max(3vw,32px);align-self:center}.shutters-shape-hero h2{font-size:clamp(2.6rem,4.5vw,4.8rem);text-transform:uppercase}.shutters-shape-hero h2 em{display:block;color:var(--sh-gold);font-style:normal;text-transform:none;font-size:.68em}.shutters-shape-hero img{width:100%;height:100%;object-fit:cover}.shape-note{display:flex;align-items:center;gap:1rem;max-width:650px;padding:.8rem 1rem;border:1px solid #ddd6ca;border-radius:5px;font-size:.78rem}.shape-note:first-letter{font-size:2rem;color:var(--sh-gold)}.shape-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.shape-grid article{border:1px solid #ddd;border-radius:5px;overflow:hidden;background:#fff}.shape-grid img{width:100%;height:105px;object-fit:cover}.shape-grid article:nth-child(3n) img{object-position:right}.shape-grid h3{margin:.3rem .7rem 0;padding-left:.5rem;border-left:4px solid #1e7b2e;color:#174d26;font-size:1.05rem}.shape-grid article:nth-child(even) h3{border-color:#174d9c;color:#183f7d}.shape-grid p{margin:.2rem .7rem .7rem;font-size:.68rem;line-height:1.35}.shutters-dark{background:#050505;color:#fff;padding-top:2.5rem;padding-bottom:1rem}.shutters-dark .shutters-section-head h2{font-size:2rem}.shutters-dark .shutters-section-head p{color:#ddd}.finish-panel{margin:0 0 .8rem;padding:1rem;border:2px solid var(--sh-gold);border-radius:6px}.finish-title{display:flex;align-items:center;justify-content:space-between;gap:1rem}.finish-title h3{font-size:1.45rem;text-transform:uppercase}.finish-title span{color:#ddd;font-size:.72rem;text-transform:uppercase}.finish-swatches{display:grid;gap:.8rem;margin:1rem 0}.finish-swatches.paint{grid-template-columns:repeat(8,1fr)}.finish-swatches.stain{grid-template-columns:repeat(10,1fr)}.finish-swatches>div{text-align:center}.finish-swatches i{display:block;height:75px;border:1px solid #777;border-radius:3px;background:#fafafa}.finish-swatches b{display:block;margin-top:.4rem;font-size:.68rem;font-weight:500}.finish-swatches.paint>div:nth-child(2) i{background:#f7f5ef}.finish-swatches.paint>div:nth-child(3) i{background:#eeeae0}.finish-swatches.paint>div:nth-child(4) i{background:#f0e7d4}.finish-swatches.paint>div:nth-child(5) i{background:#eadfc9}.finish-swatches.paint>div:nth-child(6) i{background:#e5ded0}.finish-swatches.paint>div:nth-child(7) i{background:#ddd5c8}.finish-swatches.paint>div:nth-child(8) i{background:#d8c4a2}.finish-swatches.stain>div:nth-child(1) i{background:#bd8c56}.finish-swatches.stain>div:nth-child(2) i{background:#a85c13}.finish-swatches.stain>div:nth-child(3) i{background:#914707}.finish-swatches.stain>div:nth-child(4) i{background:#6f310b}.finish-swatches.stain>div:nth-child(5) i{background:#6f170e}.finish-swatches.stain>div:nth-child(6) i{background:#8e1e0d}.finish-swatches.stain>div:nth-child(7) i{background:#6d350f}.finish-swatches.stain>div:nth-child(8) i{background:#351b0f}.finish-swatches.stain>div:nth-child(9) i{background:#40160e}.finish-swatches.stain>div:nth-child(10) i{background:#111}.finish-panel>p{font-size:.75rem}.finish-panel>p em{color:var(--sh-gold);font-style:normal}.shutters-hardware-gallery{display:grid;grid-template-columns:.34fr .66fr;gap:.8rem;padding-top:.2rem}.hardware-panel,.shutters-gallery{border:2px solid var(--sh-gold);border-radius:6px;padding:1rem}.hardware-panel h2,.shutters-gallery h2{font-size:1.5rem;text-transform:uppercase}.hardware-panel h3{font:700 .8rem Inter,system-ui,sans-serif;color:var(--sh-gold);text-transform:uppercase}.hardware-panel ul{columns:2;font-size:.76rem}.hinge-art{height:120px;display:grid;place-items:center;color:#ddd;font-size:6rem}.shutters-gallery>div{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.shutters-gallery figure{margin:0}.shutters-gallery figure.wide{grid-column:1/-1}.shutters-gallery img{width:100%;height:155px;object-fit:cover}.shutters-gallery .wide img{height:190px}.shutters-gallery figcaption{text-align:center;font-size:.68rem}.shutters-catalogs{background:#f5f3ee}.shutters-cta{padding:2.5rem max(3vw,32px);display:flex;justify-content:space-between;align-items:center;gap:2rem;background:#161a18;color:#fff}.shutters-cta h2{font-size:2rem}.shutters-cta p{color:#ccd2ce}.shutters-cta>a{padding:.8rem 1.2rem;background:var(--sh-gold);border-radius:4px;color:#fff;font-weight:800}
@media(max-width:1050px){.shutters-portal-card{position:relative;right:auto;top:auto;width:100%;max-width:420px;margin:2rem 0 0}.shutters-hero{display:block}.shutters-hero-copy{width:100%}.shutters-subnav{top:76px}.shutters-feature-grid{grid-template-columns:1fr 1fr}.shutters-trust-row{grid-template-columns:repeat(3,1fr)}.operating-grid{grid-template-columns:1fr 1fr}.frame-grid{grid-template-columns:1fr 1fr}.shape-grid{grid-template-columns:repeat(3,1fr)}.finish-swatches.paint{grid-template-columns:repeat(4,1fr)}.finish-swatches.stain{grid-template-columns:repeat(5,1fr)}}
@media(max-width:700px){.shutters-section{padding:2.5rem 14px}.shutters-hero{padding:2.8rem 1rem}.shutters-hero-copy p{font-size:.95rem}.shutters-subnav{justify-content:flex-start}.shutters-feature-grid,.operating-grid,.frame-grid,.shutters-hardware-gallery{grid-template-columns:1fr}.shutters-trust-row{grid-template-columns:1fr 1fr}.shutters-trust-row>div{border-bottom:1px solid #ddd6ca}.shutters-shape-hero{grid-template-columns:1fr;margin:-2.5rem -14px 1rem}.shutters-shape-hero img{height:220px}.shape-grid{grid-template-columns:1fr 1fr}.finish-title{display:block}.finish-swatches.paint,.finish-swatches.stain{grid-template-columns:repeat(2,1fr)}.shutters-cta{display:block;padding:2rem 1rem}.shutters-cta>a{display:inline-block;margin-top:1rem}}

/* Exact image crops from the supplied Shutters reference PNG files. */
.shutters-hero{background:linear-gradient(90deg,rgba(2,4,3,.97) 0%,rgba(2,4,3,.84) 31%,rgba(2,4,3,.08) 58%),url('assets/shutters-reference/hero-room.jpg') right center/70% 100% no-repeat,#050505}
.operating-image{display:block;width:100%;height:92px;margin:.7rem 0;object-fit:fill;background:#fff}
.frame-image{display:block;width:calc(100% - 55px);height:120px;margin:.7rem 0 .7rem 55px;object-fit:fill}
.hardware-image.hinge{display:block;width:130px;height:145px;margin:.7rem auto;object-fit:contain}
.magnet-images{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.magnet-images figure{margin:0;text-align:center}.magnet-images img{width:100%;height:105px;object-fit:contain}.magnet-images figcaption{font-size:.68rem}
.shutters-gallery>p{margin:.65rem 0 0;color:#ddd;font-size:.7rem}.shutters-gallery>div{grid-template-columns:repeat(3,1fr)}.shutters-gallery figure:nth-child(4),.shutters-gallery figure:nth-child(5){grid-column:span 1}.shutters-gallery figure:nth-child(n+4) img{height:170px}
@media(max-width:700px){.shutters-hero{background:linear-gradient(rgba(2,4,3,.72),rgba(2,4,3,.72)),url('assets/shutters-reference/hero-room.jpg') center/cover}.frame-image{height:auto}.shutters-gallery>div{grid-template-columns:1fr 1fr}.shutters-gallery figure:nth-child(5){grid-column:1/-1}}

/* ===================================================
   ROLLER SHADES — supplied reference page
   =================================================== */
.roller-page{background:#f7f7f5}.roller-main{--roller-gold:#d77f00;color:#111}.roller-main h1,.roller-main h2,.roller-main h3{font-family:"Arial Narrow",Arial,sans-serif;letter-spacing:0}.roller-hero{min-height:475px;display:grid;grid-template-columns:39% 61%;position:relative;background:#fff}.roller-hero-copy{z-index:2;padding:1.1rem 2.2rem 1rem 2.3rem;background:linear-gradient(100deg,#fff 0%,#fff 88%,rgba(255,255,255,.8) 100%)}.roller-crumb{font-size:.73rem}.roller-crumb b{color:var(--roller-gold)}.roller-hero h1{margin:2rem 0 .2rem;font-size:clamp(3rem,4.7vw,4.5rem);font-weight:800;text-transform:uppercase}.roller-hero h2{margin:0;color:var(--roller-gold);font-size:clamp(1.7rem,2.7vw,2.65rem);font-weight:500}.roller-hero-copy>i{display:block;width:100%;height:2px;background:var(--roller-gold);margin:1rem 0 1.2rem}.roller-hero-copy>p{font-size:1rem;line-height:1.7}.roller-hero-photo{background:url('assets/roller-reference/hero-room.jpg') center/cover no-repeat}.roller-portal-card{top:55px;right:1.4%;width:min(266px,25vw)}.roller-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.8rem}.roller-benefits>div{min-height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #e2b86f}.roller-benefits>div:last-child{border:0}.roller-benefits b{width:50px;height:50px;display:grid;place-items:center;border:2px solid var(--roller-gold);border-radius:50%;color:var(--roller-gold);font-size:1.25rem}.roller-benefits span{margin-top:.45rem;font-size:.72rem;text-transform:uppercase;font-weight:700}.roller-section{margin:12px 18px 0;padding:1rem;border:1px solid #dedede;background:#fff}.roller-section-title{display:flex;align-items:baseline;gap:1rem;margin-bottom:.7rem}.roller-section-title h2{margin:0;color:var(--roller-gold);font-size:1.3rem;text-transform:uppercase}.roller-section-title p{margin:0;font-size:.75rem}.roller-top-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.65rem}.roller-top-grid article,.roller-rail-grid article{padding:.75rem;border:1px solid #ddd;border-radius:3px;text-align:center;background:#fff}.roller-top-grid h3,.roller-rail-grid h3,.roller-side-grid h3{min-height:35px;margin:0 0 .45rem;font-size:.82rem;line-height:1.3}.roller-top-grid h3 small,.roller-side-grid h3 small{font-size:.72rem}.roller-top-grid img{width:100%;height:175px;object-fit:contain}.roller-top-grid p,.roller-rail-grid p{font-size:.7rem;line-height:1.5}.roller-options-row{margin:10px 18px 15px;display:grid;grid-template-columns:58% 42%;border:1px solid #ddd;background:#fff}.roller-option-panel{padding:1rem}.roller-side{border-left:1px solid #ddd}.roller-rail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.roller-rail-grid img{width:100%;height:100px;object-fit:contain}.roller-why{margin-top:.8rem;border-top:1px solid #ddd;padding-top:.7rem}.roller-why h2{color:var(--roller-gold);font-size:1.2rem;text-transform:uppercase}.roller-why ul{display:grid;grid-template-columns:1fr 1fr;gap:.3rem 2rem;padding:0;list-style:none;font-size:.7rem}.roller-why li:before{content:"✓";color:var(--roller-gold);font-weight:900;margin-right:.65rem}.roller-side-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:1rem;text-align:center}.roller-side-grid img{width:100%;height:275px;object-fit:contain}.roller-catalog{padding:3rem max(3vw,32px);background:#f2f0eb}.roller-catalog>div:first-child{text-align:center;margin-bottom:1.5rem}.roller-catalog span,.roller-cta span{color:var(--roller-gold);text-transform:uppercase;font-size:.75rem;font-weight:800;letter-spacing:.08em}.roller-catalog h2{font-size:2.3rem}.roller-cta{padding:2.5rem max(3vw,32px);display:flex;justify-content:space-between;align-items:center;gap:2rem;background:#151917;color:#fff}.roller-cta h2{font-size:2rem}.roller-cta p{color:#ccd2ce}.roller-cta>a{padding:.8rem 1.1rem;border-radius:4px;background:var(--roller-gold);color:#fff;font-weight:800}
@media(max-width:1000px){.roller-hero{grid-template-columns:1fr}.roller-hero-copy{padding:2rem}.roller-hero-photo{min-height:370px}.roller-portal-card{position:absolute;top:auto;bottom:30px;right:3%;width:330px}.roller-top-grid{grid-template-columns:repeat(3,1fr)}.roller-options-row{grid-template-columns:1fr}.roller-side{border-left:0;border-top:1px solid #ddd}}
@media(max-width:650px){.roller-hero-copy{padding:1.2rem 1rem}.roller-hero h1{margin-top:1.2rem;font-size:2.55rem}.roller-hero-photo{min-height:300px}.roller-portal-card{position:relative;bottom:auto;right:auto;grid-row:3;width:auto;max-width:none;margin:0 1rem 1rem}.roller-benefits{grid-template-columns:1fr 1fr}.roller-benefits>div:nth-child(2){border-right:0}.roller-benefits>div:nth-child(-n+2){border-bottom:1px solid #e2b86f}.roller-section,.roller-options-row{margin-left:10px;margin-right:10px}.roller-section-title{display:block}.roller-top-grid,.roller-rail-grid{grid-template-columns:1fr 1fr}.roller-top-grid article:last-child{grid-column:1/-1}.roller-why ul{grid-template-columns:1fr}.roller-side-grid{grid-template-columns:1fr 1fr}.roller-catalog{padding:2.5rem 14px}.roller-cta{display:block;padding:2rem 1rem}.roller-cta>a{display:inline-block;margin-top:1rem}}
.compat-anchor{display:block;height:0;scroll-margin-top:120px}
.roller-hero .roller-portal-card h2{margin:0 0 .8rem;color:#fff;font:600 1.15rem/1.2 Inter,system-ui,sans-serif;text-transform:uppercase}
.roller-hero .roller-portal-card>p{display:block;color:#fff;font:400 .84rem/1.5 Inter,system-ui,sans-serif}
.roller-hero .roller-portal-card .lv-portal-more{color:#fff;font-family:Inter,system-ui,sans-serif}
.roller-hero-copy h1{font-family:"Arial Narrow",Impact,sans-serif;font-size:clamp(2.9rem,4vw,3.8rem);white-space:nowrap}
.roller-hero .roller-portal-card h2{font-size:.98rem;white-space:nowrap}
@media(max-width:650px){.roller-hero-copy h1{white-space:normal}}

/* ===================================================
   GLOBAL TYPOGRAPHY SYSTEM
   Elegant display serif + highly readable system sans
   =================================================== */
:root{
  --font-display:Georgia,"Times New Roman",Times,serif;
  --font-body:"Segoe UI",Aptos,Arial,Helvetica,sans-serif;
}
body,button,input,textarea,select{font-family:var(--font-body)}
h1,h2,h3,h4,h5,h6,
.roller-main h1,.roller-main h2,.roller-main h3,
.shutters-main h1,.shutters-main h2,.shutters-main h3{
  font-family:var(--font-display);
  font-weight:500;
  letter-spacing:-.018em;
}
p,li,label,input,textarea,select,button,.btn,
.announcement,.lv-nav-links,.shutters-subnav,
.eyebrow,.roller-crumb,.shutters-crumb,
.catalog-spec,.catalog-view-badge{font-family:var(--font-body)}
.lv-nav-links,.btn,button,.eyebrow,
.shutters-subnav,.catalog-spec,.catalog-view-badge{letter-spacing:.015em}
.lv-nav-links,.btn,button{font-weight:700}
.roller-hero-copy h1{font-family:var(--font-display);font-weight:500;letter-spacing:-.025em}
.roller-hero-copy h2,.roller-section-title h2,
.roller-why h2,.finish-title h3,
.hardware-panel h3,.feature-copy h3,
.operating-grid h3,.frame-grid h3{
  font-family:var(--font-body);
  font-weight:700;
  letter-spacing:.01em;
}
.lv-portal-card h2,.roller-hero .roller-portal-card h2{
  font-family:var(--font-body);
  font-weight:600;
  letter-spacing:0;
}
.lv-nav-shell{max-width:100%}.lv-nav-links{min-width:0}
@media(min-width:981px) and (max-width:1350px){
  .lv-nav-shell{gap:.8rem}
  .lv-header .brand{flex-basis:245px}
  .lv-header .brand-logo{width:225px}
  .lv-nav-links{gap:.25rem}
  .lv-nav-item{gap:.35rem;font-size:.7rem}
  .lv-nav-item svg{width:24px;height:24px}
}

/* Shared Smart Portal card dimensions and button interactions. */
.lv-home-main .lv-portal-card,
.shutters-main .lv-portal-card,
.roller-main .lv-portal-card{
  width:300px;
  height:374px;
  min-height:374px;
  max-width:calc(100% - 32px);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.lv-portal-card .lv-login{
  flex:0 0 56px;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.lv-portal-card .lv-login:hover,
.lv-portal-card .lv-login:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.08);
  box-shadow:0 9px 20px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.3);
}
.lv-portal-card .lv-login:focus-visible{outline:2px solid #fff;outline-offset:3px}
.lv-portal-card .lv-login.pending{cursor:not-allowed}
.lv-portal-card .lv-login.pending:hover{filter:brightness(1.04)}
.lv-portal-card .lv-portal-more{margin-top:auto}
@media(max-width:650px){
  .lv-home-main .lv-portal-card,
  .shutters-main .lv-portal-card,
  .roller-main .lv-portal-card{width:300px;height:374px;min-height:374px;margin-left:auto;margin-right:auto}
  .home-page .lv-home-main .lv-portal-card{display:none}
  .home-page .lv-hours{font-size:.55rem}
}

/* Mobile navigation drawer */
.lv-mobile-menu{display:none}
@media(max-width:980px){
  body.lv-mobile-menu-open{overflow:hidden}
  .lv-nav-links{display:none!important}
  .lv-mobile-menu{position:fixed;inset:0;z-index:1000;display:block;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}
  .lv-mobile-menu.open{visibility:visible;opacity:1}
  .lv-mobile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.67);backdrop-filter:blur(4px)}
  .lv-mobile-drawer{position:absolute;top:0;right:0;width:min(100%,560px);height:100%;overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(145deg,#0c1114,#050708);color:#fff;box-shadow:-16px 0 45px rgba(0,0,0,.38);transform:translateX(100%);transition:transform .28s ease}
  .lv-mobile-menu.open .lv-mobile-drawer{transform:translateX(0)}
  .lv-mobile-head{position:relative;min-height:202px;padding:20px 28px 16px;border-bottom:1px solid #51565a;text-align:center}
  .lv-mobile-head>img{width:300px;max-width:72%;height:80px;object-fit:contain;filter:sepia(.25) saturate(1.3)}
  .lv-mobile-head>p{margin:2px 0 0;max-width:270px;color:#f8f8f8;font-size:.88rem;font-weight:650;line-height:1.35;letter-spacing:.045em;text-align:center}
  .lv-mobile-close{position:absolute;z-index:1;top:16px;right:18px;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:2rem;cursor:pointer}
  .lv-mobile-dealer{position:absolute;right:28px;bottom:22px;min-width:205px;min-height:72px;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 15px;border:1px solid #f2cb6d;border-radius:9px;background:linear-gradient(145deg,#ffe89e,#daa733);box-shadow:0 5px 10px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.8);color:#080a0b;font-size:1rem;text-align:left;text-transform:none}
  .lv-mobile-dealer>i:first-child{font-size:1.7rem}.lv-mobile-dealer>i:last-child{font-size:1.35rem}
  .lv-mobile-nav{display:block}
  .lv-mobile-row{width:100%;min-height:64px;margin:0!important;padding:0 25px!important;border:0;border-bottom:1px solid #383e41;background:transparent;color:#fff!important;display:grid!important;grid-template-columns:56px 1fr 24px;align-items:center;gap:8px;font:700 1.12rem var(--font-body);text-align:left;text-transform:none;cursor:pointer}
  .lv-mobile-row>i:first-child{font-size:1.65rem}.lv-mobile-row>i:last-child{font-size:1.25rem;justify-self:end}
  .lv-mobile-products-toggle{background:linear-gradient(90deg,#a87317,#5f431b);border-top:1px solid #d7a84a;border-bottom-color:#d7a84a}
  .lv-mobile-products-toggle>i:last-child{color:#ffd766;transition:transform .2s}.lv-mobile-products-toggle:not(.is-open)>i:last-child{transform:rotate(-90deg)}
  .lv-mobile-products{display:block}.lv-mobile-products.is-collapsed{display:none}
  .lv-mobile-product{position:relative;min-height:138px;margin:0!important;padding:10px 26px!important;border-bottom:1px solid #383e41;color:#fff!important;display:grid!important;grid-template-columns:122px 1fr 18px;align-items:start;gap:17px;text-transform:none}
  .lv-mobile-product>img{width:122px;height:112px;margin:0;object-fit:cover;border-radius:3px}
  .lv-mobile-product>span{min-width:0}.lv-mobile-product>span>b{display:flex;align-items:center;gap:13px;margin:1px 0 5px;font-size:1.14rem}.lv-mobile-product>span>b i{width:24px;font-size:1.35rem;text-align:center}
  .lv-mobile-product small{display:block;color:#ececec;font-size:.82rem;line-height:1.42;letter-spacing:.005em}
  .lv-mobile-product>i:last-child{align-self:start;margin-top:16px;font-size:1.15rem}
  .lv-mobile-interior{min-height:0;padding-bottom:8px!important}.lv-mobile-interior>span>b{margin-bottom:10px}.lv-mobile-interior>span>a{position:relative;display:block!important;margin:0 0 13px!important;padding:0 0 0 44px!important;color:#fff!important}.lv-mobile-interior>span>a:last-child{margin-bottom:0!important}.lv-mobile-interior>span>a strong{display:block;font-size:.98rem;margin-bottom:3px}.lv-mobile-interior>span>a strong i{position:absolute;left:3px;top:1px;width:26px;text-align:center;font-size:1.2rem}.lv-mobile-interior>span>a small{font-size:.77rem;color:#e5e5e5}
  .lv-mobile-logins{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:11px;background:#080b0d}
  .lv-mobile-logins>a{min-height:82px;margin:0!important;padding:11px 13px!important;border:1px solid #e1b74e;border-radius:10px;background:linear-gradient(145deg,#ffe58d,#d9a72f);color:#080a0b!important;display:grid!important;grid-template-columns:40px 1fr 15px;align-items:center;gap:9px;text-transform:none}
  .lv-mobile-logins>a.pending{border-color:#434b52;background:linear-gradient(145deg,#313940,#171c20);color:#fff!important;cursor:not-allowed}.lv-mobile-logins>a>i:first-child{font-size:1.6rem;text-align:center}.lv-mobile-logins>a>i:last-child{font-size:1.1rem}.lv-mobile-logins b{display:block;font-size:.9rem;text-transform:uppercase}.lv-mobile-logins small{display:block;margin-top:3px;font-size:.67rem;line-height:1.25}
}
@media(max-width:560px){
  .lv-mobile-head{min-height:206px;padding-left:16px;padding-right:16px;text-align:left}.lv-mobile-head>img{width:255px;height:70px;max-width:68%}.lv-mobile-head>p{max-width:53%;font-size:.76rem;text-align:center}.lv-mobile-dealer{right:15px;bottom:24px;min-width:42%;min-height:66px;font-size:.78rem;gap:8px;padding:9px}.lv-mobile-close{right:8px}
  .lv-mobile-row{min-height:58px;padding:0 18px!important;grid-template-columns:45px 1fr 18px;font-size:1rem}.lv-mobile-row>i:first-child{font-size:1.4rem}
  .lv-mobile-product{grid-template-columns:92px 1fr 12px;gap:11px;padding:10px 16px!important}.lv-mobile-product>img{width:92px;height:94px}.lv-mobile-product>span>b{font-size:.98rem;gap:8px}.lv-mobile-product small{font-size:.7rem}.lv-mobile-interior{min-height:0}.lv-mobile-interior>span>a{padding-left:34px!important}.lv-mobile-interior>span>a strong{font-size:.86rem}.lv-mobile-interior>span>a small{font-size:.66rem}
  .lv-mobile-logins{gap:7px;padding:8px}.lv-mobile-logins>a{min-height:78px;padding:8px!important;grid-template-columns:31px 1fr 10px;gap:6px}.lv-mobile-logins>a>i:first-child{font-size:1.35rem}.lv-mobile-logins b{font-size:.75rem}.lv-mobile-logins small{font-size:.58rem}
}

