.partner-library main{max-width:1240px;margin:auto;padding:64px 28px 88px}.partner-hero{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px}.partner-hero h1{font-size:clamp(44px,7vw,76px);line-height:.96;letter-spacing:-.06em;margin:10px 0 16px}.partner-hero p{max-width:650px;color:var(--muted);font-size:19px}.brochure-filters{display:flex;gap:8px;flex-wrap:wrap}.brochure-filters button{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:10px 16px;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.brochure-filters button[aria-pressed="true"]{background:var(--text);color:var(--surface)}.brochure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brochure-card{display:flex;min-height:420px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 16px 48px rgba(0,0,0,.05)}.brochure-cover{position:relative;aspect-ratio:16/10;background:linear-gradient(145deg,color-mix(in srgb,var(--blue) 13%,var(--surface-solid)),var(--surface-solid));border-bottom:1px solid var(--line);overflow:hidden}.brochure-cover img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center;transition:transform .25s ease}.brochure-card:hover .brochure-cover img{transform:scale(1.015)}.cover-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:28px;text-align:center;color:var(--muted);font-weight:800}.brochure-body{display:flex;flex:1;flex-direction:column;padding:24px}.brochure-meta{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.brochure-card h2{font-size:25px;line-height:1.08;letter-spacing:-.04em;margin:18px 0 10px}.brochure-card p{color:var(--muted);line-height:1.5;margin:0 0 22px}.brochure-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:auto}.brochure-card .download,.brochure-preview .download{border-radius:999px;background:var(--text);color:var(--surface-solid);padding:11px 16px;text-decoration:none;font-weight:800}.preview-button{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);padding:10px 15px;font:inherit;font-weight:800;cursor:pointer}.library-note{color:var(--muted);margin-top:26px;font-size:13px}.brochure-preview{width:min(1060px,calc(100vw - 28px));height:min(820px,calc(100dvh - 28px));padding:0;border:1px solid var(--line);border-radius:24px;background:var(--surface-solid);color:var(--text);box-shadow:0 30px 100px rgba(0,0,0,.32)}.brochure-preview::backdrop{background:rgba(0,0,0,.56);backdrop-filter:blur(8px)}.preview-head{display:flex;justify-content:space-between;gap:20px;align-items:start;padding:20px 22px 16px;border-bottom:1px solid var(--line)}.preview-head h2{font-size:24px;margin:6px 0 0}.preview-close{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--text);font-size:26px;cursor:pointer}.brochure-preview iframe{display:block;width:100%;height:calc(100% - 150px);border:0;background:#e9e9ed}.preview-actions{height:68px;display:flex;align-items:center;justify-content:flex-end;padding:0 22px;border-top:1px solid var(--line)}@media(max-width:900px){.partner-hero{align-items:start;flex-direction:column}.brochure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.partner-library main{padding:38px 18px 64px}.brochure-grid{grid-template-columns:1fr}.brochure-card{min-height:390px}.brochure-preview{height:calc(100dvh - 16px);width:calc(100vw - 16px)}.preview-head h2{font-size:20px}.brochure-preview iframe{height:calc(100% - 148px)}}@media(prefers-reduced-motion:reduce){.brochure-cover img{transition:none}}
