.site-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-form-status { clear: both; padding: 0 15px; white-space: pre-line; }
.site-form-status:not(:empty) { margin-bottom: 20px; }
input[type="submit"]:disabled { opacity: .6; cursor: wait; }

.editorial-eyebrow { display: block; color: #7c756e; font-size: 11px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; }
.editorial-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #b7b0a8; padding: 10px 0; color: #5b5751; font-size: 13px; font-weight: 300; letter-spacing: .06em; text-decoration: none; transition: color .2s, border-color .2s; }
.editorial-link:hover, .editorial-link:focus-visible { color: #1a1a1a; border-color: #1a1a1a; text-decoration: none; }
.editorial-link > span[aria-hidden] { font-size: 22px; font-weight: 200; }
.bio-timeline-link { display: flex; justify-content: flex-end; padding: 24px 5%; }
#top-bar ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 2px 10px; }
#top-bar li { display: flex; }
#top-bar a { display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 9px 5px; border-bottom: 1px solid transparent; }
#top-bar a.is-current { color: #24211e; border-bottom-color: #5b5751; }
#top-bar .current-label { font-size: 9px; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; color: #756d64; }
#album .inquiry-link { min-width: 150px; font-size: 12px; letter-spacing: .07em; }
.inquiry-context { display: flex; align-items: center; gap: 24px; margin: 0 15px 30px; padding: 18px; background: #f6f5f3; }
.inquiry-context img { width: 72px; height: 96px; object-fit: cover; }
.inquiry-context span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #7c756e; }
.inquiry-context p { font-size: 20px; font-weight: 300; margin: 6px 0 0; }
#social h2 { font-size: 50px; font-family: 'Roboto Flex', sans-serif; color: var(--color-base); font-weight: 200; text-align: center; padding: 50px 15px; margin: 0; }
.site-not-found { text-align: center; padding: clamp(60px, 12vh, 150px) 30px 100px; max-width: 850px; margin: auto; }
.site-not-found .not-found-number { font-size: clamp(100px, 16vw, 200px); font-weight: 100; line-height: 1; color: #b8afa6; margin: 35px 0; letter-spacing: -.07em; }
.site-not-found h1 { font-size: clamp(28px, 3vw, 42px); font-weight: 200; margin: 0 0 20px; color: #5b5751; }
.site-not-found > p:not(.not-found-number) { font-size: 16px; line-height: 1.8; color: #79726b; max-width: 450px; margin: auto; }
.not-found-links { display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 30px; flex-wrap: wrap; }
.not-found-links > a { color: #5b5751; }

.journey { padding: 80px clamp(24px, 5vw, 80px) 60px; max-width: 1240px; margin: auto; }
.journey .journey-heading { display: block; position: static; background: transparent; padding: 0; margin: 0 auto 85px; text-align: center; max-width: 600px; z-index: auto; }
.journey-heading h1 { font-family: inherit; font-size: clamp(32px, 3.8vw, 54px); font-weight: 200; color: #5b5751; line-height: 1.15; letter-spacing: -.025em; margin: 24px 0; }
.journey-heading p { color: #7b756f; font-size: 16px; font-weight: 300; line-height: 1.8; max-width: 440px; margin: 0 auto 15px; }
.journey-track { position: relative; --journey-progress: 0; }
.journey-line { position: absolute; top: 16px; bottom: 0; width: 1px; left: 50%; background: #e2ddd8; pointer-events: none; }
.journey-progress { position: absolute; width: 1px; height: 100%; background: #766b60; transform-origin: top; transform: scaleY(var(--journey-progress)); }
.journey-item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); align-items: start; padding-bottom: 86px; }
.journey-marker { position: absolute; top: 12px; left: calc(50% - 4px); height: 9px; width: 9px; border: 1px solid #b8afa6; background: white; border-radius: 50%; transition: background-color .4s; }
.journey-item.is-reached .journey-marker { background: #766b60; border-color: #766b60; }
.journey-year { grid-column: 3; grid-row: 1; font-size: 18px; font-weight: 300; line-height: 1.6; letter-spacing: .09em; color: #82776c; padding-top: 1px; }
.journey-card { grid-column: 1; grid-row: 1; min-width: 0; transition: opacity .7s ease, transform .7s ease; }
.journey-item:nth-of-type(even) .journey-card { grid-column: 3; }
.journey-item:nth-of-type(even) .journey-year { grid-column: 1; text-align: right; }
.journey-card figure { margin: 0 0 24px; background: #f7f6f4; }
.journey-card img { display: block; width: 100%; height: 300px; object-fit: contain; }
.journey-copy { border-top: 1px solid #e5e0db; padding-top: 20px; }
.journey-copy h2 { font-family: inherit; font-size: clamp(22px, 2vw, 28px); font-weight: 300; color: #5b5751; line-height: 1.35; margin: 0 0 12px; }
.journey-copy p { font-size: 15px; font-weight: 300; line-height: 1.85; color: #77716b; margin: 0; overflow-wrap: anywhere; }
.journey-item.is-pending .journey-card { opacity: 0; transform: translateY(24px); }
.journey-end { padding: 30px 0; text-align: center; }
@media (max-width: 767px) {
    .journey { padding-top: 48px; }
    .journey .journey-heading { margin-bottom: 55px; }
    .journey-track .journey-line { left: 5px; }
    .journey-item { display: block; padding: 0 0 60px 34px; }
    .journey-marker { left: 1px; top: 9px; }
    .journey-year, .journey-item:nth-of-type(even) .journey-year { display: block; text-align: left; margin: 0 0 20px; font-size: 17px; }
    .journey-card img { height: 280px; }
    .journey-copy h2 { font-size: 24px; }
    .bio-timeline-link { padding: 18px 24px; }
    #social h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
    .journey-card, .journey-marker, .editorial-link { transition: none; }
    .journey-item.is-pending .journey-card { opacity: 1; transform: none; }
}

#top-bar { position: sticky; top: 0; left: auto; right: auto; width: 100%; padding: 12px 18px; line-height: 1.4; }
#top-bar ul { float: none; gap: 2px 20px; }
#top-bar ul li { float: none; margin: 0; }
#top-bar ul li a { display: inline-block; padding: 7px 0; font-size: 11px; line-height: 1.4; }
#top-bar a.is-current { border-bottom-color: #928a81; }
#slides .hero-navigation { position: absolute; bottom: 26px; right: 30px; display: flex; gap: 8px; z-index: 2000; }
.hero-navigation button { border: 0; background: transparent; padding: 12px 0; width: 30px; cursor: pointer; }
.hero-navigation button span { display: block; height: 1px; width: 100%; background: rgba(255,255,255,.45); box-shadow: 0 1px 2px #0005; transition: background .2s; }
.hero-navigation button[aria-pressed="true"] span, .hero-navigation button:hover span { background: white; }
.hero-navigation button:focus-visible { outline: 1px solid white; outline-offset: 3px; }
#form .field-error { display: block; margin: 6px 0 0; color: #9a443b; font-size: 12px; font-weight: 300; line-height: 1.5; }
#form [aria-invalid="true"] { border-color: #b87870; }
#form .form-group:has(.field-error) { min-height: 76px; }

@media (max-width: 991px) {
    #slides .hero-navigation { bottom: 80px; right: auto; left: 50%; transform: translateX(-50%); }
}
.hero-navigation .hero-arrow { width: 26px; padding: 2px; color: white; }
.hero-arrow svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1; filter: drop-shadow(0 1px 2px #0005); opacity: .7; }
.hero-arrow:hover svg, .hero-arrow:focus-visible svg { opacity: 1; }
.mobile-albums { padding: 20px 24px; border-bottom: 1px solid #e9e5e0; background: white; }
.mobile-albums-parent { display: block; color: #77716b; font-size: 11px; margin-bottom: 16px; text-decoration: none; }
.mobile-albums label { display: block; font-size: 11px; font-weight: 300; color: #77716b; margin-bottom: 6px; }
.mobile-albums select { width: 100%; padding: 10px 26px 10px 0; background: white; border: 0; border-bottom: 1px solid #b8afa6; border-radius: 0; font: inherit; font-size: 13px; color: #5b5751; }
