/* GlaziVue Site Design System v1.0.0
   Products Page is the visual reference and is intentionally left mostly untouched. */
:root{
  --gvds-ink:#081b2c;
  --gvds-ink-2:#0e2233;
  --gvds-navy:#12334f;
  --gvds-blue:#1d6da1;
  --gvds-blue-light:#58b9e8;
  --gvds-pale:#eef4f7;
  --gvds-soft:#f6f9fa;
  --gvds-line:#cbd7df;
  --gvds-muted:#536b7d;
  --gvds-white:#fff;
  --gvds-max:1320px;
  --gvds-head:var(--font-head,"Manrope",Arial,sans-serif);
  --gvds-body:var(--font-body,"DM Sans",Arial,sans-serif);
}

.glazivue-site-system-active{color:var(--gvds-ink);font-family:var(--gvds-body);background:#fff}
.glazivue-site-system-active *{box-sizing:border-box}
.glazivue-site-system-active main{overflow:hidden}
.glazivue-site-system-active a{text-underline-offset:4px}

/* Header */
.glazivue-site-system-active .site-header{border-bottom:1px solid var(--gvds-line);background:rgba(255,255,255,.96);box-shadow:none}
.glazivue-site-system-active .header-inner{width:min(var(--gvds-max),calc(100% - 64px));min-height:78px;margin-inline:auto;padding-inline:0}
.glazivue-site-system-active .brand-name{font-family:var(--gvds-head);letter-spacing:.055em}
.glazivue-site-system-active .primary-nav a{position:relative;color:var(--gvds-ink);font-size:.76rem;font-weight:750;letter-spacing:.015em}
.glazivue-site-system-active .primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--gvds-blue);transition:right .2s ease}
.glazivue-site-system-active .primary-nav a:hover:after,.glazivue-site-system-active .primary-nav .current-menu-item>a:after{right:0}
.glazivue-site-system-active .header-cta{min-height:44px;padding:11px 18px;border-radius:0;background:var(--gvds-ink);font-size:.72rem;font-weight:800}
.glazivue-site-system-active .header-cta:hover{background:var(--gvds-blue)}

/* Common WordPress page shell */
.glazivue-site-system-active:not(.glazivue-products-active) .page-hero{padding:72px 0 62px;background:linear-gradient(120deg,#f3f6f7,#eef4f7)}
.glazivue-site-system-active:not(.glazivue-products-active) .page-hero h1{max-width:940px;font:700 clamp(3rem,5.2vw,5.15rem)/1.01 var(--gvds-head);letter-spacing:-.055em}
.glazivue-site-system-active:not(.glazivue-products-active) .page-content{width:min(var(--gvds-max),calc(100% - 64px));margin-inline:auto}

/* Phase 1 and 2 content templates */
.glazivue-site-system-active:not(.glazivue-products-active) .entry-content>.gv-hero,
.glazivue-site-system-active:not(.glazivue-products-active) main>.gv-hero{
  max-width:none!important;margin:0!important;padding:clamp(66px,7vw,96px) max(24px,calc((100% - var(--gvds-max))/2))!important;
  background:linear-gradient(120deg,#f3f6f7,#eef4f7)!important;
}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-hero h1{max-width:940px!important;margin:14px 0 20px!important;font:700 clamp(3rem,5.2vw,5.15rem)/1.01 var(--gvds-head)!important;letter-spacing:-.055em!important;color:var(--gvds-ink)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-hero>p:not(.gv-eyebrow){max-width:780px!important;color:var(--gvds-muted)!important;font-size:1.08rem!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-eyebrow{color:var(--gvds-blue)!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.16em!important}
.glazivue-site-system-active:not(.glazivue-products-active) .entry-content>.gv-section,
.glazivue-site-system-active:not(.glazivue-products-active) main>.gv-section{max-width:var(--gvds-max)!important;margin-inline:auto!important;padding:82px 24px!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-section h2{max-width:880px;margin:0 0 30px;font:700 clamp(2.15rem,3.7vw,3.8rem)/1.05 var(--gvds-head);letter-spacing:-.05em;color:var(--gvds-ink)}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-card-grid{gap:18px!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-card{border:1px solid var(--gvds-line)!important;border-radius:0!important;padding:32px!important;background:#fff!important;box-shadow:0 10px 30px rgba(8,27,44,.045)}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-card-featured{border-color:#6caad0!important;background:#edf6fb!important;box-shadow:0 18px 42px rgba(29,109,161,.12)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-card h3{font-family:var(--gvds-head)!important;letter-spacing:-.025em!important;color:var(--gvds-ink)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-card p,.glazivue-site-system-active:not(.glazivue-products-active) .gv-card li{color:var(--gvds-muted)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:12px 21px!important;border:1px solid var(--gvds-ink)!important;border-radius:0!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:.015em!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-btn-primary{background:var(--gvds-ink)!important;color:#fff!important}.glazivue-site-system-active:not(.glazivue-products-active) .gv-btn-primary:hover{background:var(--gvds-blue)!important;border-color:var(--gvds-blue)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-btn-secondary{background:transparent!important;color:var(--gvds-ink)!important}.glazivue-site-system-active:not(.glazivue-products-active) .gv-btn-secondary:hover{background:var(--gvds-ink)!important;color:#fff!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-spec-grid{gap:0!important;border-top:1px solid var(--gvds-line)!important;border-left:1px solid var(--gvds-line)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-spec-grid>div{min-height:126px;border:0!important;border-right:1px solid var(--gvds-line)!important;border-bottom:1px solid var(--gvds-line)!important;border-radius:0!important;padding:24px!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-table-wrap{border:1px solid var(--gvds-line)!important;border-radius:0!important;box-shadow:0 16px 42px rgba(8,27,44,.07)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-table th{background:var(--gvds-ink)!important;color:#fff!important}.glazivue-site-system-active:not(.glazivue-products-active) .gv-table td{border-color:var(--gvds-line)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-step{border-left:2px solid var(--gvds-blue-light)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-cta-panel{max-width:var(--gvds-max)!important;border-radius:0!important;background:var(--gvds-navy)!important;color:#fff!important;padding:clamp(40px,5vw,64px)!important}
.glazivue-site-system-active:not(.glazivue-products-active) .gv-cta-panel h2,.glazivue-site-system-active:not(.glazivue-products-active) .gv-cta-panel p{color:#fff!important}

/* Phase 3 completion pages */
.glazivue-site-system-active .gv3{--ink:var(--gvds-ink);--muted:var(--gvds-muted);--line:var(--gvds-line);--soft:var(--gvds-soft);--accent:var(--gvds-blue);max-width:var(--gvds-max)!important;padding:82px 24px!important}
.glazivue-site-system-active .gv3.hero{max-width:none!important;padding:clamp(66px,7vw,96px) max(24px,calc((100% - var(--gvds-max))/2))!important;background:linear-gradient(120deg,#f3f6f7,#eef4f7)}
.glazivue-site-system-active .gv3 h1{max-width:940px;font:700 clamp(3rem,5.2vw,5.15rem)/1.01 var(--gvds-head);letter-spacing:-.055em}
.glazivue-site-system-active .gv3 h2{max-width:880px;font:700 clamp(2.15rem,3.7vw,3.8rem)/1.05 var(--gvds-head);letter-spacing:-.05em}
.glazivue-site-system-active .gv3 h3{font-family:var(--gvds-head);letter-spacing:-.025em}
.glazivue-site-system-active .gv3 .eyebrow{font-size:.72rem;letter-spacing:.16em;color:var(--gvds-blue)}
.glazivue-site-system-active .gv3 .card{border-radius:0!important;padding:32px!important;box-shadow:0 10px 30px rgba(8,27,44,.045)}
.glazivue-site-system-active .gv3.band{max-width:var(--gvds-max)!important;background:var(--gvds-pale)!important;border-radius:0!important}
.glazivue-site-system-active .gv3 .btn{min-height:48px;padding:12px 21px;border-radius:0!important;font-size:.76rem;letter-spacing:.015em}
.glazivue-site-system-active .gv3 .primary{background:var(--gvds-ink)!important}.glazivue-site-system-active .gv3 .primary:hover{background:var(--gvds-blue)!important}
.glazivue-site-system-active .gv3 .note{border-left:3px solid var(--gvds-blue-light)!important;background:var(--gvds-pale)!important}

/* Homepage alignment */
.glazivue-site-system-active .gv-home-v2{--hv-max:var(--gvds-max);--ink:var(--gvds-ink);--blue:var(--gvds-blue);--muted:var(--gvds-muted);--line:var(--gvds-line)}
.glazivue-site-system-active .hv-shell{width:min(var(--gvds-max),calc(100% - 64px))}
.glazivue-site-system-active .hv-hero{background:linear-gradient(120deg,#f3f6f7,#eef4f7)}
.glazivue-site-system-active .hv-hero-copy h1{font-size:clamp(3.2rem,4.6vw,5rem)}
.glazivue-site-system-active .hv-path-card,.glazivue-site-system-active .hv-application-grid article,.glazivue-site-system-active .hv-model-grid article{border-radius:0}
.glazivue-site-system-active .hv-process{background:var(--gvds-ink)}
.glazivue-site-system-active .hv-closing{background:var(--gvds-navy)}

/* Inquiry alignment */
.glazivue-site-system-active .gvi-page{--ink:var(--gvds-ink);--blue:var(--gvds-blue);--muted:var(--gvds-muted);--line:var(--gvds-line);background:var(--gvds-pale)}
.glazivue-site-system-active .gvi-shell{width:min(var(--gvds-max),calc(100% - 64px))}
.glazivue-site-system-active .gvi-intro h1{font-size:clamp(3rem,4.6vw,5rem)}
.glazivue-site-system-active .gvi-form-card{box-shadow:0 18px 48px rgba(8,27,44,.09)}
.glazivue-site-system-active .gvi-scope{background:var(--gvds-ink)}

/* Footer */
.glazivue-site-system-active .site-footer{background:var(--gvds-ink);border-top:0}
.glazivue-site-system-active .footer-grid,.glazivue-site-system-active .footer-bottom{width:min(var(--gvds-max),calc(100% - 64px));margin-inline:auto}
.glazivue-site-system-active .site-footer h3{color:#fff;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase}
.glazivue-site-system-active .site-footer a,.glazivue-site-system-active .site-footer p{color:#a9c1cf}
.glazivue-site-system-active .site-footer a:hover{color:#fff}
.glazivue-site-system-active .footer-cta{color:#fff!important;border-bottom:1px solid #52768d}
.glazivue-site-system-active .footer-bottom{border-top:1px solid #365265;color:#91aaba}

/* Tablet and mobile */
@media(max-width:1000px){
  .glazivue-site-system-active .header-inner,.glazivue-site-system-active .footer-grid,.glazivue-site-system-active .footer-bottom{width:calc(100% - 40px)}
}
@media(max-width:760px){
  .glazivue-site-system-active .header-inner{width:calc(100% - 32px);min-height:68px}
  .glazivue-site-system-active:not(.glazivue-products-active) .entry-content>.gv-hero,.glazivue-site-system-active:not(.glazivue-products-active) main>.gv-hero{padding:56px 16px!important}
  .glazivue-site-system-active:not(.glazivue-products-active) .entry-content>.gv-section,.glazivue-site-system-active:not(.glazivue-products-active) main>.gv-section,.glazivue-site-system-active .gv3{padding:58px 16px!important}
  .glazivue-site-system-active .gv3.hero{padding:56px 16px!important}
  .glazivue-site-system-active:not(.glazivue-products-active) .gv-card,.glazivue-site-system-active .gv3 .card{padding:25px!important}
  .glazivue-site-system-active:not(.glazivue-products-active) .gv-cta-row,.glazivue-site-system-active .gv3 .actions{flex-direction:column;align-items:stretch}
  .glazivue-site-system-active:not(.glazivue-products-active) .gv-btn,.glazivue-site-system-active .gv3 .btn{width:100%}
  .glazivue-site-system-active .hv-shell,.glazivue-site-system-active .gvi-shell{width:calc(100% - 32px)}
  .glazivue-site-system-active .footer-grid,.glazivue-site-system-active .footer-bottom{width:calc(100% - 32px)}
}

@media(prefers-reduced-motion:reduce){.glazivue-site-system-active *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

