@charset "UTF-8";

.museum-cover-layout {
    background: #faf9f6;
}

.museum-cover-layout .topbar {
    padding-right: 3.5%;
    padding-left: 3.5%;
    border-bottom: 0;
}

.museum-cover-layout .topbar nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.museum-demo-label {
    padding: 5px 9px;
    border: 1px solid #d8d0c8;
    color: #716760;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.museum-cover-layout .portal-main {
    width: 93%;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

.museum-cover-hero {
    position: relative;
    height: clamp(360px, 32vw, 480px);
    overflow: hidden;
    background: #313b36;
}

.museum-cover-photo,
.museum-cover-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.museum-cover-photo {
    object-fit: cover;
    object-position: center 51%;
}

.museum-cover-shade {
    background: linear-gradient(90deg, rgba(13, 25, 24, .78), rgba(13, 25, 24, .38) 44%, transparent 76%), linear-gradient(0deg, rgba(13, 25, 24, .36), transparent 45%);
}

.museum-cover-copy {
    position: relative;
    display: flex;
    height: 100%;
    padding: 42px 4.5% 46px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
}

.museum-cover-kicker {
    margin: 0 0 26px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.museum-cover-copy h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(46px, 5vw, 78px);
    font-weight: 450;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.museum-cover-intro { max-width: 600px; margin: 22px 0; font-size: 18px; line-height: 1.55; color: #fff; }
.museum-hero-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid #ffffff80; color: #fff; font-size: 14px; }
.scholarship-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 28px 0; border-bottom: 1px solid #ddd5cf; }
.scholarship-facts > div { padding: 0 24px; border-left: 1px solid #ddd5cf; }
.scholarship-facts > div:first-child { padding-left: 0; border-left: 0; }
.scholarship-facts strong { display: block; margin-bottom: 8px; font-size: 30px; font-weight: 500; letter-spacing: -.035em; color: var(--wine); }
.scholarship-facts span { display: block; max-width: 270px; font-size: 13px; line-height: 1.5; color: #756c65; }
.scholarship-dates { display: flex; align-items: center; gap: 24px; padding: 20px 0 7px; font-size: 13px; }
.scholarship-dates p { margin: 0; }
.scholarship-dates p > span { color: #756c65; }
.scholarship-status { display: inline-flex; padding: 7px 11px; background: #eee5e5; color: var(--wine); font-weight: 600; }
.scholarship-details { display: grid; grid-template-columns: 1fr 1.6fr; gap: 8%; margin-top: 56px; padding: 44px 0 20px; border-top: 1px solid #ddd5cf; scroll-margin-top: 25px; }
.scholarship-details-heading h2 { margin: 12px 0 20px; font-size: 36px; font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.scholarship-details p, .scholarship-details li { font-size: 14px; line-height: 1.75; color: #756c65; }
.scholarship-details-heading .button { margin-top: 12px; }
.scholarship-detail-list article { padding: 0 0 23px; margin: 0 0 23px; border-bottom: 1px solid #ddd5cf; }
.scholarship-detail-list article:last-child { border-bottom: 0; margin-bottom: 0; }
.scholarship-detail-list h3 { margin: 0 0 12px; font-size: 21px; font-weight: 500; }
.scholarship-detail-list p { margin: 0 0 12px; }
.scholarship-detail-list ul { padding-left: 20px; }
.scholarship-selection { padding-left: 20px; margin: 0; }
.scholarship-selection li { padding-left: 8px; margin-bottom: 10px; }
.scholarship-selection strong { color: var(--ink); }
.scholarship-selection span { display: block; }
#accesos { scroll-margin-top: 25px; }

.museum-cover-copy h1 em {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.05em;
}

.museum-cover-caption {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 4px #182725;
}

.museum-access-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin: 27px 0 18px;
}

.museum-access-heading h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.museum-access-heading > span {
    color: #827871;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.museum-access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.museum-access-form {
    min-width: 0;
    margin: 0;
}

.museum-access-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #ddd5cf;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.museum-access-image {
    position: relative;
    display: block;
    height: clamp(160px, 14vw, 215px);
    overflow: hidden;
    background: #e4e1da;
}

.museum-access-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.museum-access-cta {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #fff;
    color: var(--wine);
    font-size: 12px;
    font-weight: 600;
}

.museum-access-cta .icon {
    width: 17px;
    height: 17px;
}

.museum-access-copy {
    display: grid;
    gap: 7px;
    padding: 17px 0 21px;
}

.museum-access-copy strong {
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 500;
    letter-spacing: -.025em;
}

.museum-access-copy > span {
    color: #756c65;
    font-size: 13px;
    line-height: 1.5;
}

.museum-access-button:hover {
    border-color: var(--wine);
    color: var(--wine);
}

.museum-access-button:hover .museum-access-cta,
.museum-access-button:focus-visible .museum-access-cta {
    background: var(--wine);
    color: #fff;
}

.museum-access-button:focus-visible {
    outline: 3px solid var(--wine);
    outline-offset: 5px;
}

.museum-photo-credit {
    margin: 18px 0 0;
    color: #827871;
    font-size: 10px;
    line-height: 1.6;
}

.museum-photo-credit a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.museum-cover-layout .footer {
    margin-top: 27px;
    padding: 22px 3.5%;
    border-top: 1px solid #e7e1db;
}
