/* Three chapters of one trip. All selectors are local to these examples. */
.trip-story { max-width: 1320px; margin: 32px auto 64px; padding: 64px; border-radius: 40px; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 48px; align-items: center; background: #e5edf5; overflow: hidden; }
.trip-story--ahead { background: linear-gradient(135deg,#ede8f6,#e0edf6 75%); }
.trip-story--ask { background: linear-gradient(135deg,#e0eef2,#e3efe6); }
.trip-story--remember { background: linear-gradient(135deg,#f2e5df,#eae5f3); }
.trip-story-copy { position: relative; z-index: 1; }
.trip-eyebrow { text-transform: uppercase; font-weight: 650; letter-spacing: .11em; color: #67527f; font-size: 12px; margin: 0 0 22px; }
.trip-story h2 { font-weight: 850; font-size: clamp(34px,4.2vw,58px); line-height: 1.05; letter-spacing: -.055em; margin: 0 0 25px; text-wrap: balance; }
.trip-story-copy > p:not(.trip-eyebrow) { font-size: 18px; line-height: 1.55; max-width: 34ch; color: #51505a; }
.trip-note { display: flex; align-items: center; gap: 12px; margin-top: 32px; max-width: 33ch; font-size: 14px; line-height: 1.45; color: #665b73; }
/* Chat excerpts use existing photographic avatars and a raised message bubble. */
.trip-chat-note { align-items: flex-end; max-width: 41ch; gap: 12px; }
.trip-chat-avatar { flex: 0 0 40px; width: 40px; height: 40px; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 3px 9px #40354c18; margin-bottom: 3px; }
.trip-chat-note > div { position: relative; min-width: 0; padding: 15px 18px 17px; border: 1px solid #fff; border-radius: 20px 20px 20px 5px; background: #ffffffed; box-shadow: 0 7px 22px #4f3e6812, 0 2px 5px #4f3e6807; }
.trip-chat-note b { display: block; font-size: 12px; line-height: 1.4; margin-bottom: 5px; color: #795297; }
.trip-chat-note blockquote { margin: 0; padding: 0; border: 0; font: inherit; line-height: 1.5; color: #37323f; }
.trip-chat-note--alex b { color: #43769e; }
.trip-chat-note--mia b { color: #976552; }
.trip-visual { min-width: 0; position: relative; }
.trip-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px; font-size: 14px; font-weight: 650; color: #574e65; min-height: 48px; }
.trip-segments { display: flex; padding: 3px; border-radius: 24px; background: #fff7; }
.trip-segments button, .trip-options button, .trip-replay { background: transparent; border: 1px solid transparent; border-radius: 24px; color: #62546e; padding: 10px 14px; min-height: 44px; font: inherit; font-size: 14px; cursor: pointer; }
.trip-segments button[aria-pressed="true"], .trip-options button[aria-pressed="true"] { background: white; border-color: #d4c3e0; box-shadow: 0 2px 8px #71538d10; color: #623889; }
.trip-story button:focus-visible, .trip-story input:focus-visible { outline: 3px solid #8252a1; outline-offset: 4px; }
.trip-scene { position: relative; aspect-ratio: 600/440; width: 100%; }
.trip-city { position: absolute; width: 100%; height: auto; top: 6%; left: 0; }
.trip-badge { position: absolute; display: flex; align-items: center; gap: 7px; padding: 9px 12px; min-height: 42px; border-radius: 18px; font-size: 13px; line-height: 1.3; font-weight: 600; color: #51415f; background: #fffffff5; box-shadow: 0 5px 18px #44395b18; z-index: 2; }
.trip-dot { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; display: grid; place-items: center; color: white; }
.purple { background: #aa8ccd; }.coral { background: #d87657; }
.trip-print { position: absolute; z-index: 2; width: 24%; margin: 0; padding: 5px; border-radius: 12px; background: white; box-shadow: 0 7px 20px #57426325; transform: rotate(-7deg); }
.trip-print img { width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; display: block; border-radius: 8px; }
.trip-print figcaption { font-size: 11px; color: #63556a; text-align: center; line-height: 1.3; padding: 7px 0 3px; }
.ahead-hotel { top: 17%; left: 24%; }
.ahead-photo { top: 47%; left: 0; }
.ahead-coffee { bottom: 8%; left: 30%; }
.ahead-dinner { top: 63%; right: 0; }
.ahead-show { top: 14%; right: 0; }
[data-daytime] { transition: opacity .25s; }
[data-ahead="tonight"] [data-daytime] { opacity: .2; }
[data-ahead="tonight"] .ahead-dinner, [data-ahead="tonight"] .ahead-show { box-shadow: 0 0 0 3px #dd8c7240, 0 6px 15px #8c705530; }
.trip-detail { display: flex; gap: 12px; align-items: center; padding: 17px 19px; min-height: 95px; border: 1px solid #fff9; border-radius: 20px; background: #ffffffad; }
.trip-detail-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; font-size: 26px; color: #9874b8; }
.trip-detail b { font-size: 15px; line-height: 1.4; color: #4e3e5c; }
.trip-detail p { margin: 5px 0 0; font-size: 14px; line-height: 1.5; color: #62586b; }
.trip-story--ask .trip-story-copy { order: 2; }
.trip-question { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 20px; font-weight: 650; color: #435855; margin: 0 0 10px; }
.trip-question svg { width: 30px; height: 34px; }
.trip-routes { position: absolute; width: 100%; height: 100%; inset: 0; }
.trip-routes path { fill: none; stroke: #9874b8; stroke-width: 2.5; stroke-dasharray: 5 6; stroke-linecap: round; }
[data-recommendation="cafe"] .routes-river, [data-recommendation="river"] .routes-cafe { display: none; }
.trip-person { position: absolute; z-index: 3; text-align: center; }
.trip-person > span { display: grid; place-items: center; width: 38px; height: 38px; margin: auto; border-radius: 50%; border: 3px solid white; background: #9d7cc6; color: white; box-shadow: 0 4px 10px #57426330; font-weight: 650; }
.trip-person small { display: inline-block; background: #fffffff0; padding: 3px 7px; border-radius: 8px; margin-top: 3px; font-size: 12px; color: #4d4357; }
.person-mia { top: 30%; left: 16%; }.person-alex { top: 68%; left: 22%; }.person-beth { top: 54%; right: 9%; }
.person-alex > span { background: #5c8dbb; }.person-beth > span { background: #d88364; }
.ask-show { top: 10%; right: 0; }.ask-choice { top: 63%; left: 43%; border: 2px solid #b594d0; }
[data-recommendation="river"] .ask-choice { top: 78%; left: auto; right: 0; }
.trip-options { display: flex; justify-content: center; gap: 8px; margin: 0 0 14px; }
.trip-options button { background: #ffffff70; }
.trip-memory-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.trip-unexplored { filter: grayscale(1); opacity: .17; }
.memory-coffee { top: 15%; left: 32%; width: 27%; }
.memory-books { top: 65%; left: 0; display: block; }
.memory-books small { display: block; font-size: 11px; font-weight: 450; margin-top: 3px; }
.memory-river { right: 0; top: 57%; transform: rotate(7deg); width: 27%; }
[data-arrival] { transition: opacity .25s; }
.trip-scrubber { padding: 12px 18px 8px; background: #ffffff85; border-radius: 18px; }
.trip-scrubber label { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 600; color: #675078; }
.trip-scrubber input { display: block; width: 100%; height: 44px; margin: 0; accent-color: #9668b3; cursor: pointer; }
.trip-scrubber > div { display: flex; justify-content: space-between; font-size: 12px; color: #76677f; }
.trip-memory-caption { font-size: 13px; text-align: center; color: #786980; line-height: 1.45; margin: 14px 0 0; min-height: 38px; }
@media (min-width: 1600px) { .trip-story { margin-bottom: 90px; } }
@media (max-width: 1390px) { .trip-story { margin-inline: 28px; padding: 48px 36px; gap: 32px; } }
@media (max-width: 899px) {
 .trip-story { grid-template-columns: 1fr; margin: 22px 18px 36px; padding: 32px 22px; gap: 30px; border-radius: 28px; }
 .trip-story-copy, .trip-story--ask .trip-story-copy { order: 0; }
 .trip-story h2 { font-size: clamp(35px,7vw,52px); margin-bottom: 18px; }
 .trip-story-copy > p:not(.trip-eyebrow) { max-width: 45ch; font-size: 16px; }
 .trip-eyebrow { margin-bottom: 15px; }
 .trip-note { margin-top: 18px; font-size: 13px; }
 .trip-visual { width: 100%; max-width: 580px; margin-inline: auto; }
 .trip-toolbar { font-size: 12px; padding: 0; gap: 5px; }
 .trip-segments button, .trip-replay { font-size: 12px; padding: 8px 10px; }
 .trip-badge { font-size: 11px; padding: 7px 8px; gap: 4px; min-height: 34px; border-radius: 12px; }
 .trip-dot { width: 20px; height: 20px; flex-basis: 20px; font-size: 11px; }
 .trip-scene { width: calc(100% + 18px); margin-left: -9px; }
 .trip-print figcaption { display: none; }
 .ahead-hotel { left: 20%; top: 13%; }
 .ahead-photo { top: 40%; width: 25%; }
 .ahead-coffee { left: 25%; bottom: 7%; }
 .ahead-dinner { top: 63%; }
 .ahead-show { top: 1%; }
 .trip-detail { padding: 14px; min-height: 108px; gap: 6px; }
 .trip-detail-icon { flex-basis: 24px; font-size: 22px; }
 .trip-detail b { font-size: 14px; }
 .trip-detail p { font-size: 13px; }
 .trip-question { font-size: 18px; gap: 7px; }
 .trip-person > span { width: 30px; height: 30px; border-width: 2px; font-size: 13px; }
 .trip-person small { font-size: 11px; }
 .ask-show { top: 1%; }
 .ask-choice { left: 42%; top: 67%; }
 .trip-options { gap: 5px; }
 .trip-options button { font-size: 12px; padding: 8px 11px; }
 .trip-scrubber { padding-inline: 12px; }
 .trip-scrubber label { font-size: 12px; }
 .memory-books small { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .trip-story * { transition: none !important; } }
/* App-screen approximations based on Fenn's native map pins and floating chrome. */
.trip-story { scroll-margin-top: 80px; }
.app-preview { width: 100%; max-width: 390px; justify-self: center; border: 1px solid #d3d8de; border-radius: 36px; overflow: hidden; background: #f8f8fa; box-shadow: 0 24px 50px #33334c16, 0 0 0 5px #ffffff85; padding: 0 0 8px; font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif; }
.app-status { height: 33px; display: flex; align-items: center; justify-content: space-between; padding: 0 23px; font-size: 11px; font-weight: 650; position: relative; color: #222; }
.app-island { position: absolute; width: 72px; height: 18px; border-radius: 20px; background: #171719; left: calc(50% - 36px); top: 6px; }
.app-title { display: flex; align-items: center; gap: 8px; padding: 9px 16px 14px; font-size: 17px; font-weight: 650; color: #202127; }
.app-title > svg { width: 26px; height: 29px; }
.app-members { margin-left: auto; padding: 5px 8px; border-radius: 15px; border: 1px solid #ddd; font-size: 10px; letter-spacing: 2px; color: #62616c; }
.app-preview .trip-toolbar { padding: 0 14px 8px; min-height: 42px; font-size: 12px; color: #484953; }
.app-preview .trip-segments { background: #ececee; padding: 2px; }
.app-preview .trip-segments button { min-height: 32px; padding: 6px 12px; font-size: 12px; }
.app-preview .trip-scene { width: 100%; margin: 0; aspect-ratio: 600/490; background: #f4f2ed; overflow: hidden; }
.app-preview .trip-city { top: 0; width: 100%; height: 100%; object-fit: cover; }
.app-preview .trip-badge { border: 1.5px solid #292a30; border-radius: 10px; font-size: 11px; padding: 6px 8px; min-height: 30px; background: white; color: #202127; box-shadow: 0 2px 5px #30333c18; }
.app-preview .trip-dot { background: white; color: #25242b; border: 1px solid #333; font-size: 11px; }
.app-preview .trip-badge:after { content:""; position: absolute; width: 5px; height: 10px; background: white; border: 1.5px solid #292a30; border-top: 0; left: calc(50% - 3px); bottom: -10px; border-radius: 0 0 4px 4px; }
.app-preview .trip-print { padding: 3px; border-radius: 13px; transform: none; border: 1.5px solid #333; width: 22%; box-shadow: 0 3px 8px #30333c22; }
.app-preview .trip-print img { border-radius: 8px; aspect-ratio: 1; }
.app-preview .trip-print figcaption { display: none; }
.app-preview .trip-detail { position: relative; margin: -8px 8px 0; padding: 15px 14px; min-height: 99px; background: #fff; border: 1px solid #e2e3e6; border-radius: 22px; box-shadow: 0 -4px 18px #3436470a; gap: 8px; }
.app-preview .trip-detail-icon { color: #1f2229; font-size: 22px; }
.app-preview .trip-detail b { color: #1d2027; font-size: 14px; }
.app-preview .trip-detail p { color: #69717b; font-size: 12px; line-height: 1.5; }
.app-nav { display: flex; justify-content: space-around; align-items: center; height: 48px; margin: 12px 26px 6px; border: 1px solid #e3e3e6; border-radius: 26px; background: white; box-shadow: 0 3px 10px #3436470c; }
.app-nav > span { width: 37px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #7a7d85; }
.app-nav svg { width: 21px; height: 21px; }
.app-nav .app-nav-active { color: #188bed; background: #ecf5ff; }
.app-nav .app-nav-plus { background: #24262b; color: white; width: 30px; height: 30px; }
.app-home { width: 105px; height: 4px; background: #26272b; border-radius: 4px; margin: 10px auto 0; }
.app-preview .trip-person > span { border: 2px solid #25262c; border-radius: 14px; background: white; color: #1d2027; width: 36px; height: 38px; font-size: 15px; }
.app-preview .trip-person small { border: 1px solid #333; background: white; border-radius: 7px; color: #1d2027; }
.app-preview .trip-routes path { stroke: #258beb; stroke-width: 3; }
.app-preview .trip-question { margin: 0 12px 12px; padding: 10px 12px; background: #e9edf2; border-radius: 16px; color: #262a30; justify-content: flex-start; font-size: 14px; }
.app-preview .trip-question svg { width: 22px; height: 24px; }
.app-preview .trip-options { margin: 0; padding: 9px 8px 16px; background: #f4f2ed; }
.app-preview .trip-options button { min-height: 40px; font-size: 12px; color: #626d7a; background: white; border: 1px solid #e0e3e7; }
.app-preview .trip-options button[aria-pressed="true"] { color: #087ddd; border-color: #86b9e5; }
.app-preview .ask-show { top: 9%; }.app-preview .ahead-show { top: 9%; }
.app-preview .ahead-hotel { top: 20%; left: 15%; font-size: 12px; font-weight: 700; box-shadow: 0 3px 10px #20212735; }
.app-preview .ahead-photo { top: 43%; left: 6%; }
.app-preview .ahead-dinner { right: 5%; top: 58%; }
.app-preview .ahead-coffee { bottom: 10%; left: 34%; }
.app-preview .trip-memory-map { background: #e9edf2; }
.app-preview .trip-unexplored { opacity: .35; }
.app-preview .memory-coffee { top: 48%; left: 43%; }
.app-preview .memory-river { top: 61%; right: 4%; }
.app-preview .memory-books { top: 51%; left: 4%; }
.app-preview .trip-scrubber { margin: -8px 8px 0; padding: 16px 12px 9px; position: relative; background: white; border: 1px solid #e2e3e6; border-radius: 20px; }
.app-preview .trip-scrubber label { color: #262b32; font-size: 12px; }
.app-preview .trip-scrubber input { accent-color: #258beb; }
.app-preview .trip-memory-caption { font-size: 11px; margin: 10px 16px 0; min-height: 30px; color: #727984; }
.app-preview .trip-replay { font-size: 11px; color: #188bed; padding: 7px; }
@media(max-width:899px) { .app-preview { max-width: 370px; }.trip-story { padding-inline: 18px; }.app-preview .trip-detail { min-height: 105px; } }

.app-preview .person-mia { top: 16%; }
@media(max-width:360px) { .app-preview .trip-toolbar { padding-inline: 10px; font-size: 11px; }.app-preview .trip-segments button { padding-inline: 8px; font-size: 11px; white-space: nowrap; } }
/* Beth's suggestion becomes the selected place and a calendar prompt. */
.app-photo-members { display: flex; margin-left: auto; padding-left: 7px; }
.app-photo-members img { width: 28px; height: 28px; object-fit: cover; border-radius: 50%; border: 2px solid white; margin-left: -7px; box-shadow: 0 1px 4px #2222; }
[data-ahead="jazz"] [data-daytime], [data-ahead="jazz"] .ahead-dinner { opacity: .48; }
.app-preview[data-ahead="jazz"] .ahead-show { top: 19%; right: 9%; color: #076fc3; border: 2px solid #188bed; box-shadow: 0 0 0 7px #188bed20, 0 5px 16px #2579c229; z-index: 4; }
.app-preview[data-ahead="jazz"] .ahead-show:after { border-color: #188bed; }
.app-preview[data-ahead="jazz"] .ahead-show .trip-dot { background: #188bed; border-color: #188bed; color: white; }
.app-preview[data-ahead="jazz"] { padding-bottom: 0; }

.app-preview[data-ahead="jazz"] .app-nav { display: none; }
.app-preview[data-ahead="jazz"] .app-home { position: absolute; bottom: 8px; left: calc(50% - 52px); margin: 0; z-index: 6; }
.app-preview .jazz-card { position: absolute; bottom: 23px; left: 10px; right: 10px; z-index: 5; display: grid; grid-template-columns: 58px minmax(0,1fr); column-gap: 12px; row-gap: 4px; min-height: 0; padding: 12px; margin: 0; overflow: hidden; box-shadow: 0 8px 28px #30344024; }
.jazz-card-photo { display: block; grid-column: 1; grid-row: 1/3; width: 58px; height: 58px; border-radius: 10px; object-fit: cover; object-position: center; }
.jazz-card-body { display: contents; }
.jazz-card-body > b { grid-column: 2; align-self: end; }
.app-preview .jazz-card-body > p { grid-column: 2; margin: 0; font-size: 11px; }
.app-preview .jazz-card-body > p > span { display: block; }

/* Shared phone frame: sheets change, device dimensions do not. */
.app-preview { height: 700px; display: flex; flex-direction: column; }
.app-preview > * { flex-shrink: 0; }
.app-preview .trip-scene { flex: 1 1 auto; min-height: 140px; aspect-ratio: auto; }
@media(max-width:899px) { .app-preview { height: 660px; } }

/* Floating recommendations and their matching map pins. */
.app-preview[data-recommendation] { padding-bottom: 0; }
[data-recommendation] .app-home { position: absolute; bottom: 8px; left: calc(50% - 52px); margin: 0; z-index: 6; }
[data-recommendation] .person-alex { top: 42%; left: 10%; }
[data-recommendation] .person-beth { top: 31%; right: 7%; }
[data-recommendation] .ask-show { top: 15%; right: 8%; }
.app-preview .restaurant-routes path { stroke-width: .65; vector-effect: none; stroke-dasharray: 1 1; }
.restaurant-pin { position: absolute; z-index: 3; display: flex; align-items: center; gap: 5px; transform: translate(-50%,-50%); padding: 5px 8px 5px 5px; background: white; border: 1.5px solid #88bdec; border-radius: 12px; color: #2376bd; font: inherit; font-size: 11px; font-weight: 700; white-space: nowrap; box-shadow: 0 3px 9px #253a5420; cursor: pointer; transition: box-shadow .2s, background .2s; }
.restaurant-pin > span, .restaurant-card b > span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e8f3ff; color: #1684df; font-size: 11px; }
.restaurant-pin[aria-pressed="true"] { background: #188bed; border-color: #188bed; color: white; box-shadow: 0 0 0 6px #188bed25, 0 5px 16px #2579c240; z-index: 4; }
.restaurant-pin[aria-pressed="true"] > span { background: white; }
.restaurant-pin--cafe { left: 43%; top: 30%; }
.restaurant-pin--river { left: 73%; top: 56%; }
.restaurant-pin--bistro { left: 30%; top: 61%; }
.restaurant-float { position: absolute; bottom: 23px; left: 10px; right: 10px; z-index: 5; padding: 12px 0 4px; border: 1px solid #e2e3e6; border-radius: 22px; background: white; box-shadow: 0 8px 28px #30344024; overflow: hidden; }
.restaurant-heading { display: flex; align-items: center; gap: 7px; margin: 0 12px 10px; color: #252a32; }
.restaurant-heading svg { width: 22px; height: 24px; flex-shrink: 0; }
.restaurant-heading b { font-size: 12px; }
.restaurant-heading > span { margin-left: auto; white-space: nowrap; font-size: 10px; color: #818996; }
.restaurant-carousel { position: relative; display: flex; gap: 8px; padding: 0 12px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-padding-left: 12px; overscroll-behavior-x: contain; }
.restaurant-carousel::-webkit-scrollbar { display: none; }
.restaurant-carousel:after { content: ''; flex: 0 0 10px; }
.restaurant-card { flex: 0 0 calc(100% - 18px); display: flex; gap: 10px; align-items: center; padding: 10px; border: 1px solid #dceafa; border-radius: 14px; background: #f7fbff; scroll-snap-align: start; box-sizing: border-box; }
.restaurant-card img { width: 54px; height: 64px; object-fit: cover; border-radius: 9px; flex-shrink: 0; }
.restaurant-card b { display: block; font-size: 12px; color: #222831; }
.restaurant-card small { display: block; font-size: 10px; line-height: 1.5; color: #65809a; margin-top: 4px; }
.restaurant-card p { font-size: 11px; line-height: 1.4; color: #596675; margin: 4px 0 0; }
.restaurant-pagination { display: flex; justify-content: center; }
.restaurant-pagination button { width: 28px; height: 27px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; }
.restaurant-pagination button:after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #cfd8e3; }
.restaurant-pagination button[aria-pressed="true"]:after { background: #188bed; width: 15px; border-radius: 5px; }
.restaurant-pin:focus-visible, .restaurant-pagination button:focus-visible, .restaurant-carousel:focus-visible { outline: 2px solid #188bed; outline-offset: 2px; }
@media(prefers-reduced-motion:reduce) { .restaurant-pin { transition: none; } }

/* The travel record fills the phone, with a soft revealed corridor across Paris. */
.app-preview.trip-memory { padding-bottom: 0; }
.trip-memory .app-home { position: absolute; bottom: 8px; left: calc(50% - 52px); margin: 0; z-index: 6; }
.app-preview .memory-expanded { background: #e9eaf0; }
.memory-cluster { position: absolute; width: 65px; height: 65px; margin: 0; z-index: 3; }
.memory-cluster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 3px solid white; border-radius: 12px; box-shadow: 0 3px 10px #38304728; box-sizing: border-box; }
.memory-cluster img:first-child { transform: rotate(-12deg) translate(-5px,-3px); }
.memory-cluster img:nth-child(2) { transform: rotate(4deg); }
.memory-cluster > span { position: absolute; right: -7px; bottom: -4px; background: #9668b3; color: white; border: 2px solid white; border-radius: 10px; padding: 2px 5px; font-size: 10px; font-weight: 700; }
.memory-cluster figcaption { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 10px; color: #554c60; background: #ffffffed; padding: 3px 6px; border-radius: 7px; box-shadow: 0 2px 6px #38304712; }
.memory-cluster--coffee { left: 13%; top: 7%; }
.memory-cluster--picnic { right: 12%; top: 45%; }
.memory-cluster--dinner { left: 16%; top: 64%; }
.memory-cluster--jazz { right: 10%; top: 80%; }
.memory-place { position: absolute; padding: 7px 9px; border: 1px solid #b5a3c6; border-radius: 11px; background: #fffefa; color: #574b63; font-size: 11px; font-weight: 650; box-shadow: 0 3px 8px #38304715; z-index: 2; }
.memory-place:after { content: ''; position: absolute; left: 15px; bottom: -6px; width: 6px; height: 6px; background: #9668b3; border: 2px solid white; border-radius: 50%; }
.memory-place small { display: block; margin-top: 2px; font-size: 9px; font-weight: 450; color: #8a7c95; }
.memory-place--louvre { top: 25%; left: 42%; }
.memory-place--books { top: 49%; left: 8%; }
.memory-place--garden { top: 75%; left: 40%; font-size: 9px; }

/* Native map-pin proportions: 50pt tile, 8% face inset, 44% status badge. */
.app-preview .product-person { z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 0; }
.app-preview .product-person > .person-face { position: relative; display: block; width: 50px; height: 50px; padding: 4px; box-sizing: border-box; border: 0; border-radius: 0; background: url('/assets/travel-world/person-tile.svg') center/100% 100% no-repeat; box-shadow: none; overflow: visible; }
.person-face > img { display: block; width: 42px; height: 42px; object-fit: cover; border-radius: 40.625%; }
.person-face:after { content: ''; position: absolute; width: 12px; height: 15px; left: 19px; top: 49px; background: url('/assets/travel-world/person-feet.svg') center/contain no-repeat; z-index: -1; }
.person-modality { position: absolute; width: 22px; height: 22px; right: -3.667px; bottom: -3.667px; border: 1.32px solid #000; box-sizing: border-box; background: white; border-radius: 50%; display: grid; place-items: center; color: black; }
.person-modality svg { width: 13px; height: 13px; }
.app-preview .product-person small { margin-top: 15px; padding: 3px 7px; font-size: 10px; line-height: 1.2; border: 1px solid #dedee2; box-shadow: 0 2px 5px #30333c12; border-radius: 7px; }
.app-preview .ahead-beth { top: 36%; right: 15%; }
.app-preview .place-author { width: 22px; height: 22px; object-fit: cover; border-radius: 40.625%; }
.memory-cluster img.memory-author { width: 24px; height: 24px; inset: auto auto -6px -7px; border: 2px solid white; border-radius: 40.625%; transform: none; z-index: 4; }

/* Native calendar events: shared 50pt silhouette, 85% inset icon, focused info pill. */
.product-event { position: absolute; width: 50px; z-index: 4; transform: translateX(-50%); }
.event-pin { position: relative; display: grid; place-items: center; width: 50px; height: 50px; padding: 0; border: 0; background: url('/assets/travel-world/person-tile.svg') center/contain no-repeat; cursor: pointer; }
.event-pin > img { width: 35.7px; height: 35.7px; object-fit: contain; }
.event-pin:after { content: ''; position: absolute; width: 12px; height: 15px; top: 49px; left: 19px; background: url('/assets/travel-world/person-feet.svg') center/contain no-repeat; }
.event-pin:focus-visible { outline: 2px solid #188bed; outline-offset: 4px; border-radius: 40.625%; }
.event-info { position: relative; left: 50%; transform: translateX(-50%); margin-top: 21px; padding: 4px 8px; width: max-content; max-width: 145px; background: white; border: 1px solid black; border-radius: 8px; text-align: center; color: black; box-shadow: 0 3px 8px #30333c12; }
.event-info[hidden] { display: none; }
.event-info b { display: block; font-size: 11px; font-weight: 600; line-height: 1.4; }
.event-info small { display: block; font-size: 9px; line-height: 1.4; }
.event-attendees { display: flex; justify-content: center; padding-left: 6px; margin: 2px 0; }
.event-attendees img { width: 20px; height: 20px; object-fit: cover; border: 1.5px solid white; border-radius: 50%; margin-left: -6px; box-sizing: border-box; }
.event-jazz { top: 12%; left: 73%; }
.event-dinner { top: 55%; left: 24%; }
.event-destination { top: 3%; left: 64%; }
.app-preview .ahead-beth { top: 43%; right: 12%; }
[data-recommendation] .person-beth { top: 35%; }

/* Quiet saved places sit behind people and the focused event. */
.saved-place { position: absolute; z-index: 1; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #b7b6b2; border-radius: 11px; background: #fffefa; box-shadow: 0 2px 5px #30333c0d; font-size: 17px; line-height: 1; opacity: .53; filter: saturate(.65); }
.saved-place:after { content: ''; position: absolute; width: 3px; height: 5px; left: 12px; bottom: -5px; background: #fffefa; border: 1px solid #b7b6b2; border-top: 0; border-radius: 0 0 3px 3px; }
.saved-place--bakery { left: 12%; top: 7%; }
.saved-place--museum { left: 43%; top: 14%; }
.saved-place--wine { right: 10%; top: 64%; }
.saved-place--flowers { left: 45%; top: 67%; }
.saved-place--park { left: 12%; top: 77%; }

/* Keep native MapKit attribution visible above the sample map overlays. */
.trip-map-attribution { position: absolute; left: 10px; bottom: 10px; z-index: 5; color: #333; font: 10px -apple-system, BlinkMacSystemFont, sans-serif; padding: 2px 4px; border-radius: 3px; background: #ffffffdf; }
