@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.glm-home{--ink: #1a1a1a;--ink-light: #4a4a4a;--ink-muted: #7a7a7a;--paper: #faf9f7;--paper-warm: #f3f1ec;--rule: #d4d0c8;--accent: #007A7B;--accent-dark: #006162;--accent-soft: rgba(0,122,123,.08);font-family:Montserrat,sans-serif;font-size:16px;line-height:1.6;color:var(--ink);background:var(--paper);min-height:100vh}.skip-link-glm{position:absolute;top:-100px;left:0;background:var(--accent);color:#fff;padding:.5rem 1rem;font-size:.85rem;font-weight:600;z-index:9999;border-radius:0 0 4px;transition:top .2s}.skip-link-glm:focus{top:0}.glm-home .glm-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf9f7eb;backdrop-filter:blur(12px);border-bottom:1px solid var(--rule);padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center}.glm-home .glm-logo{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--ink);text-decoration:none;letter-spacing:-.02em}.glm-home .glm-logo span{color:var(--accent)}.glm-home .glm-nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.glm-home .glm-nav-links a{font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);text-decoration:none;transition:color .2s;white-space:nowrap}.glm-home .glm-nav-links a:hover,.glm-home .glm-nav-links a[aria-current=page]{color:var(--accent)}.glm-home .glm-burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px}.glm-home .glm-burger span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:all .25s ease;transform-origin:center}.glm-home .glm-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.glm-home .glm-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.glm-home .glm-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.glm-home .glm-hero{padding:8rem 2rem 4rem;max-width:820px;margin:0 auto;text-align:center}.glm-home .glm-hero-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1.5rem}.glm-home .glm-hero h1{font-family:Playfair Display,serif;font-size:3.4rem;line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin:0 0 1rem;font-weight:400}.glm-home .glm-hero-sub{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--ink-light);line-height:1.4;font-style:italic;margin:0 auto 2rem;max-width:620px}.glm-home .glm-hero-lead{font-size:1.05rem;color:var(--ink-light);line-height:1.65;max-width:620px;margin:0 auto}.glm-home .glm-section{padding:4rem 2rem;border-top:1px solid var(--rule)}.glm-home .glm-section:nth-of-type(2n){background:var(--paper-warm)}.glm-home .glm-section-inner{max-width:720px;margin:0 auto}.glm-home .glm-section-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:var(--accent-soft);padding:.2rem .55rem;border-radius:3px;display:inline-block;margin-bottom:1rem}.glm-home .glm-section h2{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:400;letter-spacing:-.02em;color:var(--ink);margin:0 0 1rem;line-height:1.25}.glm-home .glm-section-h3{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:400;letter-spacing:-.01em;color:var(--ink);margin:2rem 0 .75rem}.glm-home .glm-section p{font-size:1rem;color:var(--ink-light);line-height:1.65;margin:0 0 1rem}.glm-home .glm-section .glm-section-lead{font-size:1.1rem;color:var(--ink)}.glm-home .glm-audience-list,.glm-home .glm-livrables{list-style:none;margin:0 0 1.25rem;padding:0}.glm-home .glm-audience-list li,.glm-home .glm-livrables li{font-size:.98rem;color:var(--ink-light);margin-bottom:.85rem;padding-left:1.1rem;position:relative;line-height:1.6}.glm-home .glm-audience-list li:before,.glm-home .glm-livrables li:before{content:"—";position:absolute;left:0;color:var(--accent)}.glm-home .glm-section-link{display:inline-block;margin-top:.5rem;font-size:.82rem;font-weight:600;color:var(--accent);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid transparent;transition:border-color .2s}.glm-home .glm-section-link:hover{border-color:var(--accent)}.glm-home .glm-cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.glm-home .glm-btn{display:inline-block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.85rem 1.6rem;border-radius:4px;text-decoration:none;transition:all .2s}.glm-home .glm-btn-primary{background:var(--accent);color:#fff}.glm-home .glm-btn-primary:hover{background:var(--accent-dark)}.glm-home .glm-btn-outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}.glm-home .glm-btn-outline:hover{background:var(--ink);color:var(--paper)}.glm-home .glm-section-contact{background:var(--paper-warm)}.glm-home .glm-contact-lines a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s;line-height:2}.glm-home .glm-contact-lines a:hover{border-color:var(--accent)}.glm-home .glm-footer{background:var(--ink);border-top:1px solid var(--rule);padding:1.5rem 2rem;text-align:center}.glm-home .glm-footer p{font-size:.72rem;color:#faf9f7a6;margin:0}.glm-home .glm-footer a{color:#faf9f7d9;text-decoration:underline}.glm-home .glm-footer a:hover{color:#fff}@media(max-width:920px){.glm-home .glm-hero h1{font-size:2.5rem}.glm-home .glm-hero-sub{font-size:1.2rem}.glm-home .glm-nav{padding:.8rem 1.2rem;flex-wrap:wrap}.glm-home .glm-burger{display:flex}.glm-home .glm-nav-links{display:none;width:100%;flex-direction:column;gap:0;padding:.5rem 0 .8rem;order:3}.glm-home .glm-nav-links.open{display:flex}.glm-home .glm-nav-links li{border-top:1px solid var(--rule)}.glm-home .glm-nav-links a{display:block;padding:.7rem .2rem;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.glm-home *{animation:none!important;transition:none!important}}
