@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #3D6B1E;--color-primary-dark: #2d5016;--color-primary-light: #4a8025;--color-accent: #C5962B;--color-accent-dark: #a87d22;--color-light-bg: #FDF8F0;--color-white: #ffffff;--color-dark: #1a1a1a;--color-body: #444444;--color-muted: #777777;--color-border: #e0ddd8;--color-danger: #d32f2f;--color-success: #2e7d32;--color-info: #1565c0;--font-family: "Montserrat", sans-serif;--radius: 8px;--radius-sm: 4px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--max-width: 1200px;--header-height: 70px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);color:var(--color-body);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--color-dark);line-height:1.2;font-weight:700}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.375rem,3vw,2rem)}h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}p{margin-bottom:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius);font-family:var(--font-family);font-weight:600;font-size:.95rem;text-align:center;border:2px solid transparent;cursor:pointer;transition:all .2s;min-height:44px;min-width:44px;text-decoration:none;line-height:1.4}.btn-primary{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:var(--color-white)}.btn-accent{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn-accent:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:var(--color-white)}.btn-outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-white)}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-danger{background:var(--color-danger);color:var(--color-white);border-color:var(--color-danger)}.btn-danger:hover{background:#b71c1c;border-color:#b71c1c;color:var(--color-white)}input,select,textarea{font-family:var(--font-family);font-size:1rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;transition:border-color .2s;min-height:44px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #3d6b1e26}textarea{resize:vertical;min-height:120px}label{display:block;font-weight:600;margin-bottom:.375rem;color:var(--color-dark);font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-row{display:grid;gap:1rem}.badge{display:inline-block;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-new{background:var(--color-primary);color:#fff}.badge-used{background:var(--color-accent);color:#fff}.badge-sold{background:var(--color-danger);color:#fff}.badge-available{background:var(--color-success);color:#fff}.badge-hold{background:var(--color-info);color:#fff}.badge-on-order{background:#7b1fa2;color:#fff}.top-bar{background:var(--color-primary-dark);color:#fff;font-size:.8rem;padding:.5rem 0}.top-bar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.top-bar a{color:#fff;font-weight:500}.top-bar a:hover{color:var(--color-accent)}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:1rem}.main-nav{background:var(--color-white);border-bottom:3px solid var(--color-primary);padding:0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.main-nav .container{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height)}.logo{font-size:1.5rem;font-weight:800;color:var(--color-primary);letter-spacing:1px;text-decoration:none}.logo:hover{color:var(--color-primary-dark)}.mobile-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:var(--color-dark);min-width:44px;min-height:44px}.nav-links{display:none;flex-direction:column;position:absolute;top:var(--header-height);left:0;right:0;background:var(--color-white);border-bottom:3px solid var(--color-primary);box-shadow:var(--shadow-md);z-index:99}.nav-links.open{display:flex}.nav-links li a{display:block;padding:.875rem 1.5rem;color:var(--color-dark);font-weight:500;font-size:.95rem;border-bottom:1px solid var(--color-border);min-height:44px}.nav-links li a:hover,.nav-links li a.active{color:var(--color-primary);background:var(--color-light-bg)}.page-hero{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;padding:3rem 1rem;text-align:center;margin:0 -1rem 2rem}.page-hero h1{color:#fff;margin-bottom:.5rem}.page-hero .subtitle{font-size:clamp(1rem,2vw,1.25rem);opacity:.9;max-width:600px;margin:0 auto}.content-section{padding:2rem 0}.content-section h2{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-accent);display:inline-block}.content-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.content-section ul li{margin-bottom:.5rem}.cta-section{background:var(--color-light-bg);padding:2rem;border-radius:var(--radius-lg);text-align:center;margin-top:2rem}.cta-section h2{border:none;display:block}.values-grid,.features-grid,.parts-grid,.stats-grid,.service-cards{display:grid;gap:1.5rem;margin-top:1.5rem}.value-card,.feature-card,.part-category{background:var(--color-white);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.value-card h3,.feature-card h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem}.part-category h3{color:var(--color-primary);margin-bottom:.375rem;font-size:1rem}.part-category p{font-size:.9rem;color:var(--color-muted);margin-bottom:0}.stats-grid{text-align:center}.stat{padding:1.5rem}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:.375rem}.stat-label{font-size:.9rem;color:var(--color-muted);font-weight:500}.vehicle-grid{display:grid;gap:1.5rem}.vehicle-card{background:var(--color-white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.vehicle-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.vehicle-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f0ece6}.vehicle-card-image img{width:100%;height:100%;object-fit:cover}.vehicle-card-badge{position:absolute;top:.75rem;left:.75rem}.vehicle-card-body{padding:1rem}.vehicle-card-title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:.375rem;line-height:1.3}.vehicle-card-type{font-size:.8rem;color:var(--color-muted);margin-bottom:.75rem}.vehicle-card-pricing{margin-bottom:.75rem}.vehicle-card-msrp{font-size:.85rem;color:var(--color-muted);text-decoration:line-through}.vehicle-card-price{font-size:1.25rem;font-weight:800;color:var(--color-primary)}.vehicle-card-monthly{font-size:.8rem;color:var(--color-muted)}.vehicle-card-monthly-highlight{font-size:.85rem;color:var(--color-accent-dark);font-weight:600;margin-top:.25rem}.vehicle-card-stock{font-size:.8rem;color:var(--color-muted);padding-top:.5rem;border-top:1px solid var(--color-border)}.site-footer{background:var(--color-dark);color:#ccc;padding:3rem 0 0;margin-top:3rem}.footer-grid{display:grid;gap:2rem;padding-bottom:2rem}.site-footer h3{color:var(--color-accent);font-size:1rem;margin-bottom:1rem}.site-footer a{color:#ccc}.site-footer a:hover{color:var(--color-accent)}.footer-links li{margin-bottom:.5rem}.footer-hours-list dt{font-weight:600;color:#fff}.footer-hours-list dd{margin-bottom:.5rem;font-size:.9rem}.footer-bottom{border-top:1px solid #333;padding:1.25rem 0;text-align:center;font-size:.8rem;color:#999}.footer-bottom a{color:#999}.hero{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;padding:3rem 1rem;text-align:center}.hero h1{color:#fff;font-size:clamp(1.75rem,5vw,3rem);margin-bottom:.75rem}.hero p{font-size:clamp(1rem,2.5vw,1.25rem);opacity:.9;max-width:700px;margin:0 auto 1.5rem}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-section{padding:3rem 1rem}.home-section.alt-bg{background:var(--color-light-bg)}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{display:inline-block;padding-bottom:.5rem;border-bottom:3px solid var(--color-accent)}.filter-sidebar{background:var(--color-light-bg);padding:1.5rem;border-radius:var(--radius);margin-bottom:2rem}.filter-sidebar h3{font-size:1.1rem;margin-bottom:1rem;color:var(--color-dark)}.filter-group{margin-bottom:1.25rem}.filter-group label{font-size:.85rem;font-weight:600}.inventory-layout{padding:2rem 0}.inventory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.inventory-count{font-size:.95rem;color:var(--color-muted)}.inventory-sort select{width:auto;min-width:180px}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.5rem .875rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;border:1px solid var(--color-border);color:var(--color-body)}.pagination a:hover,.pagination .active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.vdp-layout{padding:2rem 0}.vdp-gallery{margin-bottom:1rem}.vdp-gallery img{width:100%;border-radius:var(--radius)}.vdp-hero-btn{display:block;width:100%;border:none;padding:0;background:none;cursor:zoom-in;position:relative;border-radius:var(--radius);overflow:hidden}.vdp-hero-img{width:100%;border-radius:var(--radius);aspect-ratio:16/10;object-fit:cover}.vdp-zoom-hint{position:absolute;bottom:.75rem;right:.75rem;background:#0009;color:#fff;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;opacity:0;transition:opacity .2s}.vdp-hero-btn:hover .vdp-zoom-hint{opacity:1}.vdp-no-image{display:flex;align-items:center;justify-content:center;height:300px;background:var(--color-light-bg);border-radius:var(--radius);color:var(--color-muted);font-size:1.1rem;font-weight:500}.vdp-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0 1rem}.vdp-thumb{flex-shrink:0;width:80px;height:60px;border:2px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .2s}.vdp-thumb.active,.vdp-thumb:hover{border-color:var(--color-primary)}.vdp-thumb img{width:100%;height:100%;object-fit:cover}.vdp-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}.vdp-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.vdp-content,.vdp-sidebar{min-width:0}.vdp-pricing-box{background:var(--color-light-bg);padding:1.5rem;border-radius:var(--radius);margin-bottom:2rem;border:2px solid var(--color-primary)}.vdp-pricing-label{font-size:.85rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.vdp-pricing-box .price-main{font-size:2rem;font-weight:800;color:var(--color-primary)}.vdp-pricing-box .price-msrp{text-decoration:line-through;color:var(--color-muted);font-size:.95rem}.vdp-pricing-box .price-savings{color:var(--color-danger);font-weight:700;font-size:.95rem;margin-bottom:.5rem}.vdp-monthly{background:var(--color-white);border:1px solid var(--color-accent);border-radius:var(--radius-sm);padding:.75rem;margin:1rem 0;text-align:center;font-size:1rem;color:var(--color-dark)}.vdp-monthly-sub{display:block;font-size:.8rem;color:var(--color-muted);margin-top:.25rem;font-weight:400}.vdp-monthly-sub a{color:var(--color-primary);font-weight:600}.vdp-cta-stack{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.vdp-cta-stack .btn{width:100%}.vdp-sidebar-links{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:600}.vdp-specs-full{display:grid;gap:0}.vdp-specs-full table{width:100%;border-collapse:collapse}.vdp-specs-full th,.vdp-specs-full td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--color-border);font-size:.9rem}.vdp-specs-full th{font-weight:600;color:var(--color-dark);width:40%}.vdp-specs{margin-bottom:2rem}.vdp-specs table{width:100%;border-collapse:collapse}.vdp-specs th,.vdp-specs td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--color-border);font-size:.9rem}.vdp-specs th{font-weight:600;color:var(--color-dark);width:40%}.vdp-why-buy{background:var(--color-light-bg);padding:2rem;border-radius:var(--radius-lg);margin:2rem 0}.vdp-why-buy h2{text-align:center;margin-bottom:1rem;border:none;display:block}.vdp-advantages{display:grid;gap:1rem;margin-top:1.5rem}.vdp-advantage{padding:1rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border)}.vdp-advantage strong{display:block;color:var(--color-primary);margin-bottom:.375rem;font-size:.95rem}.vdp-advantage p{font-size:.9rem;color:var(--color-body);margin-bottom:0}.zoom-overlay{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:zoom-out;padding:2rem}.zoom-overlay img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--radius)}.zoom-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.zoom-close:hover{background:#fff6}.srp-why-buy{background:var(--color-light-bg);padding:2rem;border-radius:var(--radius-lg);margin:2rem 0;text-align:center}.srp-why-buy h2{border:none;display:block}.timeline{position:relative;padding-left:2rem;margin:1.5rem 0}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-accent);border-radius:3px}.timeline-item{position:relative;padding-bottom:2rem;padding-left:1.5rem}.timeline-item:before{content:"";position:absolute;left:-2rem;top:.2rem;width:13px;height:13px;background:var(--color-accent);border:3px solid var(--color-white);border-radius:50%;box-shadow:0 0 0 2px var(--color-accent)}.timeline-item:last-child{padding-bottom:0}.timeline-year{font-size:.85rem;font-weight:800;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.timeline-content strong{display:block;font-size:1rem;color:var(--color-dark);margin-bottom:.25rem}.timeline-content p{font-size:.9rem;color:var(--color-body);margin-bottom:0}.hours-table{width:100%;max-width:400px;border-collapse:collapse;margin-bottom:1rem}.hours-table td{padding:.5rem .75rem;border-bottom:1px solid var(--color-border);font-size:.9rem}.hours-table td:first-child{font-weight:600;color:var(--color-dark)}.breadcrumbs{font-size:.85rem;margin-bottom:1.5rem;color:var(--color-muted)}.breadcrumbs a{color:var(--color-primary)}.breadcrumbs span{margin:0 .375rem}.contact-grid{display:grid;gap:2rem}.contact-info h3{color:var(--color-primary);margin-bottom:.75rem}.contact-info p{margin-bottom:.5rem}.map-embed iframe{width:100%;height:300px;border:0;border-radius:var(--radius)}.staff-grid{display:grid;gap:2rem}.staff-card{text-align:center;padding:2rem 1.5rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.staff-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;background:var(--color-light-bg)}.staff-card h3{margin-bottom:.25rem}.staff-card .staff-title{color:var(--color-accent);font-weight:600;font-size:.9rem;margin-bottom:.75rem}.staff-card .staff-bio{font-size:.9rem;color:var(--color-body);line-height:1.6}.featured-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.featured-scroll .vehicle-card{min-width:280px;flex-shrink:0;scroll-snap-align:start}@media(min-width:768px){.top-bar{font-size:.85rem}.form-row,.values-grid,.features-grid{grid-template-columns:1fr 1fr}.parts-grid{grid-template-columns:1fr 1fr 1fr}.stats-grid{grid-template-columns:repeat(4,1fr)}.vehicle-grid,.staff-grid,.contact-grid,.footer-grid{grid-template-columns:1fr 1fr}.page-hero{padding:4rem 2rem;margin:0 -2rem 2rem}.hero{padding:4rem 2rem}.vdp-specs-full,.vdp-advantages{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.mobile-toggle{display:none}.nav-links{display:flex;flex-direction:row;position:static;border:none;box-shadow:none;gap:0}.nav-links li a{border:none;padding:.5rem .875rem;font-size:.9rem}.values-grid{grid-template-columns:1fr 1fr 1fr 1fr}.parts-grid{grid-template-columns:repeat(4,1fr)}.vehicle-grid,.staff-grid{grid-template-columns:1fr 1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}.inventory-page-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}.filter-sidebar{position:sticky;top:calc(var(--header-height) + 1rem);align-self:start}.vdp-main-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem}.vdp-sidebar{position:sticky;top:calc(var(--header-height) + 1rem);align-self:start}.hero,.page-hero{padding:5rem 2rem}.home-section{padding:4rem 2rem}.service-cards{grid-template-columns:1fr 1fr 1fr 1fr}}script[type="application/ld+json"]{display:none}:root{--gw-green: #2D5016;--gw-green-light: #3D6B1E;--gw-green-dark: #1E3A0E;--gw-green-pale: #E8F0E2;--gw-gold: #C5962B;--gw-gold-light: #D4A83E;--gw-gold-dark: #A67D1F;--gw-white: #FFFFFF;--gw-offwhite: #F8F7F5;--gw-warm-gray: #F0EEE9;--gw-mid-gray: #999;--gw-text: #1A1A1A;--gw-text-light: #555;--gw-text-lighter: #777;--gw-border: #E0DDD7;--gw-shadow: 0 2px 12px rgba(0,0,0,.08);--gw-shadow-lg: 0 8px 30px rgba(0,0,0,.12);--gw-radius: 8px;--gw-radius-lg: 12px;--gw-transition: .3s ease;--gw-max-width: 1200px;--gw-header-height: 80px;--gw-header-compact: 60px;--gw-font-body: "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--gw-font-heading: "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif}.gw-container{width:100%;max-width:var(--gw-max-width);margin:0 auto;padding:0 20px}.gw-section{padding:60px 0}.gw-section--alt{background:var(--gw-offwhite)}.gw-section--green{background:var(--gw-green);color:var(--gw-white)}.gw-section--green h2,.gw-section--green h3{color:var(--gw-white)}.gw-section--green p{color:#ffffffe6}@media(min-width:768px){.gw-section{padding:80px 0}}.gw-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--gw-radius);font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all var(--gw-transition);white-space:nowrap}.gw-btn--primary{background:var(--gw-gold);color:var(--gw-white)}.gw-btn--primary:hover{background:var(--gw-gold-dark);transform:translateY(-1px);box-shadow:0 4px 12px #c5962b66;color:var(--gw-white)}.gw-btn--secondary{background:transparent;color:var(--gw-white);border:2px solid rgba(255,255,255,.8)}.gw-btn--secondary:hover{background:#ffffff26;border-color:var(--gw-white);color:var(--gw-white)}.gw-btn--outline{background:transparent;color:var(--gw-green);border:2px solid var(--gw-green)}.gw-btn--outline:hover,.gw-btn--green{background:var(--gw-green);color:var(--gw-white)}.gw-btn--green:hover{background:var(--gw-green-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2d501666;color:var(--gw-white)}.gw-btn--sm{padding:10px 20px;font-size:.9rem}.gw-hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}.gw-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a3a0a,#2d5016 40%,#4a7a28,#2d5016);z-index:0}.gw-hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(197,150,43,.15) 0%,transparent 60%)}.gw-hero__content{position:relative;z-index:1;padding:80px 20px 60px;max-width:var(--gw-max-width);margin:0 auto;width:100%}.gw-hero h1{color:var(--gw-white);font-size:2.4rem;margin-bottom:16px;max-width:700px}.gw-hero__sub{color:#ffffffe6;font-size:1.15rem;max-width:550px;margin-bottom:32px;line-height:1.7}.gw-hero__btns{display:flex;flex-wrap:wrap;gap:12px}@media(min-width:768px){.gw-hero{min-height:600px}.gw-hero h1{font-size:3.2rem}.gw-hero__sub{font-size:1.25rem}.gw-hero__content{padding:100px 20px 80px}}.gw-page-hero{padding:60px 20px 50px;text-align:center;position:relative;overflow:hidden}.gw-page-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--gw-green-dark),var(--gw-green),var(--gw-green-light));z-index:0}.gw-page-hero__content{position:relative;z-index:1;max-width:var(--gw-max-width);margin:0 auto}.gw-page-hero h1{color:var(--gw-white);margin-bottom:12px}.gw-page-hero p{color:#ffffffd9;font-size:1.1rem;max-width:600px;margin:0 auto}@media(min-width:768px){.gw-page-hero{padding:80px 20px 70px}}.gw-grid{display:grid;gap:24px}.gw-grid--2,.gw-grid--3,.gw-grid--4{grid-template-columns:1fr}@media(min-width:600px){.gw-grid--2,.gw-grid--3,.gw-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.gw-grid--3{grid-template-columns:repeat(3,1fr)}.gw-grid--4{grid-template-columns:repeat(4,1fr)}}.gw-card{background:var(--gw-white);border-radius:var(--gw-radius-lg);overflow:hidden;box-shadow:var(--gw-shadow);transition:all var(--gw-transition)}.gw-card:hover{transform:translateY(-4px);box-shadow:var(--gw-shadow-lg)}.gw-card__img{width:100%;height:200px;background:linear-gradient(135deg,var(--gw-green-pale),var(--gw-warm-gray));display:flex;align-items:center;justify-content:center;color:#ffffffe6;font-size:.85rem;font-style:italic}.gw-card__body{padding:24px}.gw-card__body h3{margin-bottom:8px}.gw-card__body p{color:var(--gw-text-light);font-size:.95rem}.gw-img-placeholder{width:100%;border-radius:var(--gw-radius);display:flex;align-items:center;justify-content:center;color:var(--gw-text-lighter);font-size:.85rem;font-style:italic;text-align:center;padding:20px}.gw-img-placeholder--hero{height:300px;background:linear-gradient(135deg,#2d5016,#4a7a28)}.gw-img-placeholder--medium{height:250px;background:linear-gradient(135deg,var(--gw-green-pale),var(--gw-warm-gray))}.gw-img-placeholder--small{height:180px;background:linear-gradient(135deg,var(--gw-warm-gray),var(--gw-offwhite))}.gw-img-placeholder--portrait{height:320px;background:linear-gradient(135deg,var(--gw-warm-gray),#d8d4cb)}.gw-features{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:600px){.gw-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.gw-features{grid-template-columns:repeat(3,1fr)}}.gw-feature{text-align:center;padding:24px 16px}.gw-feature__icon{width:64px;height:64px;margin:0 auto 16px;background:var(--gw-green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--gw-green);transition:all var(--gw-transition)}.gw-feature:hover .gw-feature__icon{background:var(--gw-green);color:var(--gw-white);transform:scale(1.1)}.gw-feature h3{font-size:1.1rem;margin-bottom:8px}.gw-feature p{color:var(--gw-text-light);font-size:.95rem}.gw-timeline{position:relative;padding-left:30px}.gw-timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:3px;background:var(--gw-green-pale);border-radius:3px}.gw-timeline__item{position:relative;padding-bottom:40px}.gw-timeline__item:last-child{padding-bottom:0}.gw-timeline__dot{position:absolute;left:-26px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--gw-green);border:3px solid var(--gw-white);box-shadow:0 0 0 3px var(--gw-green-pale)}.gw-timeline__year{display:inline-block;background:var(--gw-gold);color:var(--gw-white);padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:700;margin-bottom:8px}.gw-timeline__item h3{margin-bottom:6px}.gw-timeline__item p{color:var(--gw-text-light);font-size:.95rem}@media(min-width:768px){.gw-timeline{padding-left:50px}.gw-timeline:before{left:18px}.gw-timeline__dot{left:-38px}}.gw-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;text-align:center}@media(min-width:768px){.gw-stats{grid-template-columns:repeat(4,1fr)}}.gw-stat__number{font-size:2.5rem;font-weight:800;color:var(--gw-gold);line-height:1;margin-bottom:4px}.gw-stat__label{font-size:.9rem;color:var(--gw-text-light);font-weight:500}.gw-section--green .gw-stat__number{color:var(--gw-gold-light)}.gw-section--green .gw-stat__label{color:#fffc}.gw-two-col{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:768px){.gw-two-col{grid-template-columns:1fr 1fr;gap:60px}.gw-two-col--reverse>:first-child{order:2}.gw-two-col--reverse>:last-child{order:1}}.gw-cta{text-align:center;padding:60px 20px;background:linear-gradient(135deg,var(--gw-green-dark),var(--gw-green));color:var(--gw-white)}.gw-cta h2{color:var(--gw-white);margin-bottom:16px}.gw-cta p{color:#ffffffd9;max-width:600px;margin:0 auto 24px;font-size:1.1rem}.gw-cta__btns{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media(min-width:768px){.gw-cta{padding:80px 20px}}.gw-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.gw-tag{display:inline-block;padding:10px 20px;background:var(--gw-white);border:2px solid var(--gw-border);border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gw-text);text-decoration:none;transition:all var(--gw-transition);cursor:pointer}.gw-tag:hover{border-color:var(--gw-green);color:var(--gw-green);background:var(--gw-green-pale)}.gw-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gw-gold);color:var(--gw-white);border-radius:50px;font-size:.85rem;font-weight:600}.gw-badge--green{background:var(--gw-green)}.gw-blockquote{border-left:4px solid var(--gw-gold);padding:20px 24px;margin:24px 0;background:var(--gw-offwhite);border-radius:0 var(--gw-radius) var(--gw-radius) 0;font-style:italic;color:var(--gw-text);font-size:1.05rem}.gw-blockquote cite{display:block;margin-top:8px;font-style:normal;font-weight:600;color:var(--gw-green);font-size:.9rem}.gw-form{display:grid;gap:16px}.gw-form__group{display:flex;flex-direction:column;gap:6px}.gw-form__label{font-weight:600;font-size:.9rem;color:var(--gw-text)}.gw-form__input,.gw-form__textarea,.gw-form__select{padding:12px 16px;border:2px solid var(--gw-border);border-radius:var(--gw-radius);font-size:1rem;font-family:var(--gw-font-body);color:var(--gw-text);background:var(--gw-white);transition:border-color var(--gw-transition)}.gw-form__input:focus,.gw-form__textarea:focus,.gw-form__select:focus{outline:none;border-color:var(--gw-green)}.gw-form__textarea{min-height:120px;resize:vertical}@media(min-width:600px){.gw-form--2col{grid-template-columns:1fr 1fr}.gw-form--2col .gw-form__full{grid-column:1 / -1}}.gw-map-placeholder{width:100%;height:350px;background:linear-gradient(135deg,#e2e0da,#d0cdc5);border-radius:var(--gw-radius-lg);display:flex;align-items:center;justify-content:center;color:var(--gw-text-lighter);font-size:.9rem;font-style:italic}.gw-staff-card{background:var(--gw-white);border-radius:var(--gw-radius-lg);overflow:hidden;box-shadow:var(--gw-shadow);text-align:center;transition:all var(--gw-transition)}.gw-staff-card:hover{transform:translateY(-4px);box-shadow:var(--gw-shadow-lg)}.gw-staff-card__photo{width:100%;height:280px;background:linear-gradient(145deg,var(--gw-warm-gray),#c8c4bc);display:flex;align-items:center;justify-content:center;color:var(--gw-text-lighter);font-style:italic;font-size:.85rem}.gw-staff-card__info{padding:20px}.gw-staff-card__name{font-size:1.15rem;font-weight:700;color:var(--gw-text);margin-bottom:2px}.gw-staff-card__role{color:var(--gw-green);font-weight:600;font-size:.9rem;margin-bottom:8px}.gw-staff-card__bio{color:var(--gw-text-light);font-size:.9rem;line-height:1.5}.gw-staff-card__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px}.gw-staff-card__badge{padding:4px 10px;background:var(--gw-green-pale);color:var(--gw-green);border-radius:20px;font-size:.75rem;font-weight:600}.gw-hours-table{width:100%;border-collapse:collapse}.gw-hours-table th,.gw-hours-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--gw-border)}.gw-hours-table th{font-weight:600;color:var(--gw-text);background:var(--gw-offwhite)}.gw-hours-table td{color:var(--gw-text-light)}.gw-bays{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:6px;max-width:400px}.gw-bay{aspect-ratio:1;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#fff}.gw-bay--indoor{background:var(--gw-green)}.gw-bay--outdoor{background:var(--gw-gold)}.gw-divider{width:60px;height:3px;background:var(--gw-gold);border:none;margin:0 0 24px}.gw-divider--center{margin:0 auto 24px}.gw-list{list-style:none;padding:0;margin:0}.gw-list li{padding:8px 0 8px 28px;position:relative;color:var(--gw-text-light)}.gw-list li:before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;background:var(--gw-gold);border-radius:50%}.gw-brands{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}.gw-brand-logo{padding:16px 24px;background:var(--gw-white);border-radius:var(--gw-radius);border:1px solid var(--gw-border);font-weight:700;color:var(--gw-text-light);font-size:.95rem;transition:all var(--gw-transition)}.gw-brand-logo:hover{border-color:var(--gw-green);color:var(--gw-green);box-shadow:var(--gw-shadow)}.gw-section-title{text-align:center;margin-bottom:48px}.gw-section-title h2{margin-bottom:12px}.gw-section-title p{color:var(--gw-text-light);max-width:600px;margin:0 auto;font-size:1.05rem}.gw-community-item{display:flex;gap:16px;padding:20px;background:var(--gw-white);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow);align-items:flex-start;transition:all var(--gw-transition)}.gw-community-item:hover{transform:translateY(-2px);box-shadow:var(--gw-shadow-lg)}.gw-community-item__icon{width:48px;height:48px;flex-shrink:0;background:var(--gw-green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.gw-community-item h3{font-size:1.05rem;margin-bottom:4px}.gw-community-item p{color:var(--gw-text-light);font-size:.9rem;margin:0}.gw-info-box{padding:24px;background:var(--gw-offwhite);border-radius:var(--gw-radius-lg);border-left:4px solid var(--gw-green)}.gw-info-box h4{margin-bottom:8px;color:var(--gw-green)}.gw-info-box p{color:var(--gw-text-light);margin:0;font-size:.95rem}.gw-link-arrow{color:var(--gw-green);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:gap var(--gw-transition)}.gw-link-arrow:hover{gap:10px;color:var(--gw-green)}.gw-link-arrow:after{content:"→"}.gw-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.gw-reveal.visible{opacity:1;transform:translateY(0)}.gw-reveal--delay-1{transition-delay:.1s}.gw-reveal--delay-2{transition-delay:.2s}.gw-reveal--delay-3{transition-delay:.3s}.gw-reveal--delay-4{transition-delay:.4s}@media(max-width:767px){.gw-section-title{margin-bottom:32px}}@media print{.gw-header,.gw-footer,.gw-hamburger,.gw-mobile-nav{display:none!important}.gw-section{padding:20px 0}}
