:root{--naranja: #E54500;--arena: #D8C098;--dorado: #F7C67A;--noche: #061723;--noche-mid: #0d2535;--blanco: #FFFFFF;--font-title: "Cinzel", serif;--font-body: "Inter", sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);background:var(--noche);color:var(--blanco);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit}.reveal{opacity:0;transform:translateY(48px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-60px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(60px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #e5450000}50%{box-shadow:0 0 24px 4px #e5450040}}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;transition:background .4s ease,padding .4s ease,backdrop-filter .4s ease}.nav--scrolled{background:#061723e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1rem 3rem;border-bottom:1px solid rgba(247,198,122,.12)}.nav__brand{display:flex;flex-direction:row;align-items:center;gap:.65rem;line-height:1;cursor:pointer}.nav__logo-img{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(229,69,0,.4))}.nav__brand-text{display:flex;flex-direction:column}.nav__brand-conoce{font-family:var(--font-title);font-size:1rem;font-weight:700;color:var(--naranja);letter-spacing:.18em}.nav__brand-teo{font-family:var(--font-title);font-size:.58rem;font-weight:400;color:var(--arena);letter-spacing:.22em}.nav__links{list-style:none;display:flex;gap:2.5rem}.nav__links a{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;transition:color .25s ease;position:relative}.nav__links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background:var(--dorado);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav__links a:hover{color:var(--dorado)}.nav__links a:hover:after{transform:scaleX(1)}.nav__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.nav__burger span{display:block;width:24px;height:1.5px;background:var(--blanco);transition:transform .3s ease,opacity .3s ease}.nav__burger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.nav{padding:1.25rem 1.5rem}.nav--scrolled{padding:1rem 1.5rem}.nav__links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:var(--noche);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:right .4s var(--ease-out);border-left:1px solid rgba(247,198,122,.15)}.nav__links--open{right:0}.nav__links a{font-size:.9rem}.nav__burger{display:flex;z-index:101}}.color-bends-container{position:relative;width:100%;height:100%;overflow:hidden}.hero{position:relative;width:100%;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bends{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse 80% 60% at 50% 40%,#06172340,#061723c7)}.hero__fade-bottom{position:absolute;bottom:0;left:0;right:0;height:240px;z-index:2;background:linear-gradient(to bottom,transparent,var(--noche))}.hero__content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0 1.5rem;max-width:920px}.hero__eyebrow{display:flex;align-items:center;gap:1rem;font-family:var(--font-body);font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--dorado)}.hero__eyebrow-line{display:block;width:40px;height:1px;background:var(--dorado);opacity:.5}.hero__logo-wrap{display:flex;justify-content:center;align-items:center}.hero__isotipo{width:clamp(180px,28vw,320px);height:auto;filter:drop-shadow(0 0 60px rgba(229,69,0,.35)) drop-shadow(0 8px 24px rgba(0,0,0,.5));-webkit-user-select:none;user-select:none}.hero__title{display:flex;flex-direction:column;gap:.2em;line-height:1;margin-top:-.4rem}.hero__title-conoce{font-family:var(--font-title);font-size:clamp(1.6rem,5vw,3.6rem);font-weight:400;color:var(--arena);letter-spacing:.25em;display:block;text-shadow:0 2px 24px rgba(0,0,0,.5)}.hero__title-exp{font-family:var(--font-title);font-size:clamp(2.8rem,9vw,7rem);font-weight:900;color:var(--naranja);letter-spacing:-.01em;display:block;text-shadow:0 0 60px rgba(229,69,0,.45),0 4px 20px rgba(0,0,0,.5)}.hero__tagline{font-family:var(--font-body);font-size:clamp(.85rem,1.8vw,1.05rem);font-weight:300;color:#ffffffb3;line-height:1.9;font-style:italic}.hero__concepts{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.hero__concept-chip{font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#d8c098bf;border:1px solid rgba(247,198,122,.2);padding:.35em .85em;border-radius:2px}.hero__scroll{display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;margin-top:.75rem;background:none;border:none;padding:0}.hero__scroll-label{font-family:var(--font-body);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff59}.hero__scroll-arrow{font-size:1.2rem;color:#f7c67a73;animation:heroScrollBounce 2s ease-in-out infinite}@keyframes heroScrollBounce{0%,to{transform:translateY(0);opacity:.45}50%{transform:translateY(7px);opacity:1}}@media(max-width:768px){.hero__isotipo{width:clamp(140px,50vw,220px)}.hero__title-conoce{letter-spacing:.12em}.hero__concepts{gap:.5rem}}@media(max-width:480px){.hero__eyebrow{font-size:.58rem;gap:.6rem}.hero__eyebrow-line{width:24px}.hero__content{gap:1rem}}.section-header{margin-bottom:4rem}.section-header--light .section-title{color:var(--noche)}.section-header--light .section-body{color:#061723a6}.section-header--light .section-eyebrow{color:var(--naranja)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#040c14f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.lightbox__counter{position:absolute;top:1.25rem;left:50%;transform:translate(-50%);font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#f7c67a99;z-index:2;pointer-events:none}.lightbox__close{position:absolute;top:1rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(247,198,122,.25);background:#061723b3;color:#f7c67acc;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .2s,border-color .2s,color .2s}.lightbox__close:hover{background:#e5450040;border-color:var(--naranja);color:var(--dorado)}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;border:1px solid rgba(247,198,122,.2);background:#06172399;color:#f7c67acc;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .2s,border-color .2s}.lightbox__nav:hover{background:#e5450033;border-color:#e5450080}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.lightbox__frame{position:relative;z-index:2;max-width:min(90vw,900px);width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.lightbox__img{width:100%;max-height:72vh;object-fit:contain;border-radius:6px;box-shadow:0 40px 100px #000000b3,0 0 0 1px #f7c67a1f,0 0 60px #e5450014;display:block}.lightbox__caption{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.lightbox__caption-number{font-family:var(--font-title);font-size:.65rem;font-weight:900;letter-spacing:.3em;color:#f7c67a59;text-transform:uppercase}.lightbox__caption-title{font-family:var(--font-title);font-size:.9rem;font-weight:700;color:var(--dorado);letter-spacing:.06em}.lightbox__caption-desc{font-family:var(--font-body);font-size:.75rem;color:#ffffff80;line-height:1.5}.lightbox__thumbs{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.lightbox__thumb{width:3.5rem;height:2.5rem;border-radius:3px;overflow:hidden;border:1px solid rgba(247,198,122,.15);cursor:pointer;background:none;padding:0;opacity:.5;transition:opacity .2s,border-color .2s,transform .2s}.lightbox__thumb:hover{opacity:.8;transform:scale(1.05)}.lightbox__thumb.active{opacity:1;border-color:var(--dorado);transform:scale(1.08)}.lightbox__thumb img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:600px){.lightbox__nav{display:none}.lightbox__thumbs{bottom:.75rem}.lightbox__thumb{width:2.8rem;height:2rem}.lightbox{padding:.75rem}.lightbox__frame{max-width:100%}.lightbox__img{max-height:65vh}}.brand-concept{background:var(--noche);padding:7rem 0 6rem;position:relative;overflow:hidden}.brand-concept:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 40% at 15% 20%,rgba(229,69,0,.05) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 85% 80%,rgba(247,198,122,.04) 0%,transparent 70%);pointer-events:none}.section-eyebrow{display:block;font-family:var(--font-body);font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--naranja);margin-bottom:1rem}.section-title{font-family:var(--font-title);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;color:var(--blanco);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--dorado)}.section-body{font-family:var(--font-body);font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:300;line-height:1.85;color:#ffffffa6;max-width:640px}.section-body strong{color:var(--arena);font-weight:500}.brand-concept__header{max-width:860px;margin:0 auto;padding:0 2rem;margin-bottom:4rem}.brand-concept__hero-image{position:relative;max-width:860px;margin:0 auto 3rem;padding:0 2rem;overflow:hidden}.brand-concept__hero-image img{width:100%;height:clamp(280px,48vw,540px);object-fit:cover;border-radius:8px;display:block;will-change:transform}.brand-concept__hero-zoom{position:absolute;top:1.25rem;right:3rem;display:flex;align-items:center;gap:.4rem;background:#e54500cc;color:#fff;font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.4em .9em;border-radius:2px;opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.brand-concept__hero-image:hover .brand-concept__hero-zoom{opacity:1;transform:translateY(0)}.brand-concept__hero-caption{position:absolute;bottom:1.5rem;left:3.5rem;display:flex;flex-direction:column;gap:.25rem}.brand-concept__hero-tag{font-family:var(--font-body);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--dorado);background:#061723bf;padding:.3em .8em;border-radius:2px;width:fit-content}.brand-concept__hero-material{font-family:var(--font-body);font-size:.7rem;letter-spacing:.15em;color:#d8c098bf;background:#06172399;padding:.25em .8em;border-radius:2px;width:fit-content}.brand-concept__pills{max-width:860px;margin:0 auto 4rem;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.concept-pill{display:flex;align-items:flex-start;gap:1rem;background:#ffffff08;border:1px solid rgba(247,198,122,.12);border-radius:6px;padding:1.25rem;transition:border-color .3s ease,background .3s ease}.concept-pill:hover{border-color:#f7c67a4d;background:#f7c67a0a}.concept-pill__icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.concept-pill strong{display:block;font-family:var(--font-title);font-size:.85rem;font-weight:600;color:var(--arena);margin-bottom:.35rem;letter-spacing:.05em}.concept-pill p{font-family:var(--font-body);font-size:.75rem;color:#ffffff80;line-height:1.5}.brand-concept__stack{max-width:860px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.brand-concept__card{border-radius:8px;overflow:hidden;background:var(--noche-mid);border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:border-color .35s ease,box-shadow .35s ease}.brand-concept__card:hover{border-color:#f7c67a40;box-shadow:0 16px 48px #0006}.brand-concept__card-img{position:relative;overflow:hidden}.brand-concept__card-img img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;will-change:transform}.brand-concept__card-zoom{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#e5450000;transition:background .3s ease}.brand-concept__card-zoom svg{color:#fff;opacity:0;transform:scale(.6);transition:opacity .3s ease,transform .3s var(--ease-out);filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.brand-concept__card:hover .brand-concept__card-zoom{background:#e545001f}.brand-concept__card:hover .brand-concept__card-zoom svg{opacity:1;transform:scale(1)}.brand-concept__card-tag{position:absolute;top:.75rem;left:.75rem;font-family:var(--font-body);font-size:.55rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--noche);background:var(--dorado);padding:.25em .7em;border-radius:2px}.brand-concept__card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.35rem}.brand-concept__card-material{font-family:var(--font-title);font-size:1rem;font-weight:600;color:var(--arena);letter-spacing:.04em}.brand-concept__card-desc{font-family:var(--font-body);font-size:.8rem;color:#ffffff80;line-height:1.65}.brand-concept__expand-hint{font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#e5450080;margin-top:.15rem;transition:color .2s}.brand-concept__card:hover .brand-concept__expand-hint{color:var(--naranja)}@media(max-width:768px){.brand-concept__pills{grid-template-columns:1fr}}@media(max-width:600px){.brand-concept{padding:5rem 0 4rem}.brand-concept__header,.brand-concept__hero-image,.brand-concept__pills,.brand-concept__stack{padding:0 1rem}.brand-concept__hero-image img{height:clamp(220px,55vw,340px);border-radius:6px}.brand-concept__hero-caption{left:1.75rem;bottom:1rem}.brand-concept__hero-zoom{right:1.75rem;top:1rem}.brand-concept__card-img img{aspect-ratio:4 / 3}.brand-concept__card-material{font-size:.9rem}.brand-concept__stack{gap:1.5rem}}.logo-system{background:var(--blanco);padding:7rem 2rem 6rem}.logo-system__inner{max-width:860px;margin:0 auto}.logo-system__stack{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.logo-system__card{position:relative;background:var(--blanco);border:1px solid rgba(0,0,0,.07);border-radius:4px;overflow:hidden;cursor:pointer;box-shadow:0 2px 12px #0000000d;transition:box-shadow .3s ease}.logo-system__card:hover{box-shadow:0 8px 32px #0000001a}.logo-system__badge{position:absolute;top:1rem;right:1rem;z-index:2;font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--naranja);border:1px solid rgba(229,69,0,.3);background:#e545000f;padding:.3em .7em;border-radius:2px}.logo-system__img-wrap{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;min-height:240px}.logo-system__img-wrap img{max-height:200px;max-width:100%;width:auto;object-fit:contain;transition:transform .3s ease}.logo-system__zoom-hint{position:absolute;bottom:1rem;left:1rem;width:36px;height:36px;border-radius:50%;background:#e54500e6;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.logo-system__card:hover .logo-system__zoom-hint{opacity:1}.logo-system__info{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.35rem}.logo-system__name{font-family:var(--font-title);font-size:.9rem;font-weight:700;letter-spacing:.12em;color:#1a1008}.logo-system__sub{font-family:var(--font-body);font-size:.8rem;color:#00000080;line-height:1.5}.logo-system__expand-hint{font-family:var(--font-body);font-size:.7rem;letter-spacing:.08em;color:var(--naranja);margin-top:.25rem;opacity:0;transition:opacity .2s ease}.logo-system__card:hover .logo-system__expand-hint{opacity:1}.logo-system__note{margin-top:3rem;padding:1.5rem 2rem;border-left:3px solid var(--naranja);background:#e545000a;border-radius:0 4px 4px 0}.logo-system__note p{font-family:var(--font-body);font-size:.85rem;line-height:1.8;color:#0009;margin:0}.logo-system__note strong{color:var(--naranja)}.logo-system__note em{color:#000c;font-style:italic}@media(max-width:600px){.logo-system{padding:5rem 1rem 4rem}.logo-system__img-wrap{padding:2rem 1.5rem;min-height:180px}.logo-system__img-wrap img{max-height:150px}.logo-system__info{padding:1rem 1.25rem 1.25rem}}.gallery{position:relative;background:var(--noche);padding:7rem 2rem 6rem;overflow:hidden}.gallery__bends{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#061723d1}.gallery__inner{position:relative;z-index:2;max-width:860px;margin:0 auto}.gallery__series{margin-top:4rem}.gallery__series-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.gallery__series-label span{font-family:var(--font-body);font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--dorado);white-space:nowrap}.gallery__series-line{flex:1;height:1px;background:#f7c67a33}.gallery__stack{display:flex;flex-direction:column;gap:2rem}.gallery__item{position:relative;background:#ffffff08;border:1px solid rgba(247,198,122,.1);border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .3s ease}.gallery__item:hover{border-color:#f7c67a40}.gallery__item-tag{position:absolute;top:1rem;left:1rem;z-index:2;font-family:var(--font-body);font-size:.58rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--dorado);background:#061723b3;padding:.3em .7em;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery__item-number{position:absolute;top:1rem;right:1rem;z-index:2;font-family:var(--font-title);font-size:.75rem;font-weight:700;color:#f7c67a80}.gallery__item-img{position:relative;width:100%;overflow:hidden}.gallery__item-img img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;transition:transform .4s ease}.gallery__item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#06172380;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__zoom-icon{width:52px;height:52px;border-radius:50%;background:#e54500e6;color:#fff;display:flex;align-items:center;justify-content:center}.gallery__item-info{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-top:1px solid rgba(247,198,122,.08);gap:1rem}.gallery__item-text{flex:1}.gallery__item-title{font-family:var(--font-title);font-size:.85rem;font-weight:600;letter-spacing:.06em;color:var(--arena);margin:0 0 .2rem}.gallery__item-desc{font-family:var(--font-body);font-size:.75rem;color:#d8c09899;margin:0;line-height:1.5}.gallery__item-expand-hint{font-family:var(--font-body);font-size:.68rem;letter-spacing:.08em;color:var(--naranja);white-space:nowrap;opacity:0;transition:opacity .2s ease}.gallery__item:hover .gallery__item-expand-hint{opacity:1}@media(max-width:600px){.gallery{padding:5rem 1rem 4rem}.gallery__item-img img{aspect-ratio:4/3}.gallery__item-info{padding:.9rem 1rem}.gallery__item-title{font-size:.8rem}}.typography{background:var(--noche);padding:7rem 2rem 6rem;border-top:1px solid rgba(247,198,122,.08)}.typography__inner{max-width:860px;margin:0 auto}.typography__specimen{margin-top:3.5rem;padding:2.5rem 2rem;border:1px solid rgba(247,198,122,.12);border-radius:4px;background:#ffffff05;text-align:center}.typography__alphabet{font-family:var(--font-title);font-size:clamp(1.4rem,4vw,2.4rem);font-weight:400;letter-spacing:.2em;color:var(--arena);line-height:1.6;word-break:break-all}.typography__nums{font-family:var(--font-title);font-size:clamp(1rem,3vw,1.6rem);font-weight:600;letter-spacing:.35em;color:#f7c67a80;margin-top:1rem}.typography__weights{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.typography__weight-card{padding:1.75rem 2rem;border:1px solid rgba(247,198,122,.08);border-radius:4px;background:#ffffff05;display:flex;flex-direction:column;gap:.6rem;transition:border-color .3s ease}.typography__weight-card:hover{border-color:#f7c67a33}.typography__weight-meta{display:flex;align-items:center;justify-content:space-between}.typography__weight-label{font-family:var(--font-body);font-size:.65rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--naranja)}.typography__weight-num{font-family:var(--font-body);font-size:.65rem;color:#f7c67a66;letter-spacing:.1em}.typography__weight-sample{font-family:var(--font-title);font-size:clamp(1.8rem,6vw,3.5rem);color:var(--arena);letter-spacing:.06em;line-height:1.1}.typography__weight-use{font-family:var(--font-body);font-size:.75rem;color:#d8c09873;line-height:1.5}.typography__note{margin-top:3rem;display:flex;align-items:center;gap:0;border:1px solid rgba(247,198,122,.1);border-radius:4px;overflow:hidden}.typography__note-item{flex:1;display:flex;flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem;text-align:center}.typography__note-label{font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#f7c67a80}.typography__note-value{font-family:var(--font-title);font-size:.85rem;font-weight:600;color:var(--arena);letter-spacing:.06em}.typography__note-sep{width:1px;height:60px;background:#f7c67a1a;flex-shrink:0}@media(max-width:600px){.typography{padding:5rem 1rem 4rem}.typography__note{flex-direction:column;gap:0}.typography__note-sep{width:100%;height:1px}.typography__weight-card{padding:1.25rem 1rem}}.color-palette{background:var(--noche);padding:7rem 0 6rem;position:relative;overflow:hidden}.color-palette:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(247,198,122,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(247,198,122,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.color-palette__inner{max-width:1200px;margin:0 auto;padding:0 3rem}.color-palette__header{margin-bottom:4rem}.color-palette__swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-radius:8px;overflow:hidden;margin-bottom:2rem;border:1px solid rgba(255,255,255,.06)}.swatch{background:none;border:none;cursor:pointer;text-align:left;padding:0;display:flex;flex-direction:column;transition:transform .3s var(--ease-out),z-index .01s;position:relative;z-index:0}.swatch:hover{transform:translateY(-8px) scale(1.02);z-index:2;box-shadow:0 16px 48px #00000080}.swatch__color{height:200px;background:var(--swatch-color);display:flex;align-items:flex-end;padding:1rem;transition:height .3s ease;position:relative}.swatch:hover .swatch__color{height:220px}.swatch__hex{font-family:Courier New,monospace;font-size:.75rem;font-weight:700;color:#ffffffd9;letter-spacing:.05em;background:#0000004d;padding:.25em .5em;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease}.swatch__hex--dark{color:#061723d9;background:#00000026}.swatch__info{background:var(--noche-mid);padding:1.25rem 1rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.35rem;border-top:2px solid var(--swatch-color)}.swatch__name{display:block;font-family:var(--font-title);font-size:.72rem;font-weight:700;color:var(--blanco);letter-spacing:.04em;line-height:1.3}.swatch__role{display:block;font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--dorado)}.swatch__desc{font-family:var(--font-body);font-size:.67rem;color:#ffffff80;line-height:1.55;margin-top:.25rem}.swatch__rgb{display:block;font-family:Courier New,monospace;font-size:.58rem;color:#ffffff4d;margin-top:auto;padding-top:.5rem}.color-palette__bar{display:flex;height:6px;border-radius:3px;overflow:hidden;margin-top:2.5rem}.color-palette__bar-segment{flex:1;transition:flex .3s ease}.color-palette__bar-segment:hover{flex:2}@media(max-width:960px){.color-palette__swatches{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.color-palette__inner{padding:0 1.5rem}.color-palette__swatches{grid-template-columns:1fr 1fr;border-radius:6px}.swatch__color{height:120px}.swatch:hover .swatch__color{height:130px}.swatch__desc{display:none}}.footer{background:var(--noche);border-top:1px solid rgba(247,198,122,.12);padding:5rem 3rem 2rem}.footer__inner{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:260px 1fr auto;gap:3rem;align-items:center}.footer__logo-card{background:#fff;border-radius:8px;padding:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000004d}.footer__logo-card img{width:100%;max-width:200px;height:auto;object-fit:contain}.footer__center{display:flex;flex-direction:column;gap:1rem}.footer__brand{font-family:var(--font-title);font-size:.8rem;font-weight:700;letter-spacing:.2em;color:var(--arena)}.footer__tagline{font-family:var(--font-body);font-size:.85rem;font-weight:300;color:#ffffff80;line-height:1.75;max-width:480px}.footer__divider{width:48px;height:1px;background:#f7c67a4d}.footer__meta{display:flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:.7rem;color:#ffffff59;letter-spacing:.05em}.footer__dot{color:var(--dorado);opacity:.4}.footer__colors{display:flex;flex-direction:column;gap:.6rem}.footer__color-dot{width:18px;height:18px;border-radius:50%}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body);font-size:.68rem;color:#ffffff40;letter-spacing:.05em}@media(max-width:960px){.footer__inner{grid-template-columns:1fr;text-align:center;justify-items:center}.footer__logo-card{max-width:260px}.footer__tagline{max-width:100%}.footer__meta{justify-content:center;flex-wrap:wrap}.footer__colors{flex-direction:row}}@media(max-width:640px){.footer{padding:4rem 1.5rem 2rem}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--noche);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:opacity .6s var(--ease-out),visibility .6s}.preloader--exit{opacity:0;visibility:hidden;pointer-events:none}.preloader__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.preloader__isotipo{width:clamp(80px,16vw,140px);height:auto;object-fit:contain;filter:drop-shadow(0 0 24px rgba(229,69,0,.5));animation:preloaderFadeIn .7s var(--ease-out) 0s both;margin-bottom:.5rem}.preloader__conoce{font-family:var(--font-title);font-size:clamp(.75rem,2.2vw,1.2rem);font-weight:400;color:var(--arena);letter-spacing:.4em;animation:preloaderFadeIn .6s var(--ease-out) .2s both}.preloader__exp{font-family:var(--font-title);font-size:clamp(1.6rem,5vw,3rem);font-weight:900;color:var(--naranja);letter-spacing:.06em;animation:preloaderFadeIn .6s var(--ease-out) .35s both}.preloader__bar{width:120px;height:2px;background:#f7c67a26;border-radius:1px;overflow:hidden;animation:preloaderFadeIn .4s var(--ease-out) .5s both}.preloader__bar-fill{height:100%;width:0%;background:var(--dorado);border-radius:1px;animation:preloaderFill 1.2s var(--ease-out) .1s forwards}@keyframes preloaderFill{to{width:100%}}@keyframes preloaderFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}main{position:relative;z-index:0}
