/* Annonceprofil — Aurora: sticky hero, kontaktlinje, chips, sektioner, afsluttende CTA, mobil bund-bjælke */
.profile-layout { display: grid; gap: var(--sp-5); grid-template-columns: minmax(0, 1fr); }
.profile-media, .profile-body { min-width: 0; }
@media (min-width: 1024px) { .profile-layout { grid-template-columns: minmax(300px, 420px) minmax(0, 1fr); gap: var(--sp-7); align-items: start; } .profile-media { position: sticky; top: 84px; } }
.profile-hero { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: var(--card-ratio); box-shadow: var(--shadow-2); }
.profile-hero img, .profile-hero video { width: 100%; height: 100%; object-fit: cover; }
.profile-hero .media-placeholder { aspect-ratio: auto; }
.profile-hero .media-placeholder .initial { font-size: clamp(6rem, 18vw, 11rem); }
.profile-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--sp-2); margin-top: var(--sp-3); }
.profile-thumb { display: block; min-width: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: var(--card-ratio); background: var(--c-surface-2); transition: transform var(--dur) var(--ease); }
.profile-thumb:hover { transform: translateY(-2px); }
.profile-thumb img { width: 100%; height: 100%; object-fit: cover; }
.profile-voice { margin-top: var(--sp-3); }
.profile-voice .card-body { display: flex; align-items: center; gap: var(--sp-3); flex-wrap: wrap; padding: var(--sp-3) var(--sp-4); }
.profile-voice .script { font-size: 1.6rem; }
.profile-voice audio { flex: 1; min-width: 200px; height: 36px; }

.profile-intro { margin-bottom: var(--sp-6); }
.profile-eyebrow { font-size: 2.4rem; display: block; margin-bottom: -6px; }
.profile-name { font-size: var(--fs-6); display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2) var(--sp-3); margin-bottom: var(--sp-2); line-height: 1; }
@media (min-width: 1024px) { .profile-name { font-size: var(--fs-7); } }
.profile-age { font-weight: 500; color: var(--c-text-2); font-size: .6em; }
.profile-name .badge { font-size: var(--fs-0); }
.trust-chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: var(--radius-pill); background: var(--c-surface); border: 1px solid var(--c-border); font-size: var(--fs-0); font-weight: 700; color: var(--c-text); text-decoration: none; font-variant-numeric: tabular-nums; }
.trust-chip:hover { text-decoration: none; background: var(--c-surface-2); color: var(--c-text); }
.trust-chip .stars { font-size: 1em; letter-spacing: 0; }
.profile-title { font-size: var(--fs-2); color: var(--c-text); margin-bottom: var(--sp-1); font-weight: 500; }
.profile-where { margin-bottom: var(--sp-4); }
.contact-bar { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2); }
.contact-bar .reveal-form { margin: 0; }
.icon-btn-lg { width: 54px; height: 54px; }
.icon-btn-lg .icon { width: 24px; height: 24px; }
.profile-channels { margin-top: var(--sp-3); }
.profile-actions { margin: var(--sp-4) 0; }
.profile-chips { margin: var(--sp-2) 0 var(--sp-3); }
.profile-chips .chip { cursor: default; }
.gift-summary { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sp-2) var(--sp-3); }
.gift-counters { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.gift-counter { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px 3px 4px; border-radius: var(--radius-pill); background: var(--c-surface-2); font-size: var(--fs-0); color: var(--c-text-2); font-variant-numeric: tabular-nums; }
.gift-counter strong { color: var(--c-text); }
.gift-open .icon { width: 16px; height: 16px; }
.gift-icon { width: 18px; height: 18px; border-radius: 50%; display: inline-block; background: var(--g-signature); }
.gift-rose { background: linear-gradient(135deg, #FF7A59, #F2427A); } .gift-bamse { background: linear-gradient(135deg, #D98A1F, #B8862B); } .gift-ring { background: linear-gradient(135deg, #F0C36B, #D9A94B); } .gift-diamant { background: linear-gradient(135deg, #7BB8D9, #B23BBE); }
.gift-give { margin-top: var(--sp-2); }

.profile-sections > .card { border-radius: var(--radius-lg); }
.profile-duo { display: grid; gap: var(--sp-4); grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .profile-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.profile-greeting { font-size: var(--fs-2); margin-bottom: var(--sp-3); }
.profile-greeting .script { font-size: 1.9rem; }
.interview dt { font-weight: 700; margin-top: var(--sp-3); } .interview dd { margin: 0; color: var(--c-text-2); }
.service-list { list-style: none; padding: 0; margin: 0 0 var(--sp-3); display: grid; gap: var(--sp-1); grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); }
.service { min-width: 0; } .service-name { overflow-wrap: anywhere; }
.service { position: relative; display: flex; align-items: center; gap: var(--sp-2); padding: 8px 12px; border: 1px solid var(--c-border); border-radius: var(--radius); background: var(--c-surface); }
.service-name { cursor: help; flex: 1; font-weight: 600; }
.service-desc { display: none; position: absolute; z-index: 5; left: 0; top: calc(100% + 4px); background: var(--c-text); color: var(--c-bg); padding: var(--sp-2) var(--sp-3); border-radius: var(--radius); width: max-content; max-width: 280px; font-size: var(--fs-0); }
.service:hover .service-desc, .service-name:focus ~ .service-desc { display: block; }
.service-not { margin-top: var(--sp-2); } .service-not summary { cursor: pointer; }
.service-not .service-list li { padding: 4px 12px; border: 1px dashed var(--c-border); border-radius: var(--radius); color: var(--c-text-3); }
.price-table { border-collapse: collapse; width: 100%; font-variant-numeric: tabular-nums; }
.price-table th, .price-table td { text-align: left; padding: var(--sp-2) 0; border-bottom: 1px solid var(--c-border); }
.price-table th { font-weight: 600; color: var(--c-text-2); } .price-table td { font-weight: 800; text-align: right; }
.schedule { width: 100%; border-collapse: collapse; } .schedule th { text-align: left; font-weight: 700; padding: 3px 0; width: 3.5em; } .schedule td { padding: 3px 0; }
.reviews-panel summary { cursor: pointer; list-style: none; } .reviews-panel summary::-webkit-details-marker { display: none; } .inline-h { display: inline; }
.review-list { list-style: none; padding: 0; margin: var(--sp-3) 0 0; }
.review { border-top: 1px solid var(--c-border); padding: var(--sp-4) 0; }
.review-head { display: flex; flex-wrap: wrap; gap: var(--sp-2); align-items: baseline; }
.review-author { font-weight: 700; }
.stars { background: var(--g-signature); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: 1px; font-size: 1.1em; }
.review-title { font-size: var(--fs-2); margin: var(--sp-1) 0; }
.review-body summary { cursor: pointer; }
.review-sub { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sp-2); margin: var(--sp-2) 0; }
.review-sub li { background: var(--c-surface-2); border-radius: var(--radius-pill); padding: 2px 10px; }
.review-reply { margin: var(--sp-3) 0; padding: var(--sp-3) var(--sp-4); border-left: 3px solid var(--c-primary); background: var(--t-3); border-radius: 0 var(--radius) var(--radius) 0; }
.empty-inline .script { font-size: 1.6rem; margin-right: var(--sp-2); }
.wall-carousel { display: flex; gap: var(--sp-3); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(--sp-2); } .wall-post { flex: 0 0 min(80vw, 320px); scroll-snap-align: start; }
.profile-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--sp-4); padding: var(--sp-6); border-radius: var(--radius-xl); }
.profile-cta .script { font-size: 2.4rem; display: block; margin-bottom: var(--sp-1); }
.profile-cta p { margin: 0; }
.profile-meta { display: flex; flex-wrap: wrap; gap: var(--sp-3); align-items: center; padding-top: var(--sp-2); }
.profile-preview-banner { display: flex; flex-wrap: wrap; gap: var(--sp-3); align-items: center; }
.related { margin-top: var(--sp-8); }
.related h2 { margin-bottom: var(--sp-4); }
/* Mobil: kontaktlinje som sticky bund-bjælke */
@media (max-width: 1023px) {
  .profile-page .contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: var(--sp-2) var(--sp-4) calc(var(--sp-2) + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--c-bg) 90%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--c-border); justify-content: center; }
  .profile-page .contact-bar .reveal-form { flex: 1; } .profile-page .contact-bar .btn-primary { width: 100%; }
  .profile-page main.container { padding-bottom: 96px; }
}
.response-chip { color: var(--c-ink-mint); }
.response-chip .icon { width: 15px; height: 15px; }
.available-note { display: flex; align-items: center; gap: 8px; margin: var(--sp-2) 0 0; color: var(--c-ink-mint); font-weight: 600; }
.available-note .icon { width: 16px; height: 16px; }

/* Gaver med billeder og pointpris */
.gift-img { display: inline-block; flex: none; line-height: 0; }
.gift-img img { width: 100%; height: 100%; object-fit: contain; }
.gift-modal { display: none; }
.gift-modal:target, .gift-modal.is-open { display: grid; }
.gift-modal .card { max-width: 480px; }
.gift-modal .gift-options { margin: var(--sp-4) 0 0; }
.gift-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); gap: var(--sp-2); margin-top: var(--sp-2); }
.gift-option { display: grid; justify-items: center; gap: 2px; padding: var(--sp-3) var(--sp-2); border: 1px solid var(--c-border); border-radius: var(--radius); background: var(--c-surface); cursor: pointer; font: inherit; color: var(--c-text); transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.gift-option:hover { border-color: var(--c-primary); transform: translateY(-2px); }
.gift-option-name { font-size: var(--fs-0); font-weight: 700; }
.gift-option-cost { font-size: var(--fs-0); color: var(--c-text-3); font-variant-numeric: tabular-nums; }
.gift-option.is-short { opacity: .55; }
.gift-option.is-short .gift-option-cost { color: var(--c-danger); }
.gift-balance { margin: var(--sp-2) 0 0; }

/* Ydelser: kun det, der koster ekstra, får et mærke — og beløbet følger den valgte varighed. */
.svc-dur-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.svc-durations { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2); margin: 0 0 var(--sp-3); }
.svc-durations .chip { cursor: pointer; user-select: none; }
.service.is-extra { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }
.svc-mark { color: var(--c-primary); font-weight: 800; font-size: var(--fs-0); }
.svc-amt { display: none; color: var(--c-text-2); font-size: var(--fs-0); font-variant-numeric: tabular-nums; }
.svc-footnote { margin: var(--sp-4) 0 0; }
/* Den valgte varighed lyser op, og kun dens beløb står frem — rene radioknapper, ingen JavaScript.
   Der nummereres efter position, så prislisten kan indeholde hvilke som helst varigheder. */
#svc-dur-0:checked ~ .svc-durations label[for="svc-dur-0"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-1:checked ~ .svc-durations label[for="svc-dur-1"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-2:checked ~ .svc-durations label[for="svc-dur-2"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-3:checked ~ .svc-durations label[for="svc-dur-3"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-4:checked ~ .svc-durations label[for="svc-dur-4"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-5:checked ~ .svc-durations label[for="svc-dur-5"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-6:checked ~ .svc-durations label[for="svc-dur-6"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-7:checked ~ .svc-durations label[for="svc-dur-7"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-8:checked ~ .svc-durations label[for="svc-dur-8"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-9:checked ~ .svc-durations label[for="svc-dur-9"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-10:checked ~ .svc-durations label[for="svc-dur-10"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-11:checked ~ .svc-durations label[for="svc-dur-11"] { background: var(--g-signature); color: #fff; border-color: transparent; }
#svc-dur-0:checked ~ .service-groups .svc-amt:nth-of-type(1), #svc-dur-1:checked ~ .service-groups .svc-amt:nth-of-type(2), #svc-dur-2:checked ~ .service-groups .svc-amt:nth-of-type(3), #svc-dur-3:checked ~ .service-groups .svc-amt:nth-of-type(4), #svc-dur-4:checked ~ .service-groups .svc-amt:nth-of-type(5), #svc-dur-5:checked ~ .service-groups .svc-amt:nth-of-type(6), #svc-dur-6:checked ~ .service-groups .svc-amt:nth-of-type(7), #svc-dur-7:checked ~ .service-groups .svc-amt:nth-of-type(8), #svc-dur-8:checked ~ .service-groups .svc-amt:nth-of-type(9), #svc-dur-9:checked ~ .service-groups .svc-amt:nth-of-type(10), #svc-dur-10:checked ~ .service-groups .svc-amt:nth-of-type(11), #svc-dur-11:checked ~ .service-groups .svc-amt:nth-of-type(12) { display: inline; }

/* Dashboardet: beløbsfelterne hører til den ydelse, der koster ekstra */
.extra-grid .service-row { flex-wrap: wrap; }
.extra-amount { display: inline-flex; gap: var(--sp-2); align-items: center; }
.extra-amount[hidden] { display: none; }
.extra-amount .input { max-width: 120px; }

/* "Vis nummer": en skjult måler med lige så mange cifre som nummeret bestemmer boksens størrelse,
   så knappen og det afslørede nummer altid fylder præcis det samme. Selve skiftet er et kortvend
   om y-aksen med et strejf glans. Klassen hedder phone-reveal, fordi .reveal er indfadningen ved scroll. */
.phone-reveal { position: relative; display: inline-block; perspective: 900px; }
.phone-sizer { visibility: hidden; pointer-events: none; }
.phone-face, .phone-num { position: absolute; inset: 0; margin: 0; }
.phone-reveal .btn { width: 100%; height: 100%; justify-content: center; backface-visibility: hidden; transition: transform .55s var(--ease), opacity .25s var(--ease); }
.phone-num { transform: rotateY(180deg); opacity: 0; pointer-events: none; overflow: hidden; }
.phone-reveal.is-revealed .phone-cta .btn { transform: rotateY(-180deg); opacity: 0; pointer-events: none; }
.phone-reveal.is-revealed .phone-num { transform: rotateY(0); opacity: 1; pointer-events: auto; }
.phone-sizer span, .phone-num span { font-variant-numeric: tabular-nums; }
/* Glansen løber kun én gang, lige når nummeret vender frem */
.phone-reveal.is-flipping .phone-num::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.55) 50%, transparent 65%); animation: phone-sheen .7s var(--ease) .25s 1 both; }
@keyframes phone-sheen { from { transform: translateX(-130%); } to { transform: translateX(130%); } }
@media (prefers-reduced-motion: reduce) {
  .phone-reveal .btn { transition: opacity .2s linear; }
  .phone-num, .phone-reveal.is-revealed .phone-cta .btn { transform: none; }
  .phone-reveal.is-flipping .phone-num::after { animation: none; }
}
