
/* This landing page is self-contained: suppress the active WordPress/Divi theme header
   only on pages that contain .glhe, preventing a double navigation. */
/* Labschool owns the page chrome on any page containing .glhe. */
body:has(.glhe) #main-header,
body:has(.glhe) .et-l--header,
body:has(.glhe) .et_builder_inner_content > .et_pb_section:first-child,
body:has(.glhe) .site-header,
body:has(.glhe) .wp-site-blocks > header,
body:has(.glhe) .entry-title,
body:has(.glhe) .page-title,
body:has(.glhe) .et_pb_post_title,
body:has(.glhe) .et_pb_title_container,
body:has(.glhe) .et_post_meta_wrapper > h1,
body:has(.glhe) .wp-block-post-title,
body:has(.glhe) .post-title,
body:has(.glhe) #main-footer,
body:has(.glhe) .et-l--footer,
body:has(.glhe) footer:not(.glhe-footer),
body:has(.glhe) #footer-bottom,
body:has(.glhe) .et_pb_footer{display:none!important}
body:has(.glhe){overflow-x:hidden!important;margin-top:0!important;padding-top:0!important}
body:has(.glhe) #page-container,
body:has(.glhe) #et-boc,
body:has(.glhe) #et-main-area,
body:has(.glhe) .et-l--body,
body:has(.glhe) .et_pb_section,
body:has(.glhe) .et_pb_row,
body:has(.glhe) .et_pb_column{padding-top:0!important;margin-top:0!important}
body:has(.glhe) #et-boc,body:has(.glhe) #et-boc .et-l,body:has(.glhe) #et-main-area{padding-top:0!important;margin-top:0!important}
.glhe-header{margin-top:0!important}

/* Full-bleed canvas: the visual background reaches the viewport edges while
   .glhe-container keeps text/cards at a controlled premium reading width. */
.glhe{margin-top:0!important;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:0;overflow:hidden;--maroon:#8b1518;--maroon2:#5b0b0d;--accent:#a5161b;--ivory:#fbf9f5;--cream:#f5efe8;--ink:#2b2929;--muted:#5f5a58;--line:#e2d5c7;--white:#fff;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--ivory);line-height:1.65}
.glhe,.glhe *{box-sizing:border-box}.glhe{overflow-x:clip}.glhe a{color:inherit}.glhe-container{width:min(1080px,calc(100% - 48px));margin:auto}
.glhe-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 3px 14px rgba(50,30,20,.05);backdrop-filter:blur(8px)}
.glhe-header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.glhe-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.glhe-brand img{width:44px;height:44px;object-fit:contain}.glhe-brand strong{display:block;letter-spacing:.06em;font-size:15px}.glhe-brand small{display:block;color:var(--maroon);letter-spacing:.12em;font-size:9px;font-weight:700}
.glhe-nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:700}.glhe-nav a{text-decoration:none}.glhe-nav a:hover{color:var(--maroon)}.glhe-nav-cta{padding:10px 15px;border:1px solid var(--maroon);color:var(--maroon)!important;border-radius:4px}.glhe-menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px}
.glhe-hero{text-align:center;background:#fff;padding:70px 0 78px;border-top:1px solid var(--line)}.glhe-hero-inner{max-width:900px}.glhe-hero-logo{width:108px;height:108px;object-fit:contain;margin-bottom:18px}.glhe-kicker{color:var(--maroon);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.glhe-hero h1{font-size:clamp(46px,6.8vw,74px);line-height:1.0;margin:12px 0;color:var(--maroon);font-weight:700}.glhe-hero h2{font-size:clamp(22px,3vw,34px);margin:14px 0;color:var(--ink)}.glhe-rule{height:2px;background:var(--accent);width:100%;max-width:880px;margin:16px 0}.glhe-hero .glhe-rule{width:190px;margin:20px auto}.glhe-hero-copy{max-width:780px;margin:0 auto;color:var(--muted);font-size:17px}.glhe-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.glhe-btn{display:inline-block;text-decoration:none;font-weight:800;padding:12px 20px;border-radius:4px;border:1px solid transparent}.glhe-btn-primary{background:var(--maroon);color:#fff!important;border-color:var(--maroon)}.glhe-btn-primary:hover{background:var(--maroon2)}.glhe-btn-outline{background:#fff;color:var(--maroon)!important;border-color:var(--maroon)}
.glhe-section{padding:82px 0;background:var(--ivory)}.glhe-soft{background:var(--cream)}.glhe-section-head{margin-bottom:30px}.glhe-section-head.center{text-align:center}.glhe-section-head h2{font-size:clamp(30px,3.7vw,46px);line-height:1.12;margin:8px 0;color:var(--ink);font-weight:500}.glhe-section-head.center .glhe-rule{margin-left:auto;margin-right:auto}.glhe-lead{font-size:17px;color:var(--muted);max-width:850px}
.glhe-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.glhe-stat,.glhe-card,.glhe-phase,.glhe-path-card,.glhe-legal-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 12px rgba(45,25,20,.035)}.glhe-stat{padding:26px;text-align:center}.glhe-stat strong{display:block;font-size:36px;line-height:1;color:var(--accent);margin-bottom:8px}.glhe-stat span{display:block;font-weight:800;color:var(--maroon)}.glhe-stat small{color:var(--muted)}
.glhe-two-col,.glhe-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.glhe-card{padding:26px}.glhe-card h3,.glhe-phase h3,.glhe-path-card h3{margin:0 0 10px;color:var(--maroon);font-size:21px}.glhe-card p,.glhe-card li{color:var(--muted)}.glhe-card ul{margin:0;padding-left:20px}.glhe-mini-label{color:var(--accent);font-weight:800;margin-top:18px}.glhe-pill-grid{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0}.glhe-pill{padding:7px 12px;border:1px solid #d9bfb4;border-radius:999px;background:#fff;color:var(--maroon);font-size:13px;font-weight:700}
.glhe-phase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.glhe-phase{padding:22px}.glhe-phase strong{color:var(--accent);font-size:22px}.glhe-phase p{color:var(--muted);font-size:14px}
.glhe-accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;align-items:start}.glhe-accordion details,.glhe-faq details{background:#fff;border:1px solid var(--line);border-radius:7px;margin:8px 0;box-shadow:0 1px 8px rgba(45,25,20,.025)}.glhe-accordion summary,.glhe-faq summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:800;color:var(--maroon)}.glhe-accordion summary::-webkit-details-marker,.glhe-faq summary::-webkit-details-marker{display:none}.glhe-accordion summary span{display:inline-grid;place-items:center;width:30px;height:30px;background:var(--maroon);color:#fff;border-radius:50%;margin-right:10px;font-size:12px}.glhe-accordion details p,.glhe-faq details p{padding:0 18px 16px;margin:0;color:var(--muted)}
.glhe-number,.glhe-path-no{color:var(--accent);font-size:32px;font-weight:800}.glhe-note{margin-top:22px;padding:16px 18px;background:#fff;border-left:4px solid var(--maroon);color:var(--muted)}
.glhe-output-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.glhe-path-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.glhe-path-card{padding:18px}.glhe-path-card h3{font-size:17px}.glhe-path-card p{font-size:13px;color:var(--muted)}
.glhe-price{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:24px 0}.glhe-price>div{background:#fff;border:1px solid var(--line);padding:28px;text-align:center}.glhe-price strong{display:block;font-size:34px;color:var(--accent)}.glhe-price span{color:var(--muted)}.glhe-small{font-size:13px;color:var(--muted)}
.glhe-legal{background:#fff}.glhe-legal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.glhe-legal-card{padding:18px;background:#fff}.glhe-legal-card strong{display:block;color:var(--maroon);font-size:14px;margin-bottom:6px}.glhe-legal-card span{color:var(--muted);font-size:14px}
.glhe-final-cta{text-align:center;background:var(--cream);padding:76px 0}.glhe-final-cta h2{max-width:850px;margin:8px auto 14px;font-size:clamp(30px,4vw,50px);line-height:1.1;font-weight:500}.glhe-final-cta p{max-width:760px;margin:0 auto 24px;color:var(--muted)}
.glhe-footer{background:var(--maroon2);color:#f2e9e4;padding:48px 0 18px}.glhe-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:48px}.glhe-footer img{width:68px;height:68px;object-fit:contain;display:block;margin-bottom:12px}.glhe-footer strong{display:block;color:#fff;letter-spacing:.04em}.glhe-footer h3{color:#fff;margin:0 0 10px;font-size:15px}.glhe-footer p{margin:4px 0;color:#eadbd5;font-size:14px}.glhe-footer a{color:#fff}.glhe-footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:38px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#d8c7c0}

/* Final spacing correction: remove theme/Divi top offsets while keeping the existing header design. */
body:has(.glhe) #main-content,
body:has(.glhe) #content-area,
body:has(.glhe) .entry-content,
body:has(.glhe) .et_pb_post_content,
body:has(.glhe) .et_pb_row:first-child,
body:has(.glhe) .et_pb_section:first-child{padding-top:0!important;margin-top:0!important}
body:has(.glhe) .glhe{margin-top:-36px!important}
@media(max-width:782px){body:has(.glhe) .glhe{margin-top:-32px!important}}
@media(max-width:900px){.glhe-nav{gap:12px}.glhe-stat-grid{grid-template-columns:repeat(2,1fr)}.glhe-phase-grid{grid-template-columns:repeat(2,1fr)}.glhe-output-grid{grid-template-columns:repeat(2,1fr)}.glhe-path-grid{grid-template-columns:repeat(3,1fr)}.glhe-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.glhe-container{width:min(100% - 28px,1080px)}.glhe-header-inner{min-height:70px}.glhe-menu-toggle{display:block}.glhe-nav{display:none;position:absolute;left:14px;right:14px;top:68px;background:#fff;border:1px solid var(--line);padding:14px;box-shadow:0 12px 30px rgba(0,0,0,.08);flex-direction:column;align-items:stretch}.glhe-nav.is-open{display:flex}.glhe-nav a{padding:8px}.glhe-hero{padding:54px 0}.glhe-two-col,.glhe-card-grid,.glhe-output-grid,.glhe-price,.glhe-legal-grid,.glhe-footer-grid,.glhe-accordion{grid-template-columns:1fr}.glhe-stat-grid,.glhe-phase-grid{grid-template-columns:repeat(2,1fr)}.glhe-path-grid{grid-template-columns:1fr}.glhe-footer-bottom{flex-direction:column}.glhe-hero-copy{font-size:15px}}
@media(max-width:430px){.glhe-stat-grid,.glhe-phase-grid{grid-template-columns:1fr}.glhe-brand strong{font-size:13px}.glhe-brand small{font-size:8px}.glhe-hero h1{font-size:42px}}


/* v1.1.7: compact header height only; all other approved design remains unchanged. */
.glhe-header,
.glhe-header-inner{
    height:80px!important;
    min-height:80px!important;
    padding-top:0!important;
    padding-bottom:0!important;
}
.glhe-brand img{width:42px;height:42px}
.glhe-nav-cta{padding-top:9px;padding-bottom:9px}
@media(max-width:720px){
    .glhe-header,
    .glhe-header-inner{height:68px!important;min-height:68px!important}
    .glhe-nav{top:68px}
}

/* v1.1.8: final header compacting; approved layout/content otherwise unchanged. */
.glhe-header,
.glhe-header-inner{
    height:64px!important;
    min-height:64px!important;
}
.glhe-brand img{width:40px;height:40px}
.glhe-brand strong{font-size:14px}
.glhe-brand small{font-size:8px}
.glhe-nav{gap:20px}
.glhe-nav-cta{padding-top:8px;padding-bottom:8px}
@media(max-width:720px){
    .glhe-header,
    .glhe-header-inner{height:60px!important;min-height:60px!important}
    .glhe-nav{top:60px}
}
