/* Ampliación 2026: biblioteca de brochures. Sin frameworks ni fuentes remotas. */
.nav-brochures{max-width:190px;line-height:1.35}
.asm-brochure-entry{margin-top:28px;padding:25px 27px;display:flex;align-items:center;gap:24px;justify-content:space-between;border:1px solid #c9bb9e;border-left:4px solid var(--gold);border-radius:6px;background:#eeeae0}
.asm-brochure-entry h3{margin:0 0 5px;font:400 25px/1.2 var(--serif)}
.asm-brochure-entry p{margin:0;color:var(--muted);font-size:13px}
.asm-brochure-entry .button{flex-shrink:0}
.brochure-hero{background:var(--forest);color:#fffaf0;position:relative;overflow:hidden;padding:27px 0 54px}
.brochure-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#d9d6ca;font-size:12px;margin-bottom:34px}
.brochure-breadcrumbs a{text-decoration:none;min-height:32px;display:inline-flex;align-items:center}
.brochure-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:4px}
.brochure-hero-inner{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,.8fr);gap:70px;align-items:center}
.brochure-hero h1{font-size:clamp(38px,4.6vw,67px);line-height:1.06;max-width:780px;margin:18px 0 22px;letter-spacing:-.035em}
.brochure-hero h1 em{color:var(--gold-light);font-weight:400}
.brochure-hero-description{font-size:15px;line-height:1.8;color:#d5dacf;max-width:640px;margin:0}
.brochure-hero .asm-info-shortcuts{margin-top:25px}
.brochure-hero-actions{display:flex;gap:20px;align-items:center;margin-top:26px;flex-wrap:wrap}
.brochure-hero-actions .hero-text-link{font-size:13px}
.brochure-number-panel{position:relative;padding:33px 35px 29px;border:1px solid #7e775d;isolation:isolate}
.brochure-number-panel:before{content:"";position:absolute;inset:12px -12px -12px 12px;border:1px solid #6b6855;z-index:-1}
.brochure-number-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:.19em;color:var(--gold-light)}
.brochure-number-top svg{width:28px;height:28px}
.brochure-number-panel strong{display:block;font:400 106px/1.08 var(--serif);letter-spacing:-.07em;margin:17px 0 3px;color:#f1dab0}
.brochure-number-panel>p{margin:0;font:400 21px/1.3 var(--serif);color:#f7f0e2}
.brochure-number-bottom{margin-top:26px;padding-top:18px;border-top:1px solid #666c5e;font-size:11px;line-height:1.65;color:#d0d5c8}
.brochure-main{padding:46px 0 55px}
.brochure-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:36px;margin-bottom:26px}
.brochure-intro h2{margin:0 0 9px;font:400 clamp(28px,3vw,40px)/1.14 var(--serif);letter-spacing:-.028em}
.brochure-intro p{margin:0;font-size:14px;color:var(--muted)}
.brochure-intro-side{font-size:12px;color:var(--muted);max-width:220px;padding-top:6px;line-height:1.65}
.brochure-tools{padding:21px 0 19px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.brochure-search-row{display:flex;align-items:center;gap:16px;justify-content:space-between;margin-bottom:15px}
.brochure-search-wrap{display:flex;align-items:center;gap:12px;position:relative;width:100%;max-width:620px;height:48px;padding:0 14px;background:var(--white);border:1px solid #c7cbbf;border-radius:5px}
.brochure-search-wrap input{border:0;background:transparent;outline:0;width:100%;min-width:0;font-size:15px;padding:11px 30px 11px 0;color:var(--ink);height:46px}
.brochure-search-wrap input::-webkit-search-cancel-button{-webkit-appearance:none}
.brochure-search-wrap:focus-within{box-shadow:0 0 0 2px #a78a5266;border-color:#957139}
.brochure-clear{position:absolute;right:3px;top:2px;width:42px;height:42px;background:transparent;border:0;color:#5e685c;font-size:25px}
.brochure-sort{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);flex-shrink:0}
.brochure-sort select{padding:12px 30px 12px 12px;background:var(--white);border:1px solid #c7cbbf;border-radius:4px;color:var(--ink);font:inherit;min-height:46px;max-width:100%}
.brochure-filters{display:flex;flex-wrap:wrap;gap:7px;align-items:center}
.brochure-filter{padding:9px 12px;min-height:42px;font-size:12px;background:transparent;border:1px solid transparent;border-radius:4px;color:#596455;display:inline-flex;gap:7px;align-items:center}
.brochure-filter:hover{background:#e5e4da}
.brochure-filter.is-active{background:var(--forest);color:#fff9ee}
.brochure-filter span{padding:1px 5px;min-width:23px;border-radius:3px;background:#65705516;font-size:10px;text-align:center}
.brochure-filter.is-active span{background:#ffffff24}
.brochure-results-meta{display:flex;gap:15px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:18px 0 23px;color:var(--muted);font-size:12px}
.brochure-results-meta p{margin:0}
.brochure-reset{border:0;background:transparent;text-decoration:underline;text-underline-offset:4px;min-height:36px;color:var(--gold-dark);font-size:12px;padding:5px 0}
.brochure-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:27px 22px;align-items:stretch}
.brochure-card{display:flex;flex-direction:column;min-width:0;background:var(--white);border:1px solid #dcded4;border-radius:7px;overflow:hidden;box-shadow:0 2px 9px #27332d04;transition:box-shadow .18s,border-color .18s;scroll-margin-top:24px}
.brochure-card:hover{box-shadow:0 9px 25px #23322c13;border-color:#b8a885}
.brochure-card-warning{border-color:#c6ad83}
.brochure-cover-link{display:block;text-decoration:none}
.brochure-cover{aspect-ratio:1/1;position:relative;overflow:hidden;background:#efede6}
.brochure-cover img{width:100%;height:100%;object-fit:contain}
.brochure-editorial{position:absolute;inset:0}
.brochure-original{position:absolute;inset:0;background:#f4f2eb}
.brochure-original[hidden]{display:none!important}
.brochure-cover-caption{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#eeece3;border-top:1px solid #e1ddcf;color:#65705e;font-size:10px;line-height:1.3}
.brochure-cover-arrow{font-size:17px;color:var(--gold-dark)}
.brochure-body{display:flex;flex-direction:column;flex:1;padding:18px 17px 17px}
.brochure-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:9px;text-transform:uppercase;letter-spacing:.055em;color:#707865;margin-bottom:10px;min-height:18px}
.brochure-status-warning{color:#7b4e16;font-weight:600}
.brochure-body h3{font:400 24px/1.17 var(--serif);letter-spacing:-.02em;margin:0 0 12px;color:var(--ink)}
.brochure-body h3 a{text-decoration:none}
.brochure-body h3 a:hover{color:var(--gold-dark)}
.brochure-body>p{font-size:12px;line-height:1.65;color:#65705f;margin:0 0 19px;flex:1}
.brochure-actions{border-top:1px solid #e4e3d8;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.brochure-pdf-button,.brochure-quote{display:inline-flex;align-items:center;gap:6px;text-decoration:none;min-height:36px;font-size:11px;font-weight:600}
.brochure-pdf-button{color:var(--ink)}
.brochure-quote{color:var(--gold-dark)}
.brochure-pdf-button:hover,.brochure-quote:hover{text-decoration:underline;text-underline-offset:4px}
.brochure-actions .icon{width:15px;height:15px}
.brochure-empty{text-align:center;padding:46px 20px;background:#eeece3;border:1px solid var(--line);border-radius:7px;margin-bottom:28px}
.brochure-empty h3{font:400 29px/1.2 var(--serif);margin:0 0 15px}
.brochure-empty p{font-size:14px;color:var(--muted);margin:0 0 25px}
.brochure-availability{border-top:1px solid var(--line);padding-top:22px;margin-top:33px;font-size:12px;color:var(--muted);line-height:1.8}
.brochure-availability strong{color:var(--ink);font-weight:600}
.brochure-view-explainer{margin-top:17px;font-size:11px;color:#63715d;line-height:1.75}
.brochure-view-explainer summary{cursor:pointer;padding:7px 0;min-height:34px;font-weight:600}
.brochure-view-explainer p{max-width:950px;margin:4px 0 10px}
.brochure-directory{margin:26px 0;border:1px solid var(--line);border-radius:6px;background:var(--white);padding:4px 20px 4px}
.brochure-directory summary{padding:15px 0;cursor:pointer;font-size:13px;font-weight:500}
.brochure-directory .directory-note{font-size:12px;color:var(--muted)}
.brochure-directory ol{columns:3;column-gap:40px;list-style-position:inside;padding:0 0 15px;font-size:12px;line-height:1.55}
.brochure-directory li{break-inside:avoid;padding:7px 0}
.brochure-directory a{text-decoration-color:#c2bea9;text-underline-offset:3px}
.brochure-assistance{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:30px 34px;background:var(--forest);color:#fff9ef;border-radius:7px;margin:33px 0 5px}
.brochure-assistance h2{font:400 31px/1.15 var(--serif);margin:0 0 10px}
.brochure-assistance p{margin:0;font-size:13px;color:#d6dbce;max-width:700px;line-height:1.7}
.brochure-assistance .button{flex-shrink:0}
.asm-brochure-footer-link{display:inline-block;margin-top:8px;font-size:11px;text-underline-offset:4px}
.brochure-nojs{background:#ebe7da;border-left:3px solid #aa8b4e;padding:14px 18px;margin:20px 0;font-size:13px}
@media(min-width:720px) and (max-width:1080px){.nav-brochures{max-width:125px;font-size:12px}.main-nav{gap:17px}.header-inner{gap:20px}.brochure-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brochure-hero-inner{gap:35px}.brochure-number-panel{padding:25px}.brochure-number-panel strong{font-size:89px}}
@media(max-width:850px){.brochure-hero-inner{grid-template-columns:minmax(0,1fr) 230px;gap:32px}.brochure-hero h1{font-size:46px}.brochure-number-panel strong{font-size:79px}.brochure-number-panel{padding:23px}.brochure-number-panel>p{font-size:19px}.brochure-intro-side{display:none}.brochure-search-row{align-items:stretch}.brochure-sort{flex-direction:column;gap:3px;align-items:flex-start}.brochure-sort label{font-size:10px}.brochure-sort select{min-height:42px;padding:9px}.brochure-search-wrap{align-self:flex-end}.brochure-directory ol{columns:2}.brochure-assistance{align-items:flex-start;flex-direction:column;gap:22px}.asm-brochure-entry{align-items:flex-start;flex-direction:column;gap:19px}}
@media(max-width:719px){.brochure-hero{padding:19px 0 34px}.brochure-breadcrumbs{font-size:11px;gap:8px;margin-bottom:21px}.brochure-hero-inner{grid-template-columns:1fr;gap:24px}.brochure-hero h1{font-size:clamp(36px,8vw,51px);margin:13px 0 18px}.brochure-hero-description{font-size:13px;max-width:550px}.brochure-hero-actions{margin-top:21px;gap:9px 17px}.brochure-hero-actions .button{font-size:12px;min-height:44px;padding:11px 14px}.brochure-hero .asm-info-shortcuts{justify-content:flex-start;margin-top:15px}.brochure-number-panel{display:none}.brochure-main{padding:29px 0 32px}.brochure-intro{margin-bottom:20px}.brochure-intro h2{font-size:31px}.brochure-intro p{font-size:13px}.brochure-tools{padding:17px 0}.brochure-search-row{flex-wrap:wrap;gap:12px}.brochure-search-wrap{max-width:none;flex-basis:100%}.brochure-search-wrap input{font-size:16px}.brochure-sort{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.brochure-sort label{font-size:12px}.brochure-sort select{font-size:13px;min-height:40px}.brochure-filter{font-size:11px;padding:8px 10px;min-height:40px}.brochure-filters{gap:4px}.brochure-results-meta{font-size:11px;gap:8px;margin:16px 0 18px}.brochure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 13px}.brochure-body{padding:14px 12px}.brochure-body h3{font-size:22px}.brochure-body>p{font-size:11px;line-height:1.55}.brochure-card-meta{font-size:8px;gap:5px}.brochure-cover-caption{padding:7px 11px;font-size:9px}.brochure-actions{gap:1px 8px}.brochure-actions a{font-size:11px;min-height:37px}.brochure-directory{padding-right:15px;padding-left:15px}.brochure-directory ol{columns:1}.brochure-assistance{padding:25px}.brochure-assistance h2{font-size:28px}.brochure-availability{font-size:11px;margin-top:25px}.brochure-view-explainer{font-size:11px}.asm-brochure-entry{padding:22px}.asm-brochure-entry h3{font-size:24px}}
@media(max-width:479px){.brochure-grid{grid-template-columns:1fr;gap:23px}.brochure-cover{aspect-ratio:1.15/1}.brochure-cover img{object-fit:contain}.brochure-body{padding:18px 19px}.brochure-body h3{font-size:26px}.brochure-body>p{font-size:12px;margin-bottom:14px}.brochure-card-meta{font-size:10px}.brochure-cover-caption{padding:8px 19px;font-size:10px}.brochure-actions a{font-size:12px}.brochure-actions .icon{width:17px;height:17px}.brochure-main{padding-top:25px}}
@media(prefers-reduced-motion:reduce){.brochure-card{transition:none}}
@media print{.brochure-tools,.brochure-hero-actions,.brochure-hero .asm-info-shortcuts,.brochure-quote,.floating-whatsapp,.brochure-assistance,.brochure-directory,.brochure-view-explainer{display:none!important}.brochure-hero{color:#222;background:white}.brochure-hero h1 em,.brochure-hero-description{color:#333}.brochure-number-panel{display:none}.brochure-hero-inner{display:block}.brochure-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.brochure-card{break-inside:avoid;box-shadow:none}.brochure-body h3{font-size:18px}.brochure-cover{aspect-ratio:1.3/1}.brochure-hero{padding-bottom:10px}.container{width:100%}.brochure-main{padding:15px 0}.brochure-actions{display:none}}
/* En móvil cada tarjeta ya incluye cotización; evita cubrir ese botón. */
@media(max-width:719px){.brochure-page .floating-whatsapp{display:none}}
