/* ==========================================================
   UNM-Valencia Bookstore Landing Page
   Scoped to .bookstore-page
   ========================================================== */
.bookstore-page,.bookstore-page *{box-sizing:border-box}.bookstore-page{width:100%;margin:0;padding:0;color:#000000;background:#ffffff;overflow:hidden}.bookstore-page img{display:block;max-width:100%}.bookstore-page a{color:#ba0c2f;text-decoration-thickness:2px;text-underline-offset:3px}.bookstore-page a:hover,.bookstore-page a:focus-visible{text-decoration:underline}.bookstore-page a:focus-visible{outline:3px solid #ffc600;outline-offset:4px}.bookstore-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.bookstore-accent{display:block;width:48px;height:4px;margin:18px 0 20px;background:#ffc600}.bookstore-accent--center{margin-left:auto;margin-right:auto;background:#ba0c2f}
.bookstore-hero{display:grid;grid-template-columns:1fr 1fr;min-height:430px;background:#ba0c2f}.bookstore-hero__content{display:flex;align-items:center;justify-content:flex-end;background:#ba0c2f}.bookstore-hero__inner{width:min(590px,100%);padding:56px 64px 56px 48px;color:#ffffff}.bookstore-hero h1{margin:0;color:#ffffff;font-size:clamp(2.75rem,5vw,4.75rem);line-height:.98;font-weight:700}.bookstore-hero p{max-width:560px;margin:0 0 28px;color:#ffffff;font-size:1.15rem;line-height:1.55}.bookstore-hero__media{min-height:430px}.bookstore-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.bookstore-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:235px;padding:16px 22px;border:2px solid #ffffff;font-weight:700;text-transform:uppercase;text-decoration:none!important}.bookstore-button--light{color:#ba0c2f!important;background:#ffffff}.bookstore-button--light:hover,.bookstore-button--light:focus-visible{color:#ffffff!important;background:#ba0c2f}
.bookstore-essentials{padding:46px 0 58px;background:#ffffff}.bookstore-essentials h2,.bookstore-visit h2{margin:0;text-align:center;font-size:clamp(1.9rem,3.2vw,2.5rem);line-height:1.15}.bookstore-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:22px}.bookstore-page .bookstore-card{display:flex;flex-direction:column;align-items:center;min-height:360px;padding:30px 24px 26px;border:1px solid #a7a8aa!important;border-radius:14px!important;background:#ffffff!important;box-shadow:0 10px 28px rgba(0,0,0,.16),0 3px 8px rgba(0,0,0,.10)!important;text-align:center}.bookstore-page .bookstore-card__icon{width:64px;height:64px;margin-bottom:18px;object-fit:contain}.bookstore-page .bookstore-card h3{min-height:72px;margin:0 0 14px;font-size:1.625rem!important;line-height:1.2!important}.bookstore-page .bookstore-card p{margin:0 0 24px;line-height:1.5}.bookstore-page .bookstore-card a{margin-top:auto;font-weight:700;text-transform:uppercase}
.bookstore-technology{padding:34px 0;color:#ffffff;background:#007a86}.bookstore-technology__inner{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center}.bookstore-technology__icon-wrap{display:grid;place-items:center;width:86px;height:86px;border:2px solid #ffffff;border-radius:50%}.bookstore-technology__icon-wrap img{width:52px;height:52px}.bookstore-technology h2{margin:0 0 8px;color:#ffffff;font-size:clamp(1.55rem,3vw,2.05rem)}.bookstore-technology p{margin:0;color:#ffffff;font-size:1.05rem}
.bookstore-visit{display:grid;grid-template-columns:minmax(320px,45%) 1fr;min-height:420px;background:#ffffff}.bookstore-visit__media img{width:100%;height:100%;object-fit:cover}.bookstore-visit__content{padding:52px 44px 46px}.bookstore-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.bookstore-info{padding:0 26px;text-align:center}.bookstore-info+.bookstore-info{border-left:1px solid #a7a8aa}.bookstore-info img{width:56px;height:56px;margin:0 auto 14px;object-fit:contain}.bookstore-info h3{margin:0 0 10px;font-size:1.05rem}.bookstore-info p{margin:0 0 14px;line-height:1.55}.bookstore-info a{font-weight:700}
.bookstore-help{padding:34px 0;color:#ffffff;background:#ba0c2f}.bookstore-help__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.bookstore-help__intro{display:grid;grid-template-columns:120px 1fr;gap:30px;align-items:center}.bookstore-help__icon{width:110px;height:110px}.bookstore-help h2{margin:0 0 10px;color:#ffffff;font-size:clamp(1.8rem,3vw,2.35rem)}.bookstore-help p{margin:0;color:#ffffff;line-height:1.5}.bookstore-help__contact{margin:0;font-style:normal}.bookstore-help__contact p{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start;margin:0 0 12px}.bookstore-help__contact p:last-child{margin-bottom:0}.bookstore-help__contact img{width:26px;height:26px;object-fit:contain}.bookstore-help__contact a{color:#ffffff}
@media (max-width:1024px){.bookstore-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bookstore-visit{grid-template-columns:1fr}.bookstore-visit__media{min-height:380px}.bookstore-help__inner{grid-template-columns:1fr}}
@media (max-width:820px){.bookstore-hero{grid-template-columns:1fr}.bookstore-hero__content{justify-content:center}.bookstore-hero__inner{width:100%;padding:44px 32px}.bookstore-hero__media{min-height:340px}.bookstore-technology__inner{grid-template-columns:auto 1fr}.bookstore-technology__action{grid-column:1/-1;padding-left:120px}.bookstore-info-grid{grid-template-columns:1fr}.bookstore-info{padding:26px 0}.bookstore-info+.bookstore-info{border-left:0;border-top:1px solid #a7a8aa}}
@media (max-width:600px){.bookstore-container{width:min(100% - 30px,1180px)}.bookstore-hero__inner{padding:38px 22px}.bookstore-hero__media{min-height:260px}.bookstore-button{width:100%;min-width:0}.bookstore-card-grid{grid-template-columns:1fr;gap:18px}.bookstore-card{min-height:0}.bookstore-technology__inner{grid-template-columns:1fr;text-align:center}.bookstore-technology__icon-wrap{margin:0 auto}.bookstore-technology__action{grid-column:auto;padding-left:0}.bookstore-visit__media{min-height:260px}.bookstore-visit__content{padding:40px 22px 34px}.bookstore-help__intro{grid-template-columns:1fr;text-align:center}.bookstore-help__icon{margin:0 auto}.bookstore-help__contact{max-width:430px;margin:0 auto}}
@media (prefers-reduced-motion:reduce){.bookstore-page *,.bookstore-page *::before,.bookstore-page *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
