:root{--dark:#050505;--red:#ee3c2d;--gray:#a69c9b;--cream:#faf8f5;--white:#fff;--transition:.3s ease;--radius:4px;--radius-lg:12px}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',sans-serif;background:var(--cream);color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{min-height:44px;display:inline-flex;align-items:center}button,input,select,textarea{min-height:44px;font-family:'Inter',sans-serif}.skip-to-content{position:absolute;top:-100%;left:0;background:var(--red);color:var(--white);padding:.75rem 1.5rem;font-weight:600;text-decoration:none;z-index:9999;transition:top .2s;min-height:44px;display:flex;align-items:center}.skip-to-content:focus{top:0}header{position:fixed;top:0;width:100%;z-index:1000;background:rgba(250,248,245,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(166,156,155,.2);transition:var(--transition)}header.scrolled{box-shadow:0 4px 30px rgba(5,5,5,.08)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-logo{display:inline-flex;align-items:center;min-height:44px}.nav-logo img{height:55px;width:auto;display:block}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none}.nav-menu li{display:flex;align-items:center}.nav-menu a{text-decoration:none;color:var(--dark);font-weight:500;font-size:.92rem;letter-spacing:.02em;transition:var(--transition);position:relative;min-height:44px;display:flex;align-items:center;padding:0 .25rem}.nav-menu a::after{content:'';position:absolute;bottom:0;left:.25rem;width:0;height:2px;background:var(--red);transition:var(--transition)}.nav-menu a:hover::after,.nav-menu a.active::after{width:calc(100% - .5rem)}.nav-cta{background:var(--red) !important;color:var(--white) !important;padding:.5rem 1.25rem !important;border-radius:var(--radius) !important;min-height:44px}.nav-cta::after{display:none !important}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer;padding:10px;background:none;border:none;min-height:44px;width:44px;justify-content:center;align-items:center}.hamburger span{width:22px;height:2px;background:var(--dark);transition:var(--transition);display:block}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{position:relative;height:100vh;min-height:640px;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg picture{display:block;width:100%;height:100%}.hero-bg picture img,.hero-bg>img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(5,5,5,.82) 0%,rgba(5,5,5,.52) 55%,rgba(5,5,5,.22) 100%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:1400px;margin:0 auto;padding:0 2rem;padding-top:80px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;background:rgba(238,60,45,.15);border:1px solid rgba(238,60,45,.3);color:rgba(250,248,245,.92);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.4rem 1rem;border-radius:2px;margin-bottom:1.5rem;width:fit-content;min-height:auto}.hero-eyebrow-dot{width:6px;height:6px;background:var(--red);border-radius:50%;flex-shrink:0}.hero-title{color:var(--white);max-width:750px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08;font-weight:800}.hero-title span{color:var(--red)}.hero-subtitle{color:rgba(250,248,245,.82);font-size:clamp(1rem,1.8vw,1.2rem);max-width:540px;margin-bottom:2.5rem;font-weight:400;line-height:1.85}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(250,248,245,.5);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;animation:scrollBounce 2.5s infinite;min-height:auto}.hero-scroll-line{width:1px;height:38px;background:linear-gradient(to bottom,rgba(250,248,245,.5),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--radius);font-weight:600;font-size:.92rem;letter-spacing:.02em;text-decoration:none;transition:var(--transition);min-height:44px;cursor:pointer;border:2px solid transparent;font-family:'Inter',sans-serif;line-height:1.2}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:#c9301f;border-color:#c9301f;transform:translateY(-2px);box-shadow:0 10px 30px rgba(238,60,45,.35)}.btn-outline-light{background:transparent;color:var(--white);border-color:rgba(250,248,245,.42)}.btn-outline-light:hover{border-color:var(--white);background:rgba(250,248,245,.1)}.btn-dark{background:var(--dark);color:var(--white);border-color:var(--dark)}.btn-dark:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-2px)}.btn-outline-dark{background:transparent;color:var(--dark);border-color:rgba(5,5,5,.25)}.btn-outline-dark:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.btn-white{background:var(--white);color:var(--red);border-color:var(--white)}.btn-white:hover{background:#f0eeeb;transform:translateY(-2px)}.stats-bar{background:var(--dark);padding:4rem 2rem}.stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;padding:1rem;border-right:1px solid rgba(166,156,155,.1)}.stat-item:last-child{border-right:none}.stat-number{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;color:var(--red);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--gray);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;line-height:1.6}section{padding:6rem 2rem}.section-inner{max-width:1400px;margin:0 auto}.section-eyebrow{display:inline-block;color:var(--red);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;min-height:auto}.section-title{font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.12;margin-bottom:1.25rem;font-weight:700}.section-subtitle{color:var(--gray);font-size:1.05rem;max-width:540px;margin-bottom:3rem;line-height:1.85}.text-center{text-align:center}.text-center .section-subtitle{margin-left:auto;margin-right:auto}.split-wrap{display:flex;align-items:center;gap:6rem}.split-wrap.reverse{flex-direction:row-reverse}.split-text{flex:0 0 44%;max-width:44%}.split-image{flex:1;position:relative}.split-image picture{display:block;width:100%;height:520px;border-radius:var(--radius-lg);overflow:hidden}.split-image picture img,.split-image>img{width:100%;height:100%;object-fit:cover;display:block}.split-image>img{border-radius:var(--radius-lg);height:520px;object-fit:cover}.split-accent{position:absolute;width:55%;height:55%;background:var(--red);opacity:.07;border-radius:var(--radius-lg);bottom:-20px;right:-20px;z-index:-1;pointer-events:none}.split-wrap.reverse .split-accent{right:auto;left:-20px}.services-section{background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--cream);padding:2.5rem 2rem;border-radius:var(--radius-lg);border:1px solid rgba(166,156,155,.2);transition:var(--transition);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--red);transition:var(--transition)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(5,5,5,.09)}.service-card:hover::before{height:100%}.service-card.featured{grid-column:span 2;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;background:var(--dark);color:var(--white);padding:3rem}.service-card.featured .service-title{color:var(--white)}.service-card.featured .service-desc{color:var(--gray)}.service-card.featured .service-icon{background:rgba(238,60,45,.15)}.service-icon{width:52px;height:52px;background:rgba(238,60,45,.08);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.service-icon svg{width:24px;height:24px;stroke:var(--red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-title{font-size:1.1rem;margin-bottom:.75rem;font-weight:600}.service-desc{color:var(--gray);font-size:.93rem;line-height:1.85}.services-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-page-card{padding:2.5rem;border-radius:var(--radius-lg);border:1px solid rgba(166,156,155,.2);transition:var(--transition);background:var(--white)}.service-page-card:hover{transform:translateY(-4px);box-shadow:0 16px 50px rgba(5,5,5,.08)}.service-page-card h3{font-size:1.15rem;margin-bottom:.75rem;font-weight:700}.service-page-card p{color:var(--gray);font-size:.95rem;line-height:1.85}.why-section{background:var(--cream)}.why-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.why-items{display:grid;gap:1rem}.why-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid rgba(166,156,155,.12);transition:var(--transition)}.why-item:hover{transform:translateX(5px);box-shadow:0 8px 30px rgba(5,5,5,.06)}.why-number{font-size:2.25rem;font-weight:800;color:rgba(238,60,45,.13);line-height:1;flex-shrink:0;min-width:52px}.why-content h4{font-size:1rem;margin-bottom:.35rem;font-weight:600}.why-content p{color:var(--gray);font-size:.9rem;line-height:1.8}.partner-section{background:var(--dark);color:var(--white);padding:6rem 2rem}.partner-section .section-subtitle{color:rgba(166,156,155,.75)}.partner-badge{display:inline-flex;align-items:center;gap:.75rem;background:rgba(250,248,245,.05);border:1px solid rgba(250,248,245,.1);border-radius:50px;padding:.4rem 1.25rem .4rem .6rem;margin-bottom:2rem;min-height:auto}.partner-badge-dot{width:8px;height:8px;background:var(--red);border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}.partner-badge span{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(250,248,245,.65)}.partner-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.partner-stat{background:rgba(250,248,245,.04);border:1px solid rgba(166,156,155,.1);border-radius:var(--radius-lg);padding:1.75rem;text-align:center}.partner-stat-num{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--red);margin-bottom:.35rem}.partner-stat-label{color:var(--gray);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;line-height:1.6}.gallery-section{padding:6rem 2rem;background:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:260px 260px;gap:1rem}.gallery-item{overflow:hidden;border-radius:var(--radius-lg)}.gallery-item picture{display:block;width:100%;height:100%}.gallery-item picture img,.gallery-item>img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.gallery-item:hover picture img,.gallery-item:hover>img{transform:scale(1.06)}.gallery-item.tall{grid-row:span 2}.careers-cta{background:var(--red);color:var(--white);padding:5.5rem 2rem;text-align:center}.careers-cta h2{color:var(--white);font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:1rem}.careers-cta p{color:rgba(250,248,245,.88);max-width:580px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.85}.page-hero{padding:10rem 2rem 5rem;background:var(--dark);color:var(--white);position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;right:-150px;top:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(238,60,45,.12) 0%,transparent 65%);pointer-events:none}.page-hero-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto}.page-hero h1{color:var(--white);font-size:clamp(2rem,4.5vw,3.5rem);margin-bottom:1rem;line-height:1.1;font-weight:700}.page-hero p{color:var(--gray);max-width:600px;font-size:1.05rem;line-height:1.85}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.82rem;flex-wrap:wrap}.breadcrumb a{color:rgba(166,156,155,.65);text-decoration:none;transition:var(--transition);min-height:auto;display:inline}.breadcrumb a:hover{color:rgba(250,248,245,.85)}.breadcrumb-sep{color:rgba(166,156,155,.3)}.breadcrumb-current{color:rgba(250,248,245,.45)}.content-section{padding:6rem 2rem;background:var(--cream)}.contact-grid{display:grid;grid-template-columns:1fr 1.7fr;gap:5rem;align-items:start}.contact-info h3{font-size:1.4rem;margin-bottom:2rem;font-weight:700}.contact-detail{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.75rem}.contact-icon{width:44px;height:44px;background:rgba(238,60,45,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:18px;height:18px;stroke:var(--red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-label{font-size:.72rem;color:var(--gray);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem}.contact-value{color:var(--dark);font-weight:500;font-size:.95rem;line-height:1.7}.contact-value a{color:var(--dark);text-decoration:none;transition:var(--transition);min-height:auto;display:inline}.contact-value a:hover{color:var(--red)}.form-wrapper{background:var(--white);padding:3rem;border-radius:var(--radius-lg);box-shadow:0 4px 40px rgba(5,5,5,.06)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.5rem;color:var(--dark)}.form-control{width:100%;padding:.875rem 1rem;background:var(--cream);border:1.5px solid rgba(166,156,155,.3);border-radius:var(--radius);font-family:'Inter',sans-serif;font-size:1rem;color:var(--dark);transition:var(--transition);min-height:44px;-webkit-appearance:none;appearance:none;line-height:1.5}.form-control:focus{outline:none;border-color:var(--red);background:var(--white);box-shadow:0 0 0 3px rgba(238,60,45,.08)}.form-control::placeholder{color:var(--gray);opacity:.7}textarea.form-control{min-height:140px;resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-consent{display:flex;align-items:flex-start;gap:.75rem;margin-top:.25rem}.form-consent input[type=checkbox]{width:18px;height:18px;min-height:auto;margin-top:3px;accent-color:var(--red);flex-shrink:0;cursor:pointer}.form-consent label{font-size:.875rem;color:var(--gray);cursor:pointer;min-height:auto;line-height:1.7}.form-consent label a{color:var(--red);min-height:auto;display:inline}.honeypot{display:none !important;visibility:hidden !important;position:absolute !important}.msg-success{background:#e8f5e9;border:1px solid #81c784;border-radius:var(--radius);padding:1rem 1.5rem;margin-bottom:1.5rem;color:#2e7d32;display:none;font-size:.95rem}.msg-error{background:#ffebee;border:1px solid #ef9a9a;border-radius:var(--radius);padding:1rem 1.5rem;margin-bottom:1.5rem;color:#c62828;display:none;font-size:.95rem}.perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.perk-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(166,156,155,.15);transition:var(--transition)}.perk-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(5,5,5,.07)}.perk-icon{width:50px;height:50px;background:rgba(238,60,45,.08);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.perk-icon svg{width:22px;height:22px;stroke:var(--red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.perk-card h4{font-size:1rem;margin-bottom:.5rem;font-weight:600}.perk-card p{color:var(--gray);font-size:.9rem;line-height:1.8}.apply-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}.apply-info h3{font-size:1.3rem;margin-bottom:1.25rem;font-weight:700}.apply-info p{color:var(--gray);font-size:.95rem;line-height:1.85;margin-bottom:1.5rem}.apply-checklist{list-style:none;margin-bottom:2rem}.apply-checklist li{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;color:var(--dark);font-size:.95rem;line-height:1.6;border-bottom:1px solid rgba(166,156,155,.12)}.apply-checklist li:last-child{border-bottom:none}.apply-check{width:20px;height:20px;background:rgba(238,60,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.apply-check svg{width:10px;height:10px;stroke:var(--red);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.legal-section{padding:5rem 2rem;background:var(--cream)}.legal-content{max-width:780px}.legal-meta{color:var(--gray);font-size:.85rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(166,156,155,.2)}.legal-content h2{font-size:1.4rem;margin:2.5rem 0 1rem;font-weight:700;color:var(--dark)}.legal-content h3{font-size:1.05rem;margin:1.75rem 0 .75rem;font-weight:600;color:var(--dark)}.legal-content p{color:#3d3d3d;margin-bottom:1rem;line-height:1.95;font-size:.975rem}.legal-content ul,.legal-content ol{color:#3d3d3d;margin:.5rem 0 1.25rem 1.5rem;line-height:1.95;font-size:.975rem}.legal-content li{margin-bottom:.4rem}.legal-content a{color:var(--red);text-decoration:underline;min-height:auto;display:inline}.error-section{padding:6rem 2rem;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-code{font-size:clamp(7rem,18vw,13rem);font-weight:800;color:rgba(238,60,45,.1);line-height:1;margin-bottom:-1.5rem;letter-spacing:-.04em}.error-section h1{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:1rem}.error-section>p{color:var(--gray);max-width:440px;margin-bottom:2.5rem;line-height:1.85}.error-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}footer{background:var(--dark);color:var(--white);padding:5rem 2rem 0}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(166,156,155,.1)}.footer-brand img{height:48px;width:auto;margin-bottom:1.25rem;filter:brightness(0) invert(1);display:block}.footer-brand p{color:var(--gray);font-size:.875rem;line-height:1.85;max-width:280px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;min-height:auto;border:1px solid rgba(166,156,155,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray);text-decoration:none;transition:var(--transition)}.social-link:hover{border-color:var(--red);color:var(--red)}.social-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-col h5{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(166,156,155,.5);margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.65rem}.footer-links a{color:var(--gray);text-decoration:none;font-size:.875rem;transition:var(--transition);min-height:auto;display:inline;line-height:2}.footer-links a:hover{color:var(--white)}.footer-contact-list{list-style:none}.footer-contact-list li{color:var(--gray);font-size:.875rem;line-height:2;display:flex;align-items:flex-start;gap:.5rem}.footer-contact-list a{color:var(--gray);text-decoration:none;transition:var(--transition);min-height:auto;display:inline}.footer-contact-list a:hover{color:var(--red)}.footer-bottom{padding:2rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{color:rgba(166,156,155,.4);font-size:.82rem}.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-legal a{color:rgba(166,156,155,.4);text-decoration:none;font-size:.82rem;transition:var(--transition);min-height:auto;display:inline}.footer-legal a:hover{color:var(--gray)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;min-height:auto;background:var(--dark);color:var(--white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:var(--transition);z-index:999;box-shadow:0 4px 20px rgba(5,5,5,.28)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--red);transform:translateY(-3px)}.back-to-top svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}:focus-visible{outline:2px solid var(--red);outline-offset:3px}.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}.about-mission{background:var(--dark);color:var(--white);padding:6rem 2rem}.about-mission .section-subtitle{color:rgba(166,156,155,.75)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.value-card{background:rgba(250,248,245,.04);border:1px solid rgba(166,156,155,.1);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}.value-card:hover{background:rgba(250,248,245,.07)}.value-card h4{color:var(--white);font-size:1rem;margin-bottom:.5rem;font-weight:600}.value-card p{color:var(--gray);font-size:.9rem;line-height:1.8}.value-num{font-size:2rem;font-weight:800;color:rgba(238,60,45,.2);line-height:1;margin-bottom:.75rem}.divider{width:60px;height:3px;background:var(--red);margin:1.5rem 0;border-radius:2px}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(9px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}@keyframes fadeInUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1200px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}.services-grid{grid-template-columns:1fr 1fr}.service-card.featured{grid-column:span 2}.why-grid{gap:3.5rem}.partner-stats{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr 1fr}}@media(max-width:1024px){section{padding:5rem 1.5rem}.split-wrap{gap:3.5rem}.stats-container{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.apply-grid{grid-template-columns:1fr}.services-page-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item.tall{grid-row:span 1}.perks-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-menu{display:none;position:fixed;top:80px;left:0;right:0;background:var(--cream);padding:1.5rem 2rem;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 40px rgba(5,5,5,.12);border-top:1px solid rgba(166,156,155,.2);z-index:999}.nav-menu.open{display:flex}.nav-menu a{padding:.875rem 0;min-height:auto;border-bottom:1px solid rgba(166,156,155,.1)}.nav-menu li:last-child a{border-bottom:none}.hamburger{display:flex}.split-wrap,.split-wrap.reverse{flex-direction:column;gap:2.5rem}.split-image picture,.split-image>img{height:320px}.services-grid{grid-template-columns:1fr}.service-card.featured{grid-column:span 1;display:block}.why-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;align-items:center}.hero-scroll-indicator{display:none}.form-row{grid-template-columns:1fr}.perks-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.partner-stats{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.footer-legal{justify-content:center}.stat-item{border-right:none;border-bottom:1px solid rgba(166,156,155,.1);padding-bottom:1.5rem}}@media(max-width:480px){.nav-container{padding:0 1rem;height:70px}.nav-logo img{height:44px}.hero{min-height:560px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;text-align:center;justify-content:center}.stats-container{grid-template-columns:1fr 1fr}.form-wrapper{padding:1.5rem}.back-to-top{bottom:1.25rem;right:1.25rem}.error-section{padding:4rem 1.5rem}.page-hero{padding:8rem 1.5rem 4rem}}
