@font-face{font-family:'Century Gothic';src:url('assets/centurygothic.ttf') format('truetype');font-display:swap}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip}
body{background:#0A0A0A;color:#FAFAF7;font-family:'Manrope',sans-serif;overflow-x:hidden;overflow-x:clip;font-weight:300}
html,body{overscroll-behavior-x:none}
img{max-width:100%;display:block}
.mono{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase}
.proj-name{font-family:'Century Gothic','URW Gothic','Avant Garde','ITC Avant Garde Gothic','Avenir Next','Avenir',sans-serif}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus{outline:none}
:focus-visible{outline:2px solid #E27D3F;outline-offset:3px}
.lead-form input:focus-visible,.lead-form button:focus-visible{outline-offset:6px}
a:focus-visible,button:focus-visible{outline-offset:4px}

/* nav */
.nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:18px 40px;z-index:1100;color:#FAFAF7;background:rgba(10,10,10,0.65);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.08)}
.nav .brand{display:inline-flex;align-items:center}
.nav .brand .logo{
  display:block;width:120px;height:28px;
  background-color:currentColor;
  -webkit-mask:url(assets/kaza-logo.png) center/contain no-repeat;
  mask:url(assets/kaza-logo.png) center/contain no-repeat;
}
.nav .progress{display:flex;gap:14px;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.7;font-family:'JetBrains Mono',monospace}
.nav .progress span{opacity:0.4}
.nav .progress span.on{opacity:1}
.nav .status{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.85;display:inline-flex;align-items:center;gap:8px}
.nav .status::before{content:'';width:7px;height:7px;border-radius:50%;background:#E27D3F;box-shadow:0 0 0 4px rgba(226,125,63,0.18)}

/* HERO */
.hero{height:100vh;height:100dvh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:0 8vw 8vh;overflow:hidden}
.hero .bg{position:absolute;inset:0;background:#0A0A0A}
.hero .bg img{width:100%;height:100%;object-fit:cover;opacity:0.4;filter:grayscale(0.4) contrast(1.05)}
.hero .content{position:relative;max-width:1100px}
.hero h1{font-size:clamp(48px,8vw,128px);font-weight:200;letter-spacing:-0.045em;line-height:0.92;margin-bottom:32px}
.hero h1 em{font-style:italic;font-weight:300}
.hero .lead{font-size:clamp(18px,1.8vw,26px);max-width:580px;line-height:1.4;font-weight:300;opacity:0.92}
.hero .scroll-hint{position:absolute;left:8vw;bottom:24px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.6;display:flex;align-items:center;gap:10px}
.hero .scroll-hint::before{content:'';width:24px;height:1px;background:currentColor;animation:swipe 2s ease-in-out infinite}
@keyframes swipe{0%,100%{transform:translateX(0);opacity:0.4}50%{transform:translateX(8px);opacity:1}}

/* Section base (head + tick) shared style */
.sec-head{margin-bottom:80px;max-width:780px}
.sec-head .tick{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.55;display:flex;align-items:center;gap:14px;margin-bottom:24px}
.sec-head .tick::before{content:'';width:48px;height:1px;background:currentColor}
.sec-head h2{font-size:clamp(40px,5.5vw,84px);font-weight:200;letter-spacing:-0.03em;line-height:0.95;max-width:18ch}
.sec-head h2 em{font-style:italic}
.sec-head .intro{font-size:clamp(17px,1.4vw,21px);line-height:1.5;opacity:0.82;max-width:56ch;margin-top:24px;font-weight:300}

/* QUIÉNES — team & WIZA */
.team{padding:14vh 8vw;background:#0A0A0A;border-top:1px solid rgba(255,255,255,0.08)}
.socios{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.socio{display:grid;grid-template-columns:190px 1fr;gap:48px;align-items:center}
.socio .photo{aspect-ratio:4/5;width:190px;background:#1A1A1A;overflow:hidden}
.socio .photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.socio .txt{display:flex;flex-direction:column;gap:14px}
.socio .name{font-size:28px;font-weight:300;letter-spacing:-0.02em}
.socio .role{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.6;margin-top:-12px}
.socio p{font-size:15px;line-height:1.6;opacity:0.78;max-width:42ch;font-weight:300}
/* VALORES — 4 operating principles · light */
.valores{padding:14vh 8vw;background:#fafafa;color:#0A0A0A}
.valores-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 64px;max-width:1200px}
.valor{border-top:1px solid rgba(0,0,0,0.18);padding-top:24px}
.valor .n{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;opacity:0.5;margin-bottom:16px}
.valor h3{font-size:clamp(22px,2.2vw,30px);font-weight:300;letter-spacing:-0.02em;line-height:1.15;margin-bottom:14px;max-width:18ch}
.valor h3 em{font-style:italic}
.valor p{font-size:15px;line-height:1.6;opacity:0.78;max-width:42ch;font-weight:300}

/* Chapters */
.chapter{min-height:100vh;display:flex;align-items:center;padding:12vh 8vw;position:relative;overflow:hidden}
.chapter .num{position:absolute;top:50%;right:6vw;transform:translateY(-50%);font-size:clamp(220px,32vw,520px);font-weight:200;opacity:0.05;letter-spacing:-0.06em;line-height:0.85;pointer-events:none;font-family:'Manrope',sans-serif}
.chapter .inner{position:relative;z-index:2;max-width:580px}
.chapter .tick{display:flex;align-items:center;gap:14px;margin-bottom:24px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.7}
.chapter .tick::before{content:'';width:48px;height:1px;background:currentColor}
.chapter h2{font-size:clamp(48px,7vw,108px);font-weight:200;line-height:0.95;letter-spacing:-0.03em;margin-bottom:32px;max-width:14ch}
.chapter h2 em{font-style:italic;font-weight:300}
.chapter p{font-size:clamp(17px,1.4vw,22px);font-weight:300;line-height:1.55;opacity:0.88;margin-bottom:18px;max-width:560px;text-wrap:pretty}
.chapter p:last-child{margin-bottom:0}
.chapter .data{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;margin-top:32px;max-width:560px;border-top:1px solid rgba(255,255,255,0.12);padding-top:24px}
.chapter .data > div{padding-right:16px}
.chapter .data .k{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.55;margin-bottom:6px}
.chapter .data .v{font-size:17px;font-weight:300}
.chapter .data .v small{display:block;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;opacity:0.55;margin-top:6px;font-weight:400}
.chapter.light{background:#fafafa;color:#0A0A0A}
.chapter.light .data{border-top-color:rgba(10,10,10,0.12)}

/* Full bleed image breaks */
.fullimg{height:100vh;height:100dvh;width:100%;position:relative;overflow:hidden}
.fullimg img{width:100%;height:100%;object-fit:cover;filter:brightness(0.72)}
.fullimg .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,0) 0%,rgba(10,10,10,0) 50%,rgba(10,10,10,0.55) 100%);pointer-events:none}
.fullimg .cap{position:absolute;left:8vw;bottom:8vh;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.85}
.fullimg .stat{position:absolute;left:8vw;top:50%;transform:translateY(-50%)}
.fullimg .stat .big{font-size:clamp(64px,10vw,140px);font-weight:200;letter-spacing:-0.04em;line-height:0.9;margin-bottom:16px}
.fullimg .stat .big em{font-style:italic;font-weight:300}
.fullimg .stat .big.proj-name{font-size:clamp(44px,11vw,140px);font-weight:400;letter-spacing:0;white-space:nowrap;margin-left:-0.08em}
.fullimg .stat .lbl{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.75}

/* Diptych chapter — image + text */
.diptych{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.diptych .pane-img{position:relative;overflow:hidden;background:#1A1A1A}
.diptych .pane-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.85)}
.diptych .pane-img .cap{position:absolute;left:32px;bottom:24px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.85;color:#FAFAF7}
.diptych .pane-text{padding:8vh 8vw 8vh 6vw;display:flex;flex-direction:column;justify-content:center}
.diptych .pane-text .tick{display:flex;align-items:center;gap:14px;margin-bottom:24px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.7}
.diptych .pane-text .tick::before{content:'';width:48px;height:1px;background:currentColor}
.diptych .pane-text h2{font-size:clamp(40px,4.5vw,72px);font-weight:200;line-height:0.95;letter-spacing:-0.03em;margin-bottom:28px;max-width:14ch}
.diptych .pane-text p{font-size:clamp(16px,1.3vw,19px);font-weight:300;line-height:1.6;opacity:0.88;margin-bottom:16px;max-width:480px}

/* Ubicación · diptych map + lista de POIs */
.ubicacion{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#fafafa;color:#0A0A0A;position:relative}
.ubicacion .pane-map{position:relative;overflow:hidden;background:#ece9e1;min-height:560px}
.ubicacion .pane-map .map{position:absolute;inset:0}
.ubicacion .pane-map .cap{position:absolute;right:20px;bottom:20px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.85;color:#0A0A0A;background:rgba(250,250,250,0.78);padding:7px 11px;backdrop-filter:blur(8px);z-index:401;pointer-events:none;border:1px solid rgba(10,10,10,0.06)}
.ubicacion .pane-text{padding:10vh 6vw 10vh 8vw;display:flex;flex-direction:column;justify-content:center}
.ubicacion .pane-text .tick{display:flex;align-items:center;gap:14px;margin-bottom:24px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.7}
.ubicacion .pane-text .tick::before{content:'';width:48px;height:1px;background:currentColor}
.ubicacion .pane-text h2{font-size:clamp(40px,4.5vw,72px);font-weight:200;line-height:0.95;letter-spacing:-0.03em;margin-bottom:24px;max-width:14ch}
.ubicacion .pane-text h2 em{font-style:italic;font-weight:300}
.ubicacion .pane-text > p{font-size:clamp(15px,1.2vw,17px);font-weight:300;line-height:1.55;opacity:0.78;margin-bottom:36px;max-width:42ch}
.ubicacion .pois{display:flex;flex-direction:column;gap:28px;max-width:520px}
.ubicacion .poi-group{display:flex;flex-direction:column;gap:10px}
.ubicacion .poi-group .label{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.5;font-weight:400;display:flex;align-items:center;gap:14px;margin-bottom:4px}
.ubicacion .poi-group .label::before{content:'';width:24px;height:1px;background:currentColor;opacity:0.6}
.ubicacion .poi{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:baseline;font-size:15px;font-weight:300;line-height:1.5}
.ubicacion .poi .dist{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.12em;opacity:0.55;white-space:nowrap}
.ubicacion .poi .name em{font-style:italic;opacity:0.65;font-weight:300}
/* Leaflet overrides on-brand */
.ubicacion .leaflet-container{background:#ece9e1;font-family:'Manrope',sans-serif}
.ubicacion .leaflet-control-attribution{background:rgba(250,250,250,0.78);color:rgba(10,10,10,0.5);font-size:9px;font-family:'JetBrains Mono',monospace;letter-spacing:0.04em;padding:3px 8px; visibility: hidden;}
.ubicacion .leaflet-control-attribution a{color:rgba(226,125,63,0.9)}
/* Custom div pins (iconSize 0,0 + CSS positioning) */
.kaza-marker,.poi-marker{width:auto!important;height:auto!important;overflow:visible!important;background:none!important;border:none!important}
.kaza-pin{display:flex;flex-direction:column;align-items:center;gap:6px;transform:translate(-50%,-100%);pointer-events:none}
.kaza-pin .label{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:#FAFAF7;background:#E27D3F;padding:5px 10px;white-space:nowrap;box-shadow:0 6px 20px rgba(226,125,63,0.35)}
.kaza-pin .dot{width:14px;height:14px;border-radius:50%;background:#E27D3F;box-shadow:0 0 0 5px rgba(226,125,63,0.22),0 0 0 11px rgba(226,125,63,0.08)}
.poi-pin{display:flex;flex-direction:column;align-items:center;gap:5px;transform:translate(-50%,-100%);pointer-events:none}
.poi-pin .label{font-family:'JetBrains Mono',monospace;font-size:9px;letter-spacing:0.15em;text-transform:uppercase;color:rgba(10,10,10,0.78);background:rgba(250,250,250,0.88);padding:3px 7px;white-space:nowrap;backdrop-filter:blur(8px);border:1px solid rgba(10,10,10,0.06)}
.poi-pin .dot{width:7px;height:7px;border-radius:50%;background:#0A0A0A;box-shadow:0 0 0 3px rgba(10,10,10,0.12)}

/* Specs · light */
.specs{min-height:100vh;padding:14vh 8vw;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;background:#fafafa;color:#0A0A0A}
.specs .left h2{font-size:clamp(40px,5vw,72px);font-weight:200;letter-spacing:-0.03em;line-height:0.95;margin-bottom:24px}
.specs .left h2 em{font-style:italic}
.specs .left .tick{display:flex;align-items:center;gap:14px;margin-bottom:24px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.7}
.specs .left .tick::before{content:'';width:48px;height:1px;background:currentColor}
.specs .left p{font-size:17px;line-height:1.55;opacity:0.85;max-width:46ch;margin-bottom:14px;font-weight:300}
.specs .left .download{display:inline-block;margin-top:32px;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;text-decoration:none;padding:16px 24px;background:#0A0A0A;color:#FAFAF7;border:1px solid #0A0A0A;transition:all 200ms}
.specs .left .download:hover{background:transparent;color:#0A0A0A}
.spec-table{border-top:1px solid rgba(0,0,0,0.2)}
.spec-row{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid rgba(0,0,0,0.12);align-items:baseline}
.spec-row .k{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.55}
.spec-row .v{font-size:16px;opacity:0.95;font-weight:400}
.spec-row .v small{display:block;font-size:12px;opacity:0.55;margin-top:4px;font-weight:300}

/* Timeline · light */
.timeline-sec{min-height:80vh;padding:14vh 8vw;background:#fafafa;color:#0A0A0A}
.timeline-sec .head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px;flex-wrap:wrap;gap:24px}
.timeline-sec h2{font-size:clamp(36px,4.5vw,64px);font-weight:200;letter-spacing:-0.03em;line-height:1;max-width:14ch}
.timeline-sec h2 em{font-style:italic}
.timeline-sec .legend{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.6}
.timeline-sec .pre-tick{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.6;display:flex;align-items:center;gap:14px;margin-bottom:24px}
.timeline-sec .pre-tick::before{content:'';width:48px;height:1px;background:currentColor}
.tl{position:relative;padding-left:8px;max-width:900px}
.tl::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:1px;background:rgba(0,0,0,0.2)}
.tl-row{display:grid;grid-template-columns:90px 1fr 120px;gap:32px;align-items:center;padding:18px 0 18px 40px;position:relative;border-bottom:1px solid rgba(0,0,0,0.1)}
.tl-row::before{content:'';position:absolute;left:-4px;top:50%;transform:translateY(-50%);width:9px;height:9px;background:#0A0A0A;border-radius:50%;opacity:0.25}
.tl-row.current::before{background:#E27D3F;opacity:1;box-shadow:0 0 0 6px rgba(226,125,63,0.22)}
.tl-row.done::before{background:#0A0A0A;opacity:0.55}
.tl-row .date{font-family:'JetBrains Mono',monospace;font-size:13px;letter-spacing:0.16em;opacity:0.75}
.tl-row .label{font-size:18px;font-weight:300}
.tl-row .label small{display:block;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;opacity:0.55;margin-top:4px;font-weight:400}
.tl-row .state{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;text-align:right;opacity:0.6}
.tl-row.current .state{color:#E27D3F;opacity:1}

/* PRE-VENTA */
.preventa{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:40px;padding:80px 8vw;background:#fafafa;color:#0A0A0A;border-top:1px solid rgba(10,10,10,0.1)}
.preventa .tick{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.65;display:inline-flex;align-items:center;gap:10px}
.preventa .tick::before{content:'';width:7px;height:7px;border-radius:50%;background:#E27D3F;box-shadow:0 0 0 4px rgba(226,125,63,0.18)}
.preventa h2{font-size:clamp(56px,9vw,140px);font-weight:200;letter-spacing:-0.04em;line-height:0.9}
.preventa h2 em{font-style:italic}
.preventa .sub{font-size:clamp(17px,1.5vw,22px);max-width:520px;line-height:1.5;font-weight:300;opacity:0.85}
.lead-form{display:grid;grid-template-columns:1fr 1.4fr auto;gap:0;width:min(640px,100%);border-bottom:1px solid rgba(10,10,10,0.3)}
.lead-form input{background:transparent;border:none;outline:none;color:inherit;font-family:'Manrope',sans-serif;font-size:18px;font-weight:300;padding:18px 0;border-right:1px solid rgba(10,10,10,0.15)}
.lead-form input:last-of-type{border-right:none}
.lead-form input::placeholder{opacity:0.45}
.lead-form input{padding-left:16px}
.lead-form input:first-of-type{padding-left:0}
.lead-form button{background:transparent;border:none;color:inherit;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;padding:12px 0 12px 20px;cursor:pointer;opacity:0.8;transition:opacity 160ms}
.lead-form button:hover{opacity:1}
.preventa .extras{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.preventa .extras a{color:#FAFAF7;background:#0A0A0A;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.22em;text-transform:uppercase;text-decoration:none;padding:18px 28px;border:1px solid #0A0A0A;transition:all 200ms}
.preventa .extras a:hover{background:transparent;color:#0A0A0A}
.lead-thanks{display:none;font-size:24px;font-weight:300;letter-spacing:-0.01em;opacity:0.9}
.lead-thanks.show{display:block}

/* WhatsApp floating · circular icon · default light (para fondos oscuros) */
.wa-floating{position:fixed;bottom:24px;right:24px;z-index:1090;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#FAFAF7;color:#0A0A0A;text-decoration:none;border:1px solid rgba(0,0,0,0.12);box-shadow:0 8px 24px rgba(0,0,0,0.25);transition:all 200ms}
.wa-floating svg{width:24px;height:24px}
.wa-floating.on-light{background:#0A0A0A;color:#FAFAF7;border-color:rgba(255,255,255,0.15)}
.wa-floating:hover,.wa-floating.on-light:hover{background:#E27D3F;color:#FAFAF7;border-color:#E27D3F}

/* Footer */
footer{padding:48px 8vw;display:flex;justify-content:space-between;align-items:center;gap:24px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.22em;text-transform:uppercase;opacity:0.5;border-top:1px solid rgba(255,255,255,0.08)}

@media(max-width:900px){
  .nav{padding:18px 20px}
  .nav .progress{display:none}
  .hero h1{font-size:clamp(28px,8vw,68px)}
  .chapter h2{font-size:clamp(32px,7vw,72px)}
  .chapter{min-height:0;padding:80px 28px}
  .chapter .num{font-size:280px;right:-30px}
  .fullimg{height:70vh;height:70dvh}
  .fullimg .stat .big.proj-name{margin-left:-0.06em}
  .fullimg .cap,.hero .scroll-hint{left:28px}
  .fullimg .stat{left:28px;right:28px}
  .diptych{grid-template-columns:1fr;grid-template-rows:auto 55vh;grid-template-areas:"text" "img"}
  .diptych .pane-text{grid-area:text}
  .diptych .pane-img{grid-area:img}
  .diptych .pane-text{padding:80px 28px}
  .ubicacion{grid-template-columns:1fr;grid-template-rows:auto 56vh;grid-template-areas:"text" "map";min-height:0}
  .ubicacion .pane-text{grid-area:text;padding:80px 28px}
  .ubicacion .pane-map{grid-area:map;min-height:380px}
  .ubicacion .poi{grid-template-columns:84px 1fr;gap:14px}
  .team,.valores,.timeline-sec,.specs,.preventa{padding:80px 28px}
  .preventa{min-height:0}
  .sec-head{margin-bottom:48px}
  .valores-grid,.specs{grid-template-columns:1fr;gap:32px}
  .socios{grid-template-columns:1fr;gap:40px}
  .socio{grid-template-columns:1fr;gap:18px}
  .socio .photo{width:200px}
  .chapter .data{grid-template-columns:1fr 1fr;gap:24px 28px}
  .tl-row{grid-template-columns:80px 1fr;gap:16px;padding-left:28px}
  .tl-row .state{display:none}
  .spec-row{grid-template-columns:1fr;gap:4px}
  .lead-form{grid-template-columns:1fr;gap:0;border-bottom:none}
  .lead-form input{border-right:none;border-bottom:1px solid rgba(255,255,255,0.2);padding-left:0!important}
  .lead-form button{padding:18px 28px;background:#FAFAF7;color:#0A0A0A;text-align:center;margin-top:16px;opacity:1}
  .wa-floating{width:48px;height:48px;bottom:24px;right:24px}
  .wa-floating svg{width:22px;height:22px}
  footer{flex-direction:column;gap:12px;text-align:center}
}
@media(min-width:601px) and (max-width:900px){
  .valores-grid{grid-template-columns:1fr 1fr}
  .specs{grid-template-columns:1fr 1fr;gap:48px}
  .spec-row{grid-template-columns:160px 1fr;gap:24px}
}
@media(max-width:380px){
  .nav .status{font-size:9px;letter-spacing:0.16em}
}
