/* Faithful reconstruction of the approved album composition. */
.portrait { background-image: url('/assets/album-photos.webp'); }
.photo-crop { position: relative; overflow: hidden; background-image: none !important; }
.photo-crop > img { position: absolute; top: 0; left: 0; max-width: none; height: auto; display: block; transform-origin: 0 0; pointer-events: none; }
.header { max-width: 1600px; padding-inline: 4%; border-bottom: 0; background: var(--paper); }
.solid-button { background: var(--green); }
.solid-button:hover { background: var(--ink); }
.hero-cta { padding: 13px 28px; gap: 30px; min-height: 58px; font-size: 17px; margin-bottom: 0; }
.hero-cta > span { border: 0; width: auto; height: auto; font-size: 22px; }
.experience { max-width: 1600px; grid-template-columns: minmax(0,.35fr) minmax(0,.65fr); column-gap: 24px; padding: 0 4% 38px; align-items: start; }
.hero-copy { grid-column: 1; grid-row: 1; padding-top: 62px; }
.intro { padding: 0; }
.intro .eyebrow { font-size: 15px; letter-spacing: .15em; margin-bottom: 28px; }
.intro .eyebrow::before { display: none; }
.intro h1 { font-size: clamp(43px,4.4vw,70px); line-height: 1.36; font-weight: 500; letter-spacing: -.045em; margin-bottom: 28px; }
.intro-copy, .intro > .explore-link, .desktop-break { display: none; }
.product-copy { font-size: 17px; max-width: none; line-height: 1.9; margin-bottom: 14px; }
.story-preview { position: relative; width: auto; max-width: none; background: none; border: 0; border-radius: 0; padding: 0; margin-top: 42px; }
.story-topline { min-height: 44px; font-size: 13px; letter-spacing: .08em; padding-right: 136px; }
.tiny-rule { display: none; }
.featured blockquote { font-size: clamp(23px,1.85vw,29px); line-height: 1.65; margin: 12px 0 12px; letter-spacing: -.015em; }
.quote-person { display: inline; font-size: 13px; }
.read-story { font-size: 13px; margin: 0 0 0 14px; padding: 0; }
.story-controls { position: absolute; top: 0; right: 0; margin: 0; gap: 3px; }
.story-controls .circle-button { border: 0; width: 44px; height: 44px; font-size: 15px; }
.counter { font-size: 12px; letter-spacing: 0; }
.interview-question { display: none; }
.audio-player { margin-top: 20px; }
.audio-row { gap: 20px; }
.play-button { display: grid; place-items: center; width: 58px; min-width: 58px; height: 58px; min-height: 58px; border: 0; border-radius: 50%; padding: 0; font-size: 22px; }
.audio-timeline { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; height: 58px; }
.waveform { grid-column: 1; grid-row: 1; height: 39px; display: flex; align-items: center; gap: clamp(.5px,.12vw,1.8px); min-width: 0; }
.wave-bar { flex: 1; min-width: 0; max-width: 3px; background: #73764166; border-radius: 1px; }
.wave-bar.elapsed { background: var(--green); }
.audio-timeline input { grid-column: 1; grid-row: 1; position: relative; z-index: 1; height: 58px; opacity: 0; width: 100%; margin: 0; cursor: pointer; }
.audio-timeline:focus-within .waveform { outline: 2px solid var(--green); outline-offset: 5px; }
.audio-timeline > span { white-space: nowrap; font-size: 12px; }
.story-preview > .ai-note { margin-top: 18px; font-size: 12px; }
.album-stage { grid-column: 2; grid-row: 1; position: relative; width: 100%; aspect-ratio: 1.08; isolation: isolate; margin-top: 0; }
.album-wall { position: absolute; inset: 0; }
.album-card { position: absolute; padding: 9px 9px 12px; background: #FFFCF6; border: 1px solid #E9E2D670; box-shadow: 0 2px 6px #372F2511; text-align: left; transform: rotate(var(--tilt)); transition: transform .4s ease, box-shadow .4s ease; z-index: 1; }
.album-card-1 { left: 3%; top: 2%; width: 30%; --tilt: -4deg; }
.album-card-2 { left: 37%; top: 0; width: 28%; --tilt: 3deg; }
.album-card-3 { left: 70%; top: 2%; width: 28%; --tilt: -3deg; }
.album-card-4 { left: 0; top: 45%; width: 27%; --tilt: -5deg; }
.album-card-5 { left: 28%; top: 35%; width: 44%; --tilt: -2deg; z-index: 2; }
.album-card-6 { left: 77%; top: 43%; width: 23%; --tilt: 3deg; }
.album-card-7 { left: 75%; top: 71%; width: 24%; --tilt: -5deg; }
.album-card .album-photo { display: block; width: 100%; aspect-ratio: var(--photo-ratio, 1); border-radius: 0; }
.album-card-caption { display: grid; grid-template-columns: 23px minmax(0,1fr); gap: 2px 8px; padding: 9px 2px 0; }
.album-play { width: 23px; height: 23px; display: inline-grid; place-items: center; background: var(--green); color: var(--paper); border-radius: 50%; font-size: 10px; grid-row: 1 / 3; margin-top: 2px; }
.album-person { font-family: var(--serif); font-size: 14px; line-height: 1.45; }
.album-title { grid-column: 2; font-family: var(--serif); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.album-card-5 .album-person { font-size: 16px; }
.album-card-5 .album-title { font-size: 13px; }
.album-caption { position: absolute; bottom: 0; left: 0; width: 25%; margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.8; color: var(--muted); transform: rotate(-5deg); }
.album-card.active { border-color: #E9E2D6; }
.album-card.playing .album-play { box-shadow: 0 0 0 4px #73764122; }
.album-card:hover, .album-card:focus-visible { transform: translateY(-4px) rotate(var(--tilt)); box-shadow: 0 6px 16px #372F2518; z-index: 3; }
.album-card.heard .album-person::after { content: ' ·'; color: var(--green); }
.album-sprig { position: absolute; z-index: -1; right: -3.6vw; bottom: -7%; width: clamp(45px,5.9vw,90px); aspect-ratio: 80 / 348; overflow: hidden; pointer-events: none; mix-blend-mode: multiply; mask-image: linear-gradient(transparent, black 5%, black 87%, transparent); }
.album-sprig img { position: absolute; top: 0; left: 0; width: 1920%; max-width: none; height: auto; transform: translate(-94.53125%,-55.46875%); }
.bottom-note { grid-column: 1 / -1; grid-row: 2; border: 0; margin-top: 32px; padding: 0; display: block; }
.bottom-note > span:first-child { display: none; }
.hand-note { display: block; max-width: 330px; padding-top: 20px; border-top: 1px solid var(--green); font-size: 19px; }
.album-library { padding-top: 24px; }
.album-drawer > summary { display: flex; justify-content: space-between; gap: 20px; padding-right: 42px; }
.album-drawer > summary > span { font-size: 13px; color: var(--muted); }
.album-drawer > .people { position: static; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px 26px; padding: 28px 0; }
.album-drawer .person { position: static; inset: auto; transform: none; padding: 10px 10px 18px; border: 1px solid var(--line); background: #FFFCF6; min-width: 0; text-align: left; }
.album-drawer .person .portrait { display: block; width: 100%; height: auto; aspect-ratio: 1; border-radius: 0; box-shadow: none; animation: none; }
.album-drawer .person:hover .portrait { transform: none; }
.album-drawer .person.active { border-color: var(--green); }
.album-drawer .person-name { font-family: var(--serif); font-size: 19px; background: none; margin: 12px 0 0; padding: 0; white-space: normal; }
.album-drawer .person-region { background: none; padding: 0; color: var(--muted); margin-top: 3px; }
.album-drawer .person-story { display: block; font-family: var(--serif); font-size: 17px; margin-top: 12px; line-height: 1.7; }
.album-drawer .person-format { display: block; font-size: 14px; color: var(--green); margin-top: 12px; }
.dialog-avatar { border-radius: 5px; width: 88px; height: 88px; }
@media(min-width:1000px) and (max-width:1199px) {
 .hero-copy { padding-top: 32px; }
 .intro h1 { font-size: 43px; }
 .product-copy { font-size: 16px; }
 .hero-cta { font-size: 15px; gap: 18px; padding-inline: 20px; }
 .story-preview { margin-top: 30px; }
 .featured blockquote { font-size: 23px; }
 .album-card { padding: 7px 7px 10px; }
 .album-card-caption { grid-template-columns: 18px minmax(0,1fr); gap: 2px 5px; }
 .album-play { width: 18px; height: 18px; font-size: 8px; }
 .album-person { font-size: 13px; }
 .album-title { font-size: 12px; }
 .album-stage { margin-top: 16px; }
 .story-controls { gap: 0; }
 .story-controls .circle-button { width: 44px; }
 .story-topline { padding-right: 115px; }
 .album-caption { display: none; }
}
@media(min-width:768px) and (max-width:999px) {
 .experience { display: block; padding-top: 25px; }
 .hero-copy { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 35px; padding-top: 0; }
 .intro { grid-column: 1; grid-row: 1; }
 .intro h1 { font-size: clamp(38px,4.9vw,48px); }
 .intro .eyebrow { font-size: 13px; }
 .hero-cta { font-size: 15px; gap: 20px; padding-inline: 20px; }
 .story-preview { grid-column: 2; grid-row: 1; margin-top: 0; padding-top: 0; align-self: center; }
 .featured blockquote { font-size: 24px; }
 .album-stage { width: 96%; margin: 48px auto 0; }
 .bottom-note { margin-top: 62px; }
 .album-drawer > .people { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px 20px; }
 .album-sprig { right: -3vw; }
}
@media(max-width:767px) {
 .header { padding-inline: 6%; }
 .experience { display: block; padding: 22px 6% 30px; }
 .hero-copy { padding: 0; }
 .intro h1 { font-size: clamp(37px,9.7vw,52px); line-height: 1.35; }
 .intro .eyebrow { font-size: 13px; margin-bottom: 22px; }
 .product-copy { font-size: 17px; margin-bottom: 26px; }
 .hero-cta { font-size: 16px; justify-content: space-between; }
 .story-preview { margin-top: 32px; }
 .story-topline { font-size: 12px; padding-right: 126px; }
 .featured blockquote { font-size: 24px; }
 .read-story { font-size: 13px; }
 .audio-row { gap: 14px; }
 .play-button { min-width: 52px; width: 52px; height: 52px; min-height: 52px; font-size: 20px; }
 .audio-timeline { gap: 10px; }
 .audio-timeline > span { font-size: 12px; }
 .story-preview > .ai-note { font-size: 12px; }
 .album-stage { aspect-ratio: auto; width: 100%; margin-top: 42px; }
 .album-wall { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 17px; align-items: start; padding-inline: 3px; }
 .album-card { position: relative; inset: auto; width: auto; padding: 7px 7px 11px; transform: rotate(calc(var(--tilt) * .5)); }
 .album-card-5 { grid-column: 1 / -1; grid-row: 1; width: 83%; justify-self: center; }
 .album-card-caption { grid-template-columns: 21px minmax(0,1fr); gap: 3px 5px; }
 .album-person { font-size: 14px; }
 .album-title { font-size: 13px; }
 .album-card-5 .album-person { font-size: 18px; }
 .album-card-5 .album-title { font-size: 15px; }
 .album-play { width: 21px; height: 21px; }
 .album-caption { position: static; width: 100%; margin-top: 32px; text-align: center; transform: none; font-size: 17px; }
 .album-sprig { display: none; }
 .bottom-note { margin-top: 28px; }
 .hand-note { font-size: 18px; max-width: 100%; }
 .album-drawer > .people { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
 .album-drawer .person { display: block; padding: 8px 8px 15px; min-height: 0; }
 .album-drawer .person-name { font-size: 17px; }
 .album-drawer .person-story { min-height: 0; font-size: 17px; }
}
@media(max-width:389px) {
 .album-wall { gap: 22px 12px; }
 .album-card-caption { display: block; }
 .album-play { display: inline-grid; margin-right: 5px; vertical-align: middle; }
 .album-person { font-size: 14px; }
 .album-title { display: block; margin-top: 6px; }
 .album-drawer > .people { grid-template-columns: 1fr; }
 .story-controls .circle-button { width: 44px; }
 .story-topline { padding-right: 112px; }
 .album-card-5 { width: 89%; }
}
@media(prefers-reduced-motion:reduce) {
 .album-card { transition: none; }
}
