.library-page { background: #f7f4ec; }
.library-hero { position: relative; overflow: hidden; color: #fff; background: #073d35; }
.library-hero__pattern { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(30deg, transparent 48%, #dabe7e 49%, #dabe7e 50%, transparent 51%), linear-gradient(150deg, transparent 48%, #dabe7e 49%, #dabe7e 50%, transparent 51%); background-size: 92px 54px; }
.library-hero__inner { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding-block: 72px; }
.library-hero__inner > span { color: #dabf82; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.library-hero h1 { max-width: 720px; margin: 14px 0 18px; font: 600 clamp(48px, 8vw, 86px)/.98 var(--display); letter-spacing: -.035em; }
.library-hero h1 em { color: #dabf82; font-weight: 600; }
.library-hero p { max-width: 640px; margin: 0; color: #d5e1dd; font-size: 17px; line-height: 1.75; }
.library-hero__facts { position: absolute; right: 0; bottom: 54px; display: grid; padding-left: 25px; border-left: 1px solid rgba(218,191,130,.45); }
.library-hero__facts strong { color: #dabf82; font: 600 40px/1 var(--display); }.library-hero__facts span { margin-top: 7px; color: #c9d8d3; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.library-section { padding: 70px 0 100px; }
.library-toolbar, .download-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #d9ddd9; }
.library-toolbar > div { display: flex; gap: 8px; }.library-toolbar button { padding: 9px 16px; color: #52615c; background: transparent; border: 1px solid #d3d9d5; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; }.library-toolbar button.is-active { color: #fff; background: #073d35; border-color: #073d35; }.library-toolbar > span, .download-toolbar > span { color: #73807b; font-size: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }.gallery-card[hidden] { display: none; }.gallery-card { min-width: 0; background: #fffefb; border: 1px solid #e0e2dd; box-shadow: 0 16px 42px rgba(6,47,41,.07); }.gallery-card__open { width: 100%; padding: 0; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; }.gallery-card__visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; background: #0a4c40; }.gallery-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.gallery-card:hover img { transform: scale(1.035); }.gallery-card__placeholder { display: grid; place-items: center; gap: 10px; color: #dabf82; font-size: 39px; }.gallery-card__placeholder small { color: #d7e4df; font-size: 11px; }.gallery-card__play { position: absolute; width: 54px; height: 54px; display: grid; place-items: center; padding-left: 3px; color: #073d35; background: rgba(255,254,251,.92); border-radius: 50%; box-shadow: 0 8px 30px rgba(0,0,0,.2); }.gallery-card__copy { min-height: 168px; display: flex; flex-direction: column; padding: 22px; }.gallery-card__copy > small { color: #a9803e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.gallery-card__copy > strong { margin: 8px 0; color: #073d35; font: 600 24px/1.25 var(--display); }.gallery-card__copy > span { color: #697570; display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.gallery-dialog { width: 100%; max-width: none; height: 100%; max-height: none; padding: 24px; color: #fff; background: transparent; border: 0; }.gallery-dialog::backdrop { background: rgba(2,24,21,.85); backdrop-filter: blur(6px); }.gallery-dialog__backdrop { position: fixed; z-index: -1; inset: 0; width: 100%; height: 100%; background: transparent; border: 0; }.gallery-dialog > section { position: relative; width: min(980px, 100%); max-height: calc(100vh - 48px); overflow: auto; margin: auto; background: #073d35; box-shadow: 0 30px 100px rgba(0,0,0,.45); }.gallery-dialog__close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; color: #073d35; background: #fff; border: 0; border-radius: 50%; font-size: 26px; cursor: pointer; }.gallery-dialog__media { aspect-ratio: 16 / 9; display: grid; place-items: center; background: #021f1b; }.gallery-dialog__media img, .gallery-dialog__media video, .gallery-dialog__media iframe { width: 100%; height: 100%; object-fit: contain; border: 0; }.gallery-dialog__copy { padding: 25px 30px 30px; }.gallery-dialog__copy > span { color: #dabf82; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.gallery-dialog__copy h2 { margin: 6px 0; font: 600 31px/1.2 var(--display); }.gallery-dialog__copy p { margin: 0; color: #d2dfda; }
.download-toolbar label { width: min(540px, 100%); display: flex; align-items: center; gap: 10px; padding: 0 15px; background: #fff; border: 1px solid #d9ddd9; }.download-toolbar input { width: 100%; height: 48px; background: transparent; border: 0; outline: 0; }.download-list { display: grid; gap: 15px; }.download-card { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 25px 28px; background: #fffefb; border: 1px solid #e0e2dd; transition: transform .2s, box-shadow .2s; }.download-card:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(6,47,41,.08); }.download-card[hidden] { display: none; }.download-card__icon { width: 58px; height: 68px; display: grid; place-items: end center; padding-bottom: 11px; color: #fff; background: #a33b32; clip-path: polygon(0 0,73% 0,100% 23%,100% 100%,0 100%); font-size: 11px; font-weight: 800; }.download-card__body > div { display: flex; gap: 12px; color: #a9803e; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.download-card h2 { margin: 6px 0 4px; color: #073d35; font: 600 24px/1.25 var(--display); }.download-card p { max-width: 730px; margin: 0 0 7px; color: #61706a; font-size: 13px; }.download-card small { color: #86908c; }.download-card__action { display: inline-flex; align-items: center; gap: 13px; padding: 12px 16px; color: #fff; background: #073d35; font-size: 12px; font-weight: 700; }.download-no-results { padding: 45px; text-align: center; color: #65716c; }.library-empty { grid-column: 1 / -1; padding: 70px 25px; color: #65716c; text-align: center; border: 1px dashed #cbd2ce; }.library-empty > span { color: #a9803e; font-size: 28px; font-weight: 800; }.library-empty h2 { margin: 9px 0 3px; color: #073d35; font-family: var(--display); }.library-empty p { margin: 0; }
.site-footer--compact a { color: inherit; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.library-hero__facts { position: static; margin-top: 32px; align-self: flex-start; }.download-card { grid-template-columns: 58px 1fr; }.download-card__action { grid-column: 2; justify-self: start; } }
@media (max-width: 620px) { .library-hero__inner { min-height: 360px; padding-block: 55px; }.library-hero h1 { font-size: 50px; }.library-section { padding: 45px 0 70px; }.gallery-grid { grid-template-columns: 1fr; }.library-toolbar, .download-toolbar { align-items: stretch; flex-direction: column; }.gallery-card__copy { min-height: 0; }.gallery-dialog { padding: 10px; }.gallery-dialog > section { max-height: calc(100vh - 20px); }.gallery-dialog__copy { padding: 20px; }.download-card { grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; }.download-card__icon { width: 48px; height: 58px; }.download-card h2 { font-size: 21px; }.download-card__action { grid-column: 1 / -1; justify-content: center; }.site-footer--compact .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; } }
