:root{--brand-blue:#29277f;--brand-blue-bright:#086fbc;--brand-cyan:#04a2d8;--brand-yellow:#f4ca16;--brand-yellow-soft:#ffe461;--ink:#171a22;--ink-soft:#555b68;--navy:#10162f;--navy-light:#1a2347;--steel-50:#f7f8fa;--steel-100:#edf0f3;--steel-200:#d9dde3;--steel-400:#9299a5;--white:#fff;--success:#1da851;--container:1200px;--gutter:clamp(1.15rem, 3vw, 2rem);--section-space:clamp(4.8rem, 8vw, 8rem);--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--shadow-soft:0 24px 70px #10162f1f;--shadow-card:0 16px 40px #10162f1a;--transition:.22s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:106px}body{min-width:320px;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}body.menu-is-open{overflow:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}h1,h2,h3,p,ul{margin-top:0}h1,h2,h3{letter-spacing:-.035em;margin-bottom:0;font-family:Arial Narrow,Roboto Condensed,Impact,sans-serif;font-weight:800;line-height:.98}h2{font-size:clamp(2.25rem,4vw,4.6rem)}h3{font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.08}p{margin-bottom:1rem}::selection{color:var(--navy);background:var(--brand-yellow)}:focus-visible{outline:3px solid var(--brand-yellow);outline-offset:4px}.container{width:min(100% - (var(--gutter) * 2), var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.skip-link{z-index:1000;color:var(--navy);background:var(--brand-yellow);transition:transform var(--transition);border-radius:8px;padding:.8rem 1rem;font-weight:800;position:fixed;top:1rem;left:1rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--brand-blue);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1.05rem;font-size:.76rem;font-weight:850;line-height:1.3;display:flex}.eyebrow:before{content:"";background:currentColor;width:26px;height:3px}.eyebrow--yellow{color:var(--brand-yellow)}.button{min-height:50px;transition:color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;padding:.8rem 1.25rem;font-size:.9rem;font-weight:800;line-height:1;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--small{min-height:44px;padding-inline:1.1rem}.button--large{min-height:58px;padding-inline:1.6rem}.button--primary{color:var(--white);background:var(--brand-blue);box-shadow:0 12px 28px #29277f33}.button--primary:hover{background:#211f6c;box-shadow:0 16px 34px #29277f47}.button--yellow{color:var(--navy);background:var(--brand-yellow);box-shadow:0 12px 32px #f4ca1633}.button--yellow:hover{background:var(--brand-yellow-soft);box-shadow:0 16px 36px #f4ca1647}.text-link{color:var(--brand-blue);align-items:center;gap:.45rem;font-size:.9rem;font-weight:800;display:inline-flex}.text-link svg{transition:transform var(--transition)}.text-link:hover svg{transform:translate(2px,-2px)}.text-link--light{color:var(--white)}.section-heading{max-width:760px}.section-heading__text{max-width:650px;color:var(--ink-soft);margin-top:1.35rem;margin-bottom:0;font-size:clamp(1rem,1.4vw,1.12rem)}.section-heading--light h2{color:var(--white)}.section-heading--light .eyebrow{color:var(--brand-yellow)}.section-heading--light .section-heading__text{color:#ffffffb3}.reveal{opacity:0;transition:opacity .6s ease var(--reveal-delay,0s), transform .6s ease var(--reveal-delay,0s);transform:translateY(24px)}.reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}.site-header{z-index:50;background:var(--white);position:relative}.utility-bar{color:#ffffffd1;background:var(--navy);font-size:.75rem}.utility-bar__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:32px;display:flex}.utility-bar span,.utility-bar a{align-items:center;gap:.4rem;display:inline-flex}.utility-bar a{color:var(--white);font-weight:750}.navigation-shell{border-bottom:1px solid var(--steel-200);background:#fffffffa}.navigation-shell__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:76px;display:flex}.logo-link{flex:none;display:block}.brand-logo{object-fit:contain;width:210px;height:58px}.main-navigation,.main-navigation ul{align-items:center;display:flex}.main-navigation{gap:clamp(1rem,2vw,2rem)}.main-navigation ul{gap:clamp(1rem,1.8vw,1.65rem);margin:0;padding:0;list-style:none}.main-navigation ul a{color:#353946;font-size:.86rem;font-weight:750;position:relative}.main-navigation ul a:after{content:"";background:var(--brand-yellow);transform-origin:100%;height:3px;transition:transform var(--transition);position:absolute;bottom:-.55rem;left:0;right:0;transform:scaleX(0)}.main-navigation ul a:hover:after{transform-origin:0;transform:scaleX(1)}.menu-toggle{background:var(--steel-100);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:none}.hero{min-height:clamp(570px,100svh - 108px,720px);color:var(--white);background:radial-gradient(circle at 77% 20%, #04a2d833, transparent 27%), linear-gradient(115deg, var(--navy) 0%, #151b3e 55%, #20225b 100%);position:relative;overflow:hidden}.hero:before{content:"";background:var(--brand-yellow);width:8px;position:absolute;top:0;bottom:0;left:0}.hero:after{content:"";background:var(--brand-cyan);width:43%;height:6px;position:absolute;top:0;right:0}.hero__mechanical-ring{border:46px solid #ffffff07;border-radius:50%;width:390px;height:390px;position:absolute;top:11%;left:-160px;box-shadow:inset 0 0 0 2px #ffffff0a,0 0 0 42px #ffffff05}.hero__mechanical-ring:after{content:"";border:2px dashed #f4ca1626;border-radius:50%;position:absolute;inset:29%}.hero__grid{z-index:2;min-height:inherit;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);align-items:center;gap:clamp(2rem,5vw,5.5rem);padding-block:clamp(3rem,6vh,4.8rem) 5.2rem;display:grid;position:relative}.hero__content{z-index:2;position:relative}.hero h1{letter-spacing:-.055em;max-width:620px;font-size:clamp(4rem,6.5vw,6.6rem)}.hero h1 span{color:var(--brand-yellow);display:block}.hero__lead{color:#ffffffc2;max-width:600px;margin-top:1.5rem;margin-bottom:0;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.65}.hero__actions{align-items:center;gap:1.35rem;margin-top:2rem;display:flex}.hero__proof{color:#ffffffb8;border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:.65rem 1rem;margin:2rem 0 0;padding:1.15rem 0 0;font-size:.75rem;font-weight:700;list-style:none;display:flex}.hero__proof li{align-items:center;gap:.35rem;display:flex}.hero__proof svg{width:17px;color:var(--brand-yellow)}.hero-collage{grid-template-rows:1.15fr .85fr;grid-template-columns:1.16fr .84fr;gap:12px;height:min(480px,62vh);min-height:420px;display:grid;transform:rotate(.3deg)}.hero-collage .reveal{min-width:0}.hero-collage__main,.hero-collage__side,.hero-collage__store{border:1px solid #ffffff21;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 24px 55px #02061447}.hero-collage__main{background:#f3f4f5;grid-row:1/3}.hero-collage__side{background:var(--brand-yellow)}.hero-collage__store{background:var(--navy-light)}.hero-collage__main>img,.hero-collage__side>img,.hero-collage__store>img{object-fit:cover;width:100%;height:100%}.hero-collage__main>img{filter:saturate(.78)contrast(1.07)}.hero-collage__side>img{object-position:center 48%}.hero-collage__store>img{opacity:.72;object-position:center}.hero-collage__label{z-index:2;color:var(--navy);background:var(--brand-yellow);letter-spacing:.08em;text-transform:uppercase;border-radius:5px;align-items:center;gap:.55rem;padding:.45rem .7rem;font-size:.68rem;font-weight:850;display:flex;position:absolute;top:1rem;left:1rem}.hero-collage__label span{opacity:.55}.hero-collage__label--dark{color:var(--white);background:var(--navy)}.hero-collage__arrow{width:46px;height:46px;color:var(--white);background:var(--brand-blue);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:1rem;right:1rem}.hero-collage__store-caption{background:linear-gradient(#0000,#0a0e22eb);padding:1rem;position:absolute;bottom:0;left:0;right:0}.hero-collage__store-caption span,.hero-collage__store-caption strong{display:block}.hero-collage__store-caption span{color:var(--brand-yellow);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800}.hero-collage__store-caption strong{margin-top:.2rem;font-size:.82rem}.hero__ticker{z-index:4;color:var(--navy);background:var(--brand-yellow);position:absolute;bottom:0;left:0;right:0;overflow:hidden}.hero__ticker>div{justify-content:center;align-items:center;gap:clamp(1rem,2.5vw,2.3rem);min-width:max-content;min-height:44px;padding-inline:1.5rem;display:flex}.hero__ticker span{letter-spacing:.07em;text-transform:uppercase;font-family:Arial Narrow,Impact,sans-serif;font-size:.79rem;font-weight:800}.hero__ticker i{background:var(--brand-blue);border-radius:50%;width:7px;height:7px}.products{background:linear-gradient(#10162f09 1px, transparent 1px), linear-gradient(90deg, #10162f09 1px, transparent 1px), var(--steel-50);background-size:52px 52px;position:relative}.products__intro{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2.4rem,5vw,4.2rem);display:flex}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1.15rem;display:grid}.product-card{min-width:0;height:100%}.product-card article{background:var(--white);border:1px solid var(--steel-200);border-radius:var(--radius-md);height:100%;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 32px #10162f0d}.product-card article:hover{box-shadow:var(--shadow-card);border-color:#29277f59;transform:translateY(-5px)}.product-card__image{aspect-ratio:4/3;background:var(--steel-100);position:relative;overflow:hidden}.product-card__image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#10162f38);height:40%;position:absolute;bottom:0;left:0;right:0}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.045)}.product-card__image span{z-index:2;color:var(--white);font-family:Arial Narrow,Impact,sans-serif;font-size:1rem;font-weight:800;position:absolute;bottom:.7rem;right:.85rem}.product-card__content{flex-direction:column;flex:1;min-height:154px;padding:1.3rem 1.25rem 1.45rem;display:flex}.product-card__content h3{font-size:1.35rem;line-height:1.12}.product-card__content p{color:var(--ink-soft);margin-top:.75rem;margin-bottom:0;font-size:.87rem;line-height:1.55}.product-callout{min-width:0;height:100%;color:var(--white);background:radial-gradient(circle at 90% 15%, #04a2d838, transparent 32%), var(--navy);border-radius:var(--radius-md);position:relative;overflow:hidden}.product-callout>div{flex-direction:column;align-items:flex-start;height:100%;min-height:0;padding:1.55rem;display:flex}.product-callout__icon{width:52px;height:52px;color:var(--navy);background:var(--brand-yellow);border-radius:50%;place-items:center;margin-bottom:1.35rem;display:grid}.product-callout h3{max-width:250px;font-size:clamp(1.6rem,2vw,2rem);line-height:1.04}.product-callout p:not(.eyebrow){color:#ffffffad;margin-top:.8rem;margin-bottom:1.2rem;font-size:.84rem;line-height:1.5}.product-callout .button{width:100%;margin-top:auto}.story{background:var(--white);position:relative;overflow:hidden}.story:before{border:70px solid var(--steel-50);content:"";border-radius:50%;width:470px;height:470px;position:absolute;bottom:-180px;right:-110px}.story__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid;position:relative}.story__image-wrap{min-height:530px;position:relative;overflow:visible}.story__image-wrap:before{content:"";background:var(--brand-yellow);border-radius:var(--radius-lg);width:45%;height:38%;position:absolute;top:-16px;right:-16px}.story__image{object-fit:cover;object-position:center;border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-soft);position:absolute;inset:0}.story__stamp{width:142px;height:142px;color:var(--white);background:var(--brand-blue);border:7px solid var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:2rem;left:-1.25rem;transform:rotate(-7deg);box-shadow:0 18px 35px #29277f3d}.story__stamp strong{letter-spacing:-.06em;font-family:Arial Narrow,Impact,sans-serif;font-size:3.25rem;line-height:.8}.story__stamp span{letter-spacing:.08em;text-transform:uppercase;margin-top:.65rem;font-size:.63rem;font-weight:800}.story__location{color:var(--navy);background:var(--brand-yellow);text-transform:uppercase;border-radius:8px;align-items:center;gap:.85rem;padding:.8rem .9rem .8rem 1rem;font-size:.75rem;font-weight:850;display:flex;position:absolute;bottom:1.25rem;right:1.25rem}.story__content{z-index:2;position:relative}.story__content h2{max-width:600px}.story__content>p:not(.eyebrow){max-width:590px;color:var(--ink-soft)}.story__lead{margin-top:1.6rem;font-size:clamp(1.08rem,1.7vw,1.25rem);font-weight:650;line-height:1.55;color:var(--ink)!important}.story__values{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem;display:grid}.story__values div{background:var(--steel-50);border-left:4px solid var(--brand-yellow);border-radius:0 10px 10px 0;padding:1.25rem}.story__values span,.story__values strong{display:block}.story__values span{color:var(--brand-blue);margin-bottom:.5rem;font-size:.67rem;font-weight:900}.story__values strong{font-size:.86rem;line-height:1.35}.service-experience{background:radial-gradient(circle at 85% 15%, #04a2d826, transparent 25%), var(--navy);position:relative;overflow:hidden}.service-experience:before{content:"";background:var(--brand-yellow);width:36%;height:8px;position:absolute;top:0;right:0}.service-experience__heading{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.service-experience__metric{border-left:1px solid #ffffff2b;align-items:center;gap:1rem;width:min(100%,270px);padding-left:1.4rem;display:flex}.service-experience__metric strong{color:var(--brand-yellow);letter-spacing:-.06em;font-family:Arial Narrow,Impact,sans-serif;font-size:4rem;line-height:.9}.service-experience__metric span{color:#ffffffa8;font-size:.75rem;font-weight:700;line-height:1.35}.benefit-grid{border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;grid-template-columns:repeat(4,1fr);display:grid}.benefit-card{border-right:1px solid #ffffff21}.benefit-card:first-child{border-left:1px solid #ffffff21}.benefit-card article{min-height:310px;transition:background var(--transition);padding:1.65rem;position:relative;overflow:hidden}.benefit-card article:after{content:"";border:20px solid #ffffff0a;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-70px;right:-40px}.benefit-card article:hover{background:#ffffff0d}.benefit-card__top{justify-content:space-between;align-items:center;margin-bottom:4.2rem;display:flex}.benefit-card__top svg{width:30px;height:30px;color:var(--brand-yellow)}.benefit-card__top span{color:#ffffff59;font-size:.7rem;font-weight:800}.benefit-card h3{color:var(--white);font-size:1.55rem}.benefit-card p{color:#fff9;margin-top:.9rem;margin-bottom:0;font-size:.87rem;line-height:1.55}.contact{background:var(--brand-yellow);position:relative}.contact:after{content:"";pointer-events:none;background:repeating-linear-gradient(-45deg,#0000 0 18px,#10162f09 18px 36px);width:32%;height:100%;position:absolute;top:0;left:0}.contact__grid{z-index:2;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid;position:relative}.contact__pitch .eyebrow{color:var(--navy)}.contact__pitch h2{max-width:670px;font-size:clamp(2.7rem,5vw,5.4rem)}.contact__pitch>p:not(.eyebrow){color:#10162fbf;max-width:570px;margin-top:1.5rem;font-size:1.05rem}.contact__pitch .button{margin-top:1rem}.contact-panel{color:var(--white);background:var(--navy);border-radius:var(--radius-lg);padding:clamp(1.6rem,4vw,2.5rem);box-shadow:0 28px 65px #10162f38}.contact-panel h3{margin-bottom:1.8rem;font-size:1.8rem}.contact-list{margin:0;padding:0;list-style:none}.contact-list li{border-top:1px solid #ffffff1c;grid-template-columns:44px 1fr;gap:.9rem;padding-block:1rem;display:grid}.contact-list li>svg{width:21px;color:var(--brand-yellow)}.contact-list span{color:#ffffff7a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem;font-size:.66rem;font-weight:800;display:block}.contact-list a,.contact-list p{color:var(--white);font-size:.9rem;font-weight:650}.contact-list a{align-items:center;gap:.35rem;display:inline-flex}.contact-list p{margin:0}.social-links{gap:.7rem;margin-top:1.2rem;display:flex}.social-links a{min-height:42px;color:var(--white);transition:background var(--transition);background:#ffffff12;border:1px solid #ffffff1a;border-radius:7px;align-items:center;gap:.45rem;padding:.6rem .8rem;font-size:.75rem;font-weight:750;display:inline-flex}.social-links a:hover{background:#ffffff24}.social-links svg{width:17px}.footer{color:var(--white);background:#0b1023;padding-top:3.3rem}.footer__main{grid-template-columns:auto 1fr auto;align-items:center;gap:3rem;padding-bottom:2.5rem;display:grid}.brand-logo--footer{background:var(--white);border-radius:6px;width:180px;height:54px;padding:.4rem}.footer__main>p{color:#ffffff91;max-width:400px;margin:0;font-size:.83rem}.footer__main nav{flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.4rem;display:flex}.footer__main nav a{color:#ffffffc2;font-size:.78rem;font-weight:700}.footer__bottom{border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;min-height:58px;display:flex}.footer__bottom p{color:#ffffff6e;margin:0;font-size:.69rem}.whatsapp-button{right:max(1.1rem, env(safe-area-inset-right));bottom:max(1.1rem, env(safe-area-inset-bottom));z-index:45;min-height:52px;color:var(--white);background:var(--success);border:3px solid var(--white);transition:transform var(--transition), box-shadow var(--transition);border-radius:999px;align-items:center;gap:.55rem;padding:.7rem 1rem;font-size:.78rem;font-weight:850;display:flex;position:fixed;box-shadow:0 12px 34px #0a191247}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0a19125c}.whatsapp-button svg{width:22px}@media (width<=1100px){.hero__grid{grid-template-columns:minmax(0,.9fr) minmax(410px,1.1fr);gap:2.5rem}.hero h1{font-size:clamp(3.7rem,7vw,5.4rem)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-card article{padding:1.35rem}.footer__main{grid-template-columns:auto 1fr}.footer__main nav{grid-column:1/-1;justify-content:flex-start}}@media (width<=960px){.menu-toggle{display:inline-flex}.main-navigation{max-height:0;padding:0 var(--gutter);background:var(--white);border-bottom:1px solid var(--steel-200);visibility:hidden;opacity:0;transition:max-height .32s ease, padding .32s ease, opacity var(--transition), visibility var(--transition);flex-direction:column;align-items:stretch;gap:1.25rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 20px 40px #10162f1f}.main-navigation--open{visibility:visible;opacity:1;max-height:calc(100vh - 100px);padding-block:1.5rem}.main-navigation ul{flex-direction:column;align-items:stretch;gap:0}.main-navigation li{border-bottom:1px solid var(--steel-200)}.main-navigation ul a{padding:.95rem 0;font-size:1rem;display:block}.main-navigation ul a:after{display:none}.nav-cta{align-self:stretch}.hero{min-height:0}.hero__grid{grid-template-columns:1fr;gap:2.6rem;padding-block:4.5rem 7rem}.hero__content{max-width:710px}.hero h1{font-size:clamp(4rem,11vw,6.5rem)}.hero-collage{width:min(100%,720px);height:500px;margin-left:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story__grid{grid-template-columns:1fr}.story__image-wrap{min-height:480px}.story__content{max-width:720px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-card:nth-child(2){border-right:1px solid #ffffff21}.benefit-card:nth-child(3),.benefit-card:nth-child(4){border-top:1px solid #ffffff21}.contact__grid{grid-template-columns:1fr}.contact__pitch{max-width:740px}.contact-panel{width:min(100%,680px)}}@media (width<=720px){:root{--section-space:clamp(4.2rem, 16vw, 6rem)}html{scroll-padding-top:78px}.utility-bar__inner{justify-content:flex-end}.utility-bar__inner>span{display:none}.navigation-shell__inner{min-height:70px}.brand-logo{width:175px;height:52px}.hero:before{width:5px}.hero__mechanical-ring{width:340px;height:340px;top:70px;left:-190px}.hero__grid{gap:2.5rem;padding-block:3.8rem 6rem}.hero h1{font-size:clamp(3.5rem,18vw,5.2rem)}.hero__lead{font-size:1rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .text-link{justify-content:center;min-height:42px}.hero__proof{grid-template-columns:1fr;display:grid}.hero-collage{grid-template-columns:1.08fr .92fr;width:100%;height:410px;min-height:0}.hero-collage__store-caption strong{font-size:.72rem}.hero__ticker>div{justify-content:flex-start}.products__intro,.service-experience__heading{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}.story__image-wrap{min-height:360px}.story__stamp{border-width:5px;width:115px;height:115px;top:1rem;left:1rem}.story__stamp strong{font-size:2.7rem}.story__stamp span{font-size:.53rem}.story__values{grid-template-columns:1fr}.service-experience__metric{width:100%}.benefit-card article{min-height:280px}.contact__grid{gap:3.5rem}.contact-panel{border-radius:var(--radius-md)}.footer__main{grid-template-columns:1fr;gap:1.4rem}.footer__main nav{grid-column:auto}.footer__bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1rem}}@media (width<=520px){.hero-collage{grid-template-columns:1fr .78fr;gap:8px;height:340px}.hero-collage__label{padding:.35rem .5rem;font-size:.56rem;top:.65rem;left:.65rem}.hero-collage__label span{display:none}.hero-collage__store-caption{padding:.65rem}.hero-collage__store-caption span{font-size:.52rem}.hero-collage__store-caption strong{font-size:.62rem}.benefit-grid{grid-template-columns:1fr}.benefit-card,.benefit-card:first-child{border-left:1px solid #ffffff21;border-right:1px solid #ffffff21}.benefit-card:not(:first-child){border-top:1px solid #ffffff21}.benefit-card article{min-height:250px}.benefit-card__top{margin-bottom:3rem}.contact__pitch h2{font-size:clamp(2.7rem,14vw,4rem)}.contact-panel{padding-inline:1.25rem}.contact-list li{grid-template-columns:32px 1fr}.contact-list a,.contact-list p{overflow-wrap:anywhere}.social-links{flex-direction:column}.social-links a{justify-content:center}.whatsapp-button{justify-content:center;width:54px;height:54px;padding:0}.whatsapp-button span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}}@media (height<=800px) and (width>=961px){.hero__grid{padding-block:2.3rem 4.8rem}.hero h1{font-size:clamp(3.8rem,5.6vw,5.4rem)}.hero__lead{margin-top:1rem}.hero__actions,.hero__proof{margin-top:1.3rem}.hero-collage{height:min(440px,58vh);min-height:390px}}
