:root{--sage-green: #88c77a;--sage-green-light: #a8d89c;--sage-green-dark: #6ba85c;--dark-bg: #0a0a0a;--dark-bg-secondary: #141414;--dark-bg-tertiary: #1e1e1e;--text-white: #ffffff;--text-light: #e5e5e5;--text-medium: #b0b0b0;--text-primary: #ffffff;--text-secondary: #e5e5e5;--border-color: #2a2a2a;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--font-body: "Inter", sans-serif;--font-heading: "Tenor Sans", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:#000;overflow-x:hidden;overscroll-behavior:none}body{overscroll-behavior:none;font-family:var(--font-body);line-height:1.6;color:var(--text-light);background-color:transparent;position:relative;min-height:100vh}body:after{content:"";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1400px;height:2400px;background:radial-gradient(ellipse,#88c77a,#88c77af2,#88c77ae6,#88c77ad9,#88c77acc,#88c77abf,#88c77ab3,#88c77aa6,#88c77a99,#88c77a8c,#88c77a80,#88c77a73,#88c77a66,#88c77a59,#88c77a4d,#88c77a40,#88c77a33,#88c77a26,#88c77a1a,#88c77a0d,#0000);background:radial-gradient(ellipse,#8cbf70,#8cbf70f2,#8cbf70e6,#8cbf70d9,#8cbf70cc,#8cbf70bf,#8cbf70b3,#8cbf70a6,#8cbf7099,#8cbf708c,#8cbf7080,#8cbf7073,#8cbf7066,#8cbf7059,#8cbf704d,#8cbf7040,#8cbf7033,#8cbf7026,#8cbf701a,#8cbf700d,#0000);filter:blur(200px);z-index:-1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1.5s ease,visibility 1.5s ease}body.loaded:after{opacity:.13;visibility:visible}@media(max-width:768px){body:after{filter:blur(120px);width:100vw;height:80vh}body.loaded:after{opacity:.12}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background-color:var(--dark-bg);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--text-white);text-decoration:none;display:inline-block;letter-spacing:.5px;text-shadow:.4px 0 0 currentColor;text-transform:uppercase}.logo .sage-word{display:inline-block}.logo .matters-word{display:inline-block;margin-left:-.25ch}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-white);font-weight:600;font-size:.85rem;transition:color .2s ease;text-transform:uppercase;letter-spacing:.05em}.nav-menu a:hover{color:var(--sage-green-light)}@keyframes breathe{0%{box-shadow:0 0 #88c77a66}70%{box-shadow:0 0 0 10px #88c77a00}to{box-shadow:0 0 #88c77a00}}@keyframes breathe-glass{0%{box-shadow:0 4px 20px #0003,0 0 15px #88c77a33,0 0 #88c77a66}70%{box-shadow:0 4px 20px #0003,0 0 15px #88c77a33,0 0 0 10px #88c77a00}to{box-shadow:0 4px 20px #0003,0 0 15px #88c77a33,0 0 #88c77a00}}a.btn-contact{background-color:var(--sage-green);color:#000;border:1px solid var(--sage-green);padding:.5rem 1.25rem;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;animation:breathe 3s infinite ease-in-out}a.btn-contact:hover{background-color:var(--sage-green);color:#000;transform:scale(1.05);animation:none;box-shadow:0 4px 15px #88c77a66;filter:brightness(1.1)}.hero{position:relative;background-image:url(/images/pexels-nietjuhart-25956384.jpg);background-size:cover;background-position:center;padding:8rem 2rem;text-align:center;border-bottom:1px solid var(--border-color);min-height:600px;display:flex;align-items:center;justify-content:center;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0a66,#14141466);z-index:1}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}.hero-label{color:var(--sage-green);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.hero h1{font-size:3.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem;line-height:1.1;letter-spacing:-1px}.hero-subheading{font-size:1.3rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.6;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.hero-description{font-size:1.25rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:#000;color:#fff;padding:.875rem 2.25rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #ffffff;box-shadow:0 4px 15px #ffffff1a;text-transform:uppercase;letter-spacing:.05em}.btn-primary:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3;border-color:#fff}.btn-secondary{background:#000;color:#fff;padding:.875rem 2.25rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;border:2px solid #ffffff;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;box-shadow:0 4px 15px #ffffff1a}.btn-secondary:hover{background:#000;color:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.btn-liquid-glass{position:relative;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(136,199,122,.3);border-top:1px solid rgba(136,199,122,.5);color:var(--text-white);padding:.875rem 2.25rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0003,0 0 15px #88c77a33;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.btn-solid-green{background-color:var(--sage-green);color:#000;border:1px solid var(--sage-green);padding:.875rem 2.25rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.btn-solid-green:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #88c77a66}.btn-liquid-glass-glow{animation:breathe-glass 3s infinite ease-in-out}.btn-liquid-glass:hover{background:#fff;color:#000;border-color:var(--sage-green);transform:translateY(-2px);box-shadow:0 8px 25px #88c77a4d;animation:none}.about-section,.page-section{padding:4rem 2rem;background-color:transparent}.about-content,.page-content{max-width:800px;margin:0 auto;text-align:center}.about-content h2{font-size:2.25rem;font-weight:700;color:var(--text-white);margin-bottom:1.5rem;letter-spacing:-.5px}.about-content p{font-size:1.125rem;color:var(--text-medium);line-height:1.8}.categories-section{padding:5rem 2rem;background-color:transparent}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:3rem;letter-spacing:-.5px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{background-color:#0a0a0a!important;border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column;height:565px;max-height:565px;min-height:565px;text-decoration:none;color:inherit;position:relative;z-index:10;isolation:isolate;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.category-card:hover{transform:translateY(-8px) translateZ(0);box-shadow:var(--shadow-lg);border-color:var(--sage-green)}.card-image-link{display:block;overflow:hidden;flex-shrink:0;height:280px;min-height:280px;max-height:280px}.card-image{width:100%;height:280px;min-height:280px;max-height:280px;object-fit:cover;transition:all .3s ease;display:block}.home-category-section .category-card:hover .card-image,.category-card:hover .card-image{transform:scale(1.05)}.card-content{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;height:285px;min-height:285px;max-height:285px;overflow:hidden}.category-card h3{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2;max-height:3.6rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;hyphens:auto;width:100%;white-space:normal}.card-content>p{font-size:1rem;color:var(--text-medium);line-height:1.7;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;max-height:8.5rem}.card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-white);text-decoration:none;font-weight:700;font-size:.85rem;transition:all .3s ease;margin-top:auto;flex-shrink:0;text-transform:uppercase;letter-spacing:.05em}.category-card:hover .card-link{color:var(--sage-green);gap:.8rem}.article-card .card-content{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;height:285px;min-height:285px;max-height:285px;overflow:hidden}.category-card.article-card h3{font-size:1.5rem!important;font-weight:700!important;color:var(--text-white)!important;margin-bottom:auto!important;display:-webkit-box!important;-webkit-line-clamp:8!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.4!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;hyphens:auto!important;max-width:100%!important;white-space:normal!important;flex:1!important;max-height:none!important}@media(max-width:768px){.card-content{padding:1.5rem 1.25rem 2rem!important}.category-card h3{font-size:1.35rem!important;hyphens:none!important}}.category-card.article-card .card-content>p{display:none!important}.guide-banner{background-color:#fff;color:#000;padding:5rem 2rem;text-align:center;position:relative;z-index:1}.guide-content{max-width:800px;margin:0 auto}.guide-label{color:#000;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem}.guide-banner h2{font-size:2.75rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.2}.guide-description{font-size:1.125rem;color:#000;margin-bottom:2.5rem;opacity:1}.guide-form{display:flex;gap:1rem;max-width:600px;margin:0 auto;align-items:center}.guide-form input[type=email],.guide-form input[type=text]{flex:1;padding:1rem 1.5rem;border:2px solid var(--sage-green);box-shadow:0 0 0 4px #88c77a40;outline:none;border-radius:12px;font-size:1rem;font-family:inherit;background-color:var(--text-white);color:#000}.guide-form input[type=email]::placeholder,.guide-form input[type=text]::placeholder{color:#999}.guide-form input:focus{border-color:var(--sage-green);box-shadow:0 0 0 4px #88c77a59}.btn-guide{background-color:var(--sage-green);color:#000;border:1px solid var(--sage-green);padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.btn-guide:hover{background:var(--sage-green);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #88c77a4d;filter:brightness(1.1)}.about-page-section{padding:6rem 2rem;background-color:transparent;color:var(--text-white)}.about-page-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:1.5rem;letter-spacing:-.5px}.about-text p{font-size:1.125rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.about-text p:last-child{margin-bottom:0}.about-image img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-md);position:relative;z-index:1}.topics-page .topics-hero{padding-top:30px;padding-bottom:48px;background-color:transparent;position:relative}.topics-page .topics-title{text-align:center;font-size:4rem;font-weight:400;margin-bottom:1.5rem;color:var(--text-white)}.topics-page .topics-pills{display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.topics-page .topics-pill{background:transparent;color:var(--text-white);padding:.7rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;letter-spacing:.05em;border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;font-size:.85rem}.topics-page .topics-pill:hover{background:var(--sage-green);color:var(--dark-bg);border-color:var(--sage-green);transform:translateY(-3px);box-shadow:0 8px 20px #88c77a33}.topics-page .topic-section{padding:0 2rem 4rem;background-color:transparent;scroll-margin-top:110px;position:relative}.topics-page .topic-section:first-of-type{padding-top:0}.topics-page .topic-section-title{font-size:3rem;font-weight:400;margin:0 0 1rem;color:var(--text-white)}.topics-page .section-intro{font-size:1rem;line-height:1.7;color:var(--text-white);margin:0 auto 2.5rem;max-width:1200px}.topics-page .category-grid{grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.topics-page .category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.topics-page .category-grid{grid-template-columns:1fr}}.footer{background-color:#000;color:var(--text-white);padding:3rem 2rem 1.5rem;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-white)}.footer-brand p{color:var(--text-medium);font-size:.95rem}.footer-links{display:flex;gap:3rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-white)}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:var(--text-medium);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-column ul li a:hover{color:var(--text-white)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-color);text-align:center}.footer-bottom p{color:var(--text-medium);font-size:.9rem}@media(max-width:768px){.hero{padding:4rem 1.5rem}.hero h1{font-size:2.5rem}.hero-subheading{font-size:1.1rem}.hero-description{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons a{text-align:center}.category-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{gap:2rem}.section-title{font-size:2rem}.about-content h2{font-size:1.875rem}.guide-banner h2{font-size:2rem}.guide-form{flex-direction:column}.about-page-content{grid-template-columns:1fr;gap:2rem}.about-text h2{font-size:2rem}}@media(max-width:480px){.container{padding:0 1rem}.nav-container{padding:1rem}.hero h1{font-size:2rem}.category-card{padding:0;height:auto;max-height:none;min-height:auto}.card-image-link,.card-image{height:240px;min-height:240px;max-height:240px}.card-content{padding:1.5rem;height:auto;min-height:auto;max-height:none}.category-card h3{font-size:1.75rem;margin-bottom:1rem}.card-content>p{font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.card-link{font-size:1.05rem}}.topic-hub-page .hub-hero{padding:3rem 2rem 2.5rem;background-color:transparent;border-bottom:1px solid var(--border-color)}.breadcrumbs{font-size:.85rem;color:var(--text-medium);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.breadcrumbs a{color:var(--text-medium);text-decoration:none;transition:color .2s ease}.breadcrumbs a:hover{color:var(--sage-green)}.breadcrumbs span{margin:0 .5rem}.hub-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-white);letter-spacing:-1px}.hub-title-line{width:100%;height:1px;background:var(--border-color);margin-top:1.5rem;margin-bottom:2rem}.hub-intro{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:800px}.hub-chips{display:flex;flex-wrap:wrap;gap:.75rem}.hub-chip{background:var(--dark-bg-secondary);color:var(--text-white);padding:.6rem 1.2rem;border-radius:50px;text-decoration:none;font-size:.95rem;border:1px solid var(--border-color);transition:all .2s ease}.hub-chip:hover{background:var(--sage-green);color:var(--dark-bg);border-color:var(--sage-green)}.hub-section{padding:4rem 2rem;background-color:transparent;scroll-margin-top:100px}.hub-section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-white)}.hub-text{font-size:1.125rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.hub-bullets{list-style-position:outside;margin-left:1.5rem;margin-bottom:2rem}.hub-bullets li{font-size:1.0625rem;color:var(--text-light);line-height:1.7;margin-bottom:.75rem}.hub-two-col{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.hub-side-card{background:var(--dark-bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;position:sticky;top:100px}.hub-side-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-white)}.hub-side-card ul{list-style:none}.hub-side-card ul li{margin-bottom:.75rem}.hub-side-card a{color:var(--text-medium);text-decoration:none;transition:color .2s ease}.hub-side-card a:hover{color:var(--sage-green)}.hub-related{background:transparent;border-top:1px solid var(--border-color)}.hub-related-links{display:flex;flex-wrap:wrap;gap:1rem}.hub-related-link{background:var(--dark-bg);color:var(--text-white);padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;border:1px solid var(--border-color);transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.hub-related-link:hover{background:var(--sage-green);color:var(--dark-bg);border-color:var(--sage-green)}.topic-hub-page .category-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.hub-browse-all{text-align:center;margin-top:2.5rem}.article-page .hub-hero{padding:2.5rem 2rem 1.5rem}.article-page .hub-title{margin-bottom:.5rem}.article-page .hub-intro{margin-bottom:1rem;line-height:1.6}.article-page .hub-section{padding:3rem 2rem}.article-body .article-hero{margin:0 auto 1.5rem;border-radius:12px;overflow:hidden;max-width:940px;aspect-ratio:940 / 315}.article-body .article-hero img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.article-section+.article-section{margin-top:1.75rem}.article-body .hub-section-title{margin-bottom:.75rem}.article-body .hub-text{margin-bottom:1rem;line-height:1.65}.article-page .article-section{margin-top:1.75rem}.article-page .article-section:first-child{margin-top:0}.article-page .article-section .hub-section-title,.article-page .article-body h2{margin:1.75rem 0 .75rem;line-height:1.15}.article-page .article-body p,.article-page .article-body .hub-text{margin:0 0 1rem;line-height:1.65}.article-page .article-body p:last-child,.article-page .article-body .hub-text:last-child{margin-bottom:0}@media(max-width:1024px){.topic-hub-page .category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hub-title{font-size:2.5rem}.hub-intro{font-size:1.125rem}.hub-two-col{grid-template-columns:1fr;gap:2rem}.hub-side-card{position:static}.hub-section-title{font-size:2rem}.topic-hub-page .category-grid{grid-template-columns:1fr}}.logo[data-astro-cid-3ef6ksr2],.logo[data-astro-cid-3ef6ksr2] .sage-word[data-astro-cid-3ef6ksr2]{color:var(--text-white);transition:color .3s ease}.logo[data-astro-cid-3ef6ksr2]:hover .sage-word[data-astro-cid-3ef6ksr2]{color:var(--sage-green)!important}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:none}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:100%;height:3px;background-color:var(--text-white);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:1024px){.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:block;position:relative;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{position:absolute;left:0;width:100%;height:3px;background-color:var(--text-white);border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(1){top:2px}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(3){bottom:2px}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.nav-menu[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:0;width:100%;height:auto;background-color:var(--dark-bg);flex-direction:column;align-items:center;padding:2rem;gap:1.5rem;transform:translateY(-150%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid var(--border-color);box-shadow:0 4px 12px #00000080;z-index:-1;visibility:hidden;opacity:0}.nav-menu[data-astro-cid-3ef6ksr2].active{transform:translateY(0);visibility:visible;opacity:1}.nav-menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{width:100%}.nav-menu[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;width:100%;padding:.5rem 0;text-align:center}}.guide-modal[data-astro-cid-gxe7525o]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.guide-modal[data-astro-cid-gxe7525o].active{opacity:1;pointer-events:all}.guide-modal-overlay[data-astro-cid-gxe7525o]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(4px)}.guide-modal-content[data-astro-cid-gxe7525o]{position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:600px;width:90%;padding:3rem 2rem;z-index:10000;box-shadow:0 20px 60px #00000080;transform:scale(.9);transition:transform .3s ease}.guide-modal[data-astro-cid-gxe7525o].active .guide-modal-content[data-astro-cid-gxe7525o]{transform:scale(1)}.guide-modal-close[data-astro-cid-gxe7525o]{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#666;font-size:2.5rem;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.guide-modal-close[data-astro-cid-gxe7525o]:hover{color:#000}.guide-modal-inner[data-astro-cid-gxe7525o]{text-align:center}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-label[data-astro-cid-gxe7525o]{font-size:.9rem;font-weight:700;letter-spacing:2px;color:#000;margin-bottom:1rem}.guide-modal-inner[data-astro-cid-gxe7525o] h2[data-astro-cid-gxe7525o]{font-size:2rem;font-weight:700;color:#000;margin-bottom:2rem;line-height:1.3}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] input[data-astro-cid-gxe7525o]{flex:1;min-width:250px;padding:.875rem 1.25rem;font-size:1rem;background:#f5f5f5;border:1px solid #cccccc;border-radius:8px;color:#000}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] input[data-astro-cid-gxe7525o]::placeholder{color:#666}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] input[data-astro-cid-gxe7525o]:focus{outline:none;border-color:var(--accent-gold)}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] .btn-guide[data-astro-cid-gxe7525o]{padding:1rem 2.5rem;font-size:1rem;font-weight:700;background:var(--sage-green);color:#000;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 15px #88c77a33;text-transform:uppercase;letter-spacing:.05em}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] .btn-guide[data-astro-cid-gxe7525o]:hover{background:var(--sage-green-light);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #88c77a66}@media(max-width:768px){.guide-modal-content[data-astro-cid-gxe7525o]{padding:2rem 1.5rem}.guide-modal-inner[data-astro-cid-gxe7525o] h2[data-astro-cid-gxe7525o]{font-size:1.5rem}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o]{flex-direction:column}.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] input[data-astro-cid-gxe7525o],.guide-modal-inner[data-astro-cid-gxe7525o] .guide-form[data-astro-cid-gxe7525o] .btn-guide[data-astro-cid-gxe7525o]{width:100%;min-width:100%}}.floating-contact-btn[data-astro-cid-45crsfco]{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background-color:var(--sage-green);color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #88c77a66;cursor:pointer;z-index:9999;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none}.floating-contact-btn[data-astro-cid-45crsfco]:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 30px #88c77a99;filter:brightness(1.1)}.floating-contact-btn[data-astro-cid-45crsfco] svg[data-astro-cid-45crsfco]{width:28px;height:28px;stroke-width:2.5}@media(max-width:768px){.floating-contact-btn[data-astro-cid-45crsfco]{bottom:1.5rem;right:1.5rem;width:56px;height:56px}.floating-contact-btn[data-astro-cid-45crsfco] svg[data-astro-cid-45crsfco]{width:26px;height:26px}}html{background:#000!important}body{background:transparent!important}.category-card[data-astro-cid-37fxchfa]{background:#0a0a0a!important;position:relative!important;z-index:10!important}
