.navbar{color:#fff;background-color:#333;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.top{background-color:#006400;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}#contactus,#services,[id^=service-]{scroll-margin-top:7.5rem}:root{--seltad-green-950:#041f17;--seltad-green-900:#072e22;--seltad-green-800:#0a4f39;--seltad-green-700:#0f6a4b;--seltad-gold-500:#c89a3d;--seltad-gold-400:#ddb15a;--seltad-ivory:#f6f0e4;--seltad-mist:#edf1ea;--site-container-max:1400px;--site-padding-inline:clamp(16px, 3vw, 40px);--font-size-body:clamp(1rem, 1.2vw, 1.125rem);--font-size-h1:clamp(2.5rem, 5vw, 5rem);--font-size-h2:clamp(2rem, 4vw, 4rem);--font-size-h3:clamp(1.5rem, 2.5vw, 2.5rem);--spacing-section-y:clamp(60px, 8vw, 120px);--spacing-gap:clamp(20px, 3vw, 50px);--spacing-gap-sm:clamp(12px, 1.5vw, 24px)}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;font-size:var(--font-size-body);color:#0f172a;background:radial-gradient(circle at 0 0,#c89a3d24,#0000 28%),radial-gradient(circle at 100% 0,#0a4f391f,#0000 24%),linear-gradient(#f7f2e8 0%,#edf1ea 48%,#f6f0e5 100%);overflow-x:hidden}h1{font-size:var(--font-size-h1);line-height:1.2}h2{font-size:var(--font-size-h2);line-height:1.3}h3{font-size:var(--font-size-h3);line-height:1.4}p{font-size:var(--font-size-body);line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}section{width:100%;padding-top:var(--spacing-section-y);padding-bottom:var(--spacing-section-y);scroll-margin-top:7.5rem;position:relative}.container{width:100%;max-width:var(--site-container-max);padding-inline:var(--site-padding-inline);margin:0 auto}.section-title{text-align:center;margin-bottom:var(--spacing-gap)}.section-title h2{color:var(--seltad-green-800);text-shadow:0 .625rem 1.5rem #041f1714;font-weight:700}.section-title p{color:#42544d;max-width:800px;margin:clamp(12px,1.5vw,20px) auto 0}.section-title:after{content:"";background:linear-gradient(90deg, #0a4f3933, var(--seltad-green-800), var(--seltad-gold-500));border-radius:1000px;width:5.5rem;height:.25rem;margin:clamp(16px,2vw,24px) auto 0;display:block}.section-divider{background:linear-gradient(90deg,#0000,#0a4f3933 28%,#c89a3d9e 52%,#0a4f3933 76%,#0000);width:100%;height:1.125rem}.header{z-index:999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#fffbf4f5,#f4eee2f5);border-bottom:1px solid #c89a3d2e;width:100%;font-family:Arial,Helvetica,sans-serif;position:sticky;top:0}.header:after{content:"";background:linear-gradient(90deg,#0000,#0a4f39b3,#c89a3deb,#0000);height:2px;position:absolute;bottom:0;left:0;right:0}.header-container{width:100%;max-width:var(--site-container-max);height:118px;padding:0 var(--site-padding-inline);flex-wrap:nowrap;justify-content:space-between;align-items:center;margin:0 auto;display:flex}.logo{flex:none;align-items:center;gap:10px;min-width:0;display:flex}.logo img{object-fit:contain;mix-blend-mode:multiply;width:auto;height:108px;max-height:108px}.logo-text{white-space:nowrap;flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.logo-text h2{color:var(--seltad-green-800);margin:0;font-size:clamp(1.5rem,2.5vw,2.125rem);font-weight:700;line-height:1}.logo-text span{color:var(--seltad-green-800);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;font-size:clamp(.7rem,1vw,.875rem);font-weight:700}.nav{flex-wrap:nowrap;align-items:center;gap:clamp(16px,2vw,38px);display:flex}.nav a{color:#4b5c56;text-transform:uppercase;white-space:nowrap;border-radius:1000px;padding:10px 14px;font-size:15px;font-weight:600;transition:all .3s,background-color .3s,box-shadow .3s;position:relative}.nav a.active-link{color:#fff;background:linear-gradient(135deg, var(--seltad-green-800), var(--seltad-green-700));box-shadow:0 14px 28px #0a4f392e}.nav a:hover{color:var(--seltad-green-800);background:#c89a3d1f}.nav a:after{content:"";background:var(--seltad-gold-500);width:0;height:2px;transition:all .3s;position:absolute;bottom:-10px;left:0}.nav a:hover:after,.nav a.active-link:after{width:100%}.header-phone{min-height:44px;color:var(--seltad-green-800);white-space:nowrap;background:#ffffff6b;border:1px solid #c89a3d80;border-radius:1000px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.header-phone svg{color:var(--seltad-gold-500)}.menu-btn{color:var(--seltad-green-800);cursor:pointer;background:0 0;border:none;font-size:24px;display:none}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:990;opacity:0;background:#041f17b3;transition:opacity .4s;display:none;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;display:block}@media (width<=1199px){.logo img{height:92px}}@media (width<=991px){.header-container{height:100px}.menu-btn{display:block}.header-phone{margin-left:auto;margin-right:14px}.nav{background:linear-gradient(#fff9f0fa,#f0f6f1fa);flex-direction:column;align-items:flex-start;gap:0;width:100%;max-height:0;padding:0;transition:all .4s;position:absolute;top:100px;left:0;overflow:hidden;box-shadow:0 15px 35px #00000014}.nav.active{max-height:500px;padding:20px 0;overflow-y:auto}.nav a{border-bottom:1px solid #0a4f3914;border-radius:0;width:100%;padding:18px 25px}.nav.active{z-index:995}.nav a.active-link{box-shadow:none}.nav a:after{display:none}}@media (width<=767px){.header-container{height:80px}.logo img{height:60px}.header-phone{border-radius:50%;justify-content:center;min-width:40px;min-height:40px;padding:0}.header-phone span{display:none}.nav{top:80px}}.whatsapp-bubble{z-index:1200;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;display:inline-flex;position:fixed;bottom:1.375rem;right:1.375rem}.whatsapp-bubble__pulse{background:radial-gradient(circle,#c89a3d57 0%,#0a4f3938 58%,#0a4f3900 72%);border-radius:50%;animation:2.2s ease-out infinite whatsapp-pulse;position:absolute;inset:0}.whatsapp-bubble__icon{z-index:1;color:#25d366;background:#fff;border:2px solid #c89a3d;border-radius:50%;justify-content:center;align-items:center;width:4.375rem;height:4.375rem;font-size:2.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 1.125rem 2.125rem #041f1747,0 0 0 .3125rem #c89a3d1f}.whatsapp-bubble:hover .whatsapp-bubble__icon{border-color:#e0b45a;transform:translateY(-3px)scale(1.03);box-shadow:0 1.5rem 2.375rem #041f1757,0 0 0 .4375rem #c89a3d2e}@keyframes whatsapp-pulse{0%{opacity:.95;transform:scale(.88)}70%{opacity:0;transform:scale(1.28)}to{opacity:0;transform:scale(1.28)}}@media (width<=48rem){.whatsapp-bubble{width:4.375rem;height:4.375rem;bottom:1rem;right:1rem}.whatsapp-bubble__icon{width:3.75rem;height:3.75rem;font-size:2.125rem}}.about-section{background:linear-gradient(#ffffffd1,#eef3eceb),linear-gradient(#f6f0e5 0%,#eef3ec 100%);padding:clamp(40px,5vw,60px) 0;font-family:Arial,Helvetica,sans-serif}.about-shell{width:100%;max-width:var(--site-container-max);padding-inline:var(--site-padding-inline);margin:0 auto}.about-overview{padding:0}.about-kicker{align-items:center;gap:clamp(8px,1.5vw,14px);margin-bottom:clamp(8px,1.5vw,12px);display:flex}.about-kicker span{background:var(--seltad-gold-500);width:clamp(24px,3vw,36px);height:2px}.about-kicker p{color:#c2611e;text-transform:uppercase;letter-spacing:0;margin:0;font-size:clamp(.75rem,1.2vw,.9375rem);font-weight:700}.about-overview h2{color:var(--seltad-green-950);font-size:var(--font-size-h2);margin:0 0 clamp(16px,2.5vw,20px);font-weight:700;line-height:1.12}.about-overview p{color:#273b34;max-width:830px;margin:0 0 clamp(12px,2vw,16px);font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.65}.about-overview .about-lead{color:var(--seltad-green-950);margin-bottom:clamp(16px,2.5vw,20px);font-weight:700}.about-highlights{gap:var(--spacing-gap);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(20px,3vw,30px);display:grid}.about-highlight{background:#ffffffb8;border:1px solid #0a4f391a;border-radius:8px;grid-template-columns:clamp(40px,5vw,50px) minmax(0,1fr);align-items:start;gap:clamp(12px,1.5vw,16px);padding:clamp(16px,2vw,20px);display:grid;box-shadow:0 16px 36px #041f1714}.about-highlight-icon{width:clamp(36px,4vw,44px);height:clamp(36px,4vw,44px);color:var(--seltad-green-800);border:2px solid #0a4f3938;border-radius:50%;place-items:center;line-height:1;display:grid}.about-highlight h3{color:var(--seltad-green-950);margin:0 0 clamp(8px,1.5vw,12px);font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:700}.about-highlight p{color:#1f2c28;margin:0;font-size:clamp(.875rem,1vw,.9375rem);line-height:1.68}.about-layout{margin-top:var(--spacing-gap);grid-template-columns:360px minmax(0,1fr);align-items:start;gap:clamp(16px,2vw,24px);display:grid}.about-services h3,.about-copy h3{color:var(--seltad-green-950);margin:0 0 clamp(12px,2vw,16px);font-size:clamp(1.125rem,1.5vw,1.25rem);font-weight:700}.about-services,.about-copy{border:1px solid #0a4f3914;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 16px 36px #041f1714}.about-services{background:linear-gradient(#fff9eff2,#f6f0e4eb);padding:clamp(16px,2vw,20px)}.about-copy{background:radial-gradient(circle at 100% 0,#c89a3d1f,#0000 20%),linear-gradient(#fffffff0,#f0f5eeeb);padding:clamp(16px,2.5vw,24px)}.about-services:before,.about-copy:before{content:"";background:linear-gradient(90deg, var(--seltad-green-800), var(--seltad-gold-500));width:100%;height:4px;position:absolute;inset:0 auto auto 0}.about-service-list{gap:4px;display:grid}.about-service-item{background:var(--seltad-green-800);border-left:3px solid var(--seltad-gold-500);color:#fff;border-radius:2px;grid-template-columns:1fr 32px;align-items:center;min-height:32px;transition:transform .25s,background-color .25s;display:grid;overflow:hidden}.about-service-item span:first-child{padding:0 12px;font-size:clamp(.85rem,1.2vw,.9375rem);font-weight:700}.about-service-item:hover{background:var(--seltad-green-900);transform:translate(4px)}.about-service-arrow{background:var(--seltad-gold-500);height:100%;color:var(--seltad-green-950);justify-content:center;align-items:center;font-size:28px;line-height:1;transition:transform .25s;display:flex}.about-service-item:hover .about-service-arrow{transform:translate(2px)}.about-copy p{color:#1f2c28;margin:0 0 clamp(14px,2vw,18px);font-size:clamp(.9375rem,1.2vw,1rem);line-height:1.75}.about-quote{border-left:2px solid #0a4f393d;margin:clamp(16px,2vw,20px) 0 0;padding:0 0 0 clamp(16px,2.5vw,26px);position:relative}.about-quote-mark{color:var(--seltad-gold-500);margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:.72;display:block}.about-quote p{color:#071913;margin-bottom:clamp(12px,2vw,16px);font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.62}.about-founder{align-items:center;gap:clamp(10px,1.5vw,14px);display:flex}.about-founder img{border:3px solid var(--seltad-gold-500);object-fit:cover;background:#f6f0e5;border-radius:50%;width:clamp(40px,5vw,50px);height:clamp(40px,5vw,50px);box-shadow:0 10px 22px #041f1724}.about-founder strong{color:var(--seltad-green-950);font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.2;display:block}.about-founder span{color:#6a5a39;margin-top:3px;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;display:block}.why-choose-us{background:#ffffffb8;border:1px solid #0a4f391a;border-radius:8px;margin-top:clamp(30px,4vw,40px);padding:clamp(20px,3vw,28px);box-shadow:0 16px 36px #041f1714}.why-choose-us-heading{max-width:700px;margin-bottom:clamp(20px,3vw,24px)}.about-kicker-text{color:#c2611e;text-transform:uppercase;margin-bottom:8px;font-size:clamp(.75rem,1.2vw,.875rem);font-weight:700;display:inline-block}.why-choose-us-heading h3{color:var(--seltad-green-950);margin:0 0 clamp(8px,1.5vw,12px);font-size:clamp(1.5rem,2.5vw,1.875rem);line-height:1.16}.why-choose-us-heading p{color:#273b34;margin:0;font-size:clamp(.9375rem,1.2vw,1rem);line-height:1.65}.why-choose-us-grid{gap:var(--spacing-gap-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.why-choose-us-card{background:#f6f0e4ad;border:1px solid #0a4f391a;border-radius:8px;padding:clamp(16px,2vw,20px);transition:transform .3s}.why-choose-us-card:hover{transform:translateY(-4px)}.why-choose-us-card svg{color:var(--seltad-green-800)}.why-choose-us-card h4{color:var(--seltad-green-950);margin:clamp(10px,1.5vw,14px) 0 8px;font-size:clamp(1rem,1.5vw,1.125rem)}.why-choose-us-card p{color:#33453d;margin:0;font-size:clamp(.875rem,1vw,.9375rem);line-height:1.6}@media (width<=991px){.about-layout{grid-template-columns:1fr}.about-services{max-width:100%}.why-choose-us-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.about-highlights{grid-template-columns:1fr}.about-highlight{text-align:center;grid-template-columns:1fr;justify-items:center}.why-choose-us-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(145deg, #041f17, #072e22, var(--seltad-green-800));color:#fff;width:100%;padding-top:var(--spacing-section-y);padding-bottom:clamp(20px,3vw,30px);font-family:Arial,Helvetica,sans-serif}.footer-container{width:100%;max-width:var(--site-container-max);padding-inline:var(--site-padding-inline);justify-content:space-between;align-items:flex-start;gap:clamp(40px,6vw,70px);margin:0 auto;display:flex}.footer-left{flex:1;max-width:650px}.footer-brand-logo{width:clamp(80px,10vw,104px);height:clamp(75px,9vw,94px);margin-bottom:clamp(14px,2vw,18px)}.footer-brand-logo svg{width:100%;height:100%;display:block}.footer-brand-logo svg path:last-child{display:none}.footer-right{width:320px}.footer-subtitle{color:var(--seltad-gold-500);letter-spacing:0;margin-bottom:clamp(12px,1.5vw,18px);font-size:clamp(.75rem,1.2vw,.875rem);font-weight:600;display:inline-block}.footer-left h2{color:#fff;margin-bottom:10px;font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.1}.footer-motto{color:var(--seltad-gold-500);letter-spacing:.04em;margin-bottom:clamp(12px,1.5vw,16px);font-size:clamp(.875rem,1.2vw,.9375rem);font-weight:700}.footer-left p{color:#ffffffd9;margin-bottom:clamp(24px,3.5vw,32px);font-size:clamp(.9375rem,1.2vw,1rem);line-height:1.75}.social-links{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.social-links a{color:#fff;background:#ffffff14;border-radius:4px;justify-content:center;align-items:center;width:clamp(48px,6vw,56px);height:clamp(48px,6vw,56px);font-size:clamp(1.1rem,1.5vw,1.375rem);text-decoration:none;transition:transform .3s,background-color .3s;display:flex}.social-links a:hover{background:var(--seltad-gold-500);transform:translateY(-6px)}.contact-item{align-items:center;gap:14px;margin-bottom:20px;font-size:clamp(.9375rem,1.2vw,1rem);display:flex}.contact-item svg{color:var(--seltad-gold-500);font-size:18px}.footer-bottom{width:100%;max-width:var(--site-container-max);padding-inline:var(--site-padding-inline);margin:clamp(40px,6vw,60px) auto 0}.footer-line{background:#ffffff1f;width:100%;height:1px;margin-bottom:20px}.footer-bottom p{color:#ffffffa6;font-size:clamp(.85rem,1vw,.9375rem)}@media (width<=991px){.footer-container{flex-direction:column;gap:40px}.footer-right{width:100%}}@media (width<=767px){.footer-container{align-items:flex-start}}.hero{align-items:center;width:100%;min-height:100vh;font-family:Arial,Helvetica,sans-serif;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-background img{object-fit:cover;width:100%;height:100%}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#fffbf4e6 0%,#0000 15% 85%,#041f17 100%);position:absolute;inset:0}.hero-overlay:before{content:"";background:linear-gradient(90deg,#0000001a 0%,#041a128c 32%,#052c20e0 65%,#041a12fa 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:var(--site-container-max);padding:clamp(80px, 12vh, 120px) var(--site-padding-inline) clamp(40px, 8vh, 80px);flex-direction:column;justify-content:center;margin:0 auto;display:flex;position:relative}.hero-subtitle{color:var(--seltad-gold-500);letter-spacing:.25rem;text-transform:uppercase;margin-bottom:clamp(8px,2vw,16px);font-size:clamp(.75rem,1.2vw,.875rem);font-weight:600}.hero-content h1{color:#fff;max-width:800px;font-size:var(--font-size-h1);margin-bottom:clamp(12px,2.5vw,20px);line-height:1.1}.hero-line{background:var(--seltad-gold-500);width:110px;height:3px;margin-bottom:clamp(16px,3vw,24px)}.hero-content p{color:#ffffffd9;max-width:700px;margin-bottom:clamp(20px,4vw,30px);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:clamp(12px,2vw,20px);margin-bottom:clamp(30px,5vw,50px);display:flex}.hero-primary-btn{background:var(--seltad-gold-500);color:var(--seltad-green-950);cursor:pointer;border:0;border-radius:4px;padding:clamp(14px,2vw,18px) clamp(24px,3vw,34px);font-family:inherit;font-size:1rem;font-weight:600;transition:all .35s;box-shadow:0 16px 34px #c89a3d38}.hero-primary-btn:hover{background:var(--seltad-gold-400);transform:translateY(-4px)}.hero-secondary-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a4f394d;border:1px solid #c89a3d66;border-radius:4px;padding:clamp(14px,2vw,18px) clamp(24px,3vw,34px);font-family:inherit;font-size:1rem;font-weight:600;transition:all .35s}.hero-secondary-btn:hover{background:#c89a3d40}.hero-tabs{flex-wrap:wrap;gap:clamp(16px,2vw,24px);display:flex}.hero-tab{min-width:160px;color:inherit;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#041f1766;border:1px solid #c89a3d33;border-radius:8px;flex:1;padding:clamp(16px,2vw,20px);font-family:inherit;transition:all .35s}.hero-tab:hover{background:#0a4f3999;border-color:#c89a3d66;transform:translateY(-5px)}.active-tab{border-bottom:3px solid var(--seltad-gold-500);background:#0a4f3999}.hero-tab h3{color:#fff;margin-bottom:8px;font-size:clamp(1rem,1.5vw,1.125rem)}.hero-tab span{color:#fffc;font-size:clamp(.75rem,1vw,.875rem)}@media (width<=991px){.hero-overlay:before{background:linear-gradient(#041a1299 0%,#052c20d9 50%,#041a12fa 100%)}}@media (width<=767px){.hero{height:auto}.hero-content{text-align:center;align-items:center}.hero-line{margin:0 auto clamp(20px,3vw,32px)}.hero-buttons{justify-content:center;width:100%}.hero-primary-btn,.hero-secondary-btn{width:100%}.hero-tabs{flex-direction:column;width:100%}.hero-tab{text-align:center;width:100%}}.services-section{width:100%;padding:clamp(2.5rem, 5vw, 3.5rem) var(--site-padding-inline) clamp(3rem, 6vw, 4rem);background:linear-gradient(145deg,#041f17,#072e22,#0a4f39);scroll-margin-top:7.5rem;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.services-header{width:100%;max-width:var(--site-container-max);margin:0 auto 1.25rem}.services-header-top{justify-content:space-between;align-items:flex-end;display:flex}.carousel-controls{gap:1rem;display:flex}.carousel-button{color:#c89a3d;cursor:pointer;background:#c89a3d26;border:1px solid #c89a3d80;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex}.carousel-button:hover{color:#fff;background:#c89a3d66}.services-subtitle{color:#c89a3d;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.875rem;font-size:.875rem;font-weight:700;display:inline-block}.services-header h2{color:#fff;margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.1}.services-header p{color:#ffffffc7;max-width:42.5rem;margin:.75rem 0 0;font-size:clamp(.9375rem,1.5vw,1rem);line-height:1.7}.services-wrapper{width:100%;max-width:var(--site-container-max);scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1.25rem;margin:0 auto;padding-bottom:2rem;display:flex;overflow-x:auto}.services-wrapper::-webkit-scrollbar{height:6px}.services-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.services-wrapper::-webkit-scrollbar-thumb{background:#c89a3d80;border-radius:4px}.service-card{scroll-snap-align:start;background:var(--service-accent,#072e22);cursor:pointer;border:1px solid #c89a3d3d;border-radius:1.375rem;flex-shrink:0;min-width:clamp(16rem,70vw,19rem);height:clamp(20rem,40vh,23rem);scroll-margin-top:7.5rem;position:relative;overflow:hidden;box-shadow:0 1.125rem 3rem #0000002e}.service-image{height:11rem;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.service-overlay{background:linear-gradient(#041f1700 0%,#041f171f 46%,#041f1770 100%);transition:opacity .45s;position:absolute;inset:0}.service-content{background:var(--service-accent,#072e22);color:#fff;min-height:9rem;padding:1.25rem 1.5rem;transition:min-height .45s,padding .45s;position:absolute;bottom:0;left:0;right:0}.service-content h3{color:#fff;margin:0;font-size:1.125rem;font-weight:700;line-height:1}.service-content p{color:#fff;opacity:0;max-height:0;margin:1rem 0 1.25rem;font-size:.875rem;font-weight:600;line-height:1.5;transition:opacity .3s,transform .45s,max-height .45s;overflow:hidden;transform:translateY(1.125rem)}.service-line{background:#c89a3d;width:4rem;height:.25rem;margin-top:2rem;transition:margin-top .45s}.service-actions{opacity:0;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.125rem;transition:opacity .3s,transform .45s;display:flex;transform:translateY(.875rem)}.service-actions a,.service-actions button{color:#c89a3d;letter-spacing:.04em;align-items:center;min-height:2.125rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.service-actions button{cursor:pointer;background:0 0;border:1px solid #c89a3dbf;border-radius:.5rem;padding:0 .875rem;font-family:inherit}.service-actions button:hover{color:#041f17;background:#c89a3d}.service-card:hover{border-color:#c89a3d85}.service-card:hover .service-image img{transform:scale(1.06)}.service-card:hover .service-overlay{opacity:.76}.service-card:hover .service-content{min-height:16rem;padding-top:1.25rem;padding-bottom:1.25rem}.service-card:hover .service-content p{opacity:1;max-height:13.75rem;transform:translateY(0)}.service-card:hover .service-line{margin-top:0}.service-card:hover .service-actions{opacity:1;transform:translateY(0)}@media (width<=48rem){.services-section{padding:2.5rem var(--site-padding-inline) 3.5rem}.services-header-top{flex-direction:column;align-items:flex-start;gap:1rem}.services-header h2{font-size:1.75rem}.services-header p{font-size:.9375rem}.services-wrapper{gap:1rem}.service-card{min-width:16rem;height:22rem}.service-content{min-height:11.875rem}.service-content p{opacity:1;max-height:11.25rem;transform:translateY(0)}.service-line{margin-top:0}.service-actions{opacity:1;transform:translateY(0)}}.service-detail-page{color:#13231d;background:radial-gradient(circle at 100% 0,#0a4f391f,#0000 22%),radial-gradient(circle at 0 100%,#c89a3d29,#0000 26%),linear-gradient(#f6f1e6 0%,#edf2ea 100%);min-height:100vh;font-family:Arial,Helvetica,sans-serif}.service-detail-shell{width:min(73.75rem,100% - 2.5rem);margin:0 auto}.service-detail-hero{background:linear-gradient(145deg,#041f17,#072e22,#0a4f39);padding:4.5rem 0 3rem}.service-detail-kicker{color:#c89a3d;letter-spacing:.22em;text-transform:uppercase;margin:0 0 .75rem;font-size:.875rem;font-weight:700}.service-detail-hero h1{color:#fff;margin:0;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.04}.service-detail-intro{color:#ffffffdb;max-width:47.5rem;margin:1.25rem 0 0;font-size:1.125rem;line-height:1.7}.service-detail-actions{flex-wrap:wrap;gap:1rem;margin-top:1.875rem;display:flex}.service-detail-button{white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:62.4375rem;justify-content:center;align-items:center;min-height:3rem;padding:0 1.5rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:transform .25s,background-color .25s,color .25s;display:inline-flex}.service-detail-button:hover{transform:translateY(-2px)}.service-detail-button.primary{color:#041f17;background:#c89a3d}.service-detail-button.secondary{color:#fff;background:0 0;border:1px solid #c89a3d8c}.service-detail-content{padding:2.75rem 0 1.375rem}.service-detail-layout{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);align-items:stretch;gap:1.875rem;display:grid}.service-detail-copy{background:linear-gradient(#fffcf7f5,#f4efe5f0);border-top:3px solid #c89a3d;border-radius:0 0 1.5rem 1.5rem;padding:2.125rem;box-shadow:0 1.25rem 3.125rem #041f1714}.service-detail-label{color:#0a4f39;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:inline-block}.service-detail-copy p{color:#30413a;margin:0;font-size:1.0625rem;line-height:1.9}.service-detail-image-placeholder{background:var(--service-accent);border-top:3px solid #c89a3d;min-height:20rem;position:relative;overflow:hidden;box-shadow:0 1.25rem 3.125rem #041f171f}.service-detail-image-placeholder img{object-fit:cover;width:100%;height:100%}.service-detail-cards-section{padding:1.75rem 0 2.625rem}.service-detail-grid{border-top:2px solid #c89a3d;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.service-detail-card{background:radial-gradient(circle at 100% 0,#c89a3d1f,#0000 26%),linear-gradient(#fbf8f1 0%,#f0ecdf 100%);border-right:1px solid #13231d1f;min-height:100%;padding:1.125rem 1.125rem 1.625rem}.service-detail-card:last-child{border-right:none}.service-detail-card h2{color:#0f1f1a;margin:0 0 .625rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.02}.service-detail-card p{color:#33453d;margin:0;font-size:1rem;line-height:1.62}.service-detail-divider{background:#13231d1f;width:100%;height:1px;margin:.75rem 0 .625rem}.service-detail-highlight{color:#0a4f39;font-style:italic}.service-detail-deliverables-section{padding:0 0 5.625rem}.service-detail-deliverables-title{color:#c89a3d;margin:0 0 1.75rem;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.service-detail-deliverables-box{background:radial-gradient(circle at 0 0,#0a4f3914,#0000 20%),linear-gradient(#fbf8f1 0%,#f0ecdf 100%);border-top:2px solid #c89a3d;padding:1.375rem 1.625rem 1rem;box-shadow:0 1rem 2.25rem #041f170f}.service-detail-deliverables-list{margin:0;padding:0;list-style:none}.service-detail-deliverables-list li{color:#33453d;margin-bottom:.75rem;padding-left:1.625rem;font-size:1rem;line-height:1.55;position:relative}.service-detail-deliverables-list li:before{content:"✓";color:#c89a3d;font-weight:700;position:absolute;top:0;left:0}@media (width<=60rem){.service-detail-layout{grid-template-columns:1fr}.service-detail-grid{border-top:none;grid-template-columns:1fr;gap:1.125rem}.service-detail-card{border-top:2px solid #c89a3d;border-right:none}}@media (width<=40rem){.service-detail-shell{width:min(73.75rem,100% - 1.5rem)}.service-detail-hero{padding:3.5rem 0 2.5rem}.service-detail-copy{padding:1.625rem 1.375rem}}
