:root{--paper:#FBF4E2;--paper-2:#F3E8CB;--paper-3:#ECDDB8;--sky:#BFE2F2;--sky-2:#8FCBE8;--sky-ink:#2E6E9E;--ink:#15110C;--ink-soft:#423a2e;--yellow:#F5C518;--yellow-2:#FFD748;--yellow-deep:#E0A800;--red:#E2492B;--text:#15110C;--muted:#6B6353;--muted-2:#938a76;--line:var(--ink);--container:1240px;--header-h:76px;--ease:cubic-bezier(.2,.9,.2,1);--ink-sh:0 8px 24px rgba(21,17,12,.14);--ink-sh-sm:0 2px 8px rgba(21,17,12,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}body{margin:0;font-family:var(--font-sans),"Mada",system-ui,sans-serif;color:var(--text);background:var(--paper);line-height:1.62;font-size:17px;font-weight:500;position:relative}body:before{z-index:-2;background:radial-gradient(70vw 46vw at 78% -12%,rgba(143,203,232,.55),transparent 62%),radial-gradient(54vw 42vw at -6% 4%,rgba(245,197,24,.16),transparent 58%)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{z-index:-1;opacity:.02;background-image:radial-gradient(var(--ink) 1.1px,transparent 1.2px);background-size:13px 13px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--yellow);color:var(--ink)}h1,h2,h3,h4{font-family:var(--font-display),"Saira Condensed","Arial Narrow",system-ui,sans-serif;line-height:1.04;letter-spacing:0;color:var(--ink);margin:0 0 .5em;font-weight:800;text-transform:uppercase}h1{font-size:clamp(2.2rem,6vw,4.6rem);line-height:.98}h2{font-size:clamp(1.55rem,3.6vw,2.7rem)}h3{font-size:clamp(1rem,1.5vw,1.18rem)}p{margin:0 0 1rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 26px}.section{padding:clamp(58px,8vw,116px) 0;position:relative;z-index:2}.section--surface{background:var(--sky);border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink)}.section--ink{background:var(--ink);color:var(--paper)}.section--ink h1,.section--ink h2{color:var(--yellow)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1.5px solid var(--ink);box-shadow:var(--ink-sh-sm);padding:7px 14px;margin-bottom:24px;line-height:1}.eyebrow,.section--ink .eyebrow{color:var(--ink);background:var(--yellow)}.lead{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--ink-soft);max-width:60ch;line-height:1.6;font-weight:500}.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}.btn,.center .eyebrow{justify-content:center}.btn{--bg:var(--yellow);--fg:var(--ink);display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:.82rem;letter-spacing:.01em;text-transform:uppercase;padding:15px 24px;border-radius:0;cursor:pointer;border:1.5px solid var(--ink);background:var(--bg);color:var(--fg);position:relative;box-shadow:var(--ink-sh);transition:transform .14s var(--ease),box-shadow .14s var(--ease),background .25s var(--ease)}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(21,17,12,.18);background:var(--yellow-2)}.btn:active{transform:translateY(0);box-shadow:var(--ink-sh-sm)}.btn--ghost{--bg:var(--paper);--fg:var(--ink)}.btn--ghost:hover{background:var(--sky)}.btn--light{--bg:#fff;--fg:var(--ink)}.btn--light:hover{background:var(--sky-2)}.btn--primary{--bg:var(--yellow);--fg:var(--ink)}.btn--lg{padding:18px 30px;font-size:.92rem}.section--ink .btn{box-shadow:0 6px 18px rgba(0,0,0,.32);border-color:#000}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:1.5px solid var(--ink)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:18px}.header__logo img{height:40px;width:auto}.nav{display:flex;align-items:center;gap:26px}.nav a{font-family:var(--font-sans);font-weight:700;font-size:.92rem;color:var(--ink);position:relative;padding:3px 0;text-transform:uppercase;letter-spacing:.01em}.nav a:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:3px;background:var(--yellow);transition:width .26s var(--ease)}.nav a:hover:after{width:100%}.header__cta{display:flex;align-items:center;gap:16px}.header__phone{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ink);font-family:var(--font-sans);white-space:nowrap}.header__phone svg{color:var(--sky-ink)}.burger{background:var(--yellow);border:1.5px solid var(--ink);cursor:pointer;padding:7px;color:var(--ink);box-shadow:var(--ink-sh-sm)}.burger,.mobile-nav{display:none}@media (max-width:980px){.header__cta .btn,.header__cta .header__phone,.nav{display:none}.burger{display:inline-flex}.mobile-nav{display:block;position:fixed;inset:var(--header-h) 0 0;background:var(--paper);z-index:40;padding:26px;transform:translateX(100%);transition:transform .38s var(--ease);overflow-y:auto;border-left:1.5px solid var(--ink)}.mobile-nav[data-open=true]{transform:translateX(0)}.mobile-nav a{display:block;padding:16px 4px;font-size:1.5rem;font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--ink);border-bottom:2px solid var(--ink)}.mobile-nav .btn{width:100%;margin-top:22px}}.hero{position:relative;color:var(--ink);isolation:isolate;overflow:hidden;background:var(--paper);border-bottom:1.5px solid var(--ink)}.hero__strip{display:grid;grid-template-columns:1.18fr .82fr;align-items:stretch;grid-gap:0;gap:0}@media (max-width:920px){.hero__strip{grid-template-columns:1fr}}.hero__copy{padding:clamp(46px,7vw,96px) clamp(26px,4vw,64px) clamp(46px,6vw,86px);position:relative;z-index:3;border-right:1.5px solid var(--ink)}@media (max-width:920px){.hero__copy{border-right:0;border-bottom:1.5px solid var(--ink)}}.hero__copy .container{padding:0;max-width:660px;margin:0 auto}.hero h1{color:var(--ink);text-wrap:balance;margin-bottom:.35em}.hero h1 .accent{color:var(--red);-webkit-text-stroke:0;position:relative}.hero h1 .line-mask{display:block;overflow:hidden}.hero h1 .line-mask>span{display:block;transform:translateY(0)}.js .hero h1 .line-mask>span{transform:translateY(112%)}.js .hero h1.is-armed .line-mask>span{animation:lineRise .9s var(--ease) forwards}.js .hero h1.is-armed .line-mask:first-child>span{animation-delay:.06s}.js .hero h1.is-armed .line-mask:nth-child(2)>span{animation-delay:.18s}.js .hero h1.is-armed .line-mask:nth-child(3)>span{animation-delay:.3s}.js .hero h1.is-armed .line-mask:nth-child(4)>span{animation-delay:.42s}@keyframes lineRise{to{transform:translateY(0)}}.hero__lead{font-size:clamp(1.06rem,1.7vw,1.32rem);color:var(--ink-soft);margin:22px 0 30px;max-width:56ch;font-weight:500}.hero__reveal{opacity:0;transform:translateY(18px)}.js .hero.is-shown .hero__reveal{animation:heroFade .8s var(--ease) .5s forwards}@keyframes heroFade{to{opacity:1;transform:none}}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__trust{display:flex;flex-wrap:wrap;gap:0;margin-top:44px;border:1.5px solid var(--ink);box-shadow:var(--ink-sh);background:#fff}.hero__trust div{flex:1 1;min-width:120px;padding:18px 20px;border-right:2px solid var(--ink);font-family:var(--font-sans);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700}.hero__trust div:last-child{border-right:0}.hero__trust strong{display:block;font-size:clamp(1.7rem,3vw,2.3rem);color:var(--ink);font-family:var(--font-display);font-weight:700;line-height:1;margin-bottom:5px}.hero__trust strong em{color:var(--red);font-style:normal}.hero__id{display:inline-flex;align-items:center;gap:0;margin-bottom:22px;border:1.5px solid var(--ink);box-shadow:var(--ink-sh-sm);background:#fff}.hero__id b{font-family:var(--font-display);padding:8px 13px;background:var(--ink);color:var(--yellow);letter-spacing:.04em}.hero__id b,.hero__id span{font-size:.72rem;text-transform:uppercase;font-weight:700}.hero__id span{font-family:var(--font-sans);letter-spacing:.08em;padding:8px 14px;color:var(--ink)}.hero__panel{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--sky) 0,var(--sky-2) 56%,#6FB7DC 100%);min-height:460px}@media (max-width:920px){.hero__panel{min-height:420px}}.hero__panel-img{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;mix-blend-mode:multiply;filter:grayscale(.4) contrast(1.12) brightness(1.04);opacity:.5}.hero__panel:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.05;background-image:radial-gradient(var(--ink) 1.4px,transparent 1.5px);background-size:11px 11px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 30%,transparent);mask-image:linear-gradient(180deg,transparent,#000 30%,transparent)}.hero__panel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:16%;z-index:1;background:var(--ink);-webkit-clip-path:polygon(0 38%,16% 20%,30% 44%,46% 16%,62% 40%,78% 14%,100% 36%,100% 100%,0 100%);clip-path:polygon(0 38%,16% 20%,30% 44%,46% 16%,62% 40%,78% 14%,100% 36%,100% 100%,0 100%)}.hero__scale{position:absolute;top:0;bottom:0;left:clamp(14px,4vw,40px);width:92px;z-index:4;pointer-events:none}.hero__scale svg{width:100%;height:100%;overflow:visible}.scale-rope{fill:none;stroke:var(--ink);stroke-width:4;stroke-linecap:round;stroke-dasharray:var(--rope-len,1200);stroke-dashoffset:var(--rope-len,1200);animation:ropeDraw 1.7s var(--ease) .25s forwards}.scale-tick line{stroke:var(--ink);stroke-width:2.4}.scale-tick text{font-family:var(--font-display),sans-serif;font-size:12px;fill:var(--ink)}.scale-ticks{opacity:0;animation:ticksIn .6s var(--ease) 1.5s forwards}@keyframes ticksIn{to{opacity:1}}@keyframes ropeDraw{to{stroke-dashoffset:0}}.scale-cordiste{display:none}.scale-cordiste--off{transform-box:view-box;will-change:transform;animation:cordisteGlide 8s cubic-bezier(.5,0,.4,1) 2.1s infinite}@keyframes cordisteGlide{0%{transform:translateY(0);opacity:0}6%{opacity:1}60%{transform:translateY(760px);opacity:1}72%{transform:translateY(760px);opacity:0}74%{transform:translateY(0);opacity:0}84%{opacity:1}to{transform:translateY(0);opacity:1}}@media (max-width:520px){.hero__scale{width:70px;left:12px}}.hero__pow{display:none;position:absolute;z-index:5;right:clamp(14px,3vw,30px);top:clamp(24px,6vw,54px);font-family:var(--font-display);font-size:clamp(.74rem,1.5vw,1rem);text-transform:uppercase;color:var(--ink);background:var(--yellow);border:1.5px solid var(--ink);box-shadow:var(--ink-sh-sm);padding:11px 15px;line-height:1.05;text-align:center;max-width:160px;animation:powPop .5s var(--ease) 1.9s both}@keyframes powPop{0%{transform:rotate(-7deg) scale(.4);opacity:0}to{transform:rotate(-7deg) scale(1);opacity:1}}.hero__pow b{display:block;font-size:1.4em;color:var(--red)}@media (max-width:520px){.hero__pow{max-width:130px}}.beltway{background:var(--ink);color:var(--yellow);overflow:hidden;white-space:nowrap;border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink)}.beltway__track{padding:13px 0;will-change:transform}.beltway__track,.beltway__track span{display:inline-flex;align-items:center}.beltway__track span{font-family:var(--font-display);font-weight:700;text-transform:uppercase;font-size:.92rem;letter-spacing:.02em;padding:0 22px;gap:22px}.beltway__track span:after{content:"▼";font-size:.66rem;color:var(--paper)}.grid{display:grid;grid-gap:22px;gap:22px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:980px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#fff;border:1.5px solid var(--ink);padding:28px;box-shadow:var(--ink-sh);height:100%;position:relative;overflow:hidden;transition:transform .16s var(--ease),box-shadow .16s var(--ease)}.card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(21,17,12,.18)}.card__icon{width:52px;height:52px;border:1.5px solid var(--ink);background:var(--yellow);color:var(--ink);display:grid;place-items:center;margin-bottom:20px;box-shadow:var(--ink-sh-sm);transition:background .3s var(--ease)}.card__icon svg{width:24px;height:24px}.card:hover .card__icon{background:var(--sky-2)}.card h3{margin-bottom:9px;color:var(--ink)}.card p{color:var(--muted);font-size:.95rem;margin-bottom:14px;font-weight:500}.card__link{font-family:var(--font-display);font-weight:700;text-transform:uppercase;color:var(--sky-ink);display:inline-flex;align-items:center;gap:8px;font-size:.74rem}.card:hover .card__link{gap:13px}.card__folio{position:absolute;top:12px;right:16px;font-family:var(--font-display);font-weight:700;font-size:2rem;color:var(--paper-3);pointer-events:none;line-height:1}.card:hover .card__folio{color:var(--sky-2)}.ledger{border:1.5px solid var(--ink);box-shadow:var(--ink-sh);background:#fff}.ledger__row{display:grid;grid-template-columns:84px 1.1fr 1.8fr 52px;align-items:center;grid-gap:22px;gap:22px;padding:26px 22px;border-bottom:2px solid var(--ink);position:relative;overflow:hidden;transition:padding-left .32s var(--ease)}.ledger__row:last-child{border-bottom:0}.ledger__row:before{content:"";position:absolute;inset:0;background:var(--yellow);transform:scaleX(0);transform-origin:left;z-index:-1;transition:transform .42s var(--ease)}.ledger__row:hover:before{transform:scaleX(1)}.ledger__row:hover{padding-left:38px}.ledger__num{font-family:var(--font-display);font-weight:700;font-size:1.4rem;color:var(--sky-ink);transition:color .3s}.ledger__name,.ledger__row:hover .ledger__num{color:var(--ink)}.ledger__name{font-family:var(--font-display);font-weight:700;text-transform:uppercase;font-size:clamp(1.05rem,1.7vw,1.4rem)}.ledger__desc{color:var(--muted);font-size:.94rem;font-weight:500}.ledger__row:hover .ledger__desc{color:var(--ink-soft)}.ledger__arrow{width:46px;height:46px;border:1.5px solid var(--ink);background:#fff;display:grid;place-items:center;color:var(--ink);justify-self:end;transition:transform .4s var(--ease),background .3s}.ledger__row:hover .ledger__arrow{transform:rotate(-45deg);background:var(--ink);color:var(--yellow)}@media (max-width:820px){.ledger__row{grid-template-columns:50px 1fr 42px;gap:14px}.ledger__desc{display:none}}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(34px,5vw,80px);gap:clamp(34px,5vw,80px);align-items:center}.split--reverse .split__media{order:2}@media (max-width:900px){.split{grid-template-columns:1fr}.split--reverse .split__media{order:0}}.split__media{position:relative}.split__media .fig-clip{overflow:hidden;position:relative;border:1.5px solid var(--ink);box-shadow:var(--ink-sh);background:var(--sky)}.split__media img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:contrast(1.06) brightness(1.02)}.split__media .bracket{position:absolute;top:-12px;left:-12px;width:48px;height:48px;background:var(--yellow);border:1.5px solid var(--ink);z-index:2}.checklist{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-gap:13px;gap:13px}.checklist li{display:flex;gap:13px;align-items:flex-start;font-weight:500;color:var(--ink-soft)}.checklist li:before{content:"";flex:0 0 26px;height:26px;margin-top:1px;background:var(--yellow);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2315110C' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:13px}.band,.checklist li:before{border:1.5px solid var(--ink)}.band{background:var(--ink);display:grid;grid-template-columns:repeat(4,1fr);position:relative;overflow:hidden;box-shadow:var(--ink-sh)}.band:before{content:"";position:absolute;inset:0;opacity:.04;pointer-events:none;background-image:radial-gradient(var(--yellow) 1.4px,transparent 1.5px);background-size:12px 12px}.band>div{position:relative;padding:clamp(26px,3.6vw,42px);border-right:2px solid rgba(245,197,24,.3)}.band>div:last-child{border-right:0}.band strong{display:block;font-size:clamp(2rem,4.2vw,3.2rem);font-family:var(--font-display);font-weight:700;color:var(--yellow);line-height:1}.band strong em{color:var(--sky-2);font-style:normal}.band span{color:var(--paper-3);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;margin-top:12px;display:block;font-weight:700}@media (max-width:760px){.band{grid-template-columns:repeat(2,1fr)}.band>div:nth-child(2){border-right:0}.band>div:first-child,.band>div:nth-child(2){border-bottom:2px solid rgba(245,197,24,.3)}}.cta-band{background:var(--yellow);color:var(--ink);padding:clamp(44px,6vw,76px);text-align:center;position:relative;overflow:hidden;border:1.5px solid var(--ink);box-shadow:var(--ink-sh)}.cta-band:before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(var(--ink) 1.5px,transparent 1.6px);background-size:13px 13px}.cta-band>*{position:relative}.cta-band h2{color:var(--ink)}.cta-band p{color:var(--ink-soft);max-width:54ch;margin-inline:auto;font-weight:600}.cta-band .hero__actions{justify-content:center;margin-top:28px}.cta-band .btn{--bg:var(--ink);--fg:var(--yellow);box-shadow:0 8px 22px rgba(106,77,0,.28)}.cta-band .btn:hover{--bg:#2a2114;transform:translateY(-1px);box-shadow:0 10px 26px rgba(106,77,0,.34)}.cta-band .btn--ghost{--bg:#fff;--fg:var(--ink);box-shadow:0 8px 22px rgba(106,77,0,.28)}.cta-band .btn--ghost:hover{background:var(--sky)}.faq{display:grid;grid-gap:14px;gap:14px;max-width:880px;margin-inline:auto}.faq details{background:#fff;border:1.5px solid var(--ink);box-shadow:var(--ink-sh-sm);padding:2px 22px;transition:box-shadow .2s}.faq details[open]{box-shadow:var(--ink-sh)}.faq summary{cursor:pointer;font-family:var(--font-display);font-weight:700;text-transform:uppercase;font-size:.92rem;padding:20px 0;color:var(--ink);list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--font-display);font-size:1.4rem;color:var(--ink);background:var(--yellow);border:1.5px solid var(--ink);width:30px;height:30px;display:grid;place-items:center;line-height:1;flex:0 0 auto;transition:transform .26s var(--ease)}.faq details[open] summary:after{transform:rotate(45deg);background:var(--sky-2)}.faq details p{color:var(--muted);padding-bottom:22px;margin:0;max-width:70ch;font-weight:500}.crumb{font-family:var(--font-sans);font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:18px 0;font-weight:700}.crumb a:hover{color:var(--sky-ink)}.page-hero{position:relative;overflow:hidden}.page-hero__folio{position:absolute;top:50%;right:2%;transform:translateY(-50%);font-family:var(--font-display);font-weight:700;font-size:clamp(7rem,20vw,17rem);color:transparent;-webkit-text-stroke:3px rgba(46,110,158,.18);pointer-events:none;z-index:0;line-height:1}.page-hero>*{position:relative;z-index:1}.footer{background:var(--ink);color:var(--paper-3);padding:72px 0 30px;font-size:.94rem;position:relative;z-index:2;border-top:1.5px solid var(--ink);font-weight:500}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:38px;gap:38px}@media (max-width:880px){.footer__grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:540px){.footer__grid{grid-template-columns:1fr}}.footer h4{font-family:var(--font-display);font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px;font-weight:700}.footer a:hover,.footer h4{color:var(--yellow)}.footer a{color:var(--paper-3)}.footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:11px;gap:11px}.footer__logo img{height:44px;margin-bottom:18px}.footer p{display:flex;gap:10px;align-items:flex-start}.footer p svg{color:var(--yellow);flex:0 0 auto;margin-top:2px}.footer__certs{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer__certs span{font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);background:var(--yellow);border:2px solid var(--yellow);padding:5px 10px}.footer__bottom{border-top:2px solid rgba(245,197,24,.28);margin-top:50px;padding-top:24px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.78rem;color:var(--muted-2)}.callbar{display:none}@media (max-width:760px){.callbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;border-top:1.5px solid var(--ink)}.callbar a{flex:1 1;display:flex;align-items:center;justify-content:center;gap:9px;padding:15px;font-weight:700;text-transform:uppercase;font-family:var(--font-display);font-size:.82rem}.callbar a.call{background:var(--yellow);color:var(--ink)}.callbar a.quote{background:var(--ink);color:var(--yellow);border-left:1.5px solid var(--ink)}body{padding-bottom:54px}}.prose{max-width:760px}.prose h2{margin-top:1.6em}.prose ul{padding-left:1.2em;color:var(--muted)}.embed-host{min-height:200px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease);will-change:transform,opacity}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*,.hero__copy>*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.hero__reveal,.js .hero h1 .line-mask>span{transform:none!important}.hero__reveal{opacity:1!important}.scale-rope{stroke-dashoffset:0!important}.scale-cordiste{animation:none!important}.hero__pow,.scale-ticks{opacity:1!important}.hero__pow{transform:rotate(-7deg)!important}.real__img{transition:none}}.reals{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}@media (max-width:920px){.reals{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.reals{grid-template-columns:1fr}}.real{background:var(--paper);border:1.5px solid var(--line);display:flex;flex-direction:column;box-shadow:var(--ink-sh-sm)}.real,.real__media{overflow:hidden}.real__img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--paper-2);transition:transform .6s cubic-bezier(.22,1,.36,1)}.real:hover .real__img{transform:scale(1.045)}.real figcaption{padding:15px 17px;border-top:3px solid var(--red);font-family:var(--font-display,inherit);font-weight:700;font-size:1rem;line-height:1.25;color:var(--ink)}.real__loc{display:block;margin-top:5px;font-weight:500;font-size:.8rem;letter-spacing:.02em;color:var(--muted)}@font-face{font-family:Mada;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ef7120b052eb8713-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Mada;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d947f14cdedd7bb0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mada;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf3c7e891f5b96aa-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef7120b052eb8713-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Mada;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d947f14cdedd7bb0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mada;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf3c7e891f5b96aa-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ef7120b052eb8713-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Mada;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d947f14cdedd7bb0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mada;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf3c7e891f5b96aa-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ef7120b052eb8713-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Mada;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d947f14cdedd7bb0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mada;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf3c7e891f5b96aa-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ef7120b052eb8713-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Mada;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/d947f14cdedd7bb0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mada;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/bf3c7e891f5b96aa-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mada Fallback;src:local("Arial");ascent-override:101.32%;descent-override:37.33%;line-gap-override:0.00%;size-adjust:93.76%}.__className_d8d75e{font-family:Mada,Mada Fallback;font-style:normal}.__variable_d8d75e{--font-sans:"Mada","Mada Fallback"}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/381aea3a1e0e81a7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/470d98c6383ada4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d265558bc3f678d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7c957829dfa5f850-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d6fa8ec3eb10a5e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c66c3989b8a414b0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bcc005be2fe74d61-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0c0adbf8973fa2f8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Saira Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/24cfbfb74d4d9a5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Saira Condensed Fallback;src:local("Arial");ascent-override:143.34%;descent-override:55.44%;line-gap-override:0.00%;size-adjust:79.18%}.__className_f54e15{font-family:Saira Condensed,Saira Condensed Fallback;font-style:normal}.__variable_f54e15{--font-display:"Saira Condensed","Saira Condensed Fallback"}