@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--primary: #009c61;--dark: #006b47;--deep: #043e2e;--ink: #17211d;--muted: #66756e;--soft: #dff5eb;--bg: #fafcfb;--line: #dce5e1;--cream: #f4eee2;--kraft: #e8cfaa;--sky: #dff0ee;--rose: #f3e3dc;--container: 1600px;--shadow: 0 28px 80px rgba(4, 62, 46, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.js [data-page-enter]{opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.2,.65,.2,1),transform .55s cubic-bezier(.2,.65,.2,1)}.js [data-page-enter].is-visible{opacity:1;transform:translateY(0)}.js [data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .75s cubic-bezier(.2,.65,.2,1),transform .75s cubic-bezier(.2,.65,.2,1);transition-delay:var(--delay, 0ms)}.js [data-reveal].is-visible{opacity:1;transform:translateY(0)}.eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 20px;color:var(--dark);text-transform:uppercase;letter-spacing:.18em;font-size:.69rem;font-weight:800}.eyebrow>span{width:30px;height:2px;background:currentColor}.eyebrow--light{color:#8de4bd}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:56px;padding:0 25px;border:1px solid transparent;border-radius:999px;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:800;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover{transform:translateY(-3px)}.button span{font-size:1.12rem}.button--primary{background:var(--primary);color:#fff;box-shadow:0 16px 34px #009c6147}.button--primary:hover{background:var(--dark);box-shadow:0 20px 42px #006b474d}.button--dark{background:var(--ink);color:#fff}.button--small{min-height:44px;padding-inline:20px;font-size:.78rem}.button--light{background:#fff;color:var(--dark);white-space:nowrap}.text-link{display:inline-flex;align-items:center;gap:13px;padding-block:8px;border-bottom:1px solid var(--line);font-family:Manrope,sans-serif;font-size:.88rem;font-weight:800}.text-link span{color:var(--primary);font-size:1.12rem}.site-header{position:sticky;z-index:30;top:0;background:#fafcfbe0;border-bottom:1px solid rgba(220,229,225,.8);backdrop-filter:blur(16px)}.site-header__inner{width:100%;max-width:none;min-height:88px;display:flex;align-items:center;gap:34px;padding:0 24px 0 calc(24px + 3cm)}.brand img{width:72px;height:72px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:clamp(22px,3vw,46px);margin-left:auto}.site-nav a{position:relative;color:var(--muted);font-size:.82rem;font-weight:700}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--primary);transition:right .22s ease}.site-nav a:hover{color:var(--ink)}.site-nav a:hover:after{right:0}.hero{position:relative;padding:0;background:var(--bg)}.hero__inner{width:100%;max-width:none;position:relative;display:grid;grid-template-columns:minmax(520px,44%) minmax(0,56%);min-height:max(720px,calc(100svh - 78px));align-items:stretch}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(50px,3.2vw,70px) 60px clamp(36px,4.5vw,92px)}.hero__index{position:absolute;top:27px;left:clamp(36px,4.5vw,92px);color:#17211d61;font-family:Manrope,sans-serif;font-size:.61rem;letter-spacing:.2em;font-weight:800}.hero h1{max-width:14ch;margin:0;font-family:Manrope,sans-serif;font-size:clamp(3.5rem,4.85vw,6.4rem);line-height:.9;letter-spacing:-.075em;font-weight:800;text-wrap:balance}.hero__body{max-width:610px;margin:32px 0 0;color:var(--muted);font-size:clamp(.98rem,1.1vw,1.14rem);line-height:1.75}.hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:28px;margin-top:36px}.hero__highlights{display:flex;flex-wrap:wrap;gap:22px;margin:44px 0 0;padding:25px 0 0;border-top:1px solid var(--line);list-style:none}.hero__highlights li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.75rem;font-weight:700}.hero__highlights li span{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--soft);color:var(--dark);font-size:.62rem}.hero__media{position:relative;min-height:660px;overflow:hidden;background:var(--soft)}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#043e2e05,#043e2e29);pointer-events:none}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:58% center;transform:scale(1.015)}.hero__media-line{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.65);border-radius:50%;pointer-events:none}.hero__media-line--one{width:520px;height:520px;right:-180px;top:-230px}.hero__media-line--two{width:300px;height:300px;right:-70px;top:-120px}.hero__badge{position:absolute;z-index:3;right:28px;bottom:28px;display:flex;align-items:center;gap:15px;min-width:204px;padding:19px 22px;border:1px solid rgba(255,255,255,.78);border-radius:17px;background:#ffffffe0;box-shadow:var(--shadow);backdrop-filter:blur(13px)}.hero__badge strong{color:var(--primary);font-family:Manrope,sans-serif;font-size:2.15rem;line-height:1;letter-spacing:-.07em}.hero__badge span{color:var(--muted);font-size:.7rem;line-height:1.35;font-weight:700}.hero-ticker{width:100%;overflow:hidden;border-block:1px solid rgba(23,33,29,.1);background:linear-gradient(90deg,#d3cbc0,#ece6de,#d3cbc0)}.hero-ticker__track{width:max-content;display:flex;animation:ticker 68s linear infinite;will-change:transform}.hero-ticker__group{display:flex;align-items:center;gap:30px;padding:8px 32px 8px 0}.hero-ticker__item{display:grid;place-items:center;flex:0 0 auto;width:132px;height:76px}.hero-ticker__item img{width:auto;height:72px;max-width:128px;object-fit:contain;filter:drop-shadow(0 9px 9px rgba(0,0,0,.24))}@keyframes ticker{to{transform:translate(-16.6667%)}}.products-section{position:relative;padding:130px 0 150px;overflow:hidden;background:radial-gradient(circle at 90% 4%,rgba(0,156,97,.11),transparent 24%),linear-gradient(180deg,#fff,#f4faf7)}.products-section:before{content:"CATÁLOGO";position:absolute;top:30px;right:-25px;color:#006b4709;font-family:Manrope,sans-serif;font-size:clamp(7rem,17vw,20rem);line-height:1;letter-spacing:-.08em;font-weight:800;pointer-events:none}.products-section__line{position:absolute;width:480px;height:480px;left:-250px;top:18%;border:1px solid rgba(0,107,71,.12);border-radius:50%;box-shadow:0 0 0 54px #006b4709,0 0 0 108px #006b4706}.products-section .container{width:calc(100% - 48px);max-width:none;position:relative}.section-heading{display:grid;grid-template-columns:1.1fr .52fr;align-items:end;gap:clamp(50px,8vw,150px);max-width:1480px;margin:0 auto 64px;padding-inline:clamp(0px,2vw,30px)}.section-heading h2,.services-intro h2,.location-copy h2,.proposal-card h2{margin:0;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.055em}.section-heading h2{max-width:13ch;font-size:clamp(3rem,5.5vw,6.5rem);line-height:.94}.section-heading>p{margin:0 0 6px;color:var(--muted);font-size:1rem;line-height:1.75}.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:15px}.product-card{--card-bg: var(--soft);position:relative;grid-column:span 3;min-height:360px;display:flex;flex-direction:column;padding:22px 24px 26px;overflow:hidden;border:1px solid rgba(23,33,29,.07);border-radius:4px 28px 28px;background:var(--card-bg);transition:transform .3s ease,box-shadow .3s ease,border-radius .3s ease}.product-card:nth-child(1),.product-card:nth-child(6),.product-card:nth-child(7),.product-card:nth-child(12){grid-column:span 6;min-height:420px;padding-right:43%}.product-card:after{content:"";position:absolute;width:190px;height:190px;right:-110px;bottom:-120px;border:1px solid rgba(0,107,71,.16);border-radius:50%;box-shadow:0 0 0 38px #006b4709;transition:transform .35s ease}.product-card:hover{z-index:2;transform:translateY(-7px);border-radius:28px 4px 28px 28px;box-shadow:0 24px 60px #17211d21}.product-card:hover:after{transform:scale(1.15)}.product-card--mint{--card-bg: #dff5eb}.product-card--cream{--card-bg: #f4eee2}.product-card--kraft{--card-bg: #e8cfaa}.product-card--sky{--card-bg: #dff0ee}.product-card--rose{--card-bg: #f3e3dc}.product-card__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.product-card__number{color:#17211d7a;font-family:Manrope,sans-serif;font-size:.66rem;font-weight:800}.product-card__arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(23,33,29,.17);border-radius:50%;transition:background .22s ease,color .22s ease,transform .22s ease}.product-card:hover .product-card__arrow{background:var(--ink);color:#fff;transform:rotate(45deg)}.product-card__ghost{position:absolute;right:-5px;top:34px;color:#006b470e;font-family:Manrope,sans-serif;font-size:8.2rem;line-height:1;letter-spacing:-.1em;font-weight:800}.product-card__icon{position:relative;z-index:1;display:grid;place-items:center;flex:1;padding-block:20px 9px}.product-card:nth-child(1) .product-card__icon,.product-card:nth-child(6) .product-card__icon,.product-card:nth-child(7) .product-card__icon,.product-card:nth-child(12) .product-card__icon{position:absolute;right:8%;top:50%;width:30%;transform:translateY(-50%)}.product-icon{width:112px;height:112px;stroke:var(--dark);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 13px 19px rgba(0,107,71,.09));transition:transform .3s ease}.product-card:nth-child(1) .product-icon,.product-card:nth-child(6) .product-icon,.product-card:nth-child(7) .product-icon,.product-card:nth-child(12) .product-icon{width:168px;height:168px}.product-card:hover .product-icon{transform:translateY(-5px) rotate(-2deg) scale(1.04)}.product-card h3{position:relative;z-index:2;max-width:15ch;margin:auto 0 9px;font-family:Manrope,sans-serif;font-size:clamp(1.05rem,1.35vw,1.35rem);line-height:1.18;letter-spacing:-.035em;text-transform:uppercase}.product-card p{position:relative;z-index:2;max-width:30ch;margin:0;color:#17211da3;font-size:.78rem;line-height:1.55}.services-section{position:relative;height:340svh;padding:0;background:var(--deep);color:#fff}.services-story__stage{position:sticky;top:78px;width:100%;height:calc(100svh - 78px);min-height:680px;display:grid;grid-template-columns:minmax(330px,.72fr) minmax(650px,1.28fr);align-items:center;gap:clamp(55px,7vw,140px);padding:clamp(44px,6vw,100px) clamp(28px,6.8vw,138px);overflow:hidden;background:radial-gradient(circle at 68% 50%,rgba(0,156,97,.22),transparent 31%),repeating-linear-gradient(115deg,transparent 0 86px,rgba(255,255,255,.03) 87px 88px),var(--deep)}.services-story__stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,156,97,.12),transparent 42%);pointer-events:none}.services-intro{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start}.services-intro h2{max-width:8ch;font-size:clamp(3rem,5vw,6.1rem);line-height:.92}.services-intro>p:not(.eyebrow){max-width:460px;margin:28px 0 0;color:#ffffffa8;font-size:1rem;line-height:1.7}.services-story__rows{position:relative;z-index:2;height:min(680px,calc(100svh - 150px));min-height:540px;display:grid;grid-template-rows:repeat(3,minmax(0,1fr))}.services-story__row{--row-progress: 0;position:relative;min-height:0;display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);align-items:center;gap:clamp(25px,3.2vw,58px)}.services-story__row:before,.services-story__row:last-child:after{content:"";position:absolute;z-index:1;left:0;right:0;height:1px;transform:scaleX(var(--row-progress));transform-origin:left center;background:#8de4bd57}.services-story__row:before{top:0}.services-story__row:last-child:after{bottom:0}.services-story__slot{position:relative;align-self:stretch;min-width:0}.services-story__product{position:absolute;z-index:2;inset:50% 0 auto;height:clamp(130px,18vh,195px);margin:0;opacity:var(--story-opacity);transform:translate3d(0,calc(-50% + var(--story-y)),0) rotate(var(--story-rotate)) scale(var(--story-scale));transform-origin:center;will-change:transform,opacity;pointer-events:none}.services-story__product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.3))}.services-story__item{position:relative;z-index:2;opacity:var(--story-opacity);transform:translate3d(0,var(--story-copy-y),0);will-change:transform,opacity;pointer-events:none}.services-story__item h3{max-width:21ch;margin:0 0 8px;font-family:Manrope,sans-serif;font-size:clamp(1.3rem,1.65vw,1.85rem);line-height:1.08;letter-spacing:-.04em}.services-story__item p{max-width:650px;margin:0;color:#ffffff9e;font-size:clamp(.76rem,.84vw,.9rem);line-height:1.5}.services-story__item .services-story__use{margin-top:7px;color:#ffffffd1}.services-story__use strong{color:#8de4bd;font-weight:700}.location-section{position:relative;padding:140px 0;overflow:hidden;background:linear-gradient(90deg,#edf8f3 0 37%,#fafcfb 37% 100%)}.location-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,107,71,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,107,71,.045) 1px,transparent 1px);background-size:84px 84px;mask-image:linear-gradient(90deg,#000,transparent 56%)}.location-grid{width:calc(100% - 48px);max-width:none;position:relative;display:grid;grid-template-columns:minmax(340px,.7fr) minmax(0,1.3fr);gap:clamp(50px,8vw,145px);align-items:center}.location-copy{padding-left:clamp(10px,3vw,52px)}.location-copy h2{max-width:10.5ch;font-size:clamp(3.1rem,5.2vw,6.4rem);line-height:.94}.location-copy>p:not(.eyebrow){max-width:540px;margin:30px 0 36px;color:var(--muted);font-size:1rem;line-height:1.78}.location-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:540px;margin-bottom:30px}.location-meta div{padding:18px;border:1px solid var(--line);border-radius:2px 15px 15px;background:#ffffffd1}.location-meta span{display:block;margin-bottom:5px;color:var(--muted);font-size:.63rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800}.location-meta strong{font-family:Manrope,sans-serif;font-size:.84rem}.map-wrap{position:relative;min-height:630px;overflow:hidden;border:12px solid #fff;border-radius:3px 38px 38px;box-shadow:var(--shadow);background:var(--soft)}.map-wrap:after{content:"";position:absolute;inset:0;background:#006b4714;pointer-events:none;mix-blend-mode:multiply}.map-wrap iframe{width:100%;height:630px;border:0;filter:saturate(.22) sepia(.12) hue-rotate(95deg) contrast(.95)}.map-pin{position:absolute;z-index:3;left:52%;top:42%;width:60px;height:60px;display:grid;place-items:center;transform:translate(-50%,-50%);rotate:-45deg;border-radius:50% 50% 50% 8px;background:var(--primary);box-shadow:0 18px 38px #006b4752}.map-pin span{width:17px;height:17px;border-radius:50%;background:#fff}.map-label{position:absolute;z-index:4;left:25px;bottom:25px;display:flex;align-items:center;gap:12px;padding:15px 19px;border-radius:2px 15px 15px;background:#fffffff0;box-shadow:0 13px 32px #17211d24}.map-label>span{color:var(--primary)}.map-label small,.map-label strong{display:block}.map-label small{color:var(--muted);font-size:.62rem}.map-label strong{font-family:Manrope,sans-serif;font-size:.9rem}.proposal-card-wrap{padding:0;background:#fff}.proposal-card-wrap .container{width:100%;max-width:none}.proposal-card{position:relative;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:clamp(32px,5vw,90px);min-height:300px;padding:60px clamp(28px,7vw,140px);overflow:hidden;border-radius:0;background:linear-gradient(112deg,#009c61,#007f52 45%,#005f41);color:#fff;box-shadow:none}.proposal-card:before,.proposal-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.proposal-card:before{width:440px;height:440px;right:12%;top:-330px;box-shadow:0 0 0 60px #ffffff06}.proposal-card:after{width:250px;height:250px;left:-160px;bottom:-170px}.proposal-card__brand{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:9px;padding-right:42px;border-right:1px solid rgba(255,255,255,.25);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800}.proposal-card__logo,.proposal-page__logo{width:76px;height:76px;object-fit:contain}.proposal-card__content{position:relative;z-index:2;max-width:760px}.proposal-card__eyebrow{margin:0 0 8px!important;color:#a6ebcc!important;text-transform:uppercase;letter-spacing:.16em;font-size:.63rem;font-weight:800}.proposal-card h2{font-size:clamp(2rem,3.3vw,4rem);line-height:1}.proposal-card__content>p:last-child{max-width:720px;margin:14px 0 0;color:#ffffffb3;font-size:.86rem;line-height:1.68}.proposal-card>.button{position:relative;z-index:2}.site-footer{padding:22px 0 32px;background:#fff}.site-footer__inner{width:calc(100% - 48px);max-width:none;min-height:62px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.site-footer img{width:116px;height:42px;object-fit:contain}.site-footer p,.site-footer a{color:var(--muted);font-size:.7rem}.site-footer strong{color:var(--ink)}.proposal-page{min-height:calc(100vh - 100px);display:grid;place-items:center;padding:60px 0;background:radial-gradient(circle at 20% 10%,var(--soft),transparent 28%),var(--bg)}.proposal-page__inner{max-width:900px;text-align:center}.proposal-back{display:inline-block;margin-bottom:30px;color:var(--muted);font-size:.8rem;font-weight:700}.proposal-page__brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:36px;font-family:Manrope,sans-serif;font-weight:800}.proposal-page__brand img{width:58px;height:58px}.proposal-page .eyebrow{justify-content:center}.proposal-page h1{max-width:13ch;margin:0 auto;font-family:Manrope,sans-serif;font-size:clamp(2.8rem,7vw,5.7rem);line-height:.98;letter-spacing:-.06em}.proposal-page__summary{max-width:670px;margin:24px auto 34px;color:var(--muted);font-size:1.05rem;line-height:1.75}.proposal-page__frame{width:100%;min-height:700px;margin-top:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.proposal-pending{max-width:530px;display:flex;align-items:center;gap:18px;margin:36px auto 0;padding:20px 24px;text-align:left;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.proposal-pending__icon{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--soft);color:var(--dark);font-size:1.5rem}.proposal-pending strong{font-family:Manrope,sans-serif}.proposal-pending p{margin:4px 0 0;color:var(--muted);font-size:.8rem}@media(max-width:1100px){.site-header__inner{padding-left:48px}.hero__inner{grid-template-columns:1fr;min-height:0}.hero__content{min-height:650px;padding:95px 8vw 72px}.hero__index{left:8vw}.hero h1{max-width:13ch;font-size:clamp(3.5rem,8.2vw,5.5rem)}.hero__media{min-height:620px;border-radius:0 0 0 90px}.product-card{grid-column:span 6}.product-card:nth-child(1),.product-card:nth-child(6),.product-card:nth-child(7),.product-card:nth-child(12){grid-column:span 12}.services-story__stage{grid-template-columns:1fr;grid-template-rows:auto 1fr;min-height:700px;gap:24px;padding:40px 7vw}.services-intro h2{max-width:11ch;font-size:clamp(3rem,6.8vw,4.7rem)}.services-intro>p:not(.eyebrow){max-width:680px;margin-top:16px}.services-story__rows{width:100%;height:min(520px,calc(100svh - 250px));min-height:450px}.services-story__row{grid-template-columns:minmax(120px,180px) minmax(0,1fr)}.services-story__product{height:clamp(110px,16vh,155px)}.location-grid{grid-template-columns:1fr}.location-copy{max-width:760px;padding:0 5vw}.proposal-card{grid-template-columns:120px 1fr}.proposal-card .button{grid-column:2;justify-self:start}}@media(max-width:720px){.container,.site-header__inner,.hero__inner,.products-section .container,.location-grid,.site-footer__inner{width:min(calc(100% - 28px),var(--container))}.site-header__inner{min-height:68px;padding:0}.brand img{width:62px;height:62px}.site-nav{display:none}.button--small{min-height:40px;padding-inline:15px}.hero{padding-top:0}.hero__content{min-height:620px;padding:82px 24px 58px}.hero__index{left:24px}.hero h1{max-width:12ch;font-size:clamp(3.25rem,12vw,5.1rem)}.hero__body{margin-top:26px}.hero__highlights{gap:12px 17px}.hero__media{min-height:450px;border-radius:0 0 0 58px}.hero__media img{object-position:63% center}.hero__badge{right:14px;bottom:14px;min-width:164px;padding:14px 16px}.hero__badge strong{font-size:1.7rem}.hero-ticker__group{gap:20px;padding:7px 24px 7px 0}.hero-ticker__item{width:108px;height:62px}.hero-ticker__item img{height:58px;max-width:104px}.section-heading{grid-template-columns:1fr;gap:22px;padding-inline:5px}.section-heading h2{font-size:clamp(3rem,13vw,4.7rem)}.products-section{padding:95px 0}.product-grid{grid-template-columns:1fr}.product-card,.product-card:nth-child(1),.product-card:nth-child(6),.product-card:nth-child(7),.product-card:nth-child(12){grid-column:1;min-height:340px;padding:20px 21px 25px}.product-card:nth-child(1) .product-card__icon,.product-card:nth-child(6) .product-card__icon,.product-card:nth-child(7) .product-card__icon,.product-card:nth-child(12) .product-card__icon{position:relative;inset:auto;width:auto;transform:none}.product-card:nth-child(1) .product-icon,.product-card:nth-child(6) .product-icon,.product-card:nth-child(7) .product-icon,.product-card:nth-child(12) .product-icon{width:112px;height:112px}.services-section{height:330svh}.services-story__stage{top:68px;height:calc(100svh - 68px);min-height:650px;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:14px;padding:20px 18px 18px}.services-intro h2{max-width:12ch;font-size:clamp(2.2rem,9.8vw,3.25rem)}.services-intro>p:not(.eyebrow){max-width:34rem;margin-top:10px;font-size:.75rem;line-height:1.45}.services-story__rows{height:min(455px,calc(100svh - 205px));min-height:400px}.services-story__row{grid-template-columns:92px minmax(0,1fr);gap:14px}.services-story__product{height:88px}.services-story__item h3{margin-bottom:4px;font-size:clamp(.94rem,4.7vw,1.18rem)}.services-story__item p{font-size:.61rem;line-height:1.35}.services-story__item .services-story__use{margin-top:3px}.location-section{padding:95px 0;background:linear-gradient(180deg,#edf8f3 0 42%,#fafcfb 42% 100%)}.location-grid{gap:48px}.location-copy{padding:0 10px}.location-copy h2{font-size:clamp(3.1rem,14vw,4.8rem)}.map-wrap,.map-wrap iframe{min-height:460px;height:460px}.proposal-card{grid-template-columns:1fr;min-height:auto;padding:48px 27px;gap:25px}.proposal-card__brand{flex-direction:row;justify-content:flex-start;padding:0 0 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.proposal-card .button{grid-column:1;justify-self:stretch}.site-footer__inner{flex-wrap:wrap;gap:10px;padding-top:20px}.site-footer p{order:3;width:100%}}@media(max-width:430px){.button--small{display:none}.hero__actions{align-items:flex-start;flex-direction:column}.location-meta{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js [data-page-enter],.js [data-reveal]{opacity:1;transform:none}}
