:root{--red:#d9151c;--ink:#101010;--muted:#646464;--line:#e7e4df;--warm:#f5f3ef;--white:#fff;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.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}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;background:#fff;transform:translateY(-150%);box-shadow:0 4px 20px #0002}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{height:92px;display:flex;align-items:center;gap:36px}.brand{width:238px;line-height:0}.brand img{width:100%;height:auto}.main-nav{display:flex;align-items:center;gap:31px;margin-left:auto}.main-nav a{position:relative;padding:36px 0 32px;font-size:14px;font-weight:600}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:2px;background:var(--red);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{right:0}.header-cta,.button{display:inline-flex;gap:18px;align-items:center;background:var(--ink);color:#fff;padding:14px 19px;font-size:13px;font-weight:700;transition:.2s}.header-cta:hover,.button:hover{background:var(--red)}.header-cta span,.button span{color:var(--red)}.header-cta:hover span,.button:hover span{color:#fff}.menu-toggle{display:none;background:none;border:0;padding:10px}.hero{min-height:720px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center;padding-block:82px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 22px;color:#4d4d4d;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:700}.eyebrow span{display:block;width:28px;height:2px;background:var(--red)}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{max-width:720px;margin:0;font-size:clamp(48px,5.5vw,78px);line-height:1.02;letter-spacing:-3.8px;font-weight:800}h1 em{display:block;color:var(--red);font-style:normal}.hero-intro{max-width:650px;margin:27px 0 36px;color:var(--muted);font-size:17px;line-height:1.7}.search-panel{max-width:700px;border:1px solid #d9d5cf;background:#fff;padding:18px 20px 20px;box-shadow:0 14px 40px #18120b0c}.product-search label{display:block;margin:0 0 10px;text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:700;color:#666}.search-row{display:flex;align-items:center}.search-icon{width:18px;height:18px;border:2px solid #777;border-radius:50%;margin-right:13px;position:relative;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:#777;right:-5px;bottom:-2px;transform:rotate(45deg)}.search-row input{min-width:0;flex:1;border:0;outline:0;font-size:15px;padding:11px 8px}.search-row button{border:0;background:var(--red);color:#fff;padding:15px 22px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.search-row button:hover{background:#b90f15}.search-feedback{min-height:0;margin:0;color:var(--muted);font-size:12px}.search-feedback:not(:empty){margin-top:11px}.hero-links{display:flex;align-items:center;gap:35px;margin-top:28px;font-size:12px}.hero-links a{font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.hero-links a span{color:var(--red)}.hero-links>span{color:#777}.hero-visual{height:540px;position:relative;background:var(--warm)}.frame{position:absolute;border-style:solid;box-shadow:14px 18px 35px #0002}.frame-back{width:320px;height:370px;right:2%;top:14%;border-width:19px;border-color:#27221f;background:#ddd2c1;transform:rotate(7deg)}.frame-front{width:310px;height:390px;left:6%;top:7%;border-width:24px;border-color:#9c2520 #6d1715 #51100e #bf3831;background:#eee8dd;transform:rotate(-6deg)}.frame-art{position:absolute;inset:20px;background:#ddd7ce;overflow:hidden}.frame-art i{position:absolute;display:block;background:#1b1b1b}.frame-art i:nth-child(1){width:60%;height:110%;left:20%;top:-5%;transform:rotate(16deg)}.frame-art i:nth-child(2){width:8px;height:100%;left:48%;background:var(--red)}.frame-art i:nth-child(3){width:75%;height:70px;left:15%;top:42%;background:#e8e0d5;transform:rotate(-12deg)}.material-card{position:absolute;right:-15px;bottom:32px;width:185px;height:96px;background:var(--ink);color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 16px 32px #0003}.material-card span{text-transform:uppercase;letter-spacing:1.3px;font-size:9px}.material-card strong{font-family:Manrope;font-size:24px;color:var(--red)}.section{padding:100px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:44px}.section-heading h2,.closing h2{margin:0;font-size:clamp(34px,4vw,51px);line-height:1.08;letter-spacing:-2px}.section-heading>p{max-width:390px;margin:0;color:var(--muted);line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card{border:1px solid var(--line);background:#fff;transition:.3s}.category-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #00000010;border-color:#cfcac2}.category-art{height:230px;position:relative;overflow:hidden;background:var(--warm)}.category-art span,.category-art:before,.category-art:after{content:"";position:absolute;display:block}.mouldings .category-art{background:linear-gradient(135deg,#c5aa79,#f5ebda)}.mouldings .category-art span{inset:34px;border:26px ridge #7d532b;background:#f8f2e7;transform:rotate(-4deg);box-shadow:7px 9px 18px #0003}.passepartout .category-art{background:#d9d0bf}.passepartout .category-art:before{inset:30px;background:#9c241f;clip-path:polygon(0 0,100% 6%,94% 100%,5% 90%)}.passepartout .category-art:after{inset:67px;background:#f0e9da;clip-path:polygon(0 0,100% 6%,94% 100%,5% 90%)}.foam .category-art{background:linear-gradient(150deg,#eceae5 40%,#d5d2cc 41%)}.foam .category-art span{width:75%;height:64%;left:13%;top:18%;background:#fff;border:7px solid #eeede9;box-shadow:14px 16px 20px #0002;transform:skewY(-5deg)}.stretchers .category-art{background:#e8dfcf}.stretchers .category-art:before{inset:35px 55px;border:18px solid #c89956;box-shadow:inset 0 0 0 2px #8c642d,8px 10px 18px #0002;transform:rotate(3deg)}.stretchers .category-art:after{inset:63px 83px;background:linear-gradient(135deg,#e9e4d9,#fff)}.accessories .category-art{background:radial-gradient(circle at 32% 48%,#222 0 18px,transparent 19px),radial-gradient(circle at 68% 48%,#d9151c 0 18px,transparent 19px),linear-gradient(30deg,#e5ded1,#f8f4ec)}.accessories .category-art:before{width:120px;height:9px;background:#292929;left:calc(50% - 60px);top:68%;transform:rotate(-12deg);box-shadow:0 -45px 0 #8b6c43}.machinery .category-art{background:#d6d2cb}.machinery .category-art span{width:165px;height:110px;left:calc(50% - 82px);top:70px;background:#252525;border-radius:6px 6px 0 0;box-shadow:0 18px 0 #a40f15,0 30px 0 #111}.machinery .category-art:before{width:70px;height:40px;left:calc(50% - 35px);top:35px;background:#a40f15;border-radius:4px}.category-meta{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:10px;padding:22px}.category-meta>span{font-size:10px;color:#999}.category-meta h3{margin:0;font-size:19px}.category-meta i{font-style:normal;color:var(--red);font-size:20px;transition:.2s}.category-card:hover .category-meta i{transform:translateX(4px)}.benefits{background:var(--ink);color:#fff;padding:55px 0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits article{display:flex;gap:18px;padding:4px 28px;border-left:1px solid #ffffff22}.benefits article:first-child{border-left:0;padding-left:0}.benefits b{font-size:10px;color:var(--red);padding-top:5px}.benefits h3{margin:0 0 6px;font-size:16px}.benefits p{margin:0;color:#aaa;font-size:12px}.closing{background:var(--warm)}.closing-inner{display:flex;align-items:end;justify-content:space-between}.button{padding:18px 24px}.site-footer{border-top:1px solid var(--line);padding:42px 0}.footer-inner{display:grid;grid-template-columns:220px 1fr auto;gap:35px;align-items:center}.footer-inner img{width:200px}.footer-inner p{margin:0;color:#777;font-size:12px}
@media(max-width:980px){.header-inner{height:78px}.brand{width:195px}.header-cta{display:none}.main-nav{gap:21px}.hero-grid{grid-template-columns:1fr}.hero-visual{height:410px;margin-top:10px}.hero{min-height:auto}.frame-front{left:22%}.frame-back{right:17%;height:330px}.category-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:30px 0}.benefits article:nth-child(3){border-left:0;padding-left:0}.section-heading{align-items:start;gap:30px}.section-heading>p{max-width:310px}.footer-inner{grid-template-columns:190px 1fr}.footer-inner p:last-child{grid-column:2}}
@media(max-width:720px){.container{width:min(100% - 32px,var(--max))}.menu-toggle{display:flex;margin-left:auto;width:42px;height:40px;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span:not(.sr-only){display:block;width:22px;height:2px;background:#111}.main-nav{position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 16px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 30px #0001}.main-nav.open{display:flex}.main-nav a{padding:14px 10px}.main-nav a:after{display:none}.hero-grid{padding-block:55px;gap:30px}.hero h1{font-size:45px;letter-spacing:-2.5px}.hero-intro{font-size:15px;margin:22px 0 28px}.search-panel{padding:15px}.search-row{flex-wrap:wrap}.search-row input{font-size:14px}.search-row button{width:100%;margin-top:10px;justify-content:center}.hero-links{flex-wrap:wrap;gap:17px}.hero-visual{height:330px}.frame-front{width:210px;height:270px;left:7%;border-width:17px}.frame-back{width:210px;height:250px;right:5%;border-width:14px}.material-card{width:150px;height:82px;right:0}.section{padding:70px 0}.section-heading{display:block}.section-heading>p{margin-top:22px}.category-grid{grid-template-columns:1fr;gap:14px}.category-art{height:190px}.category-meta{padding:18px}.benefits-grid{grid-template-columns:1fr;gap:26px}.benefits article,.benefits article:nth-child(3){border-left:0;padding:0}.closing-inner{display:block}.closing .button{margin-top:30px}.footer-inner{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-inner p:last-child{margin-top:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Fotografías recuperadas de la propuesta visual aprobada. La imagen se usa
   como una lámina fotográfica, mostrando en cada tarjeta su recorte original. */
.hero{background:linear-gradient(90deg,#fff 0%,#fff 47%,#fafafa 66%,#fff 100%)}
.hero-grid{grid-template-columns:.92fr 1.08fr;gap:28px}
.hero-visual.approved-photo{height:500px;background-image:url("assets/hero-molduras-exclusiva.png");background-repeat:no-repeat;background-size:auto 100%;background-position:right center;box-shadow:none}
.category-grid{grid-template-columns:repeat(6,1fr);gap:18px}
.category-art{height:auto;aspect-ratio:236/175;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important}
.category-art:before,.category-art:after,.category-art span{display:none!important}
.mouldings .category-art{background-image:url("assets/hero-molduras-exclusiva.png")!important;background-position:72% center!important}
.passepartout .category-art{background-image:url("assets/passepartout-exclusiva.png")!important}
.foam .category-art{background-image:url("assets/carton-pluma-exclusiva.png")!important}
.accessories .category-art{background-image:url("assets/complementos-exclusiva.png")!important}
.machinery .category-art{background-image:url("assets/maquinaria-exclusiva.png")!important}
.technical-frames .category-art{background-image:url("assets/marcoclips-standard.png");background-position:center;background-size:cover}.technical-frames .category-art:before,.technical-frames .category-art:after{display:none}
.stretchers .category-art{background-image:url("assets/bastidores-exclusiva.png")!important;background-size:cover!important;background-position:center!important;filter:saturate(.88) contrast(1.03)}
.category-meta{min-height:195px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 12px}
.category-meta>span{display:none}.category-meta h3{font-size:16px;text-transform:uppercase}.category-meta p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.category-meta i{margin-top:auto;color:var(--red)}

@media(max-width:1180px){.category-grid{grid-template-columns:repeat(3,1fr)}.category-meta{min-height:160px}.hero-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-visual.approved-photo{height:420px;background-size:auto 100%;background-position:right center}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.hero-visual.approved-photo{height:300px;background-size:auto 100%;background-position:right center}.category-grid{grid-template-columns:1fr}.category-meta{min-height:145px}.category-art{aspect-ratio:236/145;background-size:cover!important}}

/* Logotipo corporativo original */
.brand{width:285px;height:76px;overflow:hidden}.brand img{display:block;width:100%;height:76px;object-fit:cover;object-position:left top}
.footer-logo{display:block;line-height:0}.footer-inner img{width:230px;height:61px;object-fit:cover;object-position:left top}
.footer-status{text-align:right}.footer-status p+p{margin-top:6px;color:#999}
.footer-legal{margin-top:25px;padding-top:20px;border-top:1px solid var(--line);font-size:12px}.footer-legal a{text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:var(--red)}
.public-funding{padding:30px 0 34px;background:#fff;border-top:1px solid var(--line)}.public-funding img{display:block;width:100%;height:auto;max-height:85px;object-fit:contain}.public-funding p{max-width:1180px;margin:18px auto 0;color:#646464;font-size:11px;line-height:1.65;text-align:center}
.product-search:has(input:disabled){opacity:.76}.search-row input:disabled{background:#fff;color:#777;cursor:not-allowed}.search-row button:disabled{background:#aaa;cursor:not-allowed}.search-row button:disabled:hover{background:#aaa}.search-feedback:not(:empty){color:var(--red);font-weight:600}.search-coming-soon{background:#555}
@media(max-width:980px){.brand{width:220px}.brand img{height:62px}}
@media(max-width:720px){.brand{width:205px;height:55px}.brand img{height:55px}.footer-inner img{width:220px;height:58px}.footer-status{text-align:left}}

/* Página Empresa */
.company-hero{padding:110px 0 95px;background:linear-gradient(120deg,#fff 0 62%,#f4f1ec 62%)}
.company-hero-grid{display:grid;grid-template-columns:1.5fr .5fr;gap:80px;align-items:end}.company-hero h1{font-size:clamp(48px,5.6vw,76px)}.company-hero-grid>p{margin:0 0 8px;color:var(--muted);font-size:17px;line-height:1.75}
.company-story-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:start}.company-year{position:sticky;top:130px;padding:45px;background:var(--ink);color:#fff}.company-year span{display:block;text-transform:uppercase;letter-spacing:2px;font-size:11px;color:#aaa}.company-year strong{display:block;margin:5px 0 18px;color:var(--red);font-family:Manrope,Arial,sans-serif;font-size:72px;letter-spacing:-4px}.company-year p{margin:0;padding-top:18px;border-top:1px solid #ffffff2b;font-size:13px}.company-copy h2{margin:0 0 30px;font-size:clamp(36px,4vw,52px);letter-spacing:-2px}.company-copy>p:not(.eyebrow){margin:0 0 20px;color:var(--muted);font-size:16px;line-height:1.8}
.company-values{padding:100px 0;background:var(--warm)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8d3cb}.value-grid article{padding:30px 30px 10px;border-left:1px solid #d8d3cb}.value-grid article:first-child{border-left:0;padding-left:0}.value-grid b{color:var(--red);font-size:11px}.value-grid h3{margin:30px 0 12px;font-size:20px}.value-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
@media(max-width:980px){.company-hero-grid{grid-template-columns:1fr;gap:30px}.company-story-grid{grid-template-columns:.8fr 1.2fr;gap:45px}.value-grid{grid-template-columns:repeat(2,1fr);gap:35px 0}.value-grid article:nth-child(3){border-left:0;padding-left:0}}
@media(max-width:720px){.company-hero{padding:70px 0;background:#fff}.company-hero-grid{display:block}.company-hero-grid>p{margin-top:28px}.company-story-grid{grid-template-columns:1fr;gap:45px}.company-year{position:static}.company-year strong{font-size:60px}.company-values{padding:70px 0}.value-grid{grid-template-columns:1fr}.value-grid article,.value-grid article:nth-child(3){padding:25px 0;border-left:0;border-bottom:1px solid #d8d3cb}}

/* Página Contacto */
.contact-hero{padding:110px 0 95px;overflow:hidden;background:linear-gradient(115deg,#fff 0 68%,#f4f1ec 68%)}.contact-hero-grid{display:grid;grid-template-columns:1fr 300px;align-items:center;gap:90px}.contact-hero h1{font-size:clamp(52px,6vw,82px)}.contact-hero-grid>div:first-child>p:last-child{max-width:580px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.contact-mark{position:relative;height:235px;color:#fff;background:var(--ink);display:grid;place-items:center;font-family:Manrope,Arial,sans-serif;font-size:110px;font-weight:800;letter-spacing:-15px;transform:rotate(3deg)}.contact-mark span{color:var(--red)}.contact-mark b{position:absolute;right:42px;bottom:20px;color:#fff;font-size:78px}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contact-grid article{min-width:0;padding:40px;border-left:1px solid var(--line)}.contact-grid article:first-child{border-left:0;padding-left:0}.contact-number{color:var(--red);font-size:11px}.contact-label{margin:28px 0 12px;text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:700;color:#777}.contact-grid h2{margin:0 0 16px;font-size:clamp(19px,2vw,27px);overflow-wrap:anywhere}.contact-grid article>p:not(.contact-label){min-height:45px;margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.6}.contact-grid address{min-height:72px;margin:0 0 28px;color:var(--muted);font-size:13px;font-style:normal;line-height:1.6}.contact-link{display:inline-flex;gap:14px;padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:700}.contact-link span{color:var(--red)}.contact-link:hover{color:var(--red);border-color:var(--red)}
.contact-cta{padding:85px 0;background:var(--ink);color:#fff}.contact-cta-inner{display:flex;align-items:end;justify-content:space-between;gap:50px}.contact-cta h2{margin:0 0 12px;font-size:clamp(35px,4vw,52px);letter-spacing:-2px}.contact-cta-inner>div>p:last-child{max-width:600px;margin:0;color:#aaa;line-height:1.7}.contact-cta .button{background:var(--red);white-space:nowrap}.contact-cta .button span{color:#fff}
.location-section{padding:0 0 100px}.location-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.location-heading h2{margin:0;font-size:clamp(34px,4vw,50px);letter-spacing:-2px}.map-frame{height:430px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px #18120b12}.map-frame iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(18%) contrast(1.03)}
@media(max-width:980px){.contact-hero-grid{grid-template-columns:1fr 230px;gap:40px}.contact-grid{grid-template-columns:1fr}.contact-grid article,.contact-grid article:first-child{padding:35px 0;border-left:0;border-bottom:1px solid var(--line)}.contact-grid article:last-child{border-bottom:0}.contact-grid article>p:not(.contact-label),.contact-grid address{min-height:0}}
@media(max-width:720px){.contact-hero{padding:70px 0;background:#fff}.contact-hero-grid{grid-template-columns:1fr}.contact-mark{display:none}.contact-cta-inner{display:block}.contact-cta .button{margin-top:30px}.location-section{padding-bottom:70px}.location-heading{display:block}.location-heading .contact-link{margin-top:24px}.map-frame{height:330px;padding:5px}}

/* Protección de datos y aviso legal */
.legal-hero{padding:100px 0 80px;background:linear-gradient(115deg,#fff 0 74%,#f4f1ec 74%)}.legal-hero h1{font-size:clamp(48px,6vw,78px)}.legal-hero>div>p:last-child{max-width:680px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.legal-grid{display:grid;grid-template-columns:240px minmax(0,780px);justify-content:space-between;gap:80px}.legal-index{position:sticky;top:125px;height:max-content;border-top:2px solid var(--red);padding-top:18px}.legal-index p{text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:700;color:#777}.legal-index a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.legal-index a:hover{color:var(--red)}.legal-content>section{scroll-margin-top:120px;padding:0 0 58px;margin:0 0 58px;border-bottom:1px solid var(--line)}.legal-content>section>span{color:var(--red);font-size:11px}.legal-content h2{margin:10px 0 25px;font-size:clamp(28px,3vw,40px);letter-spacing:-1.5px}.legal-content h3{margin:35px 0 12px;font-size:18px}.legal-content p,.legal-content li{color:#555;font-size:14px;line-height:1.8}.legal-content a{text-decoration:underline;text-underline-offset:3px}.legal-content a:hover{color:var(--red)}.legal-content ul{padding-left:20px}.legal-content dl{margin:0;border-top:1px solid var(--line)}.legal-content dl div{display:grid;grid-template-columns:170px 1fr;padding:15px 0;border-bottom:1px solid var(--line)}.legal-content dt{color:#777;font-size:12px}.legal-content dd{margin:0;font-size:14px}.legal-table-wrap{overflow-x:auto;margin:20px 0}.legal-content table{width:100%;border-collapse:collapse;font-size:13px}.legal-content th{padding:14px;text-align:left;background:var(--ink);color:#fff}.legal-content td{padding:14px;border:1px solid var(--line);vertical-align:top}.legal-review{padding:25px;border-left:3px solid var(--red);background:var(--warm)}.legal-review p{margin:8px 0 0;color:var(--muted);font-size:13px}
@media(max-width:800px){.legal-hero{padding:70px 0;background:#fff}.legal-grid{grid-template-columns:1fr;gap:50px}.legal-index{position:static}.legal-content dl div{grid-template-columns:1fr;gap:5px}}

/* Presentación institucional exclusiva de la página legal */
.legal-site-header{background:#fff;border-bottom:1px solid #d8d8d8}.legal-header-inner{min-height:82px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:30px}.legal-brand{display:block;width:210px;height:56px;overflow:hidden;line-height:0}.legal-brand img{width:100%;height:56px;object-fit:cover;object-position:left top}.legal-header-inner>p{margin:0;padding-left:30px;border-left:1px solid #ccc;color:#555;text-transform:uppercase;letter-spacing:1.6px;font-family:Arial,sans-serif;font-size:10px;font-weight:700}.legal-back{padding-bottom:3px;border-bottom:1px solid #777;color:#333;font-family:Arial,sans-serif;font-size:12px}.legal-back span{margin-left:10px}.legal-document-title{padding:72px 0 54px;background:#f2f2f0;border-bottom:1px solid #d7d7d4}.legal-document-title .legal-kicker{margin:0 0 18px;color:#555;text-transform:uppercase;letter-spacing:1.7px;font-family:Arial,sans-serif;font-size:10px;font-weight:700}.legal-document-title h1{max-width:880px;margin:0;color:#202020;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.08;letter-spacing:-1px}.legal-document-title>div>p:not(.legal-kicker){max-width:730px;margin:25px 0 0;color:#555;font-family:Arial,sans-serif;font-size:15px;line-height:1.7}.legal-meta{display:flex;gap:30px;margin-top:38px;padding-top:18px;border-top:1px solid #ccc;color:#666;font-family:Arial,sans-serif;font-size:11px}.legal-layout{background:#fafafa}.legal-grid{grid-template-columns:220px minmax(0,800px)}.legal-index{border-top-color:#333}.legal-index a,.legal-index p,.legal-content p,.legal-content li,.legal-content dt,.legal-content dd,.legal-content table{font-family:Arial,sans-serif}.legal-content h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.5px}.legal-content h3{font-family:Arial,sans-serif;font-size:15px}.legal-content>section>span{color:#777}.legal-content th{background:#333}.legal-content a:hover{color:#333}.legal-review{border-left-color:#555;background:#ededeb}.legal-footer{padding:28px 0;background:#292929;color:#bbb}.legal-footer>div{display:flex;justify-content:space-between;gap:30px;align-items:center}.legal-footer p{margin:0;font-family:Arial,sans-serif;font-size:11px}.legal-footer a{color:#fff;border-bottom:1px solid #777;font-family:Arial,sans-serif;font-size:11px}
@media(max-width:720px){.legal-header-inner{grid-template-columns:1fr auto}.legal-header-inner>p{display:none}.legal-brand{width:180px;height:48px}.legal-brand img{height:48px}.legal-document-title{padding:52px 0 42px}.legal-meta{display:block}.legal-meta span{display:block;margin-top:6px}.legal-footer>div{display:block}.legal-footer a{display:inline-block;margin-top:14px}}

/* Página Novedades */
.news-hero{padding:95px 0 85px;background:linear-gradient(110deg,#fff 0 63%,#f1efeb 63%);overflow:hidden}.news-hero-grid{display:grid;grid-template-columns:1fr 440px;gap:65px;align-items:center}.news-hero h1{font-size:clamp(52px,6vw,80px)}.news-hero-grid>div:first-child>p:last-child{max-width:600px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.news-hero-sample{position:relative;height:300px}.news-hero-sample i{position:absolute;display:block;width:420px;height:48px;right:-40px;background:#171717;border:5px solid #332f2c;box-shadow:0 15px 25px #0002}.news-hero-sample i:nth-child(1){top:48px;transform:rotate(-12deg)}.news-hero-sample i:nth-child(2){top:120px;right:-5px;transform:rotate(-3deg);background:#24201d}.news-hero-sample i:nth-child(3){top:194px;right:-28px;transform:rotate(7deg);background:#0d0d0d}
.news-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:end;margin-bottom:70px}.news-intro h2{margin:0;font-size:clamp(50px,7vw,86px);letter-spacing:-4px}.news-intro>div:last-child{border-left:2px solid var(--red);padding-left:28px}.news-intro>div:last-child p{margin:10px 0 0;color:var(--muted);line-height:1.7}.news-intro .news-lead{margin-top:0!important;color:var(--ink)!important;font-size:22px;font-weight:700}.news-product-list{border-top:1px solid var(--line)}.news-product{display:grid;grid-template-columns:1fr 260px;gap:45px;align-items:center;padding:48px 0;border-bottom:1px solid var(--line)}.news-photo{min-height:220px;display:flex;align-items:center;justify-content:center;padding:30px;background:#f7f6f3;overflow:hidden}.news-photo img{display:block;max-width:100%;height:auto;transition:transform .3s}.news-photo:hover img{transform:scale(1.025)}.news-product>div>span{color:#888;text-transform:uppercase;letter-spacing:1.5px;font-size:10px}.news-product h3{margin:14px 0 30px;font-size:28px}.news-product>div>a{display:inline-flex;gap:12px;padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:700}.news-product>div>a i{color:var(--red);font-style:normal}.news-signature{display:flex;justify-content:flex-end;align-items:center;gap:25px;padding-top:35px;color:#777;text-transform:uppercase;letter-spacing:1.4px;font-size:9px}.news-signature img{width:252px;height:auto}.news-help{padding:90px 0;background:var(--warm)}
@media(max-width:980px){.news-hero-grid{grid-template-columns:1fr 300px;gap:35px}.news-hero-sample i{width:330px}.news-intro{gap:40px}.news-product{grid-template-columns:1fr 220px}}
@media(max-width:720px){.news-hero{padding:70px 0;background:#fff}.news-hero-grid{grid-template-columns:1fr}.news-hero-sample{height:220px;background:var(--warm)}.news-hero-sample i{width:290px;height:38px}.news-hero-sample i:nth-child(1){top:38px}.news-hero-sample i:nth-child(2){top:92px}.news-hero-sample i:nth-child(3){top:148px}.news-intro{grid-template-columns:1fr;gap:30px;margin-bottom:45px}.news-intro>div:last-child{padding-left:20px}.news-product{grid-template-columns:1fr;gap:25px;padding:35px 0}.news-photo{min-height:170px;padding:20px}.news-product h3{margin-bottom:20px}.news-signature{justify-content:flex-start;flex-wrap:wrap}.news-help .closing-inner{display:block}.news-help .button{margin-top:30px}}

/* Fotografía principal exclusiva de Novedades */
.news-hero-sample{height:360px;background-image:url("assets/hero-novedades-highlands.png");background-repeat:no-repeat;background-size:auto 100%;background-position:right center}
.news-hero-sample i{display:none}
@media(max-width:980px){.news-hero-grid{grid-template-columns:1fr 340px}}
@media(max-width:720px){.news-hero-grid{grid-template-columns:1fr}.news-hero-sample{height:260px;background-image:url("assets/hero-novedades-highlands.png");background-size:auto 100%;background-position:right center}}

/* Fichas técnicas Highlands */
.product-breadcrumb{display:flex;gap:10px;align-items:center;padding-top:30px;color:#777;font-size:11px}.product-breadcrumb a:hover{color:var(--red)}.product-breadcrumb strong{color:var(--ink)}.product-detail{padding:55px 0 95px}.product-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center}.product-image-panel{min-height:440px;padding:45px;background:#f6f5f2;display:flex;flex-direction:column;justify-content:center}.product-image-panel img{display:block;width:100%;height:auto}.product-image-panel p{margin:30px 0 0;color:#999;font-size:10px}.product-summary h1{margin:0;font-size:clamp(46px,5.5vw,74px);letter-spacing:-3.5px}.product-subtitle{margin:25px 0 35px;color:var(--muted);font-size:16px;line-height:1.75}.product-key-data{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:36px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-key-data div{padding:20px 14px;border-left:1px solid var(--line)}.product-key-data div:first-child{padding-left:0;border-left:0}.product-key-data span{display:block;margin-bottom:7px;color:#888;text-transform:uppercase;letter-spacing:1px;font-size:9px}.product-key-data strong{font-family:Manrope,Arial,sans-serif;font-size:18px}.product-specs{padding:90px 0;background:var(--warm)}.product-specs-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.product-specs h2{margin:0 0 22px;font-size:clamp(36px,4vw,52px);letter-spacing:-2px}.product-specs-grid>div>p:last-child{color:var(--muted);line-height:1.7}.product-specs dl{margin:0;border-top:1px solid #d3cfc8}.product-specs dl div{display:grid;grid-template-columns:1fr 1fr;padding:16px 0;border-bottom:1px solid #d3cfc8}.product-specs dt{color:#777;font-size:12px}.product-specs dd{margin:0;font-size:13px;font-weight:600}.product-source{display:flex;justify-content:flex-end;margin-top:38px}.product-source a{padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700}.product-source span{margin-left:12px;color:var(--red)}
@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr;gap:45px}.product-image-panel{min-height:320px}.product-specs-grid{grid-template-columns:1fr;gap:45px}}
@media(max-width:600px){.product-detail{padding:40px 0 70px}.product-image-panel{min-height:240px;padding:25px}.product-summary h1{font-size:42px}.product-key-data{grid-template-columns:1fr}.product-key-data div,.product-key-data div:first-child{padding:14px 0;border-left:0;border-bottom:1px solid var(--line)}.product-key-data div:last-child{border-bottom:0}.product-specs{padding:70px 0}.product-specs dl div{grid-template-columns:1fr;gap:5px}}

.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff}
@media(max-width:600px){.product-gallery{grid-template-columns:1fr}.product-gallery img{max-height:330px}}

.profile-sketch{grid-column:1/-1;display:grid;grid-template-columns:220px minmax(0,1fr);gap:45px;align-items:center;margin:65px 0 0;padding:35px;background:#fff;border:1px solid #d9d5ce}.profile-sketch figcaption span{display:block;margin-bottom:10px;color:var(--red);text-transform:uppercase;letter-spacing:1.5px;font-size:9px;font-weight:700}.profile-sketch figcaption strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:23px}.profile-sketch figcaption small{display:block;margin-top:12px;color:#888;line-height:1.5}.profile-sketch svg{display:block;width:100%;height:auto}.sketch-profile{fill:url(#wood);stroke:#111;stroke-width:2}.sketch-lines line{stroke:#6b6b6b;stroke-width:1.5}.sketch-lines .measure{stroke:var(--red);stroke-width:1.8;marker-start:url(#arrow);marker-end:url(#arrow)}.sketch-lines text{fill:#222;font:600 14px "DM Sans",Arial,sans-serif;text-anchor:middle}.sketch-lines .vertical-label{font-size:13px;writing-mode:vertical-rl;text-orientation:mixed}
@media(max-width:700px){.profile-sketch{grid-template-columns:1fr;gap:20px;margin-top:45px;padding:22px}.sketch-lines text{font-size:16px}}

.real-profile-diagram{display:grid;grid-template-columns:minmax(300px,1.1fr) minmax(210px,.75fr) 220px;gap:28px;align-items:center}.technical-profile{display:block;width:100%;height:auto;padding:18px;background:#f7f6f2;border:1px solid #d7d3cc}.technical-shape{fill:#cda974;stroke:#171717;stroke-width:3;stroke-linejoin:round}.technical-dim line{stroke:var(--red);stroke-width:1.8}.technical-dim text{fill:#171717;font:700 13px "DM Sans",Arial,sans-serif;text-anchor:middle}.real-profile-image{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2dfd9}.real-profile-image img{display:block;width:100%;height:340px;object-fit:contain}.real-profile-image span{position:absolute;left:14px;bottom:14px;padding:6px 9px;background:var(--ink);color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:8px}.diagram-measures{border-top:1px solid #d3cfc8!important}.diagram-measures div{grid-template-columns:1fr!important;gap:4px}.diagram-measures dd{font-size:18px!important}
@media(max-width:1100px){.profile-sketch{grid-template-columns:1fr}.real-profile-diagram{grid-template-columns:1fr 1fr}.diagram-measures{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:0 25px}.real-profile-image img{height:320px}}
@media(max-width:700px){.real-profile-diagram{grid-template-columns:1fr}.diagram-measures{grid-column:auto;display:block}.real-profile-image img{height:300px}}
@media(max-width:600px){.real-profile-image{min-height:260px}.real-profile-image img{height:280px}}

/* Familia Molduras */
.mouldings-hero{padding:82px 0;background:#fff;overflow:hidden}.mouldings-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.mouldings-hero h1{font-size:clamp(50px,5.6vw,78px)}.mouldings-hero h1 em{display:block;color:var(--red);font-style:normal}.mouldings-hero-grid>div:first-child>p:not(.eyebrow){max-width:600px;margin:28px 0 34px;color:var(--muted);font-size:17px;line-height:1.7}.mouldings-hero-photo{min-height:470px;background:url("assets/hero-molduras-exclusiva.png") center/cover no-repeat}.mouldings-search{padding:55px 0;background:var(--ink);color:#fff}.mouldings-search-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;align-items:center}.mouldings-search h2{margin:0;font-size:34px}.mouldings-search .eyebrow{color:#aaa}.mouldings-search .search-panel{max-width:none;color:var(--ink);box-shadow:none}.mouldings-search input:disabled,.mouldings-search button:disabled{cursor:not-allowed;opacity:.62}.mouldings-link-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.mouldings-link{display:grid;grid-template-columns:35px 1fr 30px;gap:16px;align-items:center;min-height:190px;padding:32px;border-bottom:1px solid var(--line);transition:.25s}.mouldings-link:nth-child(odd){border-right:1px solid var(--line)}.mouldings-link>span{align-self:start;color:#999;font-size:10px}.mouldings-link small{color:var(--red);text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:700}.mouldings-link h3{margin:7px 0 9px;font-size:25px}.mouldings-link p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.mouldings-link i{color:var(--red);font-size:22px;font-style:normal;transition:.25s}.mouldings-link:hover{background:var(--warm)}.mouldings-link:hover i{transform:translateX(5px)}.mouldings-link.featured{background:var(--ink);color:#fff}.mouldings-link.featured p{color:#aaa}.mouldings-link.featured:hover{background:#242424}.mouldings-new{background:var(--warm)}.mouldings-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mouldings-showcase a{display:grid;grid-template-columns:1fr auto;gap:7px 15px;padding:20px;background:#fff;border:1px solid #e0ddd7;transition:.25s}.mouldings-showcase img{grid-column:1/-1;width:100%;aspect-ratio:1.35;object-fit:contain;margin-bottom:12px;background:#fafafa}.mouldings-showcase span{color:#888;font-size:11px}.mouldings-showcase strong{grid-column:1;font-family:Manrope,Arial,sans-serif;font-size:20px}.mouldings-showcase i{grid-column:2;grid-row:2/4;align-self:end;color:var(--red);font-size:12px;font-style:normal;font-weight:700}.mouldings-showcase a:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}.mouldings-all-news{display:flex;justify-content:flex-end;margin-top:30px}
@media(max-width:900px){.mouldings-hero-grid{grid-template-columns:1fr;gap:40px}.mouldings-hero-photo{min-height:380px}.mouldings-search-grid{grid-template-columns:1fr;gap:25px}.mouldings-showcase{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.mouldings-hero{padding:60px 0}.mouldings-hero-photo{min-height:290px}.mouldings-link-grid,.mouldings-showcase{grid-template-columns:1fr}.mouldings-link:nth-child(odd){border-right:0}.mouldings-link{min-height:160px;padding:25px 15px}.mouldings-search{padding:45px 0}.mouldings-search .search-row button{padding-inline:14px}.mouldings-options .section-heading,.mouldings-new .section-heading{display:block}.mouldings-options .section-heading>p,.mouldings-new .section-heading>p{margin-top:20px}}

/* Familia Passepartout */
.mountboard-hero{padding:82px 0;overflow:hidden;background:#fff}.mountboard-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.mountboard-hero h1{font-size:clamp(50px,5.7vw,80px)}.mountboard-hero h1 em{display:block;color:var(--red);font-style:normal}.mountboard-hero-grid>div:first-child>p:not(.eyebrow){max-width:570px;margin:28px 0 34px;color:var(--muted);font-size:17px;line-height:1.7}.mountboard-actions{display:flex;align-items:center;gap:28px}.mountboard-text-link{padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700}.mountboard-text-link span{margin-left:10px;color:var(--red)}.mountboard-hero-photo{position:relative;min-height:500px;background:url("assets/passepartout-exclusiva.png") center/cover no-repeat}.crescent-stamp{position:absolute;right:0;bottom:0;width:205px;padding:24px;background:var(--ink);color:#fff}.crescent-stamp small,.crescent-stamp span{display:block;text-transform:uppercase;letter-spacing:1.4px;font-size:8px}.crescent-stamp strong{display:block;margin:5px 0;color:var(--red);font-family:Manrope,Arial,sans-serif;font-size:25px}.crescent-stamp span{color:#aaa}.mountboard-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.mountboard-intro h2{margin:0;font-size:clamp(38px,4.5vw,58px);letter-spacing:-2.5px}.mountboard-intro-grid>div:last-child{padding-left:35px;border-left:2px solid var(--red)}.mountboard-intro-grid>div:last-child p{margin:0 0 18px;color:var(--muted);font-size:16px;line-height:1.75}.mountboard-levels{padding:100px 0;background:var(--warm)}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quality-grid article{min-height:300px;padding:32px;border:1px solid #d8d4cd;background:#fff}.quality-grid article>span{float:right;color:#aaa;font-size:10px}.quality-grid small{color:var(--red);text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:700}.quality-grid h3{margin:55px 0 20px;font-size:42px;letter-spacing:-2px}.quality-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.quality-grid .quality-featured{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-12px)}.quality-grid .quality-featured p{color:#aaa}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.choice-grid article{padding:35px 28px;border-left:1px solid var(--line)}.choice-grid article:first-child{padding-left:0;border-left:0}.choice-grid b{color:var(--red);font-size:10px}.choice-grid h3{margin:35px 0 13px;font-size:21px}.choice-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.xxl-band{padding:65px 0;background:var(--ink);color:#fff}.xxl-grid{display:grid;grid-template-columns:180px 1fr auto;gap:55px;align-items:center}.xxl-grid>div:first-child span{display:block;color:#aaa;text-transform:uppercase;letter-spacing:1.3px;font-size:9px}.xxl-grid>div:first-child strong{font-family:Manrope,Arial,sans-serif;font-size:78px;line-height:1;color:var(--red)}.xxl-grid h2{margin:0 0 9px;font-size:27px}.xxl-grid p{max-width:560px;margin:0;color:#aaa;line-height:1.65}.xxl-grid p b{color:#fff}.xxl-grid .button{background:var(--red);white-space:nowrap}.xxl-grid .button span{color:#fff}.mountboard-search{background:#f7f6f3}.mountboard-search-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center}.mountboard-search h2{margin:0 0 18px;font-size:clamp(34px,4vw,49px);letter-spacing:-2px}.mountboard-search-grid>div:first-child>p:last-child{color:var(--muted);line-height:1.65}.mountboard-search .search-panel{max-width:none}.mountboard-search input:disabled,.mountboard-search button:disabled{cursor:not-allowed;opacity:.62}
@media(max-width:950px){.mountboard-hero-grid{grid-template-columns:1fr;gap:40px}.mountboard-hero-photo{min-height:420px}.mountboard-intro-grid{gap:45px}.choice-grid{grid-template-columns:repeat(2,1fr)}.choice-grid article:nth-child(3){border-left:0}.xxl-grid{grid-template-columns:150px 1fr}.xxl-grid .button{grid-column:2}.mountboard-search-grid{grid-template-columns:1fr;gap:35px}}
@media(max-width:650px){.mountboard-hero{padding:60px 0}.mountboard-hero-photo{min-height:300px}.mountboard-actions{align-items:flex-start;flex-direction:column}.mountboard-intro-grid,.quality-grid,.choice-grid,.xxl-grid{grid-template-columns:1fr}.mountboard-intro-grid{gap:30px}.mountboard-intro-grid>div:last-child{padding-left:20px}.quality-grid .quality-featured{transform:none}.choice-grid article,.choice-grid article:first-child{padding:27px 0;border-left:0;border-bottom:1px solid var(--line)}.xxl-grid{gap:25px}.xxl-grid .button{grid-column:1;justify-self:start}.mountboard-levels{padding:75px 0}.mountboard-levels .section-heading,.mountboard-choices .section-heading{display:block}.mountboard-levels .section-heading>p,.mountboard-choices .section-heading>p{margin-top:20px}}

/* Crescent GOOD */
.quality-grid>a{min-height:300px;padding:32px;border:1px solid #d8d4cd;background:#fff}.quality-grid>a>span{float:right;color:#aaa;font-size:10px}.quality-link{transition:.25s}.quality-link i{display:block;margin-top:25px;color:var(--red);font-size:12px;font-style:normal;font-weight:700}.quality-link:hover{transform:translateY(-5px);box-shadow:0 16px 30px #00000012}.good-hero{padding:55px 0 90px;overflow:hidden}.good-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.good-hero h1{margin:0;color:var(--red);font-size:clamp(92px,13vw,175px);line-height:.85;letter-spacing:-9px}.good-lead{max-width:600px;margin:35px 0;color:var(--muted);font-size:18px;line-height:1.7}.good-use-list{display:flex;flex-wrap:wrap;gap:8px}.good-use-list span{padding:8px 12px;border:1px solid var(--line);text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:700}.good-visual{position:relative;min-height:470px;background:#e2dbce;overflow:hidden}.good-visual i{position:absolute;display:block;width:390px;height:250px;border:32px solid;transform:rotate(-7deg)}.good-visual i:nth-child(1){left:-80px;top:-95px;border-color:#f1eee7}.good-visual i:nth-child(2){right:-120px;top:-25px;border-color:#c91b22;transform:rotate(9deg)}.good-visual i:nth-child(3){left:30px;bottom:-150px;border-color:#222;transform:rotate(4deg)}.good-visual i:nth-child(4){right:-90px;bottom:-185px;border-color:#bda889;transform:rotate(-12deg)}.good-visual strong{position:absolute;right:25px;bottom:18px;color:#ffffffa3;font-family:Manrope,Arial,sans-serif;font-size:80px}.good-definition{background:var(--ink);color:#fff}.good-definition-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.good-definition h2{margin:0;font-size:clamp(38px,4.5vw,56px);letter-spacing:-2px}.good-definition-grid>div:last-child{padding-left:35px;border-left:2px solid var(--red)}.good-definition-grid>div:last-child p{margin:0 0 18px;color:#aaa;font-size:16px;line-height:1.75}.good-family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.good-family-grid article{padding:20px 20px 30px;border:1px solid var(--line)}.good-board{position:relative;height:220px;margin-bottom:25px;background:#d5cec1;overflow:hidden}.good-board i{position:absolute;inset:38px;border:28px solid #f6f4ee;background:#b6aa99}.good-black .good-board{background:#a91b20}.good-black .good-board i{border-color:#151515;background:#d6cfc2}.good-xl .good-board{background:#e9e6df}.good-xl .good-board i{inset:22px 50px;border:20px solid #c3ad85;background:#fff}.good-family-grid article>span{color:var(--red);font-size:10px}.good-family-grid h3{margin:15px 0 12px;font-size:24px}.good-family-grid p{min-height:66px;margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.65}.good-family-grid small{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:9px}.good-data{padding:45px 0;background:var(--warm)}.good-data-grid{display:grid;grid-template-columns:repeat(4,1fr)}.good-data-grid div{padding:5px 28px;border-left:1px solid #d2cec7}.good-data-grid div:first-child{padding-left:0;border-left:0}.good-data-grid span{display:block;margin-bottom:7px;color:#888;text-transform:uppercase;letter-spacing:1px;font-size:9px}.good-data-grid strong{font-family:Manrope,Arial,sans-serif;font-size:18px}
@media(max-width:900px){.good-hero-grid{grid-template-columns:1fr}.good-visual{min-height:360px}.good-definition-grid{grid-template-columns:1fr;gap:40px}.good-family-grid{grid-template-columns:1fr 1fr}.good-data-grid{grid-template-columns:1fr 1fr;gap:25px 0}.good-data-grid div:nth-child(3){border-left:0;padding-left:0}}
@media(max-width:650px){.good-hero{padding-bottom:65px}.good-hero h1{font-size:90px;letter-spacing:-5px}.good-visual{min-height:290px}.good-definition-grid>div:last-child{padding-left:20px}.good-family-grid,.good-data-grid{grid-template-columns:1fr}.good-data-grid div,.good-data-grid div:nth-child(3){padding:15px 0;border-left:0;border-bottom:1px solid #d2cec7}.good-families .section-heading{display:block}.good-families .section-heading>p{margin-top:20px}}

/* Crescent BETTER y BEST */
.better-page .good-hero h1{color:#b4161d}.better-page .good-visual{background:#d9d4cc}.better-page .good-visual i:nth-child(1){border-color:#f3eee4}.better-page .good-visual i:nth-child(2){border-color:#a61820}.better-page .good-visual i:nth-child(3){border-color:#284b48}.better-page .good-visual i:nth-child(4){border-color:#b39879}.better-select .good-board{background:#264b48}.better-select .good-board i{border-color:#d9d2be;background:#a4b7ae}.better-moorman .good-board{background:repeating-linear-gradient(90deg,#b8a88e 0 3px,#aa987a 3px 6px)}.better-moorman .good-board i{border-color:#ede5d6;background:#74604c}.better-special .good-board{background:#592f2b}.better-special .good-board i{border-color:#cbb594;background:#e9e0d1}.best-page .good-hero h1{color:#1e4263}.best-page .eyebrow span{background:#1e4263}.best-page .good-visual{background:#dedbd3}.best-page .good-visual i:nth-child(1){border-color:#f6f4ed}.best-page .good-visual i:nth-child(2){border-color:#1e4263}.best-page .good-visual i:nth-child(3){border-color:#b8a88d}.best-page .good-visual i:nth-child(4){border-color:#f0ede5}.best-page .good-definition-grid>div:last-child{border-left-color:#436d91}.best-page .good-family-grid article>span{color:#1e4263}.best-buffered .good-board{background:#e8e3d8}.best-buffered .good-board i{border-color:#f7f5ef;background:#c3b69e}.best-solid .good-board{background:#293b4c}.best-solid .good-board i{border-color:#73889a;background:#cbd2d5}.best-unbuffered .good-board{background:#d8d0c2}.best-unbuffered .good-board i{border-color:#eee9df;background:#9b8c76}

/* Optium Museum Acrylic */
.optium-home{padding:55px 0;background:#eef2f4;border-bottom:1px solid #dce3e7}.optium-home-grid{display:grid;grid-template-columns:130px 1fr auto;gap:40px;align-items:center}.optium-home-mark{position:relative;width:110px;height:110px;display:grid;place-items:center;border:1px solid #afbdc5;background:#fff}.optium-home-mark span{font-family:Manrope,Arial,sans-serif;font-size:28px;font-weight:800}.optium-home-mark i{position:absolute;inset:9px;border:1px solid #d5dde1}.optium-home h2{margin:0 0 8px;font-size:31px;letter-spacing:-1.2px}.optium-home p:last-child{margin:0;color:var(--muted);line-height:1.6}.optium-hero{padding:85px 0 95px;overflow:hidden}.optium-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:80px;align-items:center}.optium-hero h1{font-size:clamp(50px,5.5vw,76px)}.optium-hero h1 em{display:block;color:#315c76;font-style:normal}.optium-hero-grid>div:first-child>p:not(.eyebrow){max-width:610px;margin:28px 0 35px;color:var(--muted);font-size:17px;line-height:1.75}.optium-visual{position:relative;min-height:500px;background:#e9ecec}.optium-art{position:absolute;inset:55px;background:#c5b59d;overflow:hidden}.optium-art span{position:absolute;width:75%;height:130%;left:12%;top:-15%;background:#243a47;transform:rotate(18deg);box-shadow:85px 0 0 #b1433c}.optium-glass{position:absolute;inset:30px;border:2px solid #fff9;box-shadow:0 25px 45px #17293424;transform:translate(16px,-13px)}.optium-glass:after{content:"";position:absolute;left:12%;top:8%;width:2px;height:42%;background:#fff9;transform:rotate(42deg)}.optium-visual small{position:absolute;right:25px;bottom:18px;padding:8px 11px;background:#fff;color:#315c76;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:700}.optium-performance{background:#172934;color:#fff}.optium-performance-grid{display:grid;grid-template-columns:repeat(4,1fr)}.optium-performance article{display:flex;align-items:center;gap:18px;padding:38px 25px;border-left:1px solid #ffffff20}.optium-performance article:first-child{padding-left:0;border-left:0}.optium-performance strong{font-family:Manrope,Arial,sans-serif;font-size:34px;color:#8fb2c5}.optium-performance sup{font-size:.42em}.optium-performance span{color:#b6c0c6;font-size:11px;line-height:1.5}.optium-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.optium-feature-grid article{padding:34px 28px;border-left:1px solid var(--line)}.optium-feature-grid article:first-child{padding-left:0;border-left:0}.optium-feature-grid b{display:grid;place-items:center;width:42px;height:42px;border:1px solid #315c76;color:#315c76;font-size:11px}.optium-feature-grid h3{margin:28px 0 13px;font-size:19px}.optium-feature-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.optium-supply{background:#f2f4f4}.optium-supply-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.optium-supply-grid article{position:relative;padding:38px;background:#fff;border:1px solid #d8dee1}.optium-supply-grid article>span{position:absolute;right:28px;top:25px;color:#94a4ad;font-size:10px}.sheet-icon{position:relative;width:115px;height:90px;margin-bottom:28px;border:2px solid #315c76;background:#e7eef1;transform:skewY(-5deg)}.sheet-icon i{position:absolute;inset:11px;border:1px solid #9bb0bb}.cut-option .sheet-icon:after{content:"";position:absolute;width:135px;height:2px;left:-11px;top:43px;background:var(--red);transform:rotate(-30deg)}.optium-supply-grid small{color:#315c76;text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:700}.optium-supply-grid h3{margin:8px 0 13px;font-size:31px}.optium-supply-grid p,.optium-supply-grid li{color:var(--muted);font-size:13px;line-height:1.65}.optium-supply-grid ul{margin:22px 0 30px;padding-left:18px}.optium-supply-grid .button{background:#315c76}.optium-supply-grid .button span{color:#fff}.optium-sizes-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.optium-sizes h2{margin:0 0 20px;font-size:clamp(38px,4.5vw,55px);letter-spacing:-2px}.optium-sizes-grid>div:first-child>p:last-child{color:var(--muted);line-height:1.7}.optium-table-wrap table{width:100%;border-collapse:collapse}.optium-table-wrap th{padding:15px;text-align:left;background:#172934;color:#fff;font-size:11px}.optium-table-wrap td{padding:18px 15px;border-bottom:1px solid var(--line);font-size:13px}.optium-table-wrap td:first-child{font-weight:700;color:#315c76}.optium-uses{padding:65px 0;background:#e8eef1}.optium-use-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;border-top:1px solid #bfcbd1}.optium-use-grid span{padding:20px 12px;border-bottom:1px solid #bfcbd1;font-size:13px}.optium-use-grid span:nth-child(3n+1){padding-left:0}
@media(max-width:950px){.optium-home-grid{grid-template-columns:100px 1fr}.optium-home-grid .button{grid-column:2;justify-self:start}.optium-hero-grid{grid-template-columns:1fr;gap:45px}.optium-visual{min-height:420px}.optium-performance-grid,.optium-feature-grid{grid-template-columns:repeat(2,1fr)}.optium-performance article:nth-child(3),.optium-feature-grid article:nth-child(3){border-left:0}.optium-sizes-grid{grid-template-columns:1fr;gap:45px}}
@media(max-width:650px){.optium-home-grid{grid-template-columns:1fr}.optium-home-grid .button{grid-column:1}.optium-home-mark{width:85px;height:85px}.optium-hero{padding:60px 0}.optium-visual{min-height:300px}.optium-performance-grid,.optium-feature-grid,.optium-supply-grid,.optium-use-grid{grid-template-columns:1fr}.optium-performance article,.optium-performance article:first-child,.optium-performance article:nth-child(3),.optium-feature-grid article,.optium-feature-grid article:first-child,.optium-feature-grid article:nth-child(3){padding:25px 0;border-left:0;border-bottom:1px solid #ffffff20}.optium-feature-grid article{border-bottom-color:var(--line)}.optium-supply-grid article{padding:28px 22px}.optium-use-grid span:nth-child(n){padding-left:0}.optium-page .section-heading{display:block}.optium-page .section-heading>p{margin-top:20px}}

/* Catálogo interactivo Crescent BEST */
.best-catalog{background:#f5f4f1}.best-filter-panel{display:grid;grid-template-columns:1.4fr repeat(3,1fr) auto;gap:12px;align-items:end;padding:24px;background:#fff;border:1px solid #dcd9d3}.best-filter-panel label{display:block;margin-bottom:8px;color:#777;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:700}.best-filter-panel input,.best-filter-panel select{width:100%;height:48px;padding:0 13px;border:1px solid #d3d0ca;background:#fff;color:var(--ink);font:13px "DM Sans",Arial,sans-serif;outline:none}.best-filter-panel input:focus,.best-filter-panel select:focus{border-color:#1e4263;box-shadow:0 0 0 2px #1e426315}.best-filter-panel button{height:48px;padding:0 17px;border:1px solid #1e4263;background:#1e4263;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.best-filter-panel button:hover{background:#102d46}.best-results-bar{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:25px 0 15px}.best-results-bar p{margin:0;color:#777;font-size:11px}.best-results-bar strong{color:#1e4263;font-size:18px}.best-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.best-product-card{min-width:0;padding:16px;background:#fff;border:1px solid #dedbd5;transition:.2s}.best-product-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px #0000000c}.best-swatch{position:relative;height:140px;margin-bottom:17px;background:var(--swatch);border:1px solid #00000012;overflow:hidden}.best-swatch i{position:absolute;inset:25px;border:18px solid #fff;background:#d7d3ca;box-shadow:0 5px 14px #0002}.best-swatch:after{content:"";position:absolute;right:9px;bottom:8px;width:21px;height:5px;background:#fff8;border:1px solid #0001}.best-product-ref{display:flex;align-items:baseline;justify-content:space-between}.best-product-ref span{color:#999;text-transform:uppercase;letter-spacing:1px;font-size:8px}.best-product-ref strong{color:#1e4263;font-family:Manrope,Arial,sans-serif;font-size:18px}.best-product-card h3{margin:14px 0 3px;font-size:18px}.best-product-card>p{margin:0 0 18px;color:#888;font-size:10px}.best-product-card dl{margin:0;border-top:1px solid var(--line)}.best-product-card dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}.best-product-card dt{color:#888;font-size:10px}.best-product-card dd{margin:0;text-align:right;font-size:10px;font-weight:600}.best-product-card>a{display:flex;justify-content:space-between;margin-top:17px;padding-bottom:4px;border-bottom:1px solid #1e4263;color:#1e4263;font-size:10px;font-weight:700}.best-no-results{grid-column:1/-1;margin:20px 0;padding:35px;background:#fff;border:1px solid #ddd9d2;color:#666;text-align:center}
@media(max-width:1050px){.best-filter-panel{grid-template-columns:repeat(2,1fr)}.best-filter-panel button{justify-self:start}.best-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:750px){.best-filter-panel{grid-template-columns:1fr}.best-filter-panel button{width:100%}.best-results-bar{display:block}.best-results-bar p+ p{margin-top:8px}.best-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.best-product-grid{grid-template-columns:1fr}.best-swatch{height:165px}}
.good-page .best-product-ref strong,.better-page .best-product-ref strong{max-width:78%;font-size:11px;text-align:right;overflow-wrap:anywhere}.good-page .best-product-card>p,.better-page .best-product-card>p{color:#b4161d;font-weight:700}
.best-product-mark{display:flex;height:72px;margin-bottom:17px;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--family) 22%,#ddd);background:linear-gradient(135deg,color-mix(in srgb,var(--family) 8%,#fff),#fff)}.best-product-mark span{color:var(--family);font:800 19px Manrope,Arial,sans-serif;letter-spacing:3px}.best-product-card h3{overflow-wrap:anywhere}.best-product-card>p{min-height:28px;overflow-wrap:anywhere}

/* Código cromático oficial Crescent: GOOD verde, BETTER rojo, BEST azul */
.quality-grid .quality-good,.quality-grid .quality-better,.quality-grid .quality-best{position:relative;overflow:hidden;color:#fff;border:0}.quality-grid .quality-good{background:#3f7d45}.quality-grid .quality-better{background:#b4161d;transform:translateY(-12px)}.quality-grid .quality-best{background:#1e5b89}.quality-grid .quality-good:before,.quality-grid .quality-better:before,.quality-grid .quality-best:before{content:"";position:absolute;width:150px;height:150px;right:-55px;bottom:-70px;border:1px solid #ffffff2e;transform:rotate(45deg)}.quality-grid .quality-good small,.quality-grid .quality-better small,.quality-grid .quality-best small,.quality-grid .quality-good i,.quality-grid .quality-better i,.quality-grid .quality-best i{color:#fff}.quality-grid .quality-good p,.quality-grid .quality-better p,.quality-grid .quality-best p{color:#ffffffbf}.quality-grid .quality-good>span,.quality-grid .quality-better>span,.quality-grid .quality-best>span{color:#ffffff9c}.quality-grid .quality-good:hover{background:#326b39}.quality-grid .quality-better:hover{background:#981118}.quality-grid .quality-best:hover{background:#174c74}
.good-page{--family:#3f7d45}.better-page{--family:#b4161d}.best-page{--family:#1e5b89}.good-page .good-hero h1,.better-page .good-hero h1,.best-page .good-hero h1{color:var(--family)}.good-page .eyebrow span,.better-page .eyebrow span,.best-page .eyebrow span{background:var(--family)}.good-page .good-definition-grid>div:last-child,.better-page .good-definition-grid>div:last-child,.best-page .good-definition-grid>div:last-child{border-left-color:var(--family)}.good-page .good-family-grid article>span,.better-page .good-family-grid article>span,.best-page .good-family-grid article>span{color:var(--family)}.good-page .best-filter-panel input:focus,.good-page .best-filter-panel select:focus,.better-page .best-filter-panel input:focus,.better-page .best-filter-panel select:focus,.best-page .best-filter-panel input:focus,.best-page .best-filter-panel select:focus{border-color:var(--family);box-shadow:0 0 0 2px color-mix(in srgb,var(--family) 12%,transparent)}.good-page .best-filter-panel button,.better-page .best-filter-panel button,.best-page .best-filter-panel button{background:var(--family);border-color:var(--family)}.good-page .best-results-bar strong,.better-page .best-results-bar strong,.best-page .best-results-bar strong,.good-page .best-product-ref strong,.better-page .best-product-ref strong,.best-page .best-product-ref strong{color:var(--family)}.good-page .best-product-card>a,.better-page .best-product-card>a,.best-page .best-product-card>a{color:var(--family);border-color:var(--family)}.good-page .best-product-card>p,.better-page .best-product-card>p,.best-page .best-product-card>p{color:var(--family);font-weight:700}
.accessories-page{--family:#b4161d}.accessories-hero{padding:42px 0 72px;background:linear-gradient(115deg,#f5f4f1 0,#fff 58%)}.accessories-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}.accessories-hero-copy h1{max-width:590px;margin:15px 0 22px;font:800 clamp(42px,5vw,72px)/1.02 Manrope,Arial,sans-serif;letter-spacing:-3px}.accessories-hero-copy h1 em{display:block;color:var(--red);font-style:normal}.accessories-hero-copy>p{max-width:550px;color:#686868;font-size:16px;line-height:1.7}.accessories-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.accessories-actions>a:last-child{color:var(--ink);font-size:12px;font-weight:700}.accessories-hero figure{min-height:450px;margin:0;overflow:hidden;border-radius:2px;box-shadow:0 24px 55px #00000018}.accessories-hero figure img{width:100%;height:100%;min-height:450px;object-fit:cover}.accessories-families{background:#fff}.accessories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.accessories-grid article{position:relative;min-height:315px;padding:27px;border:1px solid #dedbd5;background:#faf9f7;transition:.2s}.accessories-grid article:hover{transform:translateY(-4px);border-color:#bbb7b0;box-shadow:0 16px 35px #0000000a}.accessories-grid article>span{position:absolute;top:26px;right:26px;color:#aaa;font:700 10px Manrope,Arial,sans-serif}.accessories-icon{display:grid;width:54px;height:54px;margin-bottom:28px;place-items:center;border:1px solid #e0b9ba;background:#fff;color:var(--red);font-size:27px}.accessories-grid h3{margin:0 0 10px;font:700 20px Manrope,Arial,sans-serif}.accessories-grid p{min-height:78px;margin:0;color:#707070;font-size:13px;line-height:1.6}.accessories-grid a{display:inline-block;margin-top:25px;padding-bottom:5px;border-bottom:1px solid var(--red);color:var(--red);font-size:11px;font-weight:700}.accessories-guide{padding:80px 0;background:#161616;color:#fff}.accessories-guide-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.accessories-guide h2{max-width:360px;margin:14px 0 0;font:700 36px/1.15 Manrope,Arial,sans-serif}.accessories-guide .eyebrow{color:#aaa}.accessories-guide-list article{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid #ffffff1c}.accessories-guide-list article:first-child{padding-top:0}.accessories-guide-list strong{color:var(--red);font:700 11px Manrope,Arial,sans-serif}.accessories-guide-list h3{margin:0 0 6px;font-size:17px}.accessories-guide-list p{margin:0;color:#aaa;font-size:13px;line-height:1.6}
@media(max-width:900px){.accessories-hero-grid{grid-template-columns:1fr;gap:34px}.accessories-hero figure,.accessories-hero figure img{min-height:360px}.accessories-grid{grid-template-columns:repeat(2,1fr)}.accessories-guide-grid{grid-template-columns:1fr;gap:45px}}
@media(max-width:600px){.accessories-hero{padding:25px 0 50px}.accessories-hero-copy h1{font-size:43px;letter-spacing:-2px}.accessories-actions{align-items:flex-start;flex-direction:column}.accessories-hero figure,.accessories-hero figure img{min-height:245px}.accessories-grid{grid-template-columns:1fr}.accessories-grid article{min-height:auto}.accessories-grid p{min-height:auto}.accessories-guide{padding:60px 0}}
.accessories-machinery{background:linear-gradient(135deg,#171717,#2b2b2b)!important;color:#fff}.accessories-machinery p{color:#aaa}.accessories-machinery .accessories-icon{border-color:#ffffff25;background:#ffffff0d}.technical-page{--technical:#343a40}.technical-hero{padding:55px 0 90px;background:#f4f2ee;overflow:hidden}.technical-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:75px;align-items:center}.technical-hero h1{margin:15px 0 27px}.technical-hero h1 em{color:var(--red)}.technical-hero p:not(.eyebrow){max-width:650px;margin:0 0 34px;color:#686868;font-size:16px;line-height:1.7}.technical-hero-photo{height:500px;margin:0;overflow:hidden;background:#fff;box-shadow:18px 22px 38px #0002}.technical-hero-photo img{width:100%;height:100%;object-fit:cover}.technical-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.technical-option-grid article{padding:42px;border:1px solid #d9d6d0;background:#fff}.technical-option-heading{display:flex;align-items:center;justify-content:space-between}.technical-option-heading span{color:#aaa;font-size:11px}.technical-option-heading small{color:#ddd;font:800 60px Manrope,Arial,sans-serif;line-height:1}.technical-option-grid h3{margin:24px 0 12px;font-size:30px}.technical-option-grid>article>p{max-width:520px;color:#6e6e6e;line-height:1.65}.technical-option-grid ul{margin:30px 0;padding:0;list-style:none;border-top:1px solid #e4e1dc}.technical-option-grid li{padding:13px 0;border-bottom:1px solid #e4e1dc;font-size:13px}.technical-option-grid li:before{content:"—";margin-right:12px;color:var(--red)}.technical-option-grid a{display:flex;justify-content:space-between;margin-top:32px;padding-bottom:7px;border-bottom:1px solid var(--red);color:var(--red);font-size:12px;font-weight:700}.technical-custom{background:#1d1f20!important;color:#fff}.technical-custom>p{color:#aaa!important}.technical-custom ul{border-color:#ffffff20}.technical-custom li{border-color:#ffffff20}.technical-process{padding:75px 0;background:#efede8}.technical-process-copy{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}.technical-process-copy h2{max-width:600px;margin:0;font-size:40px}.technical-process-steps{display:grid;grid-template-columns:repeat(4,1fr)}.technical-process-steps article{padding:28px;border-left:1px solid #d1cdc5}.technical-process-steps article:first-child{border-left:0}.technical-process-steps strong{color:var(--red);font-size:10px}.technical-process-steps h3{margin:24px 0 8px;font-size:18px}.technical-process-steps p{margin:0;color:#737373;font-size:12px;line-height:1.5}
.technical-subtypes{display:grid;gap:12px;margin-top:27px}.technical-subtypes section{padding:20px;border:1px solid #ffffff24;background:#ffffff08}.technical-subtypes section>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.technical-subtypes strong{color:var(--red);font-size:9px;letter-spacing:1px}.technical-subtypes h4{margin:0;font:700 18px Manrope,Arial,sans-serif}.technical-subtypes p{margin:12px 0 0;color:#aaa;font-size:12px;line-height:1.55}.technical-subtypes a{margin-top:17px;font-size:10px}
.technical-subtypes .marcoclip-formats{display:block;margin-top:18px;padding-top:16px;border-top:1px solid #ffffff20}.marcoclip-formats>div{display:flex;align-items:center;justify-content:space-between}.marcoclip-formats>div span,.marcoclip-formats>p{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:8px}.marcoclip-formats>div b{color:#fff;font:700 14px Manrope,Arial,sans-serif}.marcoclip-formats>p{margin:14px 0 9px}.technical-subtypes .marcoclip-formats ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;border:0;list-style:none}.technical-subtypes .marcoclip-formats li{padding:6px 8px;border:1px solid #ffffff20;background:#ffffff09;color:#ddd;font-size:9px}.technical-subtypes .marcoclip-formats li:before{display:none}
.technical-subtypes .aluminium-details{display:block;margin-top:18px;padding-top:16px;border-top:1px solid #ffffff20}.aluminium-reference{display:flex;align-items:center;justify-content:space-between}.aluminium-reference span,.aluminium-details>p{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:8px}.aluminium-reference b{color:#fff;font:700 14px Manrope,Arial,sans-serif}.aluminium-details>p{margin:14px 0 9px}.technical-subtypes .aluminium-finishes,.technical-subtypes .aluminium-formats{margin:0;padding:0;border:0;list-style:none}.technical-subtypes .aluminium-finishes{display:grid;grid-template-columns:1fr 1fr;gap:6px}.technical-subtypes .aluminium-finishes li{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid #ffffff20;color:#ddd;font-size:9px}.aluminium-finishes i{width:18px;height:18px;flex:0 0 auto;border:1px solid #ffffff35;border-radius:50%}.finish-gold{background:linear-gradient(135deg,#8f6d25,#e0c26d)}.finish-silver{background:linear-gradient(135deg,#777,#dadada)}.finish-black{background:linear-gradient(135deg,#080808,#3a3a3a)}.finish-grey{background:linear-gradient(135deg,#555,#999)}.aluminium-finishes span b{margin-right:5px;color:#fff}.technical-subtypes .aluminium-formats{display:flex;flex-wrap:wrap;gap:6px}.technical-subtypes .aluminium-formats li{padding:6px 8px;border:1px solid #ffffff20;background:#ffffff09;color:#ddd;font-size:9px}.technical-subtypes .aluminium-finishes li:before,.technical-subtypes .aluminium-formats li:before{display:none}.aluminium-details>small{display:block;margin-top:10px;color:#888;font-size:8px;line-height:1.5}
.standard-subtypes{display:grid;gap:12px;margin-top:27px}.standard-subtypes section{padding:20px;border:1px solid #dedbd5;background:#faf9f7}.standard-subtypes section>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.standard-subtypes strong{color:var(--red);font-size:9px;letter-spacing:1px}.standard-subtypes h4{margin:0;font:700 18px Manrope,Arial,sans-serif}.standard-subtypes p{margin:12px 0 0;color:#707070;font-size:12px;line-height:1.55}.standard-subtypes a{margin-top:17px;font-size:10px}
.frame-catalog{background:#f5f4f1}.frame-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.frame-product-card{padding:22px;border:1px solid #dedbd5;background:#fff}.frame-card-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #e5e2dd}.frame-card-heading>div{display:grid;gap:5px}.frame-card-heading span{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:8px}.frame-card-heading strong{font:800 24px Manrope,Arial,sans-serif}.frame-card-heading i{display:block;width:44px;height:44px;border:9px solid var(--frame-tone);background:#f2efe9;box-shadow:3px 4px 9px #0002}.frame-product-card dl{margin:12px 0}.frame-product-card dl div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #ece9e4}.frame-product-card dt{color:#888;font-size:9px}.frame-product-card dd{margin:0;font-size:10px;font-weight:700}.frame-product-card ul{display:flex;flex-wrap:wrap;gap:5px;margin:17px 0 0;padding:0;list-style:none}.frame-product-card li{padding:6px 7px;border:1px solid #e2ded8;background:#faf9f7;color:#555;font-size:8px}.frame-product-card>a{display:flex;justify-content:space-between;margin-top:20px;padding-bottom:5px;border-bottom:1px solid var(--red);color:var(--red);font-size:10px;font-weight:700}
@media(max-width:900px){.frame-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.frame-product-grid{grid-template-columns:1fr}}
@media(max-width:900px){.technical-hero-grid{grid-template-columns:1fr}.technical-hero-photo{height:400px}.technical-option-grid{grid-template-columns:1fr}.technical-process-steps{grid-template-columns:repeat(2,1fr)}.technical-process-steps article:nth-child(3){border-left:0}}
@media(max-width:600px){.technical-hero{padding:30px 0 60px}.technical-hero h1{font-size:43px}.technical-hero-photo{height:285px}.technical-option-grid article{padding:28px}.technical-process-steps{grid-template-columns:1fr}.technical-process-steps article,.technical-process-steps article:nth-child(3){border-left:0;border-top:1px solid #d1cdc5}.technical-process-copy{display:block}}
@media(max-width:650px){.quality-grid .quality-better{transform:none}}

/* Croquis técnicos de molduras: lectura rápida y diseño actual */
.profile-sketch{padding:40px;border:0;border-radius:18px;background:#f3f2ef;box-shadow:0 18px 55px #17120c0d}
.profile-sketch figcaption span{margin-bottom:12px;color:var(--red);font-size:10px;letter-spacing:1.8px}
.profile-sketch figcaption strong{font-size:26px;letter-spacing:-.8px}
.profile-sketch figcaption small{max-width:205px;color:#6d6a65;font-size:12px}
.real-profile-diagram{grid-template-columns:minmax(360px,1.3fr) minmax(190px,.62fr) 210px;gap:24px}
.technical-profile{padding:10px;border:0;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #dedbd5}
.technical-profile>path:first-of-type{fill:none!important;stroke:#242424!important;stroke-width:2!important;stroke-linecap:round;stroke-linejoin:round}
.technical-profile>path:nth-of-type(2){fill:none!important;stroke:#d9151c!important;stroke-width:2.5!important;stroke-linecap:round;stroke-linejoin:round}
.technical-profile .technical-dim line,.technical-profile .galce-dimensions line{stroke:#737373;stroke-width:1.5}
.technical-profile .technical-dim text,.technical-profile .galce-dimensions text{fill:#171717;font-weight:700}
.technical-profile .technical-dim text[fill="#d9151c"],.technical-profile .galce-dimensions text[fill="#d9151c"]{fill:#d9151c}
.real-profile-image{min-height:260px;border:0;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #dedbd5;overflow:hidden}
.real-profile-image img{height:285px}
.diagram-measures{display:grid;gap:8px;border:0!important}
.diagram-measures div{display:block!important;padding:13px 14px!important;border:0!important;border-left:3px solid #d9151c!important;border-radius:4px;background:#fff}
.diagram-measures dt{margin-bottom:3px;color:#79756f!important;text-transform:uppercase;letter-spacing:.7px;font-size:8px!important}
.diagram-measures dd{margin:0;color:#171717;font-family:Manrope,Arial,sans-serif;font-size:19px!important;font-weight:800}
@media(max-width:1100px){.real-profile-diagram{grid-template-columns:1fr 1fr}.diagram-measures{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.profile-sketch{padding:22px;border-radius:12px}.real-profile-diagram{grid-template-columns:1fr}.diagram-measures{grid-column:auto;grid-template-columns:repeat(2,1fr)}.real-profile-image img{height:260px}}

/* Acotación refinada del rebaje */
.refined-rebate .overall-dim line{stroke:#8b8985;stroke-width:1.2}
.refined-rebate .overall-dim text{fill:#555;font-weight:600}
.refined-rebate .rebate-contour{stroke:#d9151c!important;stroke-width:2.6!important}
.refined-rebate .rebate-dim line{stroke:#d9151c;stroke-width:1.5}
.refined-rebate .rebate-dim .extension{stroke:#d9151c;stroke-width:1;stroke-dasharray:2 3;opacity:.55}
.refined-rebate .rebate-dim text{fill:#d9151c;font-size:13px;font-weight:800}
.refined-rebate .rebate-dim .rebate-label{font-size:8px;letter-spacing:1.5px;font-weight:700}

/* Familia Cartón pluma */
.foam-hero{padding:80px 0 95px;background:linear-gradient(120deg,#fff 0 62%,#f2f1ed 62%)}
.foam-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.foam-hero h1{font-size:clamp(50px,5.6vw,76px)}
.foam-hero h1 em{display:block;color:var(--red)}
.foam-hero-copy>p:not(.eyebrow){max-width:610px;margin:28px 0 35px;color:var(--muted);font-size:17px;line-height:1.75}
.foam-actions{display:flex;align-items:center;gap:28px}.foam-text-link{padding-bottom:4px;border-bottom:1px solid #222;font-size:12px;font-weight:700}
.foam-hero-photo{position:relative;min-height:470px;margin:0;background:#e6e4df;overflow:hidden}
.foam-hero-photo img{display:block;width:100%;height:470px;object-fit:cover}
.foam-hero-photo:after{content:"";position:absolute;inset:20px;border:1px solid #ffffff80;pointer-events:none}
.foam-hero-photo figcaption{position:absolute;right:20px;bottom:20px;padding:9px 12px;background:#fff;color:#444;text-transform:uppercase;letter-spacing:1px;font-size:8px;font-weight:700}
.foam-quick{background:#151515;color:#fff}.foam-quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.foam-quick article{display:flex;gap:17px;padding:34px 25px;border-left:1px solid #ffffff1c}.foam-quick article:first-child{padding-left:0;border-left:0}
.foam-quick b{color:var(--red);font-size:10px}.foam-quick strong,.foam-quick span{display:block}.foam-quick strong{margin-bottom:5px;font-size:14px}.foam-quick span{color:#999;font-size:11px;line-height:1.5}
.foam-options{background:#fff}.foam-option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.foam-option-grid article{display:flex;flex-direction:column;padding:18px 18px 25px;border:1px solid var(--line);transition:.25s}.foam-option-grid article:hover{transform:translateY(-5px);box-shadow:0 16px 35px #0000000d}
.foam-sample{position:relative;height:205px;margin-bottom:24px;overflow:hidden;background:#edece8}.foam-sample span{position:absolute;left:28px;right:28px;top:36px;height:120px;background:#fff;border:1px solid #d8d6d1;box-shadow:9px 12px 20px #0002;transform:skewY(-4deg)}
.foam-sample span:after{content:"";position:absolute;left:0;right:-7px;bottom:-9px;height:8px;background:#e2e0dc;transform:skewY(4deg);transform-origin:left top}
.foam-black{background:#333}.foam-black span{background:#171717;border-color:#555}.foam-black span:after{background:#080808}
.foam-adhesive{background:#e8e5de}.foam-adhesive span:before{content:"";position:absolute;right:0;top:0;border-style:solid;border-width:0 0 38px 38px;border-color:transparent transparent #d7d3ca transparent;filter:drop-shadow(-2px 2px 1px #0002)}
.foam-special{background:linear-gradient(135deg,#dedbd4 0 50%,#b8b4ac 50%)}.foam-special span{background:#f5f3ee}
.foam-option-grid small{color:var(--red);text-transform:uppercase;letter-spacing:1.2px;font-size:9px;font-weight:700}.foam-option-grid h3{margin:10px 0 12px;font-size:25px}.foam-option-grid p{margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.65}.foam-option-grid a{display:flex;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid var(--line);font-size:10px;font-weight:700}.foam-option-grid a span{color:var(--red)}
.foam-format{background:#f3f2ef}.foam-format-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.foam-format h2{margin:0 0 20px;font-size:clamp(38px,4.5vw,54px);letter-spacing:-2px}.foam-format-grid>div:first-child>p:last-child{color:var(--muted);line-height:1.7}
.foam-format-list{border-top:1px solid #d4d0c9}.foam-format-list article{display:grid;grid-template-columns:42px 1fr;gap:24px;padding:25px 0;border-bottom:1px solid #d4d0c9}.foam-format-list>article>span{color:var(--red);font-size:10px}.foam-format-list h3{margin:0 0 8px;font-size:18px}.foam-format-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.foam-use-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.foam-use-grid span{padding:22px 12px;border-bottom:1px solid var(--line);font-size:13px}.foam-use-grid span:nth-child(3n+1){padding-left:0}
@media(max-width:1000px){.foam-hero-grid{grid-template-columns:1fr;gap:40px}.foam-hero-photo{min-height:400px}.foam-hero-photo img{height:400px}.foam-option-grid{grid-template-columns:repeat(2,1fr)}.foam-format-grid{grid-template-columns:1fr;gap:45px}}
@media(max-width:700px){.foam-hero{padding:60px 0;background:#fff}.foam-actions{align-items:flex-start;flex-direction:column}.foam-hero-photo,.foam-hero-photo img{height:300px;min-height:300px}.foam-quick-grid,.foam-option-grid,.foam-use-grid{grid-template-columns:1fr}.foam-quick article,.foam-quick article:first-child{padding:24px 0;border-left:0;border-bottom:1px solid #ffffff1c}.foam-use-grid span:nth-child(n){padding-left:0}.foam-options .section-heading,.foam-uses .section-heading{display:block}.foam-options .section-heading>p,.foam-uses .section-heading>p{margin-top:20px}}

/* Buscador de Cartón pluma */
.foam-catalog{background:#f3f2ef}.foam-filter-panel{grid-template-columns:1.35fr repeat(3,1fr) auto}
.foam-filter-panel input:focus,.foam-filter-panel select:focus{border-color:var(--red);box-shadow:0 0 0 2px #d9151c12}.foam-filter-panel button{background:#171717;border-color:#171717}.foam-filter-panel button:hover{background:var(--red);border-color:var(--red)}
.foam-results-bar strong{color:var(--red)}.foam-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.foam-product-card{display:flex;min-width:0;flex-direction:column;padding:18px;background:#fff;border:1px solid #dedbd5;transition:.2s}.foam-product-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px #0000000c}
.foam-product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.foam-product-top span{color:#777;text-transform:uppercase;letter-spacing:1px;font-size:8px;font-weight:700}.foam-product-top strong{color:var(--red);font-family:Manrope,Arial,sans-serif;font-size:15px}
.foam-board-icon{position:relative;height:115px;margin:17px 0 20px;background:#ebeae6;overflow:hidden}.foam-board-icon i{position:absolute;left:20%;right:20%;top:22%;bottom:22%;background:#fff;border:1px solid #d7d5d0;box-shadow:8px 9px 13px #0002;transform:skewY(-4deg)}.foam-board-icon i:after{content:"";position:absolute;left:0;right:-5px;bottom:-7px;height:6px;background:#d5d3ce;transform:skewY(4deg);transform-origin:left}
.foam-product-card dl{margin:0;border-top:1px solid var(--line)}.foam-product-card dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}.foam-product-card dt{color:#888;font-size:10px}.foam-product-card dd{margin:0;text-align:right;font-size:10px;font-weight:600}.foam-product-card>a{display:flex;justify-content:space-between;margin-top:auto;padding-top:17px;color:#171717;font-size:10px;font-weight:700}.foam-product-card>a span{color:var(--red)}
.foam-product-card.is-crescent{border-color:#9bb3c5;background:#f6f9fb}.foam-product-card.is-crescent .foam-product-top strong{color:#1e5b89}.foam-product-card.is-crescent .foam-board-icon{background:#dce6ec}.foam-product-card.is-crescent .foam-board-icon i{border-color:#9fb4c1}.foam-product-card.is-crescent>a span{color:#1e5b89}
@media(max-width:1050px){.foam-filter-panel{grid-template-columns:repeat(2,1fr)}.foam-filter-panel button{justify-self:start}.foam-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:750px){.foam-filter-panel{grid-template-columns:1fr}.foam-filter-panel button{width:100%}.foam-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.foam-product-grid{grid-template-columns:1fr}}

/* Familia Bastidores */
.stretcher-hero{padding:85px 0 95px;background:linear-gradient(118deg,#fff 0 60%,#f1ece3 60%)}.stretcher-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.stretcher-hero h1{font-size:clamp(50px,5.5vw,76px)}.stretcher-hero-grid>div>p:not(.eyebrow){max-width:610px;margin:28px 0 35px;color:var(--muted);font-size:17px;line-height:1.75}.stretcher-hero figure{position:relative;height:480px;margin:0;overflow:hidden;background:#ddd3c2}.stretcher-hero figure img{width:100%;height:100%;object-fit:cover}.stretcher-hero figure:after{content:"";position:absolute;inset:22px;border:1px solid #ffffff80}.stretcher-hero figcaption{position:absolute;z-index:2;right:22px;bottom:22px;padding:9px 12px;background:#fff;text-transform:uppercase;letter-spacing:1px;font-size:8px;font-weight:700}
.stretcher-intro{padding:42px 0;background:#171717;color:#fff}.stretcher-intro-grid{display:flex;align-items:center;gap:28px}.stretcher-intro-grid>span{color:var(--red);font-family:Manrope,Arial,sans-serif;font-size:54px;font-weight:800}.stretcher-intro strong{font-size:17px}.stretcher-intro p{margin:5px 0 0;color:#999;font-size:12px}
.stretcher-family-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;align-items:stretch}.stretcher-family-grid article{position:relative;grid-column:span 2;display:flex;flex-direction:column;padding:25px;border:1px solid var(--line);background:#fff}.stretcher-family-grid article:nth-child(4){grid-column:2/span 2}.stretcher-family-grid article>span{position:absolute;right:20px;top:18px;color:#aaa;font-size:10px}.stretcher-family-grid article.featured{background:#171717;color:#fff;border-color:#171717}.stretcher-family-grid small{color:var(--red);text-transform:uppercase;letter-spacing:1.2px;font-size:9px;font-weight:700}.stretcher-family-grid h3{margin:10px 0 12px;font-size:23px;line-height:1.2}.stretcher-family-grid p,.stretcher-family-grid li{color:var(--muted);font-size:12px;line-height:1.6}.stretcher-family-grid .featured p,.stretcher-family-grid .featured li{color:#aaa}.stretcher-family-grid ul{margin:8px 0 25px;padding-left:17px}.stretcher-family-grid a{display:flex;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px solid var(--line);font-size:10px;font-weight:700}.stretcher-family-grid .featured a{border-color:#ffffff25}.stretcher-family-grid a b{color:var(--red)}
.stretcher-symbol{position:relative;height:145px;margin:-5px 0 25px;background:#eee9df;overflow:hidden}.stretcher-symbol i{position:absolute;display:block;background:#b98750;box-shadow:inset 0 0 0 1px #7c542e}.stretcher-symbol.bars i:first-child{width:170px;height:20px;left:35px;top:45px;transform:rotate(-12deg)}.stretcher-symbol.bars i:last-child{width:165px;height:20px;left:65px;top:82px;transform:rotate(8deg)}.stretcher-symbol.made{background:#302c27}.stretcher-symbol.made i:first-child{inset:25px 38px;border:15px solid #b98750;background:transparent;box-shadow:inset 0 0 0 1px #7c542e}.stretcher-symbol.made i:last-child{width:130px;height:10px;left:58px;top:67px;background:#b98750}.stretcher-symbol.larson i:first-child{width:175px;height:25px;left:32px;top:41px;transform:skewX(-12deg)}.stretcher-symbol.larson i:last-child{width:150px;height:15px;left:70px;top:86px;background:#85603b}.stretcher-symbol.square i{width:115px;height:75px;left:62px;top:34px;background:linear-gradient(135deg,#d3ad78,#a97945);box-shadow:9px 11px 17px #0002,inset 0 0 0 1px #79522b}.stretcher-symbol.standard i{width:185px;height:14px;left:28px;background:#be8d55}.stretcher-symbol.standard i:nth-child(1){top:39px}.stretcher-symbol.standard i:nth-child(2){top:66px;width:165px}.stretcher-symbol.standard i:nth-child(3){top:93px;width:145px}
.stretcher-guide{background:#f3f1ed}.stretcher-table-wrap{overflow-x:auto}.stretcher-table-wrap table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.stretcher-table-wrap th{padding:16px 18px;background:#171717;color:#fff;text-align:left;font-size:10px}.stretcher-table-wrap td{padding:18px;border-bottom:1px solid var(--line);color:#555;font-size:12px}.stretcher-table-wrap td:first-child{color:#171717;font-weight:700}
.larson-stretchers{background:#fff}.larson-stretchers-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:85px;align-items:start}.larson-stretchers h2{margin:0 0 24px;font-size:clamp(38px,4.5vw,55px);letter-spacing:-2px}.larson-stretchers-grid>div:first-child>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.75}.larson-stretchers .button{margin-top:18px}.larson-data{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.larson-data article{min-height:190px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.larson-data span{display:block;color:var(--red);text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:700}.larson-data strong{display:block;margin:20px 0 10px;font-family:Manrope,Arial,sans-serif;font-size:22px}.larson-data p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
@media(max-width:1000px){.stretcher-hero-grid,.larson-stretchers-grid{grid-template-columns:1fr;gap:45px}.stretcher-family-grid{grid-template-columns:repeat(2,1fr)}.stretcher-family-grid article,.stretcher-family-grid article:nth-child(4){grid-column:auto}.stretcher-family-grid article:last-child{grid-column:1/-1}}
@media(max-width:700px){.stretcher-hero{padding:60px 0;background:#fff}.stretcher-hero figure{height:310px}.stretcher-intro-grid{align-items:flex-start}.stretcher-family-grid,.larson-data{grid-template-columns:1fr}.stretcher-family-grid article:last-child{grid-column:auto}.stretcher-families .section-heading,.stretcher-guide .section-heading{display:block}.stretcher-families .section-heading>p,.stretcher-guide .section-heading>p{margin-top:20px}}

/* Bastidores se organiza en barra y listonaje; no incluye fabricación */
.stretcher-family-grid{grid-template-columns:repeat(2,1fr)}
.stretcher-family-grid article,.stretcher-family-grid article:nth-child(4),.stretcher-family-grid article:last-child{grid-column:auto}
@media(max-width:700px){.stretcher-family-grid{grid-template-columns:1fr}}

/* Fotografías de producto en bastidores */
.stretcher-product-photo{height:190px;margin:-5px 0 25px;background:#f5f4f1;overflow:hidden}.stretcher-product-photo img{display:block;width:100%;height:100%;object-fit:contain;transition:.3s}.stretcher-family-grid article:hover .stretcher-product-photo img{transform:scale(1.035)}
.stretcher-product-photo:not(.stretcher-photo-duo) img[src*="bastidores-"]{object-fit:cover}.stretcher-photo-duo{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e5e2dc}.stretcher-photo-duo img{min-width:0;background:#fff;object-fit:contain}
.larson-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.larson-photo-grid figure{position:relative;height:220px;margin:0;background:#f5f4f1;overflow:hidden}.larson-photo-grid img{display:block;width:100%;height:100%;object-fit:contain}.larson-photo-grid figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:7px 8px;background:#171717e8;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.7px;font-size:7px;font-weight:700}
@media(max-width:700px){.larson-photo-grid{grid-template-columns:1fr 1fr}.larson-photo-grid figure{height:190px}.larson-photo-grid figure:last-child{grid-column:1/-1}}

/* Jerarquía de Bastidores: barras y listonaje */
.stretcher-product-group{display:grid;grid-template-columns:210px 1fr;gap:35px;align-items:start;margin-top:30px;padding-top:30px;border-top:1px solid var(--line)}.stretcher-list-group{margin-top:55px}.stretcher-group-heading{display:flex;gap:18px;position:sticky;top:125px}.stretcher-group-heading>span{color:var(--red);font-size:10px;font-weight:700}.stretcher-group-heading small{color:#888;text-transform:uppercase;letter-spacing:1.2px;font-size:8px}.stretcher-group-heading h3{margin:7px 0 10px;font-size:24px;line-height:1.15}.stretcher-group-heading p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.stretcher-bars-grid{grid-template-columns:repeat(3,1fr)}.stretcher-list-grid{grid-template-columns:minmax(260px,1fr) 2fr}.stretcher-list-grid article{grid-column:1}
@media(max-width:1050px){.stretcher-product-group{grid-template-columns:1fr}.stretcher-group-heading{position:static}.stretcher-bars-grid{grid-template-columns:repeat(2,1fr)}.stretcher-bars-grid article:last-child{grid-column:1/-1}.stretcher-list-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.stretcher-bars-grid,.stretcher-list-grid{grid-template-columns:1fr}.stretcher-bars-grid article:last-child{grid-column:auto}}

/* Fichas individuales de producto */
.listons-page{background:#f5f3ef}.listons-hero{padding:64px 0 70px;background:#171717;color:#fff}.listons-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}.listons-hero h1{max-width:760px;margin:12px 0 18px;font-size:clamp(42px,6vw,76px);line-height:1.02}.listons-hero p:not(.eyebrow){max-width:650px;color:#c9c9c9;line-height:1.7}.listons-summary{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff30;border-bottom:1px solid #ffffff30}.listons-summary div{padding:22px;border-right:1px solid #ffffff30}.listons-summary div:last-child{border:0}.listons-summary strong{display:block;color:#fff;font:700 25px Manrope,Arial,sans-serif}.listons-summary span{color:#aaa;font-size:10px;text-transform:uppercase;letter-spacing:1px}.liston-catalog{padding:75px 0}.liston-group+.liston-group{margin-top:72px}.liston-group-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:25px;padding-bottom:18px;border-bottom:1px solid #ccc7bf}.liston-group-heading h2{margin:0;font-size:clamp(28px,4vw,44px)}.liston-group-heading p{max-width:520px;margin:0;color:#686868}.liston-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.liston-card{display:flex;flex-direction:column;min-height:340px;padding:25px;background:#fff;border:1px solid #e1ded8;transition:.2s ease}.liston-card:hover{border-color:#bbb5ac;transform:translateY(-3px);box-shadow:0 14px 30px #0000000c}.liston-card-top{display:flex;justify-content:space-between;gap:15px;align-items:start}.liston-card .liston-ref{color:var(--red);font:800 21px Manrope,Arial,sans-serif}.liston-card .liston-material{padding:6px 8px;background:#f2f0ec;color:#555;font-size:9px;font-weight:700;text-transform:uppercase}.profile-outline{display:grid;place-items:center;height:120px;margin:25px 0}.profile-outline i{display:block;width:min(calc(var(--profile-w) * 2px),190px);height:max(calc(var(--profile-h) * 2px),26px);border:2px solid #292929;background:transparent}.profile-outline.shaped i{clip-path:polygon(0 100%,0 35%,14% 18%,32% 8%,65% 0,100% 0,100% 100%);background:#f7f5f1}.liston-card h3{margin:0 0 6px;font-size:18px}.liston-card p{margin:0 0 20px;color:#777;font-size:12px}.liston-card>a{display:flex;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px solid #e5e1da;color:#222;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.liston-card>a:hover{color:var(--red)}.liston-back{margin-bottom:22px}.sheet-profile.outline i{background:transparent}.sheet-profile.outline.shaped i{clip-path:polygon(0 100%,0 38%,14% 20%,34% 8%,68% 0,100% 0,100% 100%);background:#faf8f4}@media(max-width:900px){.listons-hero-grid{grid-template-columns:1fr}.liston-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.listons-summary{grid-template-columns:1fr}.listons-summary div{border-right:0;border-bottom:1px solid #ffffff30}.liston-group-heading{display:block}.liston-group-heading p{margin-top:12px}.liston-grid{grid-template-columns:1fr}.liston-card{min-height:310px}}
.product-sheet-index{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:30px 0 50px;padding:15px;border:1px solid #dedbd5;background:#faf9f7}.product-sheet-index>span{margin-right:8px;color:#777;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:700}.product-sheet-index a{padding:8px 11px;border:1px solid #dedbd5;background:#fff;color:#333;font-size:10px;font-weight:700}.product-sheet-index a:hover{border-color:var(--red);color:var(--red)}.square-sheet-index{margin:28px 0 18px}.sheet-hero{padding:55px 0 80px;background:#f5f3ef}.sheet-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.sheet-hero h1{margin:0 0 16px;color:var(--red);font-size:clamp(48px,7vw,82px)}.sheet-hero .sheet-subtitle{margin:0 0 17px;color:#222;font:700 22px Manrope,Arial,sans-serif}.sheet-hero p:not(.eyebrow):not(.sheet-subtitle){max-width:620px;color:#666;line-height:1.7}.sheet-hero figure{height:430px;margin:0;background:#fff;overflow:hidden;box-shadow:0 20px 45px #00000016}.sheet-hero img{width:100%;height:100%;object-fit:cover}.sheet-data-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.sheet-data h2{margin:0;font-size:40px}.sheet-data dl{margin:0;border-top:1px solid #ddd9d2}.sheet-data dl div{display:grid;grid-template-columns:1fr 1.5fr;gap:20px;padding:18px 0;border-bottom:1px solid #ddd9d2}.sheet-data dt{color:#888;font-size:11px}.sheet-data dd{margin:0;font-weight:700}.sheet-profile{display:grid;gap:12px;justify-items:start;margin-top:35px}.sheet-profile i{display:block;width:min(calc(var(--sheet-w) * 2px),260px);height:calc(var(--sheet-h) * 2px);border:2px solid #222;background:linear-gradient(135deg,#d8bd90,#b88c50)}.sheet-profile span{font-size:11px;font-weight:700}.sheet-options{padding-top:0;background:#fff}.sheet-options ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.sheet-options li{padding:10px 13px;border:1px solid #dedbd5;background:#faf9f7;font-size:11px;font-weight:600}.frame-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.frame-card-actions a{display:flex;justify-content:space-between;padding:9px;border:1px solid var(--red);color:var(--red);font-size:9px;font-weight:700}.frame-card-actions a:last-child{background:var(--red);color:#fff}
@media(max-width:800px){.sheet-hero-grid,.sheet-data-grid{grid-template-columns:1fr;gap:35px}.sheet-hero figure{height:340px}.sheet-data-grid{gap:45px}}

/* Catálogo de cuadradillos de abeto alistonado */
.square-profile-list{display:grid;gap:7px;margin:20px 0 14px}.square-profile-list>div{display:grid;grid-template-columns:105px 1fr;gap:12px;align-items:center;min-height:54px;padding:8px;border:1px solid #e2ded8;background:#faf9f7}.square-profile-list i{display:block;width:calc(var(--profile-w) * 1px);height:calc(var(--profile-h) * 1px);max-width:90px;margin:auto;border:1px solid #807568;background:linear-gradient(135deg,#d8bd90,#b88c50);box-shadow:inset 0 0 0 2px #ffffff35}.square-profile-list span{display:grid;gap:3px}.square-profile-list strong{font:700 11px Manrope,Arial,sans-serif}.square-profile-list span small{color:#777;font-size:9px}.stretcher-squares .square-note{margin:12px 0 0;padding-top:12px;border-top:1px solid #e2ded8;color:#777;font-size:9px;line-height:1.5}.stretcher-squares>a{margin-top:18px}.subfamily-image-link{position:relative;display:block;overflow:hidden}.subfamily-image-link img{transition:transform .35s ease}.subfamily-image-link i{position:absolute;right:14px;bottom:14px;padding:9px 12px;background:#171717;color:#fff;font-style:normal;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}.subfamily-image-link:hover img{transform:scale(1.035)}.stretcher-squares h3 a:hover{color:var(--red)}

/* Artículos incluidos en cada familia de Complementos */
.accessories-grid article:before{content:"";display:block;height:185px;margin:-27px -27px 28px;background-position:center;background-size:cover}.accessories-grid article:nth-child(1):before{background-image:url("assets/complementos-colgadores.png")}.accessories-grid article:nth-child(2):before{background-image:url("assets/complementos-herrajes.png")}.accessories-grid article:nth-child(3):before{background-image:url("assets/complementos-adhesivos.png")}.accessories-grid article:nth-child(4):before{background-image:url("assets/complementos-corte.png")}.accessories-grid article:nth-child(5):before{background-image:url("assets/complementos-proteccion.png")}.accessories-grid article:nth-child(6):before{background-image:url("assets/complementos-acabado.png")}.accessories-grid article:nth-child(7):before{background-image:url("assets/complementos-maquinaria.png")}.accessories-grid .accessories-icon{position:absolute;z-index:2;top:132px;left:24px;width:48px;height:48px;margin:0;box-shadow:0 7px 18px #0002}.accessories-grid article>span{z-index:2;padding:6px 8px;background:#ffffffdc;color:#555}.accessories-machinery>span{background:#171717d9!important;color:#ddd!important}
.accessories-grid .accessories-products{display:grid;gap:0;margin:22px 0 0;padding:0;border-top:1px solid #e4e1dc;list-style:none}.accessories-grid .accessories-products li{border-bottom:1px solid #e4e1dc}.accessories-grid .accessories-products a{display:flex;margin:0;padding:9px 2px;border:0;color:#333;font-size:10px;font-weight:600}.accessories-grid .accessories-products a:after{content:"→";margin-left:auto;color:var(--red);opacity:0;transform:translateX(-4px);transition:.2s}.accessories-grid .accessories-products a:hover{color:var(--red)}.accessories-grid .accessories-products a:hover:after{opacity:1;transform:none}.accessories-grid .accessories-consult{margin-top:22px}.accessories-machinery .accessories-products{border-top-color:#ffffff20}.accessories-machinery .accessories-products li{border-bottom-color:#ffffff20}.accessories-machinery .accessories-products a{color:#ddd}.accessories-grid article:has(.accessories-products){min-height:0}.accessories-grid article:has(.accessories-products)>p{min-height:62px}

/* Secciones de listón con textura fotográfica de madera */
.profile-outline{position:relative;padding:19px 28px 10px}.profile-outline i,.profile-outline.shaped i{border:1px solid #927a5c;background:#d8b77f url("assets/textura-testa-abeto.png") center/cover no-repeat;box-shadow:0 4px 10px #0002}.profile-measure{position:absolute;color:#62584c;font-size:9px;font-weight:700;line-height:1;white-space:nowrap}.profile-measure-w{left:50%;bottom:0;transform:translateX(-50%)}.profile-measure-w:before{content:"↔ ";color:var(--red)}.profile-measure-h{top:50%;right:0;transform:translateY(-50%) rotate(-90deg)}.profile-measure-h:before{content:"↔ ";color:var(--red)}.sheet-profile.outline i,.sheet-profile.outline.shaped i{border-color:#927a5c;background:#d8b77f url("assets/textura-testa-abeto.png") center/cover no-repeat;box-shadow:0 4px 10px #0002}
.larson-official-group .profile-outline i,.larson-official-group .profile-outline.shaped i{width:190px;height:105px;border:0;clip-path:none;background:transparent url("assets/larson-barra-1946.png") center/contain no-repeat;box-shadow:none}.liston-catalog .liston-group:last-of-type .liston-card:nth-child(1) .profile-outline i{width:190px;height:105px;border:0;background:transparent url("assets/larson-allsize-2055.jpg") center/contain no-repeat;box-shadow:none}.liston-catalog .liston-group:last-of-type .liston-card:nth-child(2) .profile-outline i{width:190px;height:105px;border:0;background:transparent url("assets/larson-allsize-4045.jpg") center/contain no-repeat;box-shadow:none}.liston-catalog .liston-group:last-of-type .liston-card:nth-child(3) .profile-outline i{width:190px;height:105px;border:0;background:transparent url("assets/larson-allsize-crossbar.jpg") center/contain no-repeat;box-shadow:none}
.larson-official-group .liston-card .profile-outline i{width:220px;height:105px;border:0;clip-path:none;background-color:transparent;background-position:center;background-size:contain;background-repeat:no-repeat;box-shadow:none}.larson-official-group .liston-card:nth-child(1) .profile-outline i{background-image:url("assets/larson-1045-38l.png")}.larson-official-group .liston-card:nth-child(2) .profile-outline i{background-image:url("assets/larson-1045-26.png")}.larson-official-group .liston-card:nth-child(3) .profile-outline i{background-image:url("assets/larson-1046-19.png")}.larson-official-group .liston-card:nth-child(4) .profile-outline i{background-image:url("assets/larson-1035-16.png")}.larson-official-group .liston-card:nth-child(5) .profile-outline i{background-image:url("assets/larson-1045-16.png")}.larson-official-group .liston-card:nth-child(6) .profile-outline i{background-image:url("assets/larson-1051-15.png")}.larson-official-group .liston-card:nth-child(7) .profile-outline i{background-image:url("assets/larson-1038-10.png")}.sheet-hero figure img[src*="larson-"]{object-fit:contain;background:#fff}
.square-sections-group .liston-card .profile-outline i{width:min(calc(var(--profile-w) * 2px),190px)!important;height:max(calc(var(--profile-h) * 2px),26px)!important;border:1px solid #927a5c!important;background:#d8b77f url("assets/textura-testa-abeto.png") center/cover no-repeat!important;box-shadow:0 4px 10px #0002!important}
.sheet-quantity-note{margin:18px 0 0;padding:14px 16px;border-left:3px solid var(--red);background:#f7f5f1;color:#555;font-size:11px;line-height:1.6}
.frame-material-warning,.sheet-material-warning{margin:16px 0 0;padding:12px 14px;border-left:3px solid var(--red);background:#fff3f2;color:#5c2925;font-size:10px;font-weight:700;line-height:1.55}.sheet-material-warning{margin-top:20px;font-size:11px}
.allsize-connector-card .liston-ref{font-size:15px}.allsize-connector{display:grid;place-items:center;height:120px;margin:25px 0}.allsize-connector i{display:block;width:94px;height:70px;border:2px solid #292929;background:transparent}.allsize-connector-triangle i{clip-path:polygon(50% 0,100% 100%,82% 100%,50% 35%,18% 100%,0 100%);background:#d8b77f}.allsize-connector-angle i{width:82px;height:82px;border:0;background:#d8b77f;clip-path:polygon(0 0,100% 0,100% 18%,18% 18%,18% 100%,0 100%)}
.allsize-connector-photo{display:grid;place-items:center;height:150px;margin:20px 0;background:#f6f5f2;overflow:hidden}.allsize-connector-photo img{display:block;width:100%;height:100%;object-fit:contain}
.allsize-video-section{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:55px;align-items:center;margin-top:70px;padding:42px;background:#171717;color:#fff}.allsize-video-copy h2{margin:10px 0 15px;font-size:clamp(27px,3vw,42px);line-height:1.1}.allsize-video-copy>p:not(.eyebrow){margin:0 0 24px;color:#bdbdbd;line-height:1.65}.allsize-video-copy>a{display:inline-flex;gap:12px;align-items:center;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}.allsize-video-copy>a:hover{color:#ff4a45}.allsize-video-player{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden;box-shadow:0 20px 45px #0006}.allsize-video-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width:800px){.allsize-video-section{grid-template-columns:1fr;gap:30px;margin-top:50px;padding:28px 20px}}
.basic-stretcher-group .profile-outline i,.basic-stretcher-group .profile-outline.shaped i{width:min(calc(var(--profile-w) * 2px),190px)!important;height:max(calc(var(--profile-h) * 2px),26px)!important;border:1px solid #927a5c!important;background:#d8b77f url("assets/textura-testa-abeto.png") center/cover no-repeat!important;box-shadow:0 4px 10px #0002!important}.basic-stretcher-group .basic-profile-103535 i{clip-path:polygon(0 100%,0 8%,12% 0,18% 14%,100% 14%,100% 34%,78% 34%,78% 47%,100% 47%,100% 100%)}.basic-stretcher-group .basic-profile-104018 i{clip-path:polygon(0 100%,0 12%,10% 0,100% 0,100% 28%,78% 28%,78% 48%,100% 48%,100% 100%)}.basic-stretcher-group .basic-profile-103535pc i{clip-path:polygon(0 100%,0 0,100% 12%,100% 44%,82% 44%,82% 60%,100% 60%,100% 100%)}.basic-stretcher-group .basic-profile-pro i{clip-path:polygon(0 100%,0 0,18% 0,25% 36%,47% 0,100% 0,100% 35%,88% 100%)}
.pro-stretcher-group{margin-top:72px}.custom-profile-notice{display:flex;justify-content:space-between;gap:45px;align-items:center;margin-top:65px;padding:38px 42px;border-left:4px solid var(--red);background:#171717;color:#fff}.custom-profile-notice>div{max-width:720px}.custom-profile-notice h2{margin:8px 0 12px;font-size:clamp(27px,3.5vw,44px)}.custom-profile-notice>div>p:not(.eyebrow){margin:0;color:#bbb;line-height:1.7}.custom-profile-notice .button{flex:0 0 auto}@media(max-width:760px){.custom-profile-notice{display:block;padding:30px 24px}.custom-profile-notice .button{margin-top:25px}}
.stretcher-profile-photo{display:grid;place-items:center;height:155px;margin:18px 0;padding:8px;background:#fff;overflow:hidden}.stretcher-profile-photo img{display:block;width:100%;height:100%;object-fit:contain}

/* Perfiles propios: encuadre completo y uniforme en catálogo y fichas. */
.stretcher-profile-photo{height:175px;padding:10px;background:#faf9f6}
.stretcher-profile-photo img{max-width:100%;max-height:100%;object-position:center}
.sheet-hero figure img[src*="perfiles-bastidores/"]{object-fit:contain;background:#faf9f6;padding:18px}
