@font-face{font-family:Manrope;src:url('assets/manrope-regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-medium.ttf') format('truetype');font-weight:500 600;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-extra.ttf') format('truetype');font-weight:800;font-display:swap}
:root{--blue:#1555dd;--blue-hover:#1044b7;--basalt:#282b2e;--ink:#22262b;--muted:#676e77;--line:#dfe3e8;--soft:#f4f6f8;--white:#fff;--header-height:88px}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:var(--ink);background:var(--white);font:400 15px/1.7 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{line-height:1.18;font-weight:700;text-wrap:balance}
button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #74a0ff;outline-offset:5px}
[hidden]{display:none!important}
[data-icon]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
[data-icon] svg{width:20px;height:20px}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.section{padding-block:104px;scroll-margin-top:-64px}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:800;text-transform:uppercase;color:var(--blue);margin-bottom:22px}
.eyebrow.light{color:#c7d9ff}
.short-line{width:32px;height:2px;background:currentColor}
.button{display:inline-flex;gap:18px;align-items:center;justify-content:center;padding:15px 22px;min-height:52px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:3px;font-size:13px;font-weight:700;transition:background .18s,transform .18s}
.button:hover{background:var(--blue-hover);border-color:var(--blue-hover)}
.button:active{transform:translateY(1px)}
.button> [data-icon]:last-child{margin-left:auto}
.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:white;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s}
.icon-button:hover{background:#edf2fa}
.text-button{border:0;background:none;padding:8px 0;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:12px;min-height:40px}
.text-button:hover{color:var(--blue)}
.text-button [data-icon] svg{width:16px;height:16px}
.topbar{background:var(--basalt);color:#e4e6e9;font-size:10px;height:32px}
.topbar .wrap{display:flex;align-items:center;gap:28px;height:100%}
.topbar .wrap>span{margin-right:auto}
.topbar a{display:flex;gap:8px;align-items:center}
.topbar [data-icon] svg{width:13px;height:13px}
.site-header{background:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:30px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand img{width:59px;height:56px;object-fit:contain}
.brand strong{font-size:19px;font-weight:800;line-height:1.1;display:block}
.brand-sas{font-size:12px;color:var(--muted)}
.brand small{font-size:8px;color:var(--muted);display:block;margin-top:5px;font-weight:700}
#main-nav{display:flex;align-items:center;gap:28px;height:100%}
#main-nav a{font-size:12px;font-weight:600;height:100%;display:flex;align-items:center;position:relative}
#main-nav a::after{position:absolute;bottom:21px;height:2px;background:var(--blue);width:0;left:0;content:'';transition:width .2s}
#main-nav a:hover,#main-nav a[aria-current]{color:var(--blue)}
#main-nav a[aria-current]::after{width:17px}
.header-cta{min-height:44px;padding:11px 16px;font-size:11px;gap:20px}
.menu-toggle{display:none}
.hero{position:relative;isolation:isolate;color:white;height:min(670px,calc(100svh - 175px));min-height:530px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.hero-image{object-fit:cover;object-position:center 55%}
.hero-shade{background:rgba(20,24,29,.45);z-index:-1}
.hero-content{padding-top:18px;padding-bottom:96px}
.hero h1{font-size:72px;font-weight:800;line-height:1.05;margin-bottom:20px}
.hero h1>span{font-size:24px;font-weight:500;vertical-align:middle}
.hero-statement{font-size:40px;line-height:1.17;font-weight:500;margin-bottom:20px}
.hero-description{font-size:14px;line-height:1.8;max-width:430px;color:#f0f1f2;margin-bottom:26px}
.hero-actions{display:flex;align-items:center;gap:28px}
.hero-secondary{display:flex;align-items:center;gap:20px;font-size:12px;font-weight:600;min-height:48px}
.hero-secondary:hover{text-decoration:underline;text-underline-offset:5px}
.hero-bottom{position:absolute;left:0;right:0;bottom:23px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff40;padding-top:17px}
.hero-bottom>span{display:flex;align-items:center;gap:10px;font-size:11px;color:#edf0f5}
.hero-bottom .icon-button{background:transparent;border-color:#ffffff70;color:white}
.hero-bottom .icon-button:hover{background:#ffffff20}
.credentials{border-bottom:1px solid var(--line)}
.credentials-grid{display:grid;grid-template-columns:1fr 1.25fr 1.15fr 1.15fr;min-height:136px;align-items:center}
.credential{display:flex;align-items:flex-start;gap:14px;padding:0 24px;border-right:1px solid var(--line)}
.credential:last-child{border:0;padding-right:0}
.credential.first{display:block;padding-left:0}
.credential> [data-icon]{color:var(--blue);margin-top:4px}
.credential [data-icon] svg{width:25px;height:25px}
.credential strong{font-size:39px;font-weight:800;line-height:1.1;display:flex;align-items:baseline;gap:9px;color:var(--blue)}
.credential strong span{font-size:13px;font-weight:500;color:var(--ink)}
.credential h2{font-size:13px;font-weight:700;margin-bottom:6px}
.credential p{font-size:11px;line-height:1.7;color:var(--muted)}
.credential.first p{margin-top:6px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:40px}
.section-heading h2,.contact-copy h2{font-size:42px;line-height:1.22}
.muted-heading{color:var(--muted);font-weight:400}
.section-heading>p{max-width:340px;font-size:13px;color:var(--muted);line-height:1.85;padding-bottom:5px}
.catalog-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:28px;gap:12px}
.catalog-tabs button{border:0;border-bottom:3px solid transparent;display:flex;gap:9px;align-items:center;justify-content:center;background:none;min-height:69px;padding:10px 16px 15px;font-size:12px;font-weight:600;white-space:nowrap;flex:1}
.catalog-tabs button[aria-selected=true]{border-bottom-color:var(--blue);color:var(--blue)}
.catalog-tabs button:hover{background:var(--soft)}
.tab-count{font-size:10px;background:#e9effd;color:var(--blue);border-radius:3px;padding:0 5px}
.tab-new{font-size:8px;font-weight:500;color:var(--muted);align-self:center}
.catalog-panel{min-height:458px}
.catalog-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;font-size:11px}
.catalog-intro p{font-weight:700}
.catalog-intro p span{font-weight:400;color:var(--muted);margin-left:10px}
.catalog-intro>span{font-size:9px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card{border:1px solid var(--line);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .22s,border-color .22s;background:white}
.product-card:hover{border-color:#adbfe2;box-shadow:0 10px 28px #202b4710}
.product-image{position:relative;display:block;border:0;padding:0;width:100%;aspect-ratio:1.36;background:var(--soft);overflow:hidden;text-align:left}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-image img{transform:scale(1.045)}
.material-tag{position:absolute;left:13px;top:13px;padding:3px 8px;font-size:10px;background:white;color:var(--ink);border-radius:2px;font-weight:600}
.image-action{position:absolute;right:12px;bottom:12px;width:32px;height:32px;background:white;color:var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.image-action [data-icon] svg{width:16px;height:16px}
.product-image:hover .image-action,.project-picture:hover .image-action{background:var(--blue);color:white}
.product-body{padding:21px 20px 13px;flex:1;display:flex;flex-direction:column}
.product-body .product-category{font-size:8px;color:var(--blue);font-weight:800;min-height:auto;margin-bottom:10px}
.product-body h3{font-size:21px;line-height:1.3;margin-bottom:10px;min-height:55px}
.product-body>p{font-size:11px;color:var(--muted);line-height:1.75;min-height:58px}
.product-actions{border-top:1px solid var(--line);margin-top:18px;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.product-actions .text-button{font-size:10px;gap:5px}
.quote-small{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:800;font-size:11px;min-height:40px}
.quote-small [data-icon] svg{width:16px;height:16px}
.catalog-help{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0 0;margin-top:26px;border-top:1px solid var(--line);font-size:11px}
.catalog-help span,.catalog-help a{display:flex;align-items:center;gap:10px}
.catalog-help>span{color:var(--muted)}
.catalog-help a{color:var(--blue);font-weight:700}
.feature-product{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;padding:12px 0 10px;align-items:center}
.feature-product>img{width:100%;height:398px;object-fit:cover;object-position:center 35%;border-radius:4px}
.feature-product h3,.upcoming-product h3{font-size:36px;margin-bottom:18px}
.feature-description{font-size:14px;color:var(--muted);max-width:470px}
.spec-list{margin:22px 0}
.spec-list>div{display:grid;grid-template-columns:1fr 1.3fr;gap:16px;border-top:1px solid var(--line);padding:10px 0;font-size:12px}
.spec-list dt{color:var(--muted)}
.spec-list dd{margin:0;font-weight:600}
.inline-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.upcoming-product{min-height:426px;display:flex;align-items:center;gap:38px;padding:60px;background:var(--soft);position:relative;overflow:hidden}
.upcoming-product>div{max-width:550px;position:relative;z-index:1}
.upcoming-product p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:28px;max-width:475px}
.upcoming-icon{align-self:flex-start;color:var(--blue)}
.upcoming-icon svg{width:44px;height:44px}
.upcoming-number{font-size:160px;font-weight:800;line-height:1;color:#e4e8ef;position:absolute;right:28px;bottom:14px}
.process-section{background:var(--basalt);color:white}
.process-section .section-heading>p{color:#b9c0c7}
.process-layout{display:grid;grid-template-columns:1.06fr 1fr;gap:70px;align-items:stretch}
.process-visual{position:relative;min-height:478px;background:#373b40;overflow:hidden;border-radius:4px}
.process-visual>img{position:absolute;width:100%;height:100%;object-fit:cover}
.process-visual figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;background:#1d2124e8;font-size:11px}
.process-visual .icon-button{background:none;border-color:#ffffff60;color:white;width:34px;height:34px}
.process-photo-number{position:absolute;top:20px;left:20px;font-size:10px;padding:5px 10px;background:white;color:var(--ink);font-weight:700}
.process-steps details{border-bottom:1px solid #ffffff28}
.process-steps details:first-child{border-top:1px solid #ffffff28}
.process-steps summary{list-style:none;display:flex;align-items:center;gap:18px;min-height:75px;padding:16px 0;cursor:pointer}
.process-steps summary::-webkit-details-marker{display:none}
.process-steps summary>span:first-child{font-size:11px;color:#99a3b0;min-width:24px}
.process-steps summary h3{font-size:15px;flex:1;font-weight:500}
.process-steps summary>[data-icon]{color:#adb5c0}
.process-steps details[open] summary h3{color:white;font-weight:700}
.process-steps details[open] summary>span:first-child{color:#91b4ff}
.process-steps details[open] summary>[data-icon]{transform:rotate(45deg);color:#91b4ff}
.step-copy{padding:0 0 24px 42px}
.step-copy p{color:#bfc5cd;font-size:12px;line-height:1.95;margin-bottom:13px}
.step-copy>span{font-size:10px;color:#b7cdff;display:block}
.weather-note{border-top:1px solid #ffffff25;margin-top:40px;padding-top:25px;display:grid;grid-template-columns:auto 1fr 1.1fr;gap:22px;align-items:center}
.weather-note>[data-icon]{color:#99b9ff}
.weather-note strong{font-size:13px;font-weight:600}
.weather-note p{font-size:11px;color:#adb5c0;max-width:430px;justify-self:end}
.project-filters{display:flex;gap:8px;margin-bottom:30px}
.project-filters button{border:1px solid transparent;background:var(--soft);border-radius:3px;min-height:40px;padding:9px 16px;display:flex;align-items:center;gap:18px;font-size:11px;font-weight:600}
.project-filters button[aria-pressed=true]{background:var(--blue);color:white}
.project-filters button:hover{border-color:var(--blue)}
.project-filters button span{font-size:9px;opacity:.7}
.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 30px}
.project-picture{width:100%;aspect-ratio:1.76;display:block;position:relative;overflow:hidden;background:var(--soft);border:0;border-radius:4px;padding:0}
.project-picture>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s}
.project-picture:hover>img{transform:scale(1.025)}
.malecon-picture>img{position:absolute;left:0;top:-64%;height:auto;width:100%;max-width:none}
.project-tag{position:absolute;top:18px;left:18px;font-size:9px;font-weight:700;background:white;padding:4px 9px;border-radius:2px}
.project-picture .image-action{width:39px;height:39px;right:18px;bottom:18px}
.project-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-top:19px}
.project-meta p{font-size:10px;color:var(--muted);margin-bottom:7px}
.project-meta h3{font-size:18px;line-height:1.4;text-wrap:initial}
.project-meta>span{color:#a4abb3;font-size:10px;padding-top:4px}
.project-description{font-size:12px;line-height:1.8;color:var(--muted);margin-top:8px;max-width:480px}
.project-invitation{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid var(--line);margin-top:46px;gap:20px}
.project-invitation h3{font-size:16px;font-weight:500}
.project-invitation a{color:var(--blue)}
.clients-section{border-block:1px solid var(--line);background:#f8f9fa;padding:62px 0}
.clients-heading{text-align:center;margin-bottom:38px}
.clients-heading .eyebrow{justify-content:center;margin-bottom:12px}
.clients-heading h2{font-size:24px;font-weight:500}
.client-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.client-logos>div{display:flex;justify-content:center;align-items:center;min-height:95px;border-right:1px solid var(--line);padding:18px 34px}
.client-logos>div:nth-child(4n){border-right:0}
.client-logos>div:nth-child(-n+4){border-bottom:1px solid var(--line)}
.client-logos img{object-fit:contain;width:100%;max-width:178px;max-height:56px;filter:grayscale(1);mix-blend-mode:multiply;transition:filter .2s}
.client-logos>div:hover img{filter:grayscale(0)}
.contact-section{background:var(--soft)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:start}
.contact-copy>p:not(.eyebrow):not(.contact-signature){font-size:13px;color:var(--muted);margin-top:22px;max-width:390px;line-height:1.9}
.contact-links{margin-top:33px}
.contact-links>a{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}
.contact-links>a>[data-icon]:first-child{color:var(--blue)}
.contact-links>a>span:nth-child(2){min-width:0;flex:1}
.contact-links small{display:block;font-size:8px;color:var(--muted);font-weight:700;margin-bottom:5px}
.contact-links strong{font-size:13px;font-weight:600;overflow-wrap:anywhere;display:block}
.contact-links>a>[data-icon]:last-child{color:var(--muted)}
.contact-links a:hover strong{color:var(--blue)}
.contact-signature{font-size:11px;font-weight:800;margin-top:32px}
.contact-signature>span{font-size:10px;font-weight:400;color:var(--muted);display:block;margin-top:3px}
.contact-form{background:white;border:1px solid var(--line);border-radius:6px;padding:34px;display:grid;gap:18px}
.form-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:2px}
.form-heading h3{font-size:20px}
.form-heading>[data-icon]{color:var(--blue)}
label{display:block;font-size:11px;font-weight:700}
input,select,textarea{display:block;width:100%;max-width:100%;border:1px solid #d9dfe7;border-radius:3px;background:#fff;min-height:46px;padding:11px 12px;color:var(--ink);font-size:12px;font-weight:400;margin-top:7px;outline:none}
textarea{resize:vertical;min-height:100px;line-height:1.6}
input::placeholder,textarea::placeholder{color:#7e8793;opacity:1}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1555dd15}
.optional{color:var(--muted);font-weight:400}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-row>*{min-width:0}
.privacy-note{font-size:9px;line-height:1.65;color:var(--muted)}
.contact-form .button{width:100%;font-size:12px}
.email-submit{justify-content:center;color:var(--muted);min-height:25px;font-size:11px;padding:0}
.form-status{font-size:11px;line-height:1.8;color:var(--blue);overflow-wrap:anywhere}
.form-status:empty{display:none}
.form-status a{text-decoration:underline;font-weight:700}
.form-status.is-error{color:#a92d2d}
.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.site-footer{background:var(--basalt);color:white;padding:44px 0 26px}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:38px}
.footer-brand{font-size:29px;font-weight:800;line-height:1}
.footer-brand>span{font-size:11px;font-weight:400;margin-left:8px;color:#adb5c0}
.footer-main>p{font-size:11px;color:#b2bac4;margin-right:auto;margin-left:50px}
.back-top{display:flex;align-items:center;gap:18px;font-size:11px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff25;padding-top:21px;font-size:9px;color:#b2bac4}
.floating-action{position:fixed;right:24px;width:52px;height:52px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;z-index:35;box-shadow:0 4px 18px #0002;border:3px solid white;transition:transform .2s,background .2s}
.floating-action svg{width:25px;height:25px}
.floating-action:hover{transform:translateY(-3px)}
.floating-whatsapp{bottom:24px;background:#16834e}
.floating-whatsapp:hover{background:#10693d}
.floating-email{bottom:88px;background:var(--blue)}
.floating-email:hover{background:var(--blue-hover)}
.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.skip-link:focus{position:fixed;top:10px;left:10px;background:white;padding:12px;z-index:100}
dialog{color:var(--ink);border:0;border-radius:6px;padding:0;max-height:calc(100svh - 48px);box-shadow:0 24px 100px #0004;overscroll-behavior:contain}
dialog::backdrop{background:#171c24c9;backdrop-filter:blur(4px)}
dialog[open]{animation:dialog-enter .2s ease-out}
.dialog-toolbar{position:sticky;top:0;height:0;z-index:5}
.dialog-close{position:absolute;top:16px;right:16px;z-index:4;width:36px;height:36px;background:white}
.detail-dialog{width:min(920px,calc(100% - 40px))}
.detail-layout{display:grid;grid-template-columns:.9fr 1.1fr}
.detail-photo{width:100%;height:100%;min-height:510px;object-fit:cover}
.detail-copy{padding:42px 36px}
.detail-copy h2{font-size:28px;margin-bottom:20px}
.detail-copy>p:not(.eyebrow){font-size:12px;color:var(--muted)}
.detail-copy .eyebrow{margin-bottom:14px;font-size:10px}
.detail-copy h3{font-size:12px;margin-bottom:10px}
.detail-copy ul{padding-left:17px;font-size:12px;color:var(--muted);margin:0 0 20px}
.detail-copy .detail-note{font-size:10px!important;margin-bottom:25px}
.quote-dialog{width:min(540px,calc(100% - 32px))}
.quote-dialog-inner{padding:36px}
.quote-dialog .eyebrow{font-size:9px;margin-bottom:14px;padding-right:30px}
.quote-dialog h2{font-size:28px}
.dialog-lead{font-size:12px;color:var(--muted);margin:13px 0 22px}
#quote-form{display:grid;gap:16px}
.pending-note{font-size:11px;color:#765000;background:#faf4e5;padding:12px;border-left:2px solid #c7952f}
.gallery-dialog{width:min(1060px,calc(100% - 40px))}
.gallery-image-stage{position:relative;background:#191d22;height:500px;display:flex;align-items:center;justify-content:center}
.gallery-image-stage>img{width:100%;height:100%;object-fit:contain}
.gallery-prev,.gallery-next{position:absolute;top:calc(50% - 21px)}
.gallery-prev{left:16px}.gallery-next{right:16px}
#gallery-counter{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);background:#171c24dd;color:white;font-size:10px;padding:4px 12px;border-radius:3px}
.gallery-copy{padding:26px 34px}
.gallery-copy .eyebrow{margin-bottom:10px}
.gallery-copy h2{font-size:23px;margin-bottom:12px}
.gallery-copy>p:not(.eyebrow){font-size:12px;line-height:1.9;color:var(--muted);max-width:830px}
.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.gallery-thumbs button{background:none;border:2px solid transparent;border-radius:3px;padding:2px;width:66px;height:50px}
.gallery-thumbs button[aria-pressed=true]{border-color:var(--blue)}
.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
.response-page{min-height:100svh;display:grid;place-items:center;padding:24px;background:var(--soft)}
.response-panel{background:white;max-width:580px;padding:40px;border:1px solid var(--line);border-radius:6px}
.response-panel h1{font-size:28px;margin-bottom:20px}.response-panel p{margin-bottom:24px;font-size:14px;color:var(--muted)}
@keyframes dialog-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero h1{font-size:82px}.hero-statement{font-size:44px}.wrap{width:min(1360px,calc(100% - 160px))}}
@media(max-width:1190px){.wrap{width:calc(100% - 64px)}.header-inner{gap:20px}#main-nav{gap:20px}.brand strong{font-size:16px}.brand img{width:50px}.header-cta{font-size:10px;padding-inline:12px;gap:12px}.credential{padding-inline:18px}.catalog-tabs{gap:0}.catalog-tabs button{padding-inline:10px;font-size:11px;gap:7px}.tab-new{display:none}.product-grid{gap:16px}.product-body{padding:18px 15px 10px}.product-body h3{font-size:20px}.section-heading{gap:40px}.section-heading h2,.contact-copy h2{font-size:37px}.process-layout{gap:40px}.contact-layout{gap:60px}}
@media(max-width:960px){:root{--header-height:76px}.header-cta{margin-left:auto}#main-nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;flex-direction:column;align-items:stretch;background:white;border-bottom:1px solid var(--line);gap:0;padding:12px 32px 20px;box-shadow:0 15px 20px #0000000a}#main-nav.is-open{display:flex}#main-nav a{padding:14px 0;font-size:14px;border-bottom:1px solid var(--line)}#main-nav a:last-child{border-bottom:0}#main-nav a::after{display:none}.menu-toggle{display:flex}.hero h1{font-size:63px}.credentials-grid{grid-template-columns:repeat(2,1fr);padding-block:24px;gap:22px}.credential:nth-child(2){border-right:0}.credential:nth-child(3){padding-left:0}.credential.first{display:flex;align-items:center;gap:16px}.credential.first p{max-width:95px;margin:0}.credential strong{font-size:35px}.section{padding-block:76px}.section-heading{align-items:flex-start;gap:25px}.section-heading h2,.contact-copy h2{font-size:32px}.section-heading>p{max-width:270px;font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-body h3{font-size:24px;min-height:63px}.product-body>p{font-size:12px;min-height:40px}.product-body{padding:24px 22px 14px}.product-body .product-category{font-size:9px}.product-actions .text-button,.quote-small{font-size:12px}.product-image{aspect-ratio:1.65}.catalog-intro p span{display:none}.process-layout{grid-template-columns:.92fr 1fr;gap:30px}.process-steps summary{gap:12px}.process-steps summary h3{font-size:13px}.step-copy{padding-left:36px}.weather-note{grid-template-columns:auto 1fr}.weather-note p{grid-column:2;justify-self:start}.contact-layout{gap:36px}.contact-form{padding:25px}.contact-links strong{font-size:11px}.form-heading h3{font-size:17px}.contact-copy>p:not(.eyebrow):not(.contact-signature){font-size:12px}.form-row{gap:12px}.client-logos>div{padding-inline:24px}.footer-main>p{margin-left:0}.feature-product{gap:36px}.feature-product h3{font-size:30px}}
@media(max-width:720px){.wrap{width:calc(100% - 40px)}.topbar{display:none}:root{--header-height:70px}.header-inner{gap:12px}.brand{gap:8px}.brand img{width:44px;height:46px}.brand strong{font-size:15px}.brand-sas{font-size:9px}.brand small{font-size:6px}.header-cta{display:none}.menu-toggle{width:38px;height:38px}#main-nav{top:70px;padding-inline:20px}.hero{height:calc(100svh - 140px);min-height:510px;max-height:690px}.hero-content{padding-top:16px;padding-bottom:70px}.hero h1{font-size:42px;margin-bottom:25px}.hero h1>span{font-size:15px}.hero-statement{font-size:34px;margin-bottom:19px}.hero-description{font-size:12px;max-width:330px;line-height:1.9;margin-bottom:23px}.hero .eyebrow{font-size:9px;gap:10px;margin-bottom:22px}.hero-shade{background:rgba(20,24,29,.48)}.hero-image{object-position:60% center}.hero-actions{align-items:flex-start;gap:11px;flex-direction:column}.hero-actions .button{font-size:12px;padding:13px 18px;min-height:48px}.hero-secondary{font-size:11px;min-height:32px}.hero-bottom{bottom:15px;padding-top:12px}.hero-bottom>span{font-size:8px;gap:7px}.hero-bottom>span svg{width:15px;height:15px}.hero-bottom .icon-button{width:32px;height:32px}.credentials-grid{gap:22px;padding-block:25px;grid-template-columns:1fr 1fr}.credential{gap:10px;padding-inline:12px}.credential.first{display:block}.credential.first p{max-width:none;font-size:9px;margin-top:6px}.credential strong{font-size:32px}.credential strong span{font-size:11px}.credential h2{font-size:11px;line-height:1.4}.credential p{font-size:9px}.credential [data-icon] svg{width:19px;height:19px}.section{padding-block:60px}.section-heading{display:block;margin-bottom:27px}.eyebrow{font-size:9px;margin-bottom:16px}.section-heading h2,.contact-copy h2{font-size:30px}.section-heading>p{margin-top:19px;max-width:380px;font-size:12px;line-height:1.8}.catalog-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);border-radius:4px;overflow:hidden;margin-bottom:23px}.catalog-tabs button{font-size:11px;min-height:52px;padding:10px 9px;justify-content:flex-start;border-bottom:1px solid var(--line);white-space:normal;text-align:left;line-height:1.3}.catalog-tabs button:nth-child(odd){border-right:1px solid var(--line)}.catalog-tabs button:nth-child(n+3){border-bottom:0}.catalog-tabs button[aria-selected=true]{background:#ebf1ff;border-bottom-color:var(--line)}.catalog-tabs button>[data-icon] svg{width:16px;height:16px}.catalog-tabs .tab-count{margin-left:auto}.catalog-intro{font-size:10px;margin-bottom:18px}.catalog-intro>span{font-size:8px}.product-grid{gap:16px}.product-image{aspect-ratio:1.1}.product-body{padding:16px 13px 9px}.product-body h3{font-size:18px;min-height:49px;line-height:1.35}.product-body .product-category{font-size:7px;line-height:1.6;min-height:23px;margin-bottom:7px}.product-body>p{font-size:10px;line-height:1.75;min-height:60px}.product-actions{flex-wrap:wrap;gap:0;margin-top:13px;padding-top:5px}.product-actions .text-button,.quote-small{font-size:10px}.product-actions .text-button{flex:1 1 100%;min-height:30px}.quote-small{min-height:32px;width:100%;justify-content:space-between}.material-tag{font-size:8px;left:8px;top:8px;padding:3px 6px}.product-image .image-action{width:27px;height:27px;right:8px;bottom:8px}.catalog-help{display:block;font-size:10px;padding-top:18px;margin-top:22px}.catalog-help a{margin-top:12px;justify-content:space-between}.catalog-help>span svg{width:16px;height:16px}.catalog-panel{min-height:0}.feature-product{display:block;padding-top:0}.feature-product>img{height:290px;margin-bottom:26px}.feature-product h3{font-size:29px}.feature-description{font-size:12px}.inline-actions{gap:20px}.upcoming-product{min-height:360px;padding:28px;gap:15px;align-items:flex-start;flex-direction:column}.upcoming-product h3{font-size:28px}.upcoming-product p:not(.eyebrow){font-size:12px}.upcoming-icon svg{width:30px;height:30px}.upcoming-number{font-size:100px}.process-layout{display:flex;flex-direction:column;gap:25px}.process-visual{min-height:0;height:330px;width:100%}.process-visual figcaption{font-size:9px;padding:12px 16px}.process-steps summary{min-height:68px;gap:14px}.process-steps summary h3{font-size:14px}.step-copy{padding-left:38px}.weather-note{gap:15px;margin-top:28px;padding-top:24px}.weather-note strong{font-size:12px;line-height:1.7}.weather-note p{font-size:10px}.project-filters{gap:6px;flex-wrap:wrap;margin-bottom:23px}.project-filters button{font-size:9px;gap:8px;padding:7px 10px;min-height:35px}.projects-grid{grid-template-columns:1fr;gap:32px}.project-picture{aspect-ratio:1.6}.malecon-picture>img{top:-48%}.project-tag{font-size:8px;top:13px;left:13px}.project-meta{padding-top:15px;gap:10px}.project-meta h3{font-size:17px}.project-meta p{font-size:9px}.project-description{font-size:11px}.project-invitation{margin-top:30px;align-items:flex-start}.project-invitation h3{font-size:14px;max-width:220px}.project-invitation a{font-size:11px;white-space:nowrap}.clients-section{padding-block:45px}.clients-heading{margin-bottom:24px}.clients-heading h2{font-size:21px;line-height:1.4}.client-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.client-logos>div{min-height:86px;padding:16px 22px;border-bottom:1px solid var(--line);border-right:0}.client-logos>div:nth-child(odd){border-right:1px solid var(--line)}.client-logos>div:nth-last-child(-n+2){border-bottom:0}.client-logos img{max-width:130px;max-height:47px}.contact-layout{display:block}.contact-copy>p:not(.eyebrow):not(.contact-signature){font-size:12px}.contact-links{margin-top:24px}.contact-links strong{font-size:12px}.contact-links>a{gap:15px;padding-block:17px}.contact-signature{display:none}.contact-form{margin-top:34px;padding:25px 20px;gap:17px}.form-heading h3{font-size:20px}.form-row{gap:13px}input,select,textarea{font-size:14px;min-height:46px}.contact-form .button{font-size:11px}.privacy-note{font-size:9px}.site-footer{padding:36px 0 80px}.footer-main{flex-wrap:wrap;gap:23px;margin-bottom:24px}.footer-brand{font-size:26px}.footer-main>p{font-size:10px;margin-right:0;width:100%;order:3}.back-top{font-size:9px;gap:8px;margin-left:auto}.footer-bottom{display:block;font-size:8px}.footer-bottom>span{display:block;margin-top:6px}.floating-whatsapp{width:48px;height:48px;bottom:18px;right:18px}.detail-layout{display:block}.detail-photo{height:240px;min-height:0}.detail-copy{padding:25px}.detail-copy h2{font-size:25px}.detail-dialog{width:calc(100% - 24px)}dialog{max-height:calc(100svh - 28px)}.quote-dialog-inner{padding:30px 24px}.quote-dialog h2{font-size:25px}.quote-dialog .eyebrow{font-size:8px;max-width:260px}.gallery-dialog{width:calc(100% - 20px)}.gallery-image-stage{height:330px}.gallery-copy{padding:23px}.gallery-copy h2{font-size:20px}.gallery-copy>p:not(.eyebrow){font-size:11px}.gallery-prev,.gallery-next{width:34px;height:34px}.gallery-prev{left:10px}.gallery-next{right:10px}.response-panel{padding:28px}.response-panel h1{font-size:25px}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:36px}.hero-statement{font-size:30px}.product-grid{gap:12px}.product-body{padding-inline:10px}.product-body h3{font-size:16px}.form-row{grid-template-columns:1fr}.catalog-tabs button{font-size:10px}.hero-bottom>span{max-width:235px}.credential{gap:6px;padding-inline:10px}.credential h2{font-size:10px}.client-logos>div{padding-inline:15px}.back-top{font-size:8px}}
body{font-size:16px;line-height:1.75}
.topbar{font-size:12px}.brand strong{font-size:20px}.brand-sas{font-size:14px}.brand small{font-size:12px}#main-nav a,.header-cta{font-size:14px}.button,.text-button,.hero-secondary,.catalog-tabs button,.project-filters button,.back-top{font-size:15px}.hero-description,.section-heading>p,.feature-description,.upcoming-product p:not(.eyebrow),.contact-copy>p:not(.eyebrow):not(.contact-signature),.project-description,.gallery-copy>p:not(.eyebrow),.detail-copy>p:not(.eyebrow),.response-panel p{font-size:16px}.eyebrow,.catalog-intro,.catalog-help,.credential h2,.credential p,.process-visual figcaption,.process-steps summary>span:first-child,.step-copy p,.weather-note strong,.weather-note p,.project-meta p,.project-meta>span,.footer-main>p,.footer-bottom,.contact-signature,.contact-signature>span,.hero-bottom>span,.catalog-intro>span{font-size:13px}.product-body .product-category,.material-tag,.project-tag,.tab-count,.tab-new,.process-photo-number,.step-copy>span,#gallery-counter,.detail-copy .eyebrow,.detail-copy .detail-note,.project-filters button span,.footer-brand>span{font-size:12px!important}.product-body>p{font-size:14px;line-height:1.75}.product-actions .text-button,.quote-small{font-size:14px}.spec-list>div,.detail-copy h3,.detail-copy ul,.dialog-lead,.pending-note{font-size:14px}.contact-links small{font-size:12px}.contact-links strong{font-size:16px;line-height:1.45}label{font-size:14px}input,select,textarea{font-size:16px;min-height:50px}.privacy-note,.form-status{font-size:13px}.contact-form .button,#quote-form .button{width:100%;font-size:15px}.button.email-submit,.button.whatsapp-submit{color:#fff;min-height:52px;padding:15px 22px}
@media(max-width:960px){#main-nav a{font-size:16px}.contact-links strong{font-size:15px}.form-heading h3{font-size:21px}.process-steps summary h3{font-size:15px}}
@media(max-width:720px){.hero-description{font-size:15px}.hero .eyebrow,.hero-secondary,.hero-actions .button,.catalog-tabs button,.catalog-intro,.catalog-help,.project-invitation a{font-size:14px}.hero-bottom>span,.credential.first p,.credential p,.credential h2,.section-heading>p,.feature-description,.upcoming-product p:not(.eyebrow),.process-visual figcaption,.weather-note p,.project-meta p,.project-description,.gallery-copy>p:not(.eyebrow),.footer-main>p,.footer-bottom{font-size:13px}.credential strong span,.weather-note strong,.project-invitation h3,.product-body>p{font-size:14px}.product-body .product-category,.material-tag,.project-tag{font-size:12px!important}.product-actions .text-button,.quote-small,.contact-form .button,#quote-form .button{font-size:14px}.contact-form .channel-submit,#quote-form .channel-submit{min-height:81px}.floating-action{width:48px;height:48px;right:18px}.floating-whatsapp{bottom:18px}.floating-email{bottom:78px}}
@media(max-width:370px){.brand small{font-size:12px}.catalog-tabs button,.credential h2,.back-top{font-size:13px}.product-body h3{font-size:18px}.product-grid{grid-template-columns:1fr}.hero-bottom>span{max-width:250px}}
:root{--header-height:108px}
.brand img{width:100px;height:90px}
.brand strong,.hero h1,.footer-brand{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:700}
.brand strong{font-size:23px}.brand-sas{font-size:15px}.brand small{font-size:11px}
#main-nav{gap:24px}#main-nav a{font-family:Georgia,'Times New Roman',serif;font-size:21px;font-style:italic;font-weight:400}
.hero h1{font-size:76px}.hero-statement{font-size:38px}.hero-description{max-width:520px}
.hero-slides{position:absolute;inset:0;z-index:-2;background:var(--basalt)}
.hero-slides .hero-image{z-index:auto;opacity:0;transition:opacity 1s ease;object-position:center}
.hero-slides .hero-image.is-active{opacity:1}.hero-shade{background:rgba(17,21,24,.57)}
.hero-carousel-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}
#hero-slide-label{font-size:13px;min-width:236px;text-align:right;margin-right:10px}
.hero-bottom{gap:24px}.hero-bottom>span{max-width:420px}
.export-section{padding:72px 0;border-bottom:1px solid var(--line)}
.export-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.export-copy h2{font-size:36px;margin-bottom:22px}
.export-copy>p:not(.eyebrow){font-size:16px;line-height:1.85;color:var(--muted);max-width:570px}
.export-copy>p+p{margin-top:16px}
.export-copy .export-assurance{display:flex;align-items:center;gap:12px;margin-block:20px;font-weight:600;color:var(--ink)!important}
.export-assurance [data-icon]{color:var(--blue)}.export-copy .text-button{color:var(--blue)}
.export-visual img{width:100%;height:320px;object-fit:cover}.export-visual figcaption{font-size:13px;color:var(--muted);margin-top:12px}
.quote-dialog .form-row{align-items:end}
.nylon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.aggregate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.aggregate-grid .product-image{aspect-ratio:1.7}
.aggregate-grid .product-body h3,.aggregate-grid .product-body>p{min-height:0}
@media(min-width:721px){.catalog-tabs button{white-space:normal;text-align:left;min-width:0}.catalog-tabs button>[data-icon]{flex-shrink:0}}
@media(max-width:720px){.aggregate-grid{grid-template-columns:1fr}.catalog-tabs button:nth-child(n+3){border-bottom:1px solid var(--line)}.catalog-tabs button:last-child{grid-column:1/-1;border-right:0;border-bottom:0}}
.catalog-availability{margin-top:20px;font-size:14px;color:var(--muted)}
.product-gallery{min-width:0}.product-gallery-cover{position:relative;display:block;width:100%;padding:0;border:0;background:var(--soft)}
.product-gallery-cover>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.product-gallery-cover .image-action{position:absolute;bottom:16px;right:16px}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.product-gallery-thumbs button{padding:0;border:1px solid var(--line);background:var(--soft)}.product-gallery-thumbs img{width:100%;height:auto;aspect-ratio:1.6;object-fit:cover}
@media(max-width:720px){.nylon-grid{grid-template-columns:1fr}.nylon-grid .product-image{aspect-ratio:1.35}.nylon-grid .product-body h3,.nylon-grid .product-body>p{min-height:0}.product-gallery{margin-bottom:28px}}
.video-collection{margin-top:44px;padding-top:30px;border-top:1px solid var(--line)}
.video-collection>h3{font-size:22px;margin-bottom:22px}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.video-item{min-width:0}.video-item video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#17191b;border-radius:4px}
.video-item figcaption{font-size:14px;margin-top:10px}.process-section .video-collection{border-color:#ffffff30}
.submission-feedback{display:flex;align-items:flex-start;gap:14px;padding:20px;background:#f0f5ff;border:1px solid #bdcef1;border-radius:4px;animation:feedback-appear .3s ease-out}
.submission-feedback>span:last-child{min-width:0}.submission-feedback strong{display:block;font-size:16px;line-height:1.5;margin-bottom:6px}
.submission-feedback .feedback-message{display:block;font-size:14px;line-height:1.65}.submission-feedback>[data-icon]{width:32px;height:32px;border-radius:50%;background:var(--blue);color:white}
.submission-feedback.is-sending>[data-icon] svg{animation:feedback-spin 1s linear infinite}
.submission-feedback.is-success>[data-icon]{animation:feedback-check .5s ease-out}
.submission-feedback.is-success>[data-icon] polyline,.submission-feedback.is-success>[data-icon] path{stroke-dasharray:40;stroke-dashoffset:0;animation:feedback-draw .6s ease-out}
.submission-feedback.is-error{background:#fff5f3;border-color:#eccbc5}.submission-feedback.is-error>[data-icon]{background:#a92d2d}
.request-cooldown{font-size:14px;color:var(--muted);font-variant-numeric:tabular-nums;border-top:1px solid var(--line);padding-top:14px}
.button:disabled{cursor:not-allowed;opacity:.55;transform:none}
@keyframes feedback-appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@keyframes feedback-check{0%{transform:scale(.65)}65%{transform:scale(1.12)}100%{transform:scale(1)}}
@keyframes feedback-draw{from{stroke-dashoffset:40}to{stroke-dashoffset:0}}
@keyframes feedback-spin{to{transform:rotate(360deg)}}
@media(max-width:1190px){.header-inner{gap:16px}.brand img{width:85px;height:82px}.brand strong{font-size:21px}.brand small{font-size:10px}#main-nav{gap:16px}#main-nav a{font-size:19px}.header-cta{font-size:12px}.export-layout{gap:36px}.hero-bottom>span{max-width:350px}}
@media(max-width:960px){:root{--header-height:96px}#main-nav{top:96px}#main-nav a{font-size:23px}.hero h1{font-size:66px}.hero-bottom>span{max-width:260px}#hero-slide-label{min-width:0;width:165px}.export-layout{gap:28px}.export-copy h2{font-size:30px}}
@media(max-width:720px){:root{--header-height:94px}.brand img{width:78px;height:78px}.brand strong{font-size:21px}.brand small{font-size:10px}.brand-sas{font-size:13px}#main-nav{top:94px}.hero{height:auto;min-height:620px;max-height:none}.hero-content{padding-top:44px;padding-bottom:140px}.hero h1{font-size:44px;margin-bottom:22px}.hero-statement{font-size:30px}.hero-description{font-size:16px;line-height:1.7}.hero .eyebrow{font-size:12px}.hero-bottom{display:block;bottom:16px}.hero-bottom>span{max-width:none;font-size:12px}.hero-carousel-controls{margin-top:14px;gap:9px;justify-content:flex-end}.hero-carousel-controls .icon-button{width:38px;height:38px}#hero-slide-label{text-align:left;flex:1;min-width:0;width:auto;font-size:12px}.hero-slides .hero-image{object-position:60% center}.export-section{padding-block:48px}.export-layout{grid-template-columns:1fr;gap:28px}.export-copy h2{font-size:29px}.export-visual img{height:250px}.export-copy>p:not(.eyebrow){font-size:16px}.video-grid{grid-template-columns:1fr;gap:24px}.video-collection>h3{font-size:21px}.video-collection{margin-top:32px}.video-item video{aspect-ratio:4/3}.submission-feedback{padding:16px;gap:10px}}
@media(max-width:720px){.hero-carousel-controls{padding-right:58px}.hero-carousel-controls #hero-slide-label{line-height:1.5}.hero-carousel-controls .icon-button{flex-shrink:0}}
@media(max-width:370px){.brand img{width:64px;height:72px}.brand strong{font-size:19px}.brand small{font-size:9px}.hero h1{font-size:37px}.hero-statement{font-size:27px}.hero h1>span{font-size:13px}}
@media(max-width:370px){.hero-content{padding-bottom:190px}.hero-carousel-controls{display:grid;grid-template-columns:repeat(3,32px) 1fr;grid-template-rows:36px 32px;gap:8px}.hero-carousel-controls #hero-slide-label{grid-column:1/-1;width:auto;min-width:0;margin:0;align-self:center}.hero-carousel-controls .icon-button{width:32px;height:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
