:root{--green:#1a5c32;--green-dark:#134423;--gold:#c9a227;--black:#000000;--white:#faf8f5;--surface:#0d0d0d;--surface-2:#161616;--surface-3:#222222;--border:rgba(201,162,39,0.15);--r-sm:12px;--r-md:20px;--r-lg:32px;--r-pill:50px;--shadow:0 8px 40px rgba(0,0,0,0.5);--shadow-green:0 0 40px rgba(26,92,50,0.2);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--max-w:1280px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',sans-serif;background:#f4f7f4;color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a,button,input,select,textarea{min-height:44px}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;line-height:1.2;font-weight:700}h1{font-size:clamp(2.4rem,5vw,4.2rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}h4{font-size:1.15rem}p{font-size:1rem;line-height:1.75;color:var(--gold)}.container{max-width:var(--max-w);margin:0 auto;padding:0 28px}.section{padding:100px 0}.text-red{color:var(--green)}.text-white{color:var(--white)}.text-center{text-align:center}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:0.72rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--green);margin-bottom:18px;padding:6px 18px;border:1px solid rgba(26,92,50,0.3);border-radius:var(--r-pill)}.section-label::before{content:'';display:block;width:20px;height:1px;background:var(--green)}.section-title{color:var(--white);margin-bottom:18px}.section-desc{color:var(--gold);max-width:580px;font-size:1.05rem}.skip-link{position:absolute;top:-100px;left:20px;background:var(--green);color:var(--white);padding:10px 20px;border-radius:0 0 var(--r-sm) var(--r-sm);z-index:9999;transition:top .2s;min-height:44px;display:flex;align-items:center}.skip-link:focus{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 34px;border-radius:var(--r-pill);font-weight:600;font-size:0.95rem;transition:var(--transition);text-decoration:none;min-height:44px;white-space:nowrap;font-family:'Inter',sans-serif}.btn-primary{background:var(--green);color:var(--white);box-shadow:0 4px 20px rgba(26,92,50,0.3)}.btn-primary:hover{background:var(--green-dark);box-shadow:0 8px 30px rgba(26,92,50,0.5);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(250,248,245,0.25)}.btn-outline:hover{background:rgba(250,248,245,0.05);border-color:rgba(250,248,245,0.5)}.btn-sm{padding:10px 22px;font-size:0.875rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:22px 0;transition:var(--transition)}.site-header.scrolled{background:rgba(13,38,24,0.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:14px 0;border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:14px;min-height:44px}.nav-logo-img{height:58px;width:auto}.nav-logo-text{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:var(--white);letter-spacing:-0.01em}.nav-logo-text span{color:var(--green)}.nav-menu{display:flex;align-items:center;gap:4px}.nav-link{padding:10px 16px;border-radius:var(--r-pill);font-size:0.875rem;font-weight:500;color:var(--gold);transition:var(--transition);display:inline-flex;align-items:center;min-height:44px}.nav-link:hover{color:var(--white)}.nav-link.active{color:var(--white);background:rgba(250,248,245,0.06)}.nav-cta{margin-left:12px;padding:11px 26px;background:var(--green);color:var(--white);border-radius:var(--r-pill);font-size:0.875rem;font-weight:600;transition:var(--transition);display:inline-flex;align-items:center;min-height:44px}.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:10px;min-height:44px;min-width:44px;justify-content:center;align-items:center;z-index:1001;position:relative}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);transition:var(--transition);border-radius:2px}.hero{min-height:100vh;display:flex;align-items:center;padding:130px 0 80px;position:relative;overflow:hidden;background:#0d2618}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 25% 60%,rgba(26,92,50,0.07) 0%,transparent 60%);pointer-events:none}.hero::after{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,transparent 30%,rgba(13,13,13,0.6) 100%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;width:100%;position:relative;z-index:1}.hero-label{display:inline-flex;align-items:center;gap:10px;font-size:0.72rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--green);margin-bottom:24px}.hero-label::before{content:'';display:block;width:28px;height:1px;background:var(--green)}.hero-title{color:var(--white);margin-bottom:24px;letter-spacing:-0.02em}.hero-title em{font-style:italic;color:var(--green)}.hero-subtitle{font-size:1.05rem;color:var(--gold);margin-bottom:42px;max-width:460px;line-height:1.8}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:flex;gap:40px;margin-top:60px;padding-top:40px;border-top:1px solid var(--border)}.hero-stat-num{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;color:var(--white);display:block;line-height:1}.hero-stat-label{font-size:0.75rem;color:var(--gold);text-transform:uppercase;letter-spacing:0.1em;margin-top:4px;display:block}.hero-visual{position:relative}.hero-img-frame{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3}.hero-img-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(26,92,50,0.12) 0%,transparent 50%);z-index:1;pointer-events:none}.hero-img-frame img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-badge{position:absolute;bottom:-24px;left:-24px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md);padding:22px 26px;z-index:3;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.hero-badge-icon{font-size:1.4rem;margin-bottom:6px}.hero-badge-label{font-size:0.75rem;color:var(--gold);display:block}.hero-badge-value{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--white);font-weight:700}.hero-deco-ring{position:absolute;border:1px solid rgba(201,162,39,0.08);border-radius:50%;pointer-events:none}.hero-deco-ring-1{top:10%;right:-60px;width:220px;height:220px}.hero-deco-ring-2{bottom:15%;right:20px;width:80px;height:80px;border-color:rgba(26,92,50,0.15)}.section-dark{background:#ffffff}.section-darker{background:#f4f7f4}.about-split{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:center}.about-img-wrap{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3}.about-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center center}.about-accent-card{position:absolute;bottom:32px;right:-28px;background:var(--green);border-radius:var(--r-md);padding:24px 28px;color:var(--white);text-align:center;box-shadow:0 8px 30px rgba(26,92,50,0.4)}.about-accent-val{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;display:block;line-height:1}.about-accent-lbl{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.12em;opacity:0.88;margin-top:6px;display:block}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md);padding:40px 32px;transition:var(--transition);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:var(--transition)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(26,92,50,0.25)}.service-card:hover::before{transform:scaleX(1)}.service-icon{width:64px;height:64px;background:rgba(26,92,50,0.1);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.8rem}.service-card h3{color:var(--white);margin-bottom:12px;font-size:1.25rem}.service-card p{font-size:0.93rem}.feature-split{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:center}.feature-split.flip{grid-template-columns:7fr 5fr}.feature-split.flip .feature-text{order:1}.feature-split.flip .feature-img{order:0}.feature-img{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3}.feature-img img{width:100%;height:100%;object-fit:cover;object-position:center center}.feat-list{margin-top:32px;display:flex;flex-direction:column;gap:14px}.feat-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--surface-3);border-radius:var(--r-sm);border:1px solid var(--border)}.feat-item-icon{width:40px;height:40px;min-width:40px;background:rgba(26,92,50,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.05rem}.feat-item-icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feat-item-body h4{color:var(--white);margin-bottom:4px;font-size:0.95rem;font-family:'Inter',sans-serif;font-weight:600}.feat-item-body p{font-size:0.875rem;margin:0}.stats-band{background:var(--green);padding:80px 0}.stats-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stat-val{font-family:'Playfair Display',serif;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;color:var(--white);display:block;line-height:1}.stat-lbl{font-size:0.8rem;color:rgba(250,248,245,0.82);text-transform:uppercase;letter-spacing:0.12em;margin-top:10px;display:block}.cta-block{background:var(--green-dark);padding:100px 0;text-align:center;position:relative;overflow:hidden}.cta-block::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 60%,rgba(26,92,50,0.07) 0%,transparent 65%)}.cta-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.cta-title{color:var(--white);margin-bottom:18px}.cta-desc{color:var(--gold);margin-bottom:40px;font-size:1.05rem}.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.why-card{background:var(--surface-2);border-radius:var(--r-md);padding:32px;border:1px solid var(--border);display:flex;gap:20px;transition:var(--transition)}.why-card:hover{border-color:rgba(26,92,50,0.2);transform:translateY(-4px)}.why-icon{width:52px;height:52px;min-width:52px;background:rgba(26,92,50,0.1);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.why-body h3{color:var(--white);margin-bottom:8px;font-size:1.05rem;font-family:'Inter',sans-serif;font-weight:600}.why-body p{font-size:0.875rem;margin:0}.client-bar{padding:60px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.client-bar-label{text-align:center;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.2em;color:var(--gold);margin-bottom:32px}.client-logos{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.client-logo-item{height:36px;width:auto;opacity:0.45;filter:brightness(0) invert(1);transition:var(--transition)}.client-logo-item:hover{opacity:0.7}.process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;counter-reset:step}.process-row::before{content:'';position:absolute;top:32px;left:calc(12.5%);right:calc(12.5%);height:1px;background:linear-gradient(90deg,var(--green),rgba(26,92,50,0.1),var(--green));z-index:0}.process-step{text-align:center;position:relative;z-index:1}.step-num{width:64px;height:64px;background:var(--surface-2);border:1px solid rgba(26,92,50,0.35);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--green)}.process-step h3{color:var(--white);font-size:1rem;margin-bottom:8px;font-family:'Inter',sans-serif;font-weight:600}.process-step p{font-size:0.85rem}.page-hero{padding:160px 0 80px;background:var(--green-dark);position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 60%,rgba(26,92,50,0.06) 0%,transparent 55%)}.page-hero-wrap{position:relative;z-index:1;max-width:680px}.page-hero h1{color:var(--white);margin-bottom:16px}.page-hero .subtitle{color:var(--gold);font-size:1.1rem}.page-hero-ring{position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:420px;height:420px;border:1px solid rgba(201,162,39,0.07);border-radius:50%;pointer-events:none}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:0.82rem}.breadcrumb a{color:var(--gold);transition:var(--transition);display:inline-flex;align-items:center;min-height:auto}.breadcrumb a:hover{color:var(--green)}.breadcrumb-sep{color:var(--gold);opacity:0.35;font-size:0.75rem}.breadcrumb-cur{color:var(--white);font-size:0.82rem;font-weight:500;display:inline-flex;align-items:center}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value-card{background:var(--surface-2);border-radius:var(--r-md);padding:40px 32px;border:1px solid var(--border);text-align:center;transition:var(--transition)}.value-card:hover{border-color:rgba(26,92,50,0.2);transform:translateY(-6px)}.value-icon{width:72px;height:72px;margin:0 auto 24px;background:rgba(26,92,50,0.1);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:2rem}.value-card h3{color:var(--white);margin-bottom:12px;font-size:1.1rem}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mission-card{background:var(--surface-2);border-radius:var(--r-md);padding:40px;border:1px solid var(--border);border-left:3px solid var(--green)}.mission-card h3{color:var(--green);margin-bottom:14px;font-size:1.2rem}.services-page-grid{display:grid;grid-template-columns:1fr;gap:60px}.service-row{display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:center;padding:60px;background:var(--surface-2);border-radius:var(--r-lg);border:1px solid var(--border)}.service-row.flip{grid-template-columns:7fr 5fr}.service-row.flip .service-row-text{order:1}.service-row.flip .service-row-img{order:0}.service-row-img{border-radius:var(--r-md);overflow:hidden;aspect-ratio:16/10}.service-row-img img{width:100%;height:100%;object-fit:cover;object-position:center center}.service-row-icon{width:56px;height:56px;background:rgba(26,92,50,0.12);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}.service-row-text h2{color:var(--white);margin-bottom:14px;font-size:1.6rem}.service-list{margin-top:20px;display:flex;flex-direction:column;gap:10px}.service-list-item{display:flex;gap:10px;align-items:center;font-size:0.9rem;color:var(--gold)}.service-list-item::before{content:'';display:block;width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--green)}.contact-layout{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:start}.contact-info-stack{display:flex;flex-direction:column;gap:28px}.contact-info-item{display:flex;gap:18px;align-items:flex-start}.contact-info-icon{width:48px;height:48px;min-width:48px;background:rgba(26,92,50,0.1);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center}.contact-info-icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-info-body h4{color:var(--white);margin-bottom:4px;font-size:0.9rem;font-family:'Inter',sans-serif;font-weight:600}.contact-info-body p,.contact-info-body a{font-size:0.875rem;color:var(--gold);transition:var(--transition)}.contact-info-body a:hover{color:var(--green)}.hours-list{display:flex;flex-direction:column;gap:6px;margin-top:4px}.hours-item{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--gold)}.hours-item span:last-child{color:var(--white)}.form-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:48px 44px}.form-title{color:var(--white);font-size:1.4rem;margin-bottom:6px;font-family:'Playfair Display',serif}.form-subtitle{color:var(--gold);font-size:0.9rem;margin-bottom:32px}.form-group{margin-bottom:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-label{display:block;font-size:0.82rem;font-weight:500;color:var(--gold);margin-bottom:8px;letter-spacing:0.02em}.form-control{width:100%;padding:13px 18px;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--white);font-size:0.93rem;font-family:'Inter',sans-serif;transition:var(--transition);min-height:44px}.form-control:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(26,92,50,0.12)}.form-control::placeholder{color:rgba(201,162,39,0.45)}textarea.form-control{resize:vertical;min-height:130px}select.form-control{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a227' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px}.form-check{display:flex;gap:12px;align-items:flex-start}.form-check input[type=checkbox]{width:18px;height:18px;min-height:18px;margin-top:3px;accent-color:var(--green);cursor:pointer;flex-shrink:0;border-radius:4px}.form-check label{font-size:0.85rem;color:var(--gold);cursor:pointer;line-height:1.6}.form-check label a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.form-submit{width:100%;margin-top:8px}.form-msg{display:none;padding:16px 20px;border-radius:var(--r-sm);margin-top:16px;font-size:0.88rem}.form-success{background:rgba(34,197,94,0.08);border:1px solid rgba(34,197,94,0.25);color:#4ade80}.form-error{background:rgba(26,92,50,0.08);border:1px solid rgba(26,92,50,0.25);color:#f87171}.honeypot{display:none!important;visibility:hidden!important}.file-label{display:flex;align-items:center;gap:12px;padding:13px 18px;background:var(--surface-3);border:1px dashed rgba(201,162,39,0.25);border-radius:var(--r-sm);cursor:pointer;color:var(--gold);font-size:0.88rem;transition:var(--transition);min-height:44px}.file-label:hover{border-color:var(--green);color:var(--white)}.file-label svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.file-label .file-name{font-size:0.8rem;color:var(--gold);margin-left:auto;font-style:italic}.file-input{display:none}.apply-layout{display:grid;grid-template-columns:4fr 8fr;gap:80px;align-items:start}.apply-sidebar{position:sticky;top:120px}.apply-sidebar h2{color:var(--white);margin-bottom:14px;font-size:1.8rem}.apply-sidebar .lead{font-size:1rem;margin-bottom:32px}.apply-perks{display:flex;flex-direction:column;gap:12px;margin-top:8px}.apply-perk{display:flex;gap:12px;align-items:center;font-size:0.875rem;color:var(--gold)}.apply-perk-check{width:24px;height:24px;min-width:24px;background:rgba(26,92,50,0.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);font-size:0.7rem;font-weight:700}.legal-wrap{max-width:820px}.legal-meta{display:flex;align-items:center;gap:20px;padding:14px 20px;background:var(--surface-2);border-radius:var(--r-sm);margin-bottom:40px;border:1px solid var(--border);font-size:0.82rem;flex-wrap:wrap}.legal-meta span{color:var(--gold)}.legal-meta strong{color:var(--green)}.legal-body h2{color:var(--white);font-size:1.4rem;font-family:'Playfair Display',serif;margin:48px 0 14px;padding-top:40px;border-top:1px solid var(--border)}.legal-body h2:first-child{margin-top:0;padding-top:0;border-top:none}.legal-body h3{color:var(--white);font-size:1.05rem;font-family:'Inter',sans-serif;font-weight:600;margin:28px 0 10px}.legal-body p{margin-bottom:16px;font-size:0.93rem}.legal-body ul{margin:0 0 16px 22px;list-style:disc}.legal-body ul li{color:var(--gold);margin-bottom:8px;font-size:0.9rem}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 24px 80px}.error-inner{max-width:500px}.error-code{font-family:'Playfair Display',serif;font-size:clamp(7rem,18vw,13rem);font-weight:700;color:var(--green);line-height:1;opacity:0.45;display:block}.error-title{color:var(--white);margin:16px 0 12px;font-size:clamp(1.5rem,3vw,2rem)}.error-desc{color:var(--gold);max-width:380px;margin:0 auto 40px;font-size:0.95rem}.error-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 2fr;gap:56px;margin-bottom:60px}.footer-brand p{font-size:0.875rem;color:var(--gold);margin-bottom:24px;line-height:1.7}.footer-logo-text{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:16px;display:block}.footer-logo-text span{color:var(--gold)}.footer-social{display:flex;gap:8px;flex-wrap:wrap}.social-btn{width:40px;height:40px;min-height:40px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.social-btn svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:var(--transition)}.social-btn:hover{background:var(--green);border-color:var(--green)}.social-btn:hover svg{stroke:var(--white)}.footer-col h4{color:var(--white);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:20px;font-family:'Inter',sans-serif}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:0.875rem;color:var(--gold);transition:var(--transition);padding:2px 0;display:inline-block}.footer-links a:hover{color:var(--white)}.footer-contact-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.footer-contact-icon{color:var(--green);margin-top:2px;flex-shrink:0}.footer-contact-icon svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-contact-row a,.footer-contact-row span{font-size:0.85rem;color:var(--gold);transition:var(--transition)}.footer-contact-row a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--border);padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:0.82rem;color:var(--gold)}.footer-legal-links{display:flex;gap:24px;flex-wrap:wrap}.footer-legal-links a{font-size:0.82rem;color:var(--gold);transition:var(--transition)}.footer-legal-links a:hover{color:var(--green)}.back-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(26,92,50,0.4);transition:var(--transition);opacity:0;visibility:hidden;z-index:200;cursor:pointer}.back-top svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.back-top.show{opacity:1;visibility:visible}.back-top:hover{background:var(--green-dark);transform:translateY(-4px)}.fade-in{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}*:focus-visible{outline:2px solid var(--green);outline-offset:3px}@media (max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.hero-inner{gap:56px}}@media (max-width:1024px){.section{padding:80px 0}.hero-inner{grid-template-columns:1fr;max-width:620px;margin:0 auto;gap:56px}.hero-visual{order:-1}.hero-img-frame{aspect-ratio:16/9}.hero-badge{display:none}.about-split{grid-template-columns:1fr;gap:48px}.about-accent-card{right:0}.services-grid{grid-template-columns:1fr 1fr}.feature-split{grid-template-columns:1fr;gap:40px}.feature-split.flip .feature-text{order:0}.feature-split.flip .feature-img{order:1}.stats-band-grid{grid-template-columns:1fr 1fr;gap:32px}.values-grid{grid-template-columns:1fr 1fr}.mission-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:48px}.apply-layout{grid-template-columns:1fr;gap:48px}.apply-sidebar{position:static}.service-row{grid-template-columns:1fr;gap:32px}.service-row.flip .service-row-text{order:0}.service-row.flip .service-row-img{order:1}.process-row{grid-template-columns:1fr 1fr;gap:32px}.process-row::before{display:none}.why-grid{grid-template-columns:1fr}}@media (max-width:768px){.section{padding:60px 0}.container{padding:0 20px}.nav-menu,.nav-cta{display:none}.nav-toggle{display:flex}.nav-menu.open{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(13,38,24,0.99);padding:90px 24px 32px;gap:6px;z-index:1000;align-items:flex-start;overflow-y:auto}.nav-menu.open .nav-cta{display:inline-flex;margin-left:0;margin-top:16px}.nav-menu.open .nav-link{font-size:1.1rem;padding:14px 20px;width:100%}.nav-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.services-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:24px}.form-row{grid-template-columns:1fr}.form-card{padding:32px 24px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;text-align:center}.footer-legal-links{justify-content:center}.values-grid{grid-template-columns:1fr}.process-row{grid-template-columns:1fr}.stats-band-grid{grid-template-columns:1fr 1fr}.service-row{padding:40px 28px}.back-top{bottom:20px;right:20px}}@media (max-width:480px){.hero{padding:110px 0 60px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.cta-btns{flex-direction:column;align-items:stretch}.cta-btns .btn{text-align:center;justify-content:center}.error-links{flex-direction:column;align-items:center}.footer-legal-links{gap:14px}}@media print{.site-header,.site-footer,.back-top,.hero-badge,.hero-deco-ring,.hero::before,.hero::after,.cta-block,.nav-toggle,.stats-band{display:none!important}body{background:#fff!important;color:#000!important;font-size:12pt}h1,h2,h3,h4{color:#000!important;page-break-after:avoid}a{color:#000!important;text-decoration:underline}p{color:#333!important}.container{max-width:100%;padding:0}.section{padding:20px 0}main{padding-top:0}.form-card{border:1px solid #ccc;background:#fff!important}.form-control{border:1px solid #ccc;color:#000!important}}.service-icon svg,.service-row-icon svg{width:32px;height:32px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.why-icon svg{width:26px;height:26px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.value-icon svg{width:34px;height:34px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
/* ── Dark green section (alternating) ── */
.section-green{background:var(--green-dark)}
.section-green .section-title,.section-green h1,.section-green h2,.section-green h3,.section-green h4{color:var(--white)}
.section-green p{color:rgba(250,248,245,0.85)}
.section-green .section-desc{color:rgba(250,248,245,0.8)}
.section-green .why-card{background:rgba(255,255,255,0.06);border-color:rgba(250,248,245,0.12)}
.section-green .why-body h3{color:var(--white)}
.section-green .why-body p{color:rgba(250,248,245,0.8)}
.section-green .feat-item{background:rgba(255,255,255,0.05);border-color:rgba(250,248,245,0.1)}
.section-green .feat-item-body h4{color:var(--white)}
.section-green .feat-item-body p{color:rgba(250,248,245,0.8)}
.section-green .btn-outline{color:var(--white);border-color:rgba(250,248,245,0.35)}
.section-green .btn-outline:hover{background:rgba(250,248,245,0.08);border-color:rgba(250,248,245,0.6)}
/* ── Light section overrides ── */
.section-dark,.section-darker{color:#1a3d20}
.section-dark p,.section-darker p{color:#3a5c3d}
.section-dark .section-title,.section-darker .section-title,.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-darker h1,.section-darker h2,.section-darker h3,.section-darker h4{color:#134423}
.section-dark .section-desc,.section-darker .section-desc{color:#3a5c3d}
.section-dark .section-label,.section-darker .section-label{color:var(--green);border-color:rgba(26,92,50,0.3)}
.section-dark .service-card,.section-darker .service-card{background:#ffffff;border-color:rgba(26,92,50,0.18)}
.section-dark .service-card h3,.section-darker .service-card h3{color:#134423}
.section-dark .service-card p,.section-darker .service-card p{color:#3a5c3d}
.section-dark .service-card:hover,.section-darker .service-card:hover{box-shadow:0 8px 40px rgba(26,92,50,0.12)}
.section-dark .why-card,.section-darker .why-card{background:#ffffff;border-color:rgba(26,92,50,0.15)}
.section-dark .why-body h3,.section-darker .why-body h3{color:#134423}
.section-dark .why-body p,.section-darker .why-body p{color:#3a5c3d}
.section-dark .value-card,.section-darker .value-card{background:#ffffff;border-color:rgba(26,92,50,0.15)}
.section-dark .value-card h3,.section-darker .value-card h3{color:#134423}
.section-dark .value-card p,.section-darker .value-card p{color:#3a5c3d}
.section-dark .feat-item,.section-darker .feat-item{background:#f0f5f0;border-color:rgba(26,92,50,0.12)}
.section-dark .feat-item-body h4,.section-darker .feat-item-body h4{color:#134423}
.section-dark .feat-item-body p,.section-darker .feat-item-body p{color:#3a5c3d}
.section-dark .mission-card,.section-darker .mission-card{background:#ffffff;border-color:rgba(26,92,50,0.15)}
.section-dark .mission-card p,.section-darker .mission-card p{color:#3a5c3d}
.section-dark .service-row,.section-darker .service-row{background:#ffffff;border-color:rgba(26,92,50,0.12)}
.section-dark .service-row-text h2,.section-darker .service-row-text h2{color:#134423}
.section-dark .service-list-item,.section-darker .service-list-item{color:#3a5c3d}
.section-dark .process-step h3,.section-darker .process-step h3{color:#134423}
.section-dark .process-step p,.section-darker .process-step p{color:#3a5c3d}
.section-dark .step-num,.section-darker .step-num{background:#ffffff;border-color:rgba(26,92,50,0.3)}
.section-dark .btn-outline,.section-darker .btn-outline{color:#134423;border-color:rgba(26,92,50,0.4)}
.section-dark .btn-outline:hover,.section-darker .btn-outline:hover{background:rgba(26,92,50,0.06);border-color:var(--green)}
.section-dark .contact-info-body h4,.section-darker .contact-info-body h4{color:#134423}
.section-dark .contact-info-body p,.section-darker .contact-info-body p,.section-dark .contact-info-body a,.section-darker .contact-info-body a{color:#3a5c3d}
.section-dark .hours-item,.section-darker .hours-item{color:#3a5c3d}
.section-dark .hours-item span:last-child,.section-darker .hours-item span:last-child{color:#134423}
.section-dark .form-card,.section-darker .form-card{background:#ffffff;border-color:rgba(26,92,50,0.15)}
.section-dark .form-title,.section-darker .form-title{color:#134423}
.section-dark .form-subtitle,.section-darker .form-subtitle{color:#3a5c3d}
.section-dark .form-label,.section-darker .form-label{color:#3a5c3d}
.section-dark .form-control,.section-darker .form-control{background:#f4f7f4;border-color:rgba(26,92,50,0.2);color:#134423}
.section-dark .form-control::placeholder,.section-darker .form-control::placeholder{color:rgba(26,92,50,0.4)}
.section-dark .form-check label,.section-darker .form-check label{color:#3a5c3d}
.section-dark .file-label,.section-darker .file-label{background:#f4f7f4;color:#3a5c3d}
.section-dark .apply-sidebar h2,.section-darker .apply-sidebar h2{color:#134423}
.section-dark .apply-sidebar .lead,.section-darker .apply-sidebar .lead{color:#3a5c3d}
.section-dark .apply-perk,.section-darker .apply-perk{color:#3a5c3d}
.section-dark .legal-meta,.section-darker .legal-meta{background:#f0f5f0;border-color:rgba(26,92,50,0.15)}
.section-dark .legal-meta span,.section-darker .legal-meta span{color:#3a5c3d}
.section-dark .legal-body h2,.section-darker .legal-body h2{color:#134423;border-color:rgba(26,92,50,0.15)}
.section-dark .legal-body h3,.section-darker .legal-body h3{color:#134423}
.section-dark .legal-body p,.section-darker .legal-body p,.section-dark .legal-body ul li,.section-darker .legal-body ul li{color:#3a5c3d}