/* Profile detail. Reuses the homepage's palette, spacing and type. */
.wl-profile { padding: 30px 0 64px; }
.wl-profile-back { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 34px; color: var(--wl-muted); font-size: 12px; }
.wl-profile-back a { display: inline-flex; gap: 9px; align-items: center; }
.wl-profile-back a span { font-size: 20px; }
.wl-profile-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.wl-profile-heading > div { min-width: 0; }
.wl .wl-profile-heading h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1.15; font-weight: 750; letter-spacing: -2px; margin: 11px 0 0; overflow-wrap: anywhere; }
.wl-profile-heading h1 span { color: #85877a; font-weight: 400; white-space: nowrap; }
.wl-profile-kind { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; padding: 10px 16px; border: 1px solid #ffd4b9; border-radius: 40px; background: #fff0e6; color: #a43c08; font-size: 13px; font-weight: 650; }
.wl-profile-kind > span { font-size: 21px; line-height: 1; }
.wl-profile-kind.is-room { background: #edf2db; border-color: #dbe4bd; color: #4a6034; }
.wl-profile-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, 1fr); gap: 36px; align-items: start; }
.wl-profile-main, .wl-profile-sidebar { min-width: 0; }
.wl-gallery-stage { position: relative; overflow: hidden; border: 1px solid #e3e2d8; border-radius: 20px; background: #eeece4; }
.wl-gallery-open { display: block; aspect-ratio: 1.28; position: relative; }
.wl-gallery-open > img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: 100%; max-width: 100%; object-fit: contain; object-position: center; }
.wl-gallery-enlarge { position: absolute; right: 17px; top: 17px; display: flex; align-items: center; gap: 8px; border: 1px solid #ffffffb3; background: #fffffff2; border-radius: 9px; padding: 9px 12px; font-size: 11px; font-weight: 650; color: #34392e; }
.wl-gallery-enlarge svg { width: 15px; height: 15px; }
.wl-gallery-count { position: absolute; left: 50%; bottom: 17px; transform: translateX(-50%); border-radius: 30px; padding: 5px 13px; background: #242521d9; color: #fff; font-size: 11px; pointer-events: none; font-variant-numeric: tabular-nums; }
.wl-gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; font-size: 23px; line-height: 1; cursor: pointer; }
.wl-gallery-arrow.is-prev { left: 15px; }
.wl-gallery-arrow.is-next { right: 15px; }
.wl-gallery-arrow[hidden] { display: none; }
.wl-gallery-thumbs { position: relative; display: flex; gap: 10px; padding: 12px 2px 5px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; }
.wl-gallery-thumb { display: block; flex: 0 0 84px; width: 84px; height: 70px; padding: 3px; border: 2px solid transparent; border-radius: 11px; overflow: hidden; }
.wl-gallery-thumb[aria-current] { border-color: var(--wl-orange); }
.wl-gallery-thumb:hover { border-color: #d8c5b5; }
.wl-gallery-thumb img { width: 100%; height: 100%; max-height: 100%; border-radius: 6px; object-fit: cover; object-position: center 30%; background: #eeece4; }
.wl-gallery-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1.28; background: #f2eee6; border: 1px solid var(--wl-line); border-radius: 20px; padding: 32px; text-align: center; }
.wl-gallery-empty img { width: 200px; height: 160px; object-fit: contain; border-radius: 24px; margin-bottom: 22px; }
.wl .wl-gallery-empty h2 { font-size: 24px; letter-spacing: -.7px; }
.wl .wl-gallery-empty p { margin-top: 9px; font-size: 13px; color: var(--wl-muted); max-width: 300px; }
.wl-profile-tabs { display: flex; gap: 27px; border-bottom: 1px solid var(--wl-line); margin-top: 23px; overflow-x: auto; scrollbar-width: thin; }
.wl-profile-tabs a { padding: 13px 0 16px; font-size: 13px; font-weight: 650; white-space: nowrap; border-bottom: 2px solid transparent; }
.wl-profile-tabs a:first-child { border-bottom-color: var(--wl-orange); }
.wl-profile-tabs a:hover { border-bottom-color: var(--wl-orange); }
.wl-profile-panel { padding: 33px 0; border-bottom: 1px solid var(--wl-line); scroll-margin-top: 22px; }
.wl .wl-profile-panel > .wl-eyebrow { font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.wl .wl-profile-panel h2 { font-size: 28px; letter-spacing: -.9px; margin: 9px 0 18px; }
.wl .wl-profile-panel h3 { font-size: 15px; letter-spacing: -.2px; margin: 26px 0 12px; }
.wl .wl-profile-description { font-size: 15px; line-height: 1.9; color: #575c50; white-space: pre-line; overflow-wrap: anywhere; }
.wl .wl-profile-description.is-empty { color: #818478; }
.wl .wl-profile-subtitle { font-size: 13px; color: var(--wl-muted); line-height: 1.7; }
.wl-profile-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.wl-profile-tags li { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; background: #f0f0e7; color: #5b614f; border: 1px solid #e5e7da; border-radius: 9px; padding: 9px 12px; max-width: 100%; overflow-wrap: anywhere; }
.wl-profile-tags li span { font-size: 16px; }
.wl-profile-tags.is-green li { background: #edf2df; border-color: #e0e8cc; color: #4c6235; }
.wl-profile-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 22px 0 0; padding: 0; }
.wl-profile-facts > div { border: 1px solid var(--wl-line); border-radius: 12px; padding: 17px; background: #fff; min-width: 0; }
.wl-profile-facts dt { font-size: 11px; font-weight: 400; margin-bottom: 8px; color: var(--wl-muted); }
.wl-profile-facts dd { font-size: 14px; font-weight: 650; line-height: 1.55; margin: 0; overflow-wrap: anywhere; }
.wl-profile-facts dd small { display: block; font-size: 12px; font-weight: 400; }
.wl-profile-music { display: flex; align-items: center; gap: 16px; margin-top: 30px; background: #edf0df; border: 1px solid #e1e6d0; border-radius: 14px; padding: 19px; }
.wl-profile-music strong { display: block; font-size: 14px; }
.wl-profile-music small { display: block; font-size: 11px; color: #677457; margin-top: 4px; }
.wl-music-icon { width: 44px; height: 44px; display: grid; place-items: center; font-size: 26px; background: #dce4c6; border-radius: 50%; color: #52673a; }
.wl-profile-music > span:last-child { margin-left: auto; font-size: 24px; color: #677457; }
.wl-profile-sidebar { position: sticky; top: 24px; }
.wl-profile-contact { padding: 31px; background: #fff; border: 1px solid var(--wl-line); border-radius: 20px; box-shadow: 0 10px 25px #33311d04; }
.wl .wl-profile-contact h2 { font-size: 26px; letter-spacing: -.7px; }
.wl .wl-contact-label { color: var(--wl-muted); font-size: 12px; }
.wl .wl-profile-budget { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.25; letter-spacing: -1.3px; font-weight: 750; margin-top: 8px; overflow-wrap: anywhere; }
.wl-profile-budget small { font-size: 12px; font-weight: 400; color: var(--wl-muted); letter-spacing: 0; }
.wl .wl-profile-budget.is-unknown { font-size: 23px; letter-spacing: -.6px; }
.wl-contact-facts { border-top: 1px solid var(--wl-line); margin: 25px 0; padding-top: 23px; display: grid; gap: 20px; }
.wl-contact-facts > div { display: flex; gap: 16px; justify-content: space-between; align-items: start; }
.wl-contact-facts dt { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 400; color: var(--wl-muted); flex-shrink: 0; }
.wl-contact-facts dt svg { color: #8c9579; width: 18px; height: 18px; }
.wl-contact-facts dd { font-size: 13px; font-weight: 650; line-height: 1.45; margin: 0; text-align: right; overflow-wrap: anywhere; min-width: 0; }
.wl-contact-facts dd small { display: block; font-size: 11px; font-weight: 400; color: var(--wl-muted); margin-top: 3px; }
.wl-profile-contact .wl-button { width: 100%; }
.wl .wl-contact-note { font-size: 11px; color: var(--wl-muted); line-height: 1.7; margin-top: 16px; text-align: center; }
.wl-phone { margin-top: 12px; }
.wl-phone-toggle { cursor: pointer; padding: 13px; border: 1px solid var(--wl-orange); border-radius: 12px; font-size: 13px; font-weight: 650; text-align: center; list-style: none; }
.wl-phone-toggle::-webkit-details-marker { display: none; }
.wl-phone-toggle span { margin-left: 8px; }
.wl-phone-number { display: block; margin-top: 14px; text-align: center; font-size: 21px; font-weight: 650; overflow-wrap: anywhere; }
.wl-phone-login { display: block; text-align: center; font-size: 12px; text-decoration: underline!important; text-underline-offset: 3px; margin-top: 18px; }
.wl-phone-login span { margin-left: 5px; }
.wl .wl-profile-date { border-top: 1px solid var(--wl-line); padding-top: 17px; margin-top: 22px; color: #8a8d82; font-size: 10px; display: flex; flex-wrap: wrap; gap: 5px; justify-content: space-between; }
.wl-conversation-tip { position: relative; border: 1px solid #e2e6d3; border-radius: 17px; background: #eff1e5; margin-top: 18px; padding: 24px; }
.wl-conversation-tip > span { display: block; font-size: 29px; line-height: 1; color: #7d8b5d; margin-bottom: 16px; }
.wl .wl-conversation-tip h2 { font-size: 20px; letter-spacing: -.5px; }
.wl .wl-conversation-tip p { margin-top: 9px; font-size: 12px; line-height: 1.8; color: #6e755f; }
.wl .wl-profile-more { margin-top: 28px; }
.wl-lightbox { width: min(1100px, 95vw); max-width: 95vw; max-height: 95vh; max-height: 95dvh; border: 0; padding: 18px; border-radius: 18px; background: #f4f2ea; color: #242521; }
.wl-lightbox:not([open]) { display: none; }
.wl-lightbox::backdrop { background: #151713db; }
.wl-lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; font-size: 13px; }
.wl-lightbox .wl-button { min-height: 42px; font-size: 12px; padding: 10px 16px; }
.wl-lightbox > img { display: block; width: 100%; height: min(68vh, 780px); height: min(68dvh, 780px); object-fit: contain; }
.wl-lightbox-controls { display: flex; justify-content: center; gap: 14px; margin-top: 12px; }
.wl-gallery-is-open { overflow: hidden; }
@media (max-width: 1050px) {
    .wl-profile-grid { gap: 24px; grid-template-columns: minmax(0, 1.3fr) minmax(290px, 1fr); }
    .wl-profile-contact { padding: 24px; }
    .wl-profile-facts { gap: 9px; }
    .wl-profile-facts > div { padding: 13px; }
}
@media (max-width: 800px) {
    .wl-profile { padding-top: 22px; padding-bottom: 44px; }
    .wl-profile-back { margin-bottom: 24px; }
    .wl-profile-heading { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 24px; }
    .wl .wl-profile-heading h1 { letter-spacing: -1.3px; font-size: 38px; }
    .wl-profile-kind { font-size: 11px; padding: 7px 12px; }
    .wl-profile-grid { display: flex; flex-direction: column; gap: 24px; }
    .wl-profile-main { display: contents; }
    .wl-gallery { width: 100%; order: 0; min-width: 0; }
    .wl-profile-sidebar { position: static; width: 100%; order: 1; }
    .wl-profile-tabs { width: 100%; order: 2; margin: 0; gap: 22px; }
    .wl-profile-panel { width: 100%; order: 3; padding: 7px 0 26px; }
    .wl-profile-more { order: 4; margin-top: 0!important; }
    .wl-conversation-tip { display: none; }
    .wl-gallery-open, .wl-gallery-empty { aspect-ratio: 1.15; }
    .wl-profile-contact { padding: 24px; }
    .wl .wl-profile-budget { font-size: 32px; }
    .wl-contact-facts { margin: 21px 0; padding-top: 18px; gap: 16px; }
}
@media (max-width: 420px) {
    .wl .wl-profile-heading h1 { font-size: 34px; }
    .wl-profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wl-profile-tabs { gap: 19px; }
    .wl-profile-tabs a { font-size: 11px; }
    .wl .wl-profile-panel h2 { font-size: 25px; }
    .wl-gallery-enlarge { top: 11px; right: 11px; font-size: 10px; padding: 7px 9px; }
    .wl-gallery-arrow { width: 36px; height: 36px; }
    .wl-gallery-arrow.is-prev { left: 10px; }
    .wl-gallery-arrow.is-next { right: 10px; }
    .wl-profile-contact { padding: 20px; }
    .wl-lightbox { padding: 12px; }
}
