@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600&display=swap");.gridlogs-home *,.gridlogs-home :after,.gridlogs-home :before{box-sizing:border-box;margin:0;padding:0}.gridlogs-home{--black:#0a0a0a;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--green-600:#16a34a;--green-50:#f0fdf4;--blue-600:#2563eb;--blue-50:#eff6ff;--amber-600:#d97706;--amber-50:#fffbeb;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:"Instrument Serif",Georgia,serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:15px;font-family:var(--font-sans);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}.gridlogs-home a{color:inherit;text-decoration:none}.gridlogs-home img,.gridlogs-home svg{max-width:100%;display:block}.gridlogs-home .container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:767px){.gridlogs-home .container{padding:0 18px}}@media (min-width:768px){.gridlogs-home .container{padding:0 40px}}@media (min-width:1024px){.gridlogs-home .container{padding:0 64px}}.gridlogs-home nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffffeb;position:fixed;top:0;left:0;right:0}.gridlogs-home .nav-inner{justify-content:space-between;height:72px;display:flex;position:relative}.gridlogs-home .footer-logo,.gridlogs-home .logo{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;font-size:1.5rem;font-weight:400}.gridlogs-home .nav-links{align-items:center;gap:32px;list-style:none;display:none}@media (min-width:768px){.gridlogs-home .nav-links{display:flex}}.gridlogs-home .nav-links a{color:var(--gray-600);font-size:.875rem;font-weight:500;transition:color .2s}.gridlogs-home .footer-links a:hover,.gridlogs-home .nav-links a:hover{color:var(--black)}.gridlogs-home .nav-cta{background:var(--black);border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:background .2s,transform .15s;display:inline-flex;color:var(--white)!important}.gridlogs-home .btn-primary:hover,.gridlogs-home .btn-secondary:hover,.gridlogs-home .btn-white:hover,.gridlogs-home .nav-cta:hover{transform:translateY(-1px)}.gridlogs-home .btn-primary:hover,.gridlogs-home .nav-cta:hover{background:var(--gray-800)}.gridlogs-home .mobile-menu-btn{cursor:pointer;width:40px;height:40px;color:var(--gray-700);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.gridlogs-home .mobile-menu-btn::-webkit-details-marker{display:none}.gridlogs-home .mobile-nav{position:relative}.gridlogs-home .mobile-nav[open] .mobile-menu-btn{color:var(--black)}.gridlogs-home .mobile-nav-menu{background:#fffffffa;width:100vw;min-height:calc(100vh - 72px);padding:24px;top:72px;left:0}.gridlogs-home .mobile-nav-menu a{width:100%;color:var(--gray-700);border-radius:10px;padding:14px 16px;font-size:1rem;font-weight:500}.gridlogs-home .mobile-nav-menu a:hover{background:var(--gray-50);color:var(--black)}.gridlogs-home .mobile-nav-cta{background:var(--black);justify-content:center;align-items:center;gap:8px;margin-top:6px;display:inline-flex;color:var(--white)!important}@media (min-width:768px){.gridlogs-home .mobile-nav{display:none}}.gridlogs-home .hero{text-align:center;min-height:auto;padding:132px 0 8px}@media (min-width:768px){.gridlogs-home .hero{padding:160px 0 16px}}.gridlogs-home .hero .container{width:100%}.gridlogs-home .hero-content{max-width:1200px;margin:0 auto}.gridlogs-home .hero-copy{max-width:860px;margin:0 auto}.gridlogs-home .hero-badge{color:var(--gray-700);background:0 0;border:none;border-radius:0;align-items:center;gap:8px;margin-bottom:24px;padding:0;font-size:.875rem;display:inline-flex}.gridlogs-home .hero-badge-dot{background:var(--black);border-radius:1px;width:5px;height:5px;animation:none}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.gridlogs-home .hero h1{font-family:var(--font-serif);letter-spacing:-.03em;text-wrap:balance;color:var(--black);max-width:820px;margin:0 auto 24px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.08}.gridlogs-home .hero h1 em{font-style:italic}.gridlogs-home .hero-sub{text-wrap:pretty;color:var(--gray-500);max-width:660px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.gridlogs-home .hero-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.gridlogs-home .hero-actions .btn-primary,.gridlogs-home .hero-actions .btn-secondary{justify-content:center;width:100%}.gridlogs-home .hero-visual{width:min(1160px,calc(100vw - 40px));margin:48px auto 0;position:relative}.gridlogs-home .hero-visual-pane{aspect-ratio:3012/1622;border-radius:8px;box-shadow:0 24px 70px #0f172a14,0 8px 24px #0f172a0a}.gridlogs-home .hero-visual-image{object-fit:contain;background:#fff;border-radius:8px}@media (min-width:480px){.gridlogs-home .hero-actions{flex-direction:row;justify-content:center;gap:16px}.gridlogs-home .hero-actions .btn-primary,.gridlogs-home .hero-actions .btn-secondary{width:auto}}@media (max-width:767px){.gridlogs-home .hero{text-align:left;padding:132px 0 0}.gridlogs-home .hero-copy{max-width:100%}.gridlogs-home .hero h1{max-width:none;margin:0 0 20px;font-size:clamp(1.95rem,9.4vw,3rem)}.gridlogs-home .hero-sub{max-width:none;margin:0 0 28px}.gridlogs-home .hero-actions{align-items:stretch;margin-bottom:28px}.gridlogs-home .hero-visual{width:calc(100% + 12px);margin:36px -6px 0}.gridlogs-home .hero-visual-image,.gridlogs-home .hero-visual-pane{border-radius:8px}.gridlogs-home .about-hero,.gridlogs-home .contact-hero,.gridlogs-home .legal-hero{text-align:left}.gridlogs-home .about-hero h1,.gridlogs-home .contact-hero h1,.gridlogs-home .legal-hero h1{text-wrap:balance;max-width:none;margin:0 0 18px;font-size:clamp(2rem,9vw,3.1rem)}.gridlogs-home .about-lead,.gridlogs-home .contact-lead,.gridlogs-home .legal-lead{max-width:none;margin:0}.gridlogs-home .legal-meta{align-items:flex-start}}.gridlogs-home .btn-primary,.gridlogs-home .btn-secondary,.gridlogs-home .btn-white{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:500;transition:background .2s,transform .15s,border-color .2s,color .2s;display:inline-flex}.gridlogs-home .btn-primary{background:var(--black);color:var(--white)}.gridlogs-home .btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200)}.gridlogs-home .btn-secondary:hover{border-color:var(--gray-400);color:var(--black)}.gridlogs-home .feature-visual-icon{width:36px;height:36px;margin:0 auto 10px}.gridlogs-home .social-proof{z-index:1;border-bottom:1px solid var(--gray-100);margin-top:0;padding:28px 0 40px;position:relative}.gridlogs-home .social-proof-label{text-align:center;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-top:10px;margin-bottom:16px;font-size:.8125rem;font-weight:500}.gridlogs-home .logo-row{margin:0 -24px;padding:0 24px;position:relative;overflow:hidden}.gridlogs-home .logo-row:after,.gridlogs-home .logo-row:before{content:"";z-index:1;pointer-events:none;width:24px;position:absolute;top:0;bottom:0}.gridlogs-home .logo-row:before{background:linear-gradient(90deg,var(--white) 0,#fff0 100%);left:0}.gridlogs-home .logo-row:after{background:linear-gradient(270deg,var(--white) 0,#fff0 100%);right:0}.gridlogs-home .logo-track{align-items:center;gap:14px;width:max-content;animation:logo-marquee 18s linear infinite;display:flex}@keyframes logo-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@media (min-width:768px){.gridlogs-home .social-proof{margin-top:-16px;padding:20px 0 56px}.gridlogs-home .social-proof-label{margin-top:38px;margin-bottom:24px}.gridlogs-home .logo-row{margin:0;padding:0;overflow:visible}.gridlogs-home .logo-row:after,.gridlogs-home .logo-row:before{display:none}.gridlogs-home .logo-track{flex-wrap:wrap;justify-content:center;gap:22px;width:auto;animation:none}.gridlogs-home .logo-frame{width:180px;height:78px}.gridlogs-home .logo-frame.is-duplicate{display:none}}.gridlogs-home .stats{padding:80px 0}@media (min-width:768px){.gridlogs-home .stats{padding:100px 0}}.gridlogs-home .stats-grid{text-align:center;grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:640px){.gridlogs-home .stats-grid{grid-template-columns:repeat(3,1fr);gap:48px}}.gridlogs-home .stat-number{font-family:var(--font-serif);color:var(--black);letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.1}.gridlogs-home .stat-label{color:var(--gray-500);margin-top:8px;font-size:.9375rem}.gridlogs-home .faq{background:var(--gray-50);padding:80px 0}@media (min-width:768px){.gridlogs-home .faq{padding:120px 0}}.gridlogs-home .section-tag{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin-bottom:16px;font-size:.8125rem;font-weight:600;display:inline-flex}.gridlogs-home .section-title{font-family:var(--font-serif);letter-spacing:-.025em;text-wrap:balance;color:var(--black);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.gridlogs-home .comparison-title{font-size:clamp(1.4rem,5.8vw,3rem);text-wrap:balance}.gridlogs-home .section-sub{color:var(--gray-500);max-width:560px;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.6}.gridlogs-home .comparison,.gridlogs-home .how-it-works{background:var(--gray-50);padding:80px 0}@media (min-width:768px){.gridlogs-home .comparison,.gridlogs-home .cta,.gridlogs-home .features,.gridlogs-home .how-it-works,.gridlogs-home .testimonials{padding:120px 0}}.gridlogs-home .comparison-header,.gridlogs-home .faq-header,.gridlogs-home .how-header,.gridlogs-home .testimonials-header{text-align:center;margin-bottom:64px}.gridlogs-home .comparison-header,.gridlogs-home .faq-header,.gridlogs-home .testimonials-header{margin-bottom:48px}.gridlogs-home .comparison-header .section-sub,.gridlogs-home .faq-header .section-sub,.gridlogs-home .how-header .section-sub{margin:0 auto}.gridlogs-home .steps{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.gridlogs-home .steps{grid-template-columns:repeat(2,1fr);gap:28px}}.gridlogs-home .comparison-col,.gridlogs-home .step-card,.gridlogs-home .testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px}.gridlogs-home .step-card{flex-direction:column;min-height:240px;padding:32px 28px;transition:border-color .25s,box-shadow .25s;display:flex}.gridlogs-home .step-card:hover{border-color:var(--gray-300);box-shadow:0 8px 32px #0000000a}.gridlogs-home .step-number{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.gridlogs-home .step-1 .step-number{background:var(--blue-50);color:var(--blue-600)}.gridlogs-home .step-2 .step-number{background:var(--amber-50);color:var(--amber-600)}.gridlogs-home .step-3 .step-number{background:var(--green-50);color:var(--green-600)}.gridlogs-home .step-4 .step-number{color:#9333ea;background:#faf5ff}.gridlogs-home .step-number svg{width:22px;height:22px}.gridlogs-home .step-duration{color:var(--gray-500);border-radius:100px;margin-bottom:16px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-block}.gridlogs-home .step-title{color:var(--black);margin-bottom:8px;font-size:1.0625rem;font-weight:600;line-height:1.3}.gridlogs-home .step-desc{color:var(--gray-500);font-size:.875rem;line-height:1.6}.gridlogs-home .cta,.gridlogs-home .features,.gridlogs-home .testimonials{padding:80px 0}.gridlogs-home .feature-block{grid-template-columns:1fr;align-items:center;gap:40px;margin-bottom:80px;display:grid}@media (min-width:768px){.gridlogs-home .feature-block{grid-template-columns:1fr 1fr;gap:64px;margin-bottom:120px}.gridlogs-home .feature-block.reverse .feature-text{order:2}.gridlogs-home .feature-block.reverse .feature-visual{order:1}}.gridlogs-home .feature-block:last-child{margin-bottom:0}.gridlogs-home .feature-text{max-width:480px}.gridlogs-home .feature-icon-wrap{margin-bottom:20px}.gridlogs-home .feature-icon-wrap.blue{background:var(--blue-50)}.gridlogs-home .feature-icon-wrap.green{background:var(--green-50)}.gridlogs-home .feature-icon-wrap.amber{background:var(--amber-50)}.gridlogs-home .feature-title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--black);margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.2}.gridlogs-home .feature-desc{color:var(--gray-500);margin-bottom:24px;font-size:1rem;line-height:1.7}.gridlogs-home .comparison-list,.gridlogs-home .feature-bullets,.gridlogs-home .footer-links{list-style:none}.gridlogs-home .feature-bullets{flex-direction:column;gap:12px;display:flex}.gridlogs-home .comparison-list li,.gridlogs-home .feature-bullets li{align-items:flex-start;gap:10px;display:flex}.gridlogs-home .feature-bullets li{color:var(--gray-600);font-size:.9375rem}.gridlogs-home .comparison-list li svg,.gridlogs-home .feature-bullets li svg{flex-shrink:0;margin-top:2px}.gridlogs-home .feature-bullets li svg{color:var(--green-600)}.gridlogs-home .feature-visual{aspect-ratio:4/3;background:linear-gradient(135deg,var(--gray-50) 0,var(--gray-100) 100%);border:1px solid var(--gray-200);border-radius:16px;overflow:hidden}.gridlogs-home .feature-visual-image{object-fit:cover;object-position:top center;width:100%;height:100%}.gridlogs-home .comparison-table{grid-template-columns:1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}@media (min-width:640px){.gridlogs-home .comparison-table{grid-template-columns:1fr 1fr}}.gridlogs-home .comparison-col{padding:32px 28px}.gridlogs-home .comparison-col.highlight{border-color:var(--black);box-shadow:0 4px 24px #0000000f}.gridlogs-home .comparison-col-header{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:8px;font-size:.8125rem;font-weight:600}.gridlogs-home .comparison-col.highlight .comparison-col-header{color:var(--black)}.gridlogs-home .comparison-col h3{font-family:var(--font-serif);color:var(--black);letter-spacing:-.02em;margin-bottom:24px;font-size:1.5rem;font-weight:400}.gridlogs-home .comparison-list{flex-direction:column;gap:14px;display:flex}.gridlogs-home .comparison-list li{font-size:.9375rem;line-height:1.5}.gridlogs-home .comparison-col:not(.highlight) .comparison-list li{color:var(--gray-500)}.gridlogs-home .comparison-col:not(.highlight) .comparison-list li svg{color:var(--gray-300)}.gridlogs-home .comparison-col.highlight .comparison-list li{color:var(--gray-700)}.gridlogs-home .comparison-col.highlight .comparison-list li svg{color:var(--green-600)}.gridlogs-home .testimonials-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.gridlogs-home .testimonials-grid{grid-template-columns:repeat(3,1fr)}}.gridlogs-home .testimonial-card{background:var(--gray-50);border-color:var(--gray-100);flex-direction:column;padding:28px;display:flex}.gridlogs-home .testimonial-text{color:var(--gray-700);flex:1;margin-bottom:20px;font-size:.9375rem;font-style:italic;line-height:1.7}.gridlogs-home .testimonial-author{align-items:flex-start;margin-top:auto;display:flex}.gridlogs-home .testimonial-name{color:var(--black);font-size:.875rem;font-weight:600}.gridlogs-home .testimonial-company,.gridlogs-home .testimonial-role{color:var(--gray-500);font-size:.8125rem}.gridlogs-home .testimonial-identity{flex-direction:column;justify-content:flex-end;min-height:64px;display:flex}.gridlogs-home .faq-list{flex-direction:column;gap:16px;max-width:880px;margin:0 auto;display:flex}.gridlogs-home .faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:0 24px;transition:border-color .2s,box-shadow .2s}.gridlogs-home .faq-item[open]{border-color:var(--gray-300);box-shadow:0 10px 32px #0000000a}.gridlogs-home .faq-question{cursor:pointer;color:var(--black);padding:24px 40px 24px 0;font-size:1rem;font-weight:600;line-height:1.4;list-style:none;position:relative}.gridlogs-home .faq-question::-webkit-details-marker{display:none}.gridlogs-home .faq-question:after,.gridlogs-home .faq-question:before{content:"";background:var(--gray-500);width:14px;height:1.5px;transition:transform .2s;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.gridlogs-home .faq-question:after{transform:translateY(-50%)rotate(90deg)}.gridlogs-home .faq-item[open] .faq-question:after{transform:translateY(-50%)rotate(0)}.gridlogs-home .faq-answer{color:var(--gray-500);padding:0 0 24px;font-size:.975rem;line-height:1.7}.gridlogs-home .cta-box{background:var(--black);color:var(--white);border-radius:24px;padding:64px 32px}@media (min-width:768px){.gridlogs-home .cta-box{padding:80px 64px}}.gridlogs-home .cta-box h2{font-family:var(--font-serif);letter-spacing:-.025em;max-width:16ch;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.gridlogs-home .cta-box p{color:var(--gray-400);text-wrap:pretty;max-width:520px;margin:0 auto 32px;font-size:1.0625rem;line-height:1.6}.gridlogs-home .btn-white{background:var(--white);color:var(--black)}.gridlogs-home .btn-white:hover{background:var(--gray-100)}.gridlogs-home footer{border-top:1px solid var(--gray-100);padding:48px 0}.gridlogs-home .footer-inner{flex-direction:column;align-items:center;gap:24px;display:flex}@media (min-width:768px){.gridlogs-home .footer-inner{flex-direction:row;justify-content:space-between}}.gridlogs-home .footer-logo{font-size:1.25rem}.gridlogs-home .footer-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.gridlogs-home .footer-links a{color:var(--gray-500);font-size:.875rem;transition:color .2s}.gridlogs-home .about-page,.gridlogs-home .contact-page,.gridlogs-home .legal-page{padding-top:120px}.gridlogs-home .about-founders,.gridlogs-home .about-hero,.gridlogs-home .about-principles,.gridlogs-home .contact-details,.gridlogs-home .contact-hero,.gridlogs-home .legal-body,.gridlogs-home .legal-hero,.gridlogs-home .legal-summary{padding:72px 0}.gridlogs-home .about-hero,.gridlogs-home .legal-hero{text-align:center}.gridlogs-home .about-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:18px;font-size:.8125rem;font-weight:600}.gridlogs-home .about-hero h1{max-width:920px;font-size:clamp(2.5rem,6vw,4.5rem)}.gridlogs-home .about-hero h1,.gridlogs-home .legal-hero h1{font-family:var(--font-serif);letter-spacing:-.03em;color:var(--black);margin:0 auto 20px;font-weight:400;line-height:1.08}.gridlogs-home .legal-hero h1{max-width:880px;font-size:clamp(2.4rem,6vw,4.2rem)}.gridlogs-home .about-desktop-break{display:inline}.gridlogs-home .about-lead{max-width:780px;color:var(--gray-500);margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.gridlogs-home .legal-lead{max-width:760px;color:var(--gray-500);margin:0 auto;font-size:clamp(1.02rem,2vw,1.2rem);line-height:1.7}.gridlogs-home .legal-meta{gap:8px;margin-top:24px;font-size:.9rem}.gridlogs-home .legal-summary{background:var(--gray-50)}.gridlogs-home .legal-summary-grid{grid-template-columns:1fr;gap:20px;display:grid}.gridlogs-home .legal-summary-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;padding:28px 24px}.gridlogs-home .legal-summary-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.gridlogs-home .legal-summary-card-1 .legal-summary-icon{background:var(--blue-50);color:var(--blue-600)}.gridlogs-home .legal-summary-card-2 .legal-summary-icon{background:var(--green-50);color:var(--green-600)}.gridlogs-home .legal-summary-card-3 .legal-summary-icon{background:var(--amber-50);color:var(--amber-600)}.gridlogs-home .legal-summary-card h2{color:var(--black);margin-bottom:12px;font-size:1.15rem;font-weight:600;line-height:1.3}.gridlogs-home .legal-summary-card p:last-child{color:var(--gray-600);line-height:1.7}.gridlogs-home .legal-body{background:var(--white)}.gridlogs-home .legal-body-grid{grid-template-columns:1fr;align-items:start;gap:28px;display:grid}.gridlogs-home .legal-article,.gridlogs-home .legal-aside-card{background:var(--white);border:1px solid var(--gray-200);border-radius:20px}.gridlogs-home .legal-article{padding:28px 24px}.gridlogs-home .legal-aside-card{background:var(--gray-50);padding:28px 24px}.gridlogs-home .legal-section-intro{margin-bottom:28px}.gridlogs-home .legal-section{border-top:1px solid var(--gray-100);margin-top:24px;padding-top:24px}.gridlogs-home .legal-section:first-of-type{border-top:none;margin-top:0;padding-top:0}.gridlogs-home .legal-section h3{color:var(--black);margin-bottom:12px;font-size:1.1rem;font-weight:600;line-height:1.35}.gridlogs-home .legal-section p{color:var(--gray-600);margin-bottom:14px;line-height:1.8}.gridlogs-home .legal-section p:last-child{margin-bottom:0}.gridlogs-home .legal-definition-list{flex-direction:column;gap:18px;display:flex}.gridlogs-home .legal-definition-item{border-top:1px solid var(--gray-200);padding-top:18px}.gridlogs-home .legal-definition-item:first-child{border-top:none;padding-top:0}.gridlogs-home .legal-definition-item dt{color:var(--black);margin-bottom:8px;font-size:.875rem;font-weight:600}.gridlogs-home .legal-definition-item dd{color:var(--gray-600);line-height:1.7}.gridlogs-home .contact-hero{text-align:center}.gridlogs-home .contact-hero h1{font-family:var(--font-serif);letter-spacing:-.03em;color:var(--black);max-width:820px;margin:0 auto 20px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.08}.gridlogs-home .contact-lead{max-width:680px;color:var(--gray-500);margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.gridlogs-home .contact-details{background:var(--gray-50)}.gridlogs-home .contact-grid{grid-template-columns:1fr;align-items:start;gap:28px;display:grid}.gridlogs-home .contact-cards{grid-template-columns:1fr;gap:20px;display:grid}.gridlogs-home .contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;padding:28px 24px}.gridlogs-home .contact-card-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.gridlogs-home .contact-card-1 .contact-card-icon{background:var(--blue-50);color:var(--blue-600)}.gridlogs-home .contact-card-2 .contact-card-icon{background:var(--amber-50);color:var(--amber-600)}.gridlogs-home .contact-card-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:10px;font-size:.8125rem;font-weight:600}.gridlogs-home .contact-email{color:var(--black);margin-bottom:12px;font-size:1.25rem;font-weight:600;line-height:1.3;display:inline-block}.gridlogs-home .contact-card-copy{color:var(--gray-600);line-height:1.7}.gridlogs-home .contact-embed-card{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:28px 20px 20px}.gridlogs-home .contact-embed-header{margin-bottom:20px}.gridlogs-home .contact-cal-inline{width:100%;min-height:720px;overflow:hidden}.gridlogs-home .about-founders{background:var(--gray-50)}.gridlogs-home .about-founders-grid{grid-template-columns:1fr;align-items:center;gap:36px;display:grid}.gridlogs-home .about-founders-copy .section-title,.gridlogs-home .about-principles-header .section-title{max-width:760px}.gridlogs-home .about-founders-copy .section-sub{max-width:600px}.gridlogs-home .about-body{max-width:600px;color:var(--gray-600);margin-top:24px;font-size:1rem;line-height:1.7}.gridlogs-home .about-founders-image-wrap{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 18px 48px #0f172a14}.gridlogs-home .about-founders-image{width:100%;height:auto}.gridlogs-home .about-principles-header{text-align:center;margin-bottom:48px}.gridlogs-home .about-principles-header .section-tag,.gridlogs-home .about-principles-header .section-title{margin-left:auto;margin-right:auto}.gridlogs-home .about-principles-grid{grid-template-columns:1fr;gap:20px;display:grid}.gridlogs-home .about-principle-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;padding:28px 24px;transition:border-color .25s,box-shadow .25s}.gridlogs-home .about-principle-card:hover{border-color:var(--gray-300);box-shadow:0 8px 32px #0000000a}.gridlogs-home .about-principle-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.gridlogs-home .about-principle-1 .about-principle-icon{background:var(--blue-50);color:var(--blue-600)}.gridlogs-home .about-principle-2 .about-principle-icon{background:var(--green-50);color:var(--green-600)}.gridlogs-home .about-principle-3 .about-principle-icon{background:var(--amber-50);color:var(--amber-600)}.gridlogs-home .about-principle-card h3{color:var(--black);margin-bottom:10px;font-size:1.05rem;font-weight:600;line-height:1.3}.gridlogs-home .about-principle-card p{color:var(--gray-600);line-height:1.7}@media (min-width:768px){.gridlogs-home .about-page,.gridlogs-home .contact-page,.gridlogs-home .legal-page{padding-top:136px}.gridlogs-home .about-founders,.gridlogs-home .about-hero,.gridlogs-home .about-principles,.gridlogs-home .contact-details,.gridlogs-home .contact-hero,.gridlogs-home .legal-body,.gridlogs-home .legal-hero,.gridlogs-home .legal-summary{padding:104px 0}.gridlogs-home .about-founders-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:56px}.gridlogs-home .about-principles-grid,.gridlogs-home .legal-summary-grid{grid-template-columns:repeat(3,1fr);gap:24px}.gridlogs-home .legal-body-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:32px}.gridlogs-home .legal-aside{position:sticky;top:108px}.gridlogs-home .about-principle-card{padding:28px 22px}.gridlogs-home .contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px}.gridlogs-home .contact-embed-card{padding:32px 28px 24px}.gridlogs-home .contact-cal-inline{min-height:760px}.gridlogs-home .about-desktop-break{display:block}}.gridlogs-home .footer-copy{color:var(--gray-400);font-size:.8125rem}.gridlogs-home .icon-sm{width:18px;height:18px}.gridlogs-home .icon-md{width:22px;height:22px}.gridlogs-home.animations-ready .fade-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.gridlogs-home.animations-ready .fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.gridlogs-home{scroll-behavior:auto}.gridlogs-home .hero-badge-dot{animation:none}.gridlogs-home.animations-ready .fade-in,.gridlogs-home.animations-ready .fade-in.visible{opacity:1;transition:none;transform:none}}.gridlogs-home .mock-label{color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.gridlogs-home section[id]{scroll-margin-top:92px}.gridlogs-home .mock-copy{color:rgba(255,255,255,.78);font-size:.95rem;line-height:1.55}.gridlogs-home .mock-callout-row,.gridlogs-home .mock-chip-row{display:flex;flex-wrap:wrap;gap:10px}.gridlogs-home .mock-chip{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.08);color:var(--white);font-size:.75rem;font-weight:500;padding:6px 10px}.gridlogs-home .mock-table-header,.gridlogs-home .mock-table-row{align-items:center;display:grid;gap:12px;grid-template-columns:minmax(0,1.7fr) repeat(2,minmax(0,.7fr))}.gridlogs-home .mock-table-header{color:var(--gray-500);font-size:.74rem;font-weight:600;letter-spacing:.06em;padding-bottom:14px;text-transform:uppercase}.gridlogs-home .mock-table-row{border-top:1px solid rgba(15,23,42,.08);color:var(--gray-700);font-size:.93rem;padding:14px 0}.gridlogs-home .mock-table-row.highlight{color:var(--black);font-weight:600}.gridlogs-home .gridlogs-dashboard{background:radial-gradient(circle at top left,rgba(96,165,250,.18),transparent 28%),radial-gradient(circle at top right,rgba(16,185,129,.14),transparent 24%),linear-gradient(180deg,#0f172a,#111827);color:var(--white);display:flex;flex-direction:column;gap:18px;padding:20px}.gridlogs-home .gridlogs-dashboard-topbar{display:flex;flex-wrap:wrap;gap:10px}.gridlogs-home .gridlogs-dashboard-pill{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);font-size:.75rem;font-weight:500;padding:8px 12px}.gridlogs-home .gridlogs-dashboard-body{display:grid;gap:16px;grid-template-columns:minmax(0,1.45fr) minmax(220px,.8fr)}.gridlogs-home .gridlogs-dashboard-primary{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.04));display:flex;flex-direction:column;gap:14px;justify-content:space-between;padding:22px}.gridlogs-home .gridlogs-dashboard-primary h3{color:var(--white);font-family:var(--font-serif);font-size:clamp(1.7rem,2.8vw,2.6rem);font-weight:400;letter-spacing:-.03em;line-height:1.05}.gridlogs-home .gridlogs-dashboard-sidebar{display:grid;gap:12px}.gridlogs-home .mock-metric-card{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px;padding:18px}.gridlogs-home .mock-metric-card strong{color:var(--white);font-family:var(--font-serif);font-size:1.9rem;font-weight:400;letter-spacing:-.03em}.gridlogs-home .gridlogs-dashboard-table{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.96);color:var(--black);padding:18px 20px}.gridlogs-home .gridlogs-feature-visual{background:linear-gradient(180deg,#f9fafb,#f3f4f6);display:flex;flex-direction:column}.gridlogs-home .visual-window-bar{align-items:center;display:flex;gap:8px;padding:16px 18px 0}.gridlogs-home .visual-window-bar span{border-radius:999px;display:block;height:10px;width:10px}.gridlogs-home .visual-window-bar span:first-child{background:#f97316}.gridlogs-home .visual-window-bar span:nth-child(2){background:#facc15}.gridlogs-home .visual-window-bar span:nth-child(3){background:#22c55e}.gridlogs-home .backlog-table-visual,.gridlogs-home .linear-sync-shell,.gridlogs-home .transcript-layout{flex:1;padding:18px}.gridlogs-home .transcript-layout{display:grid;gap:16px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.gridlogs-home .linear-cluster-card,.gridlogs-home .linear-issue-card,.gridlogs-home .transcript-card,.gridlogs-home .transcript-output{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:var(--white);padding:18px}.gridlogs-home .linear-cluster-card p:last-child,.gridlogs-home .linear-issue-card p:last-child,.gridlogs-home .transcript-card p:last-child{color:var(--gray-600);margin-top:12px}.gridlogs-home .linear-cluster-card strong,.gridlogs-home .linear-issue-card strong,.gridlogs-home .transcript-output strong{color:var(--black);display:block;font-size:1.15rem;margin-top:10px}.gridlogs-home .mock-check-list{color:var(--gray-600);display:grid;gap:10px;list-style:none;margin-top:16px}.gridlogs-home .mock-check-list li{border-radius:12px;background:var(--gray-50);padding:10px 12px}.gridlogs-home .backlog-table-visual{display:flex;flex-direction:column;gap:4px}.gridlogs-home .backlog-footnote{color:var(--gray-500);font-size:.85rem;margin-top:auto;padding-top:14px}.gridlogs-home .linear-sync-shell{align-items:center;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.gridlogs-home .linear-arrow{color:var(--gray-400)}.gridlogs-home .role-card .testimonial-text{font-style:normal;margin-bottom:26px}.gridlogs-home .role-card .testimonial-identity{min-height:0}.gridlogs-home .contact-card-actions{margin-top:24px}.gridlogs-home .contact-request-panel{border:1px solid var(--gray-200);border-radius:20px;background:linear-gradient(180deg,var(--white) 0,var(--gray-50) 100%);display:grid;gap:16px;padding:24px}.gridlogs-home .contact-request-step{border-top:1px solid var(--gray-200);padding-top:16px}.gridlogs-home .contact-request-step:first-child{border-top:none;padding-top:0}.gridlogs-home .contact-request-step strong{color:var(--black);display:block;font-size:1rem;margin-bottom:8px}.gridlogs-home .contact-request-step p{color:var(--gray-600);line-height:1.7}@media (max-width:767px){.gridlogs-home .gridlogs-dashboard{padding:14px}.gridlogs-home .gridlogs-dashboard-body,.gridlogs-home .linear-sync-shell,.gridlogs-home .transcript-layout{grid-template-columns:1fr}.gridlogs-home .gridlogs-dashboard-primary,.gridlogs-home .gridlogs-dashboard-table,.gridlogs-home .linear-cluster-card,.gridlogs-home .linear-issue-card,.gridlogs-home .transcript-card,.gridlogs-home .transcript-output{padding:16px}.gridlogs-home .mock-table-header,.gridlogs-home .mock-table-row{font-size:.82rem;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.7fr))}.gridlogs-home .linear-arrow{justify-self:center;transform:rotate(90deg)}}.gridlogs-home .hero-sub{font-size:clamp(.95rem,1.4vw,1.06rem);line-height:1.58}.gridlogs-home .hero h1{font-size:clamp(2.15rem,5vw,3.7rem)}.gridlogs-home .about-lead,.gridlogs-home .contact-lead,.gridlogs-home .legal-lead,.gridlogs-home .section-sub{font-size:clamp(.94rem,1.2vw,1rem);line-height:1.62}.gridlogs-home .feature-desc{font-size:clamp(.93rem,1.05vw,.98rem);line-height:1.62;margin-bottom:20px}.gridlogs-home .feature-bullets{gap:10px}.gridlogs-home .feature-bullets li{font-size:.88rem;line-height:1.5}.gridlogs-home .comparison-text p,.gridlogs-home .cta-box p{font-size:clamp(.95rem,1.05vw,1rem);line-height:1.62}.gridlogs-home .brand-wordmark{display:inline-block;font-size:1.35rem}.gridlogs-home{--marketing-title:clamp(1.95rem,3.6vw,2.9rem);--marketing-hero:clamp(2.2rem,5vw,3.95rem);--marketing-copy:clamp(0.96rem,1.02vw,1.02rem);--marketing-copy-strong:clamp(0.98rem,1.15vw,1.08rem);--marketing-label:0.77rem;--marketing-radius:20px;--marketing-card-shadow:0 18px 42px rgba(15,23,42,0.07)}.gridlogs-home .container{max-width:1248px}.gridlogs-home nav{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(10,10,10,.05)}.gridlogs-home .nav-inner{height:76px}.gridlogs-home .nav-links{gap:30px}.gridlogs-home .footer-links a,.gridlogs-home .nav-links a{font-size:.9rem;font-weight:500}.gridlogs-home .btn-primary,.gridlogs-home .btn-secondary,.gridlogs-home .btn-white,.gridlogs-home .nav-cta{min-height:46px;padding:13px 24px;border-radius:12px;font-size:.93rem}.gridlogs-home .hero{padding:144px 0 12px}.gridlogs-home .hero-copy{max-width:780px}.gridlogs-home .about-kicker,.gridlogs-home .contact-card-label,.gridlogs-home .section-tag{letter-spacing:.08em;font-size:var(--marketing-label);font-weight:600}.gridlogs-home .hero-badge{letter-spacing:-.01em;text-transform:none;font-size:.9rem;font-weight:500}.gridlogs-home .hero h1{max-width:none;margin-bottom:18px;font-size:var(--marketing-hero);line-height:1.03;hyphens:none;-webkit-hyphens:none;overflow-wrap:normal;word-break:normal}.gridlogs-home .hero-sub{max-width:640px;margin-bottom:34px;font-size:var(--marketing-copy-strong);line-height:1.62}.gridlogs-home .social-proof{border-bottom:1px solid rgba(10,10,10,.06);padding:18px 0 48px}.gridlogs-home .social-proof-label{margin-top:28px;margin-bottom:22px;font-size:.76rem;font-weight:600}.gridlogs-home .logo-row{margin:0;padding:0}.gridlogs-home .logo-frame{flex:none;width:132px;height:64px;display:flex;align-items:center;justify-content:center;position:relative}.gridlogs-home .logo-image{width:100%;height:100%;object-fit:contain;object-position:center;max-width:100%;max-height:100%;padding:14px 18px}.gridlogs-home .logo-desnz{padding:0}.gridlogs-home .logo-desnz .logo-image{padding:12px 14px}.gridlogs-home .logo-nhs{padding:0}.gridlogs-home .logo-nhs .logo-image{padding:16px 22px}.gridlogs-home .logo-glasgow{padding:0}.gridlogs-home .logo-glasgow .logo-image{padding:16px 22px}.gridlogs-home .about-founders,.gridlogs-home .about-hero,.gridlogs-home .about-principles,.gridlogs-home .comparison,.gridlogs-home .contact-details,.gridlogs-home .contact-hero,.gridlogs-home .cta,.gridlogs-home .faq,.gridlogs-home .features,.gridlogs-home .how-it-works,.gridlogs-home .legal-body,.gridlogs-home .legal-hero,.gridlogs-home .legal-summary,.gridlogs-home .testimonials{padding:84px 0}.gridlogs-home .about-page,.gridlogs-home .contact-page,.gridlogs-home .legal-page{padding-top:160px}.gridlogs-home .about-hero,.gridlogs-home .contact-hero,.gridlogs-home .legal-hero{padding-top:128px;padding-bottom:104px}.gridlogs-home .about-principles-header,.gridlogs-home .comparison-header,.gridlogs-home .faq-header,.gridlogs-home .how-header,.gridlogs-home .testimonials-header{margin-bottom:52px}.gridlogs-home .about-hero h1,.gridlogs-home .contact-hero h1,.gridlogs-home .cta-box h2,.gridlogs-home .legal-hero h1,.gridlogs-home .section-title{font-size:var(--marketing-title);line-height:1.1;letter-spacing:-.03em}.gridlogs-home .about-hero h1,.gridlogs-home .contact-hero h1,.gridlogs-home .legal-hero h1{max-width:760px;margin-bottom:18px;font-size:var(--marketing-hero);line-height:1.03}.gridlogs-home .about-body,.gridlogs-home .about-lead,.gridlogs-home .comparison-text p,.gridlogs-home .contact-card-copy,.gridlogs-home .contact-lead,.gridlogs-home .contact-request-step p,.gridlogs-home .cta-box p,.gridlogs-home .faq-answer,.gridlogs-home .feature-desc,.gridlogs-home .legal-definition-item dd,.gridlogs-home .legal-lead,.gridlogs-home .legal-section p,.gridlogs-home .legal-summary-card p,.gridlogs-home .section-sub,.gridlogs-home .step-desc,.gridlogs-home .testimonial-text{font-size:var(--marketing-copy);line-height:1.68}.gridlogs-home .about-lead,.gridlogs-home .about-principles-header .section-sub,.gridlogs-home .comparison-header .section-sub,.gridlogs-home .contact-lead,.gridlogs-home .faq-header .section-sub,.gridlogs-home .how-header .section-sub,.gridlogs-home .legal-lead{max-width:680px;margin-left:auto;margin-right:auto}.gridlogs-home .about-principle-card,.gridlogs-home .comparison-col,.gridlogs-home .contact-card,.gridlogs-home .contact-embed-card,.gridlogs-home .cta-box,.gridlogs-home .legal-article,.gridlogs-home .legal-aside-card,.gridlogs-home .legal-summary-card,.gridlogs-home .step-card,.gridlogs-home .testimonial-card{border-radius:var(--marketing-radius)}.gridlogs-home .about-principle-card,.gridlogs-home .comparison-col,.gridlogs-home .contact-card,.gridlogs-home .contact-embed-card,.gridlogs-home .legal-summary-card,.gridlogs-home .step-card,.gridlogs-home .testimonial-card{box-shadow:0 10px 30px rgba(15,23,42,.04)}.gridlogs-home .step-card{min-height:0;padding:30px 26px}.gridlogs-home .about-principle-card h3,.gridlogs-home .comparison-col h3,.gridlogs-home .contact-email,.gridlogs-home .legal-section h3,.gridlogs-home .legal-summary-card h2,.gridlogs-home .step-title{line-height:1.28;letter-spacing:-.02em}.gridlogs-home .about-principle-card h3,.gridlogs-home .legal-section h3,.gridlogs-home .legal-summary-card h2,.gridlogs-home .step-title{font-size:1.08rem}.gridlogs-home .feature-text{max-width:640px}.gridlogs-home .feature-heading{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.gridlogs-home .feature-icon-wrap{width:44px;height:44px;margin-bottom:0;border-radius:12px;border:none;box-shadow:none;justify-content:center;align-items:center;display:flex;flex-shrink:0}.gridlogs-home .feature-icon-wrap.blue{color:var(--blue-600);background:rgba(37,99,235,.1)}.gridlogs-home .feature-icon-wrap.green{color:var(--green-600);background:rgba(22,163,74,.1)}.gridlogs-home .feature-icon-wrap.amber{color:var(--amber-600);background:rgba(217,119,6,.1)}.gridlogs-home .feature-title{margin-bottom:0;font-size:clamp(1.48rem,2.4vw,2rem);line-height:1.15}.gridlogs-home .feature-desc{margin-bottom:18px}.gridlogs-home .feature-bullets{gap:11px}.gridlogs-home .comparison-list li,.gridlogs-home .feature-bullets li{font-size:.93rem;line-height:1.56}.gridlogs-home .feature-bullets li svg{padding:0;border-radius:0;background:none}.gridlogs-home .comparison-table,.gridlogs-home .faq-list{max-width:960px}.gridlogs-home .comparison-col,.gridlogs-home .testimonial-card{padding:30px 26px}.gridlogs-home .comparison-col-header,.gridlogs-home .footer-copy{font-size:.8rem}.gridlogs-home .faq-item{border-radius:18px;padding:0 22px}.gridlogs-home .faq-question{padding:22px 38px 22px 0;font-size:.98rem;line-height:1.45}.gridlogs-home .faq-answer{padding-bottom:22px}.gridlogs-home .cta-box{max-width:1140px;margin:0 auto;padding:68px 34px;text-align:center}.gridlogs-home .cta-box h2{max-width:min(100%,36ch);margin-left:auto;margin-right:auto;margin-bottom:18px;text-wrap:balance}.gridlogs-home .cta-box p{max-width:min(100%,34ch);margin-left:auto;margin-right:auto;margin-bottom:30px;text-wrap:balance}.gridlogs-home .footer-inner{gap:18px}.gridlogs-home .footer-links{gap:22px}.gridlogs-home .about-principle-card,.gridlogs-home .contact-card,.gridlogs-home .contact-embed-card,.gridlogs-home .legal-article,.gridlogs-home .legal-aside-card,.gridlogs-home .legal-summary-card{padding:30px 26px}.gridlogs-home .legal-meta,.gridlogs-home .testimonial-company,.gridlogs-home .testimonial-role{font-size:.88rem}.gridlogs-home .legal-meta{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-top:1rem;color:var(--gray-500)}.gridlogs-home .legal-section a{color:var(--blue-600);text-decoration:underline;text-underline-offset:2px}.gridlogs-home .legal-section a:hover{color:var(--blue-600);opacity:.88}.gridlogs-home .about-founders-grid,.gridlogs-home .contact-grid,.gridlogs-home .legal-body-grid{gap:32px}.gridlogs-home .contact-request-panel{gap:18px;padding:26px}.gridlogs-home .contact-request-step strong{font-size:1.02rem}.gridlogs-home .brand-wordmark{font-size:1.42rem}@media (min-width:768px){.gridlogs-home .cta-box h2{max-width:min(100%,52ch)}.gridlogs-home .cta-box p{max-width:48ch}.gridlogs-home .hero{padding:172px 0 18px}.gridlogs-home .social-proof{padding:16px 0 64px}.gridlogs-home .logo-track{gap:28px}.gridlogs-home .logo-frame{width:180px;height:78px}.gridlogs-home .about-page,.gridlogs-home .contact-page,.gridlogs-home .legal-page{padding-top:184px}.gridlogs-home .about-hero,.gridlogs-home .contact-hero,.gridlogs-home .legal-hero{padding-top:148px;padding-bottom:116px}.gridlogs-home .steps{gap:30px}.gridlogs-home .about-founders-grid{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:44px}.gridlogs-home .legal-body-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:34px}.gridlogs-home .contact-grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:34px}}@media (max-width:767px){.gridlogs-home .container{padding:0 20px}.gridlogs-home .nav-inner{height:72px}.gridlogs-home .hero h1{font-size:clamp(1.85rem,8.2vw,2.65rem);line-height:1.08}.gridlogs-home .hero-sub{font-size:.96rem;line-height:1.62}.gridlogs-home .social-proof{padding:8px 0 38px}.gridlogs-home .social-proof-label{margin-top:22px;margin-bottom:18px}.gridlogs-home .logo-track{gap:18px}.gridlogs-home .logo-frame{width:132px;height:64px}.gridlogs-home .about-lead,.gridlogs-home .comparison-text p,.gridlogs-home .contact-lead,.gridlogs-home .cta-box p,.gridlogs-home .legal-lead,.gridlogs-home .section-sub{font-size:.94rem;line-height:1.6}.gridlogs-home .feature-bullets li,.gridlogs-home .feature-desc{font-size:.9rem}.gridlogs-home .about-founders,.gridlogs-home .about-hero,.gridlogs-home .about-principles,.gridlogs-home .comparison,.gridlogs-home .contact-details,.gridlogs-home .contact-hero,.gridlogs-home .cta,.gridlogs-home .faq,.gridlogs-home .features,.gridlogs-home .how-it-works,.gridlogs-home .legal-body,.gridlogs-home .legal-hero,.gridlogs-home .legal-summary,.gridlogs-home .testimonials{padding:68px 0}.gridlogs-home .about-principles-header,.gridlogs-home .comparison-header,.gridlogs-home .faq-header,.gridlogs-home .how-header,.gridlogs-home .testimonials-header{margin-bottom:40px}.gridlogs-home .about-principle-card,.gridlogs-home .comparison-col,.gridlogs-home .contact-card,.gridlogs-home .contact-embed-card,.gridlogs-home .contact-request-panel,.gridlogs-home .legal-article,.gridlogs-home .legal-aside-card,.gridlogs-home .legal-summary-card,.gridlogs-home .step-card,.gridlogs-home .testimonial-card{padding:24px 20px}.gridlogs-home .feature-block{gap:26px;margin-bottom:68px}.gridlogs-home .comparison-title{white-space:normal}.gridlogs-home .cta-box{padding:52px 22px}.gridlogs-home .cta-box h2{max-width:100%}.gridlogs-home .about-page,.gridlogs-home .contact-page,.gridlogs-home .legal-page{padding-top:142px}.gridlogs-home .about-hero,.gridlogs-home .contact-hero,.gridlogs-home .legal-hero{padding-top:104px;padding-bottom:78px}.gridlogs-home .about-hero h1,.gridlogs-home .contact-hero h1,.gridlogs-home .legal-hero h1{max-width:none;margin:0 0 20px;font-size:clamp(1.9rem,8.8vw,2.8rem);line-height:1.06}.gridlogs-home .footer-inner{gap:14px}}.gridlogs-home .hero-visual{width:min(1180px,calc(100vw - 40px));margin:52px auto 0}.gridlogs-home .hero-visual-pane{position:relative;aspect-ratio:3024/1652;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.12),0 8px 24px rgba(15,23,42,.08)}.gridlogs-home .hero-visual-image{object-fit:cover;object-position:top center;width:100%;height:100%;transform:scale(1.006);transform-origin:center center}@media (max-width:767px){.gridlogs-home .hero-visual{width:calc(100% + 10px);margin:34px -5px 0}.gridlogs-home .hero-visual-pane{border-radius:12px}.gridlogs-home .hero-visual-image{transform:scale(1.008)}}.gridlogs-home .footer-logo,.gridlogs-home .logo{display:inline-flex;align-items:center;gap:10px}.gridlogs-home .brand-mark{width:24px;height:24px;flex:none;object-fit:contain}.gridlogs-home .brand-wordmark{font-family:var(--font-serif);font-size:1.4rem;line-height:1;letter-spacing:-.02em;color:var(--black)}.gridlogs-home .nav-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.gridlogs-home .nav-links-center{justify-self:center}.gridlogs-home .nav-actions{display:none}.gridlogs-home .nav-login-link{color:var(--gray-600);font-size:.9rem;font-weight:500;transition:color .2s}.gridlogs-home .nav-login-link:hover{color:var(--black)}.gridlogs-home .hero-sub{max-width:760px}.gridlogs-home .about-founders-grid,.gridlogs-home .contact-grid{align-items:stretch}.gridlogs-home .contact-cards{gap:14px;height:100%}.gridlogs-home .contact-card,.gridlogs-home .contact-embed-card{display:flex;flex-direction:column}.gridlogs-home .contact-card{min-height:0;padding:24px 22px}.gridlogs-home .contact-card-copy{max-width:34ch}.gridlogs-home .contact-card-actions{margin-top:auto;padding-top:18px}.gridlogs-home .contact-embed-card{justify-content:space-between;padding:24px 22px}.gridlogs-home .contact-embed-header{margin-bottom:14px}.gridlogs-home .contact-calendar-mock{position:relative;margin-bottom:18px;padding:14px 12px 22px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(241,245,249,.55));opacity:.9;pointer-events:none;user-select:none;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 52%,rgba(0,0,0,.55) 82%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 52%,rgba(0,0,0,.55) 82%,transparent)}.gridlogs-home .contact-embed-card .contact-calendar-mock{margin-top:1.75rem}.gridlogs-home .contact-calendar-mock__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding:0 2px}.gridlogs-home .contact-calendar-mock__month{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--gray-500)}.gridlogs-home .contact-calendar-mock__hint{font-size:.62rem;font-weight:500;color:var(--gray-500);padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(226,232,240,.95)}.gridlogs-home .contact-calendar-mock__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-bottom:7px;text-align:center;font-size:.56rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-400)}.gridlogs-home .contact-calendar-mock__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.gridlogs-home .contact-calendar-mock__cell{aspect-ratio:1;display:grid;place-items:center;min-height:0;font-size:.66rem;font-weight:500;color:var(--gray-600);border-radius:8px;border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.45)}.gridlogs-home .contact-calendar-mock__cell--empty{border-color:transparent;background:transparent;color:transparent}.gridlogs-home .contact-calendar-mock__cell--open{border-color:rgba(37,99,235,.28);background:rgba(239,246,255,.65);color:var(--blue-600);box-shadow:inset 0 0 0 1px rgba(37,99,235,.1)}.gridlogs-home .contact-request-panel{border:none;background:none;gap:14px;padding:0}.gridlogs-home .contact-request-step,.gridlogs-home .contact-request-step:first-child{border-top:none;padding-top:0}.gridlogs-home .about-story-visual{position:relative;width:100%;margin:0;aspect-ratio:1/1;max-height:min(520px,78vh);border-radius:24px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 42px rgba(15,23,42,.1);background:#0f172a}.gridlogs-home .about-story-image{object-fit:cover;object-position:center}@media (min-width:768px){.gridlogs-home .nav-actions{display:flex;align-items:center;gap:22px;justify-self:end}.gridlogs-home .contact-cards{grid-template-rows:repeat(2,minmax(0,1fr))}.gridlogs-home .contact-embed-card{min-height:100%}}@media (max-width:767px){.gridlogs-home .nav-inner{display:flex}.gridlogs-home .footer-logo,.gridlogs-home .logo{gap:8px}.gridlogs-home .brand-mark{width:22px;height:22px}}.gridlogs-home .features-header{text-align:center;margin:0 auto 56px;max-width:720px}.gridlogs-home .features-header .section-sub{margin:0 auto}@media (min-width:768px){.gridlogs-home .features-header{margin-bottom:80px}.gridlogs-home .feature-block{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center;margin-bottom:112px}.gridlogs-home .feature-text{max-width:none}.gridlogs-home .feature-block.reverse .feature-text{order:2}.gridlogs-home .feature-block.reverse .feature-visual{order:1}}.gridlogs-home.animations-ready #features .container>.fade-in{transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.22,1,.36,1);transform:translate3d(0,20px,0)}.gridlogs-home.animations-ready #features .container>.fade-in.visible{transform:translateZ(0)}.gridlogs-home.animations-ready #features .container>.fade-in:first-child{transition-delay:0s}.gridlogs-home.animations-ready #features .container>.fade-in:nth-child(2){transition-delay:.05s}.gridlogs-home.animations-ready #features .container>.fade-in:nth-child(3){transition-delay:.1s}.gridlogs-home.animations-ready #features .container>.fade-in:nth-child(4){transition-delay:.15s}@media (prefers-reduced-motion:reduce){.gridlogs-home.animations-ready #features .container>.fade-in{transition-delay:0s!important}}.gridlogs-home .features .feature-visual{aspect-ratio:1/1;width:100%;max-width:520px;margin-inline:auto;padding:0;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;overflow:hidden}.gridlogs-home .features .feature-visual-inner{width:100%;height:100%;aspect-ratio:1/1;display:block}.gridlogs-home .features .feature-placeholder-image{width:100%;height:100%;object-fit:cover;display:block}.gridlogs-home .features .feature-visual--flow{aspect-ratio:auto;overflow:visible;padding:0;background:transparent;border:none;box-shadow:none}.gridlogs-home .features .feature-visual--flow .feature-visual-inner{aspect-ratio:auto;height:auto}.gridlogs-home .features .feature-visual--revenue-flow{aspect-ratio:auto;overflow:visible;padding:0;background:transparent;border:none;box-shadow:none}.gridlogs-home .features .feature-visual--revenue-flow .feature-visual-inner{aspect-ratio:auto;height:auto}.gridlogs-home .features .feature-visual--linear-sync-trail{aspect-ratio:auto;overflow:visible;padding:0;background:transparent;border:none;box-shadow:none}.gridlogs-home .features .feature-visual--linear-sync-trail .feature-visual-inner{aspect-ratio:auto;height:auto}.gridlogs-home .linear-sync-flow{width:100%;max-width:420px;margin:0 auto;font-size:.8125rem;color:#1e293b}.gridlogs-home .linear-sync-flow__parent{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 28px rgba(15,23,42,.07)}.gridlogs-home .linear-sync-flow__parent-status{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--green-600);color:var(--white);flex-shrink:0}.gridlogs-home .linear-sync-flow__parent-check{width:12px;height:12px}.gridlogs-home .linear-sync-flow__parent-title{margin:0;font-weight:700;font-size:.9rem;letter-spacing:-.02em;color:var(--gray-900)}.gridlogs-home .linear-sync-flow__tree{display:grid;grid-template-columns:72px minmax(0,1fr);grid-template-rows:repeat(3,var(--lsf-row));column-gap:0;row-gap:var(--lsf-gap);align-items:stretch;margin-top:6px;--lsf-row:56px;--lsf-gap:10px}.gridlogs-home .linear-sync-flow__canvas{position:relative;grid-column:1;grid-row:1/-1;width:72px;min-height:0;align-self:stretch;line-height:0}.gridlogs-home .linear-sync-flow__svg{display:block;width:100%;height:100%;overflow:visible}.gridlogs-home .linear-sync-flow__wire-base{fill:none;stroke:#e5e7eb;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.gridlogs-home .linear-sync-flow__wire-signal{fill:none;pointer-events:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-width:2.35;opacity:.95;stroke-dasharray:.07 .93;stroke-dashoffset:0;animation:feature-flow-signal-run 2.6s linear infinite}.gridlogs-home .linear-sync-flow__wire-signal--linear{stroke:#2563eb;animation-duration:2.5s}.gridlogs-home .linear-sync-flow__wire-signal--gridlogs{stroke:#16a34a;animation-duration:2.2s;animation-delay:-.4s}.gridlogs-home .linear-sync-flow__wire-signal--context{stroke:#c026d3;animation-duration:2.05s;animation-delay:-.35s}@media (prefers-reduced-motion:reduce){.gridlogs-home .linear-sync-flow__wire-signal{display:none}}.gridlogs-home .linear-sync-flow__node-disk{fill:#f1f5f9;stroke:#e2e8f0;stroke-width:1;vector-effect:non-scaling-stroke}.gridlogs-home .linear-sync-flow__nodes{list-style:none;margin:0;padding:0;display:contents;min-width:0}.gridlogs-home .linear-sync-flow__node-row{margin:0;padding:0;grid-column:2;min-height:0;display:flex;align-items:stretch;box-sizing:border-box}.gridlogs-home .linear-sync-flow__card{flex:1;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:6px 10px;box-shadow:0 8px 24px rgba(15,23,42,.06);min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:center}.gridlogs-home .linear-sync-flow__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.gridlogs-home .linear-sync-flow__brand-slot{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-sizing:border-box;overflow:hidden}.gridlogs-home .linear-sync-flow__brand-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.gridlogs-home .linear-sync-flow__brand-icon{width:18px;height:18px;color:#64748b;flex-shrink:0}.gridlogs-home .linear-sync-flow__card-copy{flex:1;min-width:0;text-align:left}.gridlogs-home .linear-sync-flow__card-title{margin:0;font-weight:600;font-size:.7rem;line-height:1.2;color:#0f172a}.gridlogs-home .linear-sync-flow__card-meta{margin:2px 0 0;font-size:.62rem;line-height:1.25;color:#94a3b8}.gridlogs-home .feature-flow{width:100%;max-width:420px;margin:0 auto;font-size:.8125rem;color:#1e293b}.gridlogs-home .feature-flow__sources{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.gridlogs-home .feature-flow__card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:10px 8px 12px;box-shadow:0 8px 24px rgba(15,23,42,.06);min-width:0}.gridlogs-home .feature-flow__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.gridlogs-home .feature-flow__card-title{font-weight:600;line-height:1.2;color:#0f172a;font-size:.72rem}.gridlogs-home .feature-flow__logo{height:18px;max-width:100%;width:auto;object-fit:contain;flex-shrink:0}.gridlogs-home .feature-flow__skeleton{display:flex;flex-direction:column;gap:7px}.gridlogs-home .feature-flow__skeleton span{display:block;height:7px;border-radius:999px;background:#e2e8f0}.gridlogs-home .feature-flow__skeleton span:first-child{width:92%}.gridlogs-home .feature-flow__skeleton span:nth-child(2){width:76%}.gridlogs-home .feature-flow__skeleton span:nth-child(3){width:88%}.gridlogs-home .feature-flow__skeleton span:nth-child(4){width:64%}.gridlogs-home .feature-flow__canvas{position:relative;width:100%;margin-top:4px;line-height:0}.gridlogs-home .feature-flow__svg{display:block;width:100%;height:auto;aspect-ratio:400/132}.gridlogs-home .feature-flow__wire-base{fill:none;stroke:#e5e7eb;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}@keyframes feature-flow-signal-run{to{stroke-dashoffset:-1}}.gridlogs-home .feature-flow__wire-signal{fill:none;pointer-events:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-width:2.35;opacity:.95;stroke-dasharray:.07 .93;stroke-dashoffset:0;animation:feature-flow-signal-run 2.6s linear infinite}.gridlogs-home .feature-flow__wire-signal--left{stroke:#2563eb;animation-duration:2.5s}.gridlogs-home .feature-flow__wire-signal--mid{stroke:#16a34a;animation-duration:2.2s;animation-delay:-.4s}.gridlogs-home .feature-flow__wire-signal--right{stroke:#ea580c;animation-duration:2.75s;animation-delay:-.85s}.gridlogs-home .feature-flow__wire-base--stem{stroke-width:1.5}.gridlogs-home .feature-flow__wire-signal--stem{stroke:#c026d3;stroke-dasharray:.14 .86;stroke-width:2.35;animation-duration:2.05s;animation-delay:-.35s}@media (prefers-reduced-motion:reduce){.gridlogs-home .feature-flow__wire-signal,.gridlogs-home .feature-flow__wire-signal--stem{display:none}}.gridlogs-home .feature-flow__hub-disk{fill:#0f172a;filter:drop-shadow(0 10px 22px rgba(15,23,42,.22))}.gridlogs-home .feature-flow__hub-doc{position:absolute;left:50%;top:calc(100% * 70 / 132);width:44px;height:44px;transform:translate(-50%,-50%);pointer-events:none;display:grid;place-items:center}.gridlogs-home .feature-flow__hub-doc-icon{width:22px;height:22px;color:#f1f5f9}.gridlogs-home .feature-flow__out{position:relative;margin-top:0;border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:16px 16px 18px;box-shadow:0 8px 24px rgba(15,23,42,.06);overflow:hidden}.gridlogs-home .feature-flow__fold{position:absolute;top:0;right:0;width:36px;height:36px;background:linear-gradient(225deg,#f1f5f9,#f8fafc 55%,transparent 56%);pointer-events:none}.gridlogs-home .feature-flow__out-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.gridlogs-home .feature-flow__out-logo{flex-shrink:0;width:20px;height:20px;border-radius:5px;object-fit:contain}.gridlogs-home .feature-flow__out-titles{display:flex;flex-direction:column;gap:2px;min-width:0}.gridlogs-home .feature-flow__out-label{margin:0;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0f172a;line-height:1.2}.gridlogs-home .feature-flow__out-sub{margin:0;font-size:.65rem;font-weight:500;letter-spacing:.01em;color:#64748b;line-height:1.35}.gridlogs-home .revenue-card-wrap{width:100%;max-width:420px;margin:0 auto;filter:drop-shadow(0 20px 44px rgba(15,23,42,.1))}.gridlogs-home .revenue-card{width:100%;padding:1.25rem 1.35rem 2rem;border-radius:16px;background:#fff;border:1px solid rgba(226,232,240,.95);font-size:.8125rem;color:#4b5563;line-height:1.5;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 48%,rgba(0,0,0,.82) 68%,rgba(0,0,0,.35) 86%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 48%,rgba(0,0,0,.82) 68%,rgba(0,0,0,.35) 86%,transparent);mask-size:100% 100%;-webkit-mask-size:100% 100%}.gridlogs-home .revenue-card__meta{margin:0 0 .35rem;font-size:.7rem;font-weight:500;color:#9ca3af;letter-spacing:.01em}.gridlogs-home .revenue-card__title-row{display:flex;align-items:center;gap:.45rem;margin:0 0 .65rem;min-width:0}.gridlogs-home .revenue-card__title-icon{width:1.15rem;height:1.15rem;flex-shrink:0;color:#6b7280}.gridlogs-home .revenue-card__title{margin:0;flex:1;min-width:0;font-family:var(--font-sans);font-size:clamp(.95rem,2.8vw,1.05rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.gridlogs-home .revenue-card__duration{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.2rem;padding:.2rem .65rem .2rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;color:#065f46;background:#fff;border:1px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(125deg,#6ee7b7,#34d399 50%,#059669);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 1px 2px rgba(15,23,42,.04)}.gridlogs-home .revenue-card__pill-icon{width:12px;height:12px;flex-shrink:0}.gridlogs-home .revenue-card__tabs{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0 1.15rem;margin:1rem 0 .85rem;padding-bottom:0;border-bottom:1px solid #f3f4f6}.gridlogs-home .revenue-card__tab{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:-1px;padding:0 0 .55rem;font-size:.72rem;font-weight:500;color:#9ca3af;border-bottom:2px solid transparent}.gridlogs-home .revenue-card__tab--active{color:#1f2937;border-bottom-color:#059669}.gridlogs-home .revenue-card__tab-icon{width:14px;height:14px;opacity:.9}.gridlogs-home .revenue-card__body{padding-top:.15rem}.gridlogs-home .revenue-card__lead{margin:0 0 .65rem;font-size:.78rem;font-weight:500;color:#6b7280;line-height:1.45}.gridlogs-home .revenue-card__list{margin:0;padding-left:1.15rem;font-size:.78rem;color:#6b7280}.gridlogs-home .revenue-card__list li{margin-bottom:.45rem;line-height:1.45}.gridlogs-home .revenue-card__list li:last-child{margin-bottom:.65rem}.gridlogs-home .revenue-card__list strong{font-weight:600;color:#374151}.gridlogs-home .revenue-card__fade{margin:0;font-size:.72rem;font-weight:500;line-height:1.45;color:#9ca3af}.gridlogs-home .mobile-actions{display:flex;align-items:center;gap:8px;justify-self:end}.gridlogs-home .mobile-cta{padding:9px 16px;font-size:.8125rem;min-height:38px;border-radius:10px}@media (min-width:768px){.gridlogs-home .mobile-actions,.gridlogs-home .mobile-nav-backdrop,.gridlogs-home .mobile-nav-close,.gridlogs-home .mobile-nav-menu{display:none}}.gridlogs-home .mobile-nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gridlogs-home .mobile-nav-menu{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);z-index:100;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:72px 24px 24px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;box-shadow:-8px 0 32px rgba(0,0,0,.1);animation:slide-in-right .2s ease-out}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}.gridlogs-home .mobile-nav-close{position:absolute;top:18px;right:18px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;color:var(--gray-600);border-radius:10px;transition:background .15s,color .15s}.gridlogs-home .mobile-nav-close:hover{background:var(--gray-100);color:var(--black)}.gridlogs-home .comparison-col-header,.gridlogs-home .footer-copy,.gridlogs-home .social-proof-label{color:var(--gray-500)}.gridlogs-home .comparison-col:not(.highlight){background:var(--gray-50);border-color:var(--gray-200)}.gridlogs-home .comparison-col.highlight{border:2px solid var(--black);box-shadow:0 8px 32px rgba(0,0,0,.08);position:relative}.gridlogs-home .about-kicker,.gridlogs-home .contact-card-label,.gridlogs-home .section-tag{text-transform:none;font-size:.875rem;font-weight:500;letter-spacing:-.01em;color:var(--gray-500)}