

:root {
  --c-bg: #EEF6FF;           
  --c-panel: #FFFFFF;        
  --c-panel-alt: #E8F2FF;    
  --c-card: #ffffff;         
  --c-border: rgba(17, 17, 17, 0.12);  
  --c-text: #111111;         
  --c-text-strong: #000000;  
  --c-text-muted: #5C5952;   
  --c-accent: #2F8FFF;       
  --c-accent-light: #6BB3FF; 
  --c-accent-gradient: #2F8FFF; 
  --c-chip-bg: rgba(47, 143, 255, 0.14); 
  --c-header: #000000;       
  --c-header-text: #FFFFFF;  
  
  --c-card-text: #111111;        
  --c-card-text-muted: #5C5952;  
  --c-card-accent: #145DBA;      
  --c-hero-bg: #800020;      
  --c-hero-text: #ffffff;    
  --font-heading: 'Poppins', Arial, Helvetica, sans-serif;
  --font-body: 'Poppins', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-size: 18px;      
  line-height: 1.6;
}


a {
  color: var(--c-accent-light);
  text-decoration: none;
}


.direct-intro {
  order: 6;
}

.order-faq {
  order: 7;
}


.ficktreffen-info {
  order: 6;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px 80px;
  
  display: flex;
  flex-direction: column;
}



.site-header {
  background: var(--c-header);
  margin-bottom: 24px;
  border-bottom: 1px solid var(--c-border);  
}


.site-header, .site-header a, .site-header nav.categories a {
  color: var(--c-header-text);
}

.site-header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 14px 16px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .site-header-inner {
    justify-content: center;
  }
}

.brand {
  display: flex;
  align-items: center;
}

.logo-link {
  display: block;
  line-height: 0;
}

.site-logo {
  height: 48px;  
  width: auto;
  display: block;
}

.site-logo-text {
  display: block;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  overflow-wrap: anywhere;
}


@media (max-width: 480px) {
  .brand { max-width: 100%; min-width: 0; }
  .logo-link { max-width: 100%; }
  .site-logo { max-width: 100%; height: auto; }
}



nav.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

nav.categories a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--c-text-strong);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

nav.categories a:hover {
  border-bottom-color: var(--c-accent);
}

.silo-title {
  margin-top: 36px;
  opacity: 0.6;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-h1 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
  font-size: calc(1.85rem - 1px);
  margin: 24px 0 16px;
}


.hero {
  background: var(--c-hero-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px clamp(20px, 5vw, 64px) 34px;
  margin: 0 0 24px;
  font-family: var(--font-body);
}

.hero-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hero .breadcrumb {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.5px;
  font-weight: 500;
  margin: 0 0 16px;
}

.hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.hero .breadcrumb span[aria-current="page"] {
  color: var(--c-hero-text);
  font-weight: 600;
}

.hero h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--c-hero-text);  
  font-size: clamp(13px, 2.6vw, 35px);
  line-height: 1.2;
  max-width: 100%;
  
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  margin: 0 0 10px;
}

.hero .cta {
  flex-shrink: 0;
  white-space: nowrap;
}

.hero .hero-subtitle {
  color: rgba(255, 255, 255, 0.92);  
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
}


.hero .hero-subtitle.hero-intro {
  max-width: none;
  width: 100%;
}

.seo-intro {
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--c-border);
}

.seo-intro p {
  margin: 0 0 14px;
  opacity: 0.85;
  font-size: 1.02rem;
}

.seo-intro h2 {
  font-family: var(--font-heading);
  font-size: calc(1.5rem - 1px);
  margin: 24px 0 10px;
  color: color-mix(in srgb, var(--c-accent) 85%, transparent);
}

.seo-intro h3 {
  font-family: var(--font-heading);
  font-size: calc(1.2rem - 1px);
  margin: 16px 0 6px;
  opacity: 0.9;
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
}

.seo-intro a {
  color: var(--c-accent);
  text-decoration: none;
  font-weight: 600;
}

.seo-intro a:hover {
  text-decoration: underline;
}

.city-immersive-h2 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
  font-size: calc(1.5rem - 1px);
  margin: 24px 0 10px;
}

.city-immersive-text {
  margin: 0 0 14px;
  opacity: 0.85;
  font-size: 1.02rem;
}

.category-seo-block {
  margin: 0 0 40px;
}

.category-seo-block p {
  margin: 0 0 14px;
  opacity: 0.85;
  font-size: 1.02rem;
}

.category-seo-block h2 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-accent) 85%, transparent);
  font-size: calc(1.6rem - 1px);
  margin: 28px 0 10px;
}

.silo-intro {
  opacity: 0.75;
  font-size: 1rem;
  margin: 4px 0 0;
}



.category-editorial-top,
.category-editorial-bottom {
  margin: 0 0 40px;
}

.category-editorial-top p,
.category-editorial-bottom p {
  margin: 0 0 14px;
  opacity: 0.85;
  font-size: 1.02rem;
}

.category-editorial-top h2,
.category-editorial-bottom h2 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-accent) 85%, transparent);
  font-size: calc(1.6rem - 1px);
  margin: 28px 0 10px;
}

.editorial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.editorial-links li {
  font-size: 0.82rem;
  padding: 5px 12px;
  border-radius: 14px;
  background: var(--c-chip-bg);
  color: var(--c-text-muted);
  border: 1px solid var(--c-border);
}

.sub-intentions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 12px 0 20px;
}

.sub-intention {
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--c-card);
  border: 1px solid rgba(22, 34, 61, 0.15);
  color: var(--c-card-text-muted);
}

.sub-intention h3 {
  font-size: calc(1rem - 1px);
  margin: 0 0 6px;
  color: color-mix(in srgb, var(--c-card-text) 85%, transparent);
}

.sub-intention .semantic-field {
  font-size: 0.85rem;
  opacity: 0.7;
  margin: 0;
}

.keyword-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 8px;
}

.keyword-pill {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 12px;
  background: var(--c-chip-bg);
  color: var(--c-text-muted);
  border: 1px solid var(--c-border);
}

.faq-list {
  margin-top: 12px;
}

.faq-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--c-border);
}

.faq-item h3 {
  font-size: calc(1.02rem - 1px);
  margin: 0 0 6px;
  color: color-mix(in srgb, var(--c-text) 85%, transparent);
}

.faq-item p {
  margin: 0;
  opacity: 0.85;
}

.editorial-cta {
  font-weight: 600;
  color: var(--c-accent);
}



.scenario-intro {
  margin: 0 0 24px;
  opacity: 0.85;
  font-size: 1.02rem;
  max-width: 70ch;
}

.sibling-links {
  margin: 40px 0 0;
}

.sibling-links h2 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-accent) 85%, transparent);
  font-size: calc(1.4rem - 1px);
  margin: 0 0 12px;
}

.sibling-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sibling-link {
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 14px;
  background: var(--c-chip-bg);
  color: var(--c-text-muted);
  border: 1px solid var(--c-border);
  text-decoration: none;
}



.city-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.city-pill {
  display: inline-block;
  font-size: 0.82rem;
  padding: 5px 12px;
  border-radius: 14px;
  background: var(--c-chip-bg);
  color: var(--c-text-muted);
  border: 1px solid var(--c-border);
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.city-pill:hover {
  border-color: var(--c-accent);
}

.city-pill.active {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #111111;  
}


.top-cities {
  padding: 40px clamp(20px, 5vw, 64px) 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.top-cities h2 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
  font-size: 25px;
  margin: 0 0 18px;
}

.top-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));  
  gap: 10px;
}

.top-city-pill {
  
  justify-self: start;
  font-size: 0.88rem;
  color: var(--c-text-muted);
  text-decoration: underline;
}

.top-city-pill:hover {
  color: var(--c-accent);
}



.geo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.geo-card {
  
  display: block;
  background: var(--c-card);
  border-radius: 8px;
  border: 1px solid rgba(22, 34, 61, 0.15);
  padding: 14px 16px;
  transition: border-color .15s;
}

.geo-card:hover {
  border-color: var(--c-accent);
}

.geo-card-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.geo-card-title a {
  color: var(--c-card-accent);
  text-decoration: underline;  
}


.geo-card {
  position: relative;
  cursor: pointer;
}

.geo-card-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.geo-card-title a:hover {
  text-decoration: underline;
}

.geo-card-hook {
  font-size: 0.85rem;
  color: var(--c-card-text-muted);
  line-height: 1.4;
}



.kommun-accordion {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kommun-accordion-group {
  border: 1px solid rgba(22, 34, 61, 0.15);
  border-radius: 8px;
  background: var(--c-card);
  padding: 4px 0;
}

.kommun-accordion-group summary {
  cursor: pointer;
  padding: 10px 16px;
  font-weight: 600;
  list-style: none;
  color: var(--c-card-text);
}

.kommun-accordion-group summary::-webkit-details-marker {
  display: none;
}

.kommun-count {
  font-weight: 400;
  color: var(--c-card-text-muted);
  font-size: 0.85rem;
}

.kommun-accordion-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 16px 12px;
}

.kommun-accordion-links a {
  font-size: 0.82rem;
  padding: 5px 12px;
  border-radius: 14px;
  background: rgba(22, 34, 61, 0.06);
  color: var(--c-card-text-muted);
  border: 1px solid rgba(22, 34, 61, 0.15);
  text-decoration: none;
}

.kommun-accordion-links a:hover {
  border-color: var(--c-accent);
}



.geo-context-links {
  font-size: 0.9rem;
  color: var(--c-text-muted);
  margin: 4px 0 12px;
}

.geo-context-links a {
  color: var(--c-text-muted);
}



.sitemap-profile-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  columns: 4 220px;
  column-gap: 24px;
}

.sitemap-profile-list li {
  padding-left: 14px;
  position: relative;
  break-inside: avoid;
}

.sitemap-profile-list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.sitemap-profile-list a {
  text-decoration: underline;
}



.nearby-cities {
  margin-top: 24px;
}

.nearby-cities h2 {
  font-size: calc(1.1rem - 1px);
  margin: 0 0 10px;
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
}

.nearby-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  gap: 6px 24px;
}

@media (max-width: 700px) {
  .nearby-cities-grid {
    grid-template-columns: 1fr;
  }
}


.nearby-city {
  display: block;
  padding-left: 18px;
  position: relative;
}

.nearby-city::before {
  content: "•";
  position: absolute;
  left: 0;
}

.nearby-city.nearby-city-no-link {
  color: var(--c-text-muted);
}

a.nearby-city {
  text-decoration: underline;
}

.nearby-distance {
  color: var(--c-text-muted);
  font-size: 0.9em;
}



.geo-fact-card {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 10px;
  background: var(--c-card);
  border: 1px solid rgba(22, 34, 61, 0.15);
}


.ficktreffen-info {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
}

.ficktreffen-info h2 {
  font-size: calc(1.4rem - 1px);
  margin: 0 0 16px;
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
}

.ficktreffen-info h3 {
  font-size: calc(1.1rem - 1px);
  margin: 28px 0 10px;
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
}

.ficktreffen-info p {
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: none;  
  opacity: 0.9;
}

.geo-fact-card h2 {
  color: color-mix(in srgb, var(--c-card-text) 85%, transparent);
  font-size: calc(1.1rem - 1px);
  margin: 0 0 10px;
}


.geo-fact-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.geo-fact-list {
  margin: 0;
  flex: 1 1 260px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 16px;
  align-content: start;
}

.geo-fact-row {
  display: contents;
}

.geo-fact-row dt {
  color: var(--c-card-text-muted);
  font-weight: 600;
}

.geo-fact-row dd {
  margin: 0;
  color: var(--c-card-text);
}

.geo-fact-row dd a {
  color: var(--c-card-accent);
  text-decoration: none;
}

.geo-fact-row dd a:hover {
  text-decoration: underline;
}

.geo-map-embed {
  flex: 1 1 320px;
  min-width: 260px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(22, 34, 61, 0.15);
}

.geo-map-embed iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}



.profile-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  min-width: 0;
  max-width: 100%;
}

.profile-card {
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
  color: var(--c-card-text);
  display: block;
  background: var(--c-card);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(22, 34, 61, 0.15);
  transition: border-color .15s;
}

.profile-card:hover {
  border-color: var(--c-accent);
}

.profile-card img,
.card-noimg {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: var(--c-chip-bg);
  display: block;
}

.card-body {
  padding: 8px 10px 10px;
}

.card-name {
  color: var(--c-card-accent);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-bio {
  font-size: 0.8rem;
  color: var(--c-card-text-muted);
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.card-tag {
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 10px;
  background: var(--c-chip-bg);
  color: var(--c-text-muted);
  white-space: nowrap;
}

.card-readmore {
  display: block;
  font-size: 0.75rem;
  color: var(--c-accent);
  font-weight: 600;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .profile-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 640px) {

  .profile-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }

}


@media (max-width: 640px) {
  .profile-card img,
  .card-noimg { aspect-ratio: 3/4; }
  .card-body { padding: 12px 14px 14px; }
  .card-name { font-size: 1.05rem; }
  .card-bio { font-size: 0.92rem; -webkit-line-clamp: 3; }
}



.teaser {
  border-top: 1px solid var(--c-border);
  padding: 18px 0;
  display: flex;
  gap: 14px;
}

.teaser:first-of-type {
  border-top: none;
}

.teaser img {
  width: 100px;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--c-chip-bg);
}

.teaser .col {
  flex: 1;
  min-width: 0;
}

.teaser h3 {
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-text-strong) 85%, transparent);
  margin: 0 0 6px;
  font-size: calc(1.3rem - 1px);
}

.teaser p {
  margin: 0 0 8px;
  font-size: 1rem;
  opacity: 0.85;
}

.teaser a.readmore {
  font-size: 0.92rem;
  color: var(--c-accent);
  text-decoration: none;
  font-weight: 600;
}

.teaser a.readmore:hover {
  text-decoration: underline;
}




.section-light {
  background: var(--c-panel);
  padding: 40px clamp(20px, 5vw, 64px);
}

.bio-grid {
  display: grid;
  grid-template-columns: 365px 1fr 220px;  
  gap: 28px;
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}


.bio-grid > .photo-col { order: 1; }
.bio-grid > .bio-text { order: 2; }
.bio-grid > .side-banner { order: 3; }

@media (max-width: 900px) {
  .bio-grid {
    grid-template-columns: 1fr;
  }
  
  .section-light {
    padding-top: 5px;
  }
  
  .profile-photo {
    margin-left: calc(-1 * clamp(20px, 5vw, 64px));
    border-radius: 0 8px 8px 0;
  }
  
  .bio-funnel {
    margin-right: calc(-1 * (72px + 8px));
  }
}

.photo-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-photo {
  position: relative;
  overflow: visible;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.photo-facts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.photo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.photo-chip {
  display: inline-block;
  font-size: 0.78rem;
  padding: 5px 11px;
  border-radius: 14px;
  background: var(--c-card);
  color: var(--c-card-text-muted);
  border: 1px solid rgba(22, 34, 61, 0.15);
  font-weight: 600;
}

.photo-quote {
  background: var(--c-card);
  border-left: 3px solid var(--c-accent);
  border-radius: 6px;
  padding: 12px 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.photo-quote .pq-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--c-card-text-muted);
  font-weight: 700;
  margin-bottom: 4px;
}

.photo-quote p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--c-card-text);
  font-style: italic;
}

.profile-photo img {
  width: 100%;
  height: 394px;  
  object-fit: cover;
  object-position: center 15%;
  display: block;
  cursor: pointer;
}

.status-badge {
  position: absolute;
  top: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 20px;
  display: none;
}

.profile-photo .status-badge {
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 10px;
}

.card-photo-wrap .status-badge,
.fiche-photo-wrap .status-badge {
  right: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.status-badge:not(:empty) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.status-badge.badge-online {
  background: rgba(61, 220, 126, 0.15);
  color: #3ddc7e;
}

.profile-photo .status-badge.badge-online {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.status-badge.badge-online::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ddc7e;
}

.status-badge.badge-new {
  background: rgba(125, 151, 224, 0.18);
  color: #7d97e0;
}

.profile-photo .status-badge.badge-new,
.profile-photo .status-badge.badge-chatted {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.status-badge.badge-chatted {
  background: rgba(184, 127, 130, 0.15);
  color: var(--c-accent);
}

.card-photo-wrap {
  position: relative;
}

.bio-text {
  color: var(--c-text);
}

.bio-preference {
  font-weight: 700;
  text-align: center;
}


.theme-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5f6d, #d92e6b);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.bio-meta {
  color: var(--c-text-muted);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
}

.bio-meta-name {
  color: #d92e6b;  
  font-weight: 700;
}

.bio-cta-inline {
  text-align: center;
  margin-top: 32px;
}

.bio-cta-inline .cta {
  padding: 17px 40px;
  font-size: 16px;
  margin-top: 0;
}

.bio-text p {
  margin: 0 0 14px;
  line-height: 1.65;
  font-size: 14.5px;
}

.bio-text a:not(.cta) {
  color: var(--c-accent);
  font-weight: 600;
}


.side-banner {
  display: block;
  width: 220px;
  flex-shrink: 0;
  background: var(--c-panel);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}

@media (max-width: 900px) {
  .side-banner {
    width: 100%;
    max-width: 320px;
  }
}

.side-banner img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}



.side-banner.side-banner-tall {
  display: block;
}

.side-banner-tall img {
  width: 100%;
  height: auto;
  display: block;
}



.silo-grid-banner-wrap {
  display: block;
  padding: 40px clamp(20px, 5vw, 64px);
  text-align: center;
}

.silo-grid-banner-wrap img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(184, 127, 130, 0.18);
}




.section-dark {
  background: #E8F2FF;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding: 44px clamp(20px, 5vw, 64px);
  color: #111111;
}
.section-dark .prefs-title,
.section-dark .pref-head span {
  color: #111111;
}
.section-dark .pref-list li {
  color: #5C5952;
}

.prefs-title {
  font-family: var(--font-heading);
  color: var(--c-text-strong);
  font-size: 26px;
  margin: 0 auto 22px;
  text-align: center;
  max-width: 1400px;
}

.prefs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .prefs-grid {
    grid-template-columns: 1fr;
  }
}


.pref-card {
  background: #ffffff;
  border: 1px solid rgba(43, 33, 23, 0.1);
  border-radius: 6px;
  padding: 22px 24px;
}

.pref-card.likes {
  border-left: 3px solid #3ddc7e;
}

.pref-card.dislikes {
  border-left: 3px solid #ff5f6d;
}

.pref-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.pref-head .ico {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #171114;  
}

.likes .ico { background: #3ddc7e; }
.dislikes .ico { background: #ff5f6d; }

.pref-head span {
  color: var(--c-text-strong);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.3px;
}

.pref-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pref-list li {
  color: var(--c-text-muted);
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  margin-bottom: 12px;
}

.likes .pref-list li::before,
.dislikes .pref-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.likes .pref-list li::before { background: #3ddc7e; }
.dislikes .pref-list li::before { background: #ff5f6d; }

.cta-strip {
  text-align: center;
  margin-top: 32px;
}

.cta-strip .cta {
  padding: 17px 40px;
  font-size: 16px;
  margin-top: 0;
}

.breadcrumb {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 16px;
}

.breadcrumb a {
  color: var(--c-text-muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .crumb-sep {
  margin: 0 6px;
  opacity: 0.5;
}

.breadcrumb span[aria-current="page"] {
  color: var(--c-text-strong);
  font-weight: 600;
}

.back-link {
  font-size: 0.88rem;
  opacity: 0.6;
  text-decoration: none;
  color: var(--c-text-muted);
}

.back-link:hover {
  opacity: 1;
}

.long-desc p {
  margin: 0 0 12px;
}


.promo-bandeau {
  background: var(--c-panel-alt);
  margin: 0 0 24px;
}


.kategori-flat-banner {
  margin: 8px 0;
}

.kategori-flat-banner a {
  display: block;
}

.kategori-flat-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.promo-bandeau-link {
  display: block;
  text-decoration: none;
}

.promo-bandeau-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(18px, 2.2vw, 28px) clamp(14px, 1.8vw, 26px) clamp(14px, 1.6vw, 20px);
}

.promo-headline {
  text-align: center;
  color: var(--c-text-strong);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.1px;
  margin-bottom: clamp(12px, 1.6vw, 18px);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: clamp(4px, 0.6vw, 8px);
  margin: 0 auto clamp(10px, 1.2vw, 14px);
  max-width: 70%;
}

.promo-photo {
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.promo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.promo-cta-wrap {
  text-align: center;
  margin-top: clamp(10px, 1.4vw, 16px);
}

.promo-cta {
  display: inline-block;
  color: #111111;  
  font-weight: 800;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.3px;
  background: var(--c-accent-gradient);
  padding: clamp(10px, 1.2vw, 14px) clamp(24px, 2.8vw, 38px);
  border-radius: 8px;  
  box-shadow: 0 10px 24px rgba(28, 116, 224, 0.35), 0 0 0 1px rgba(17,17,17,0.08) inset;
}

@media (max-width: 900px) {
  .promo-grid { grid-template-columns: repeat(5, 1fr); max-width: 100%; }
}

@media (max-width: 560px) {
  .promo-grid { grid-template-columns: repeat(4, 1fr); }
}


.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  background: var(--c-accent-gradient);
  color: #111111;  
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  padding: 16px 30px;
  border-radius: 8px;  
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(28, 116, 224, 0.35), 0 0 0 1px rgba(17, 17, 17, 0.08) inset;
}



.similar {
  background: var(--c-panel);
  padding: 40px clamp(20px, 5vw, 64px);
}

.similar > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.similar h2 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--c-text-muted) 85%, transparent);
  opacity: 1;
  margin-bottom: 18px;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .similar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .similar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.similar-grid a {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.similar-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.similar-grid .sname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 24px 10px 8px;
  background: linear-gradient(0deg, rgba(6, 8, 14, 0.9), rgba(6, 8, 14, 0));
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
}

.similar-grid .status-badge {
  right: 8px;
}



footer.site {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
  font-size: 0.82rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  opacity: 0.85;
  margin-bottom: 20px;
}

.footer-col .footer-cat {
  display: block;
  color: var(--c-text-strong);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-col .footer-cat:hover {
  color: var(--c-accent);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 5px;
}

.footer-col a {
  color: var(--c-text-muted);
  text-decoration: none;
  font-size: 0.82rem;
}

.footer-col a:hover {
  color: var(--c-accent);
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.footer-legal {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--c-border, rgba(255,255,255,0.1));
  text-align: center;
}

.footer-legal a {
  color: var(--c-text-muted);
  text-decoration: none;
  font-size: 0.78rem;
}

.footer-legal a:hover {
  color: var(--c-accent);
  text-decoration: underline;
}



.age-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.age-gate.open {
  display: flex;
}

.age-gate-card {
  background: var(--c-panel);
  border-radius: 12px;
  padding: 32px 28px;
  max-width: 420px;
  text-align: center;
}

.age-gate-text {
  margin: 0 0 12px;
}

.age-gate-question {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 20px;
}

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.age-gate-no {
  color: var(--c-text-muted);
  font-size: 0.85rem;
  text-decoration: underline;
}



.contact-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 480px;
}

.contact-form label {
  font-weight: 600;
  margin-top: 8px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border: 1px solid var(--c-border, rgba(255,255,255,0.15));
  border-radius: 6px;
  background: var(--c-panel);
  color: inherit;
  font: inherit;
}

.contact-form button {
  margin-top: 12px;
  align-self: flex-start;
}



.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.open {
  display: flex;
}

.lightbox-inner {
  max-width: 440px;
  width: 100%;
  text-align: center;
}

.lightbox-inner img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  border-radius: 10px;
}

.lightbox-inner .lb-text {
  margin: 16px 0;
  font-size: 1.02rem;
  opacity: 0.9;
  color: var(--c-text-strong);
}

.lightbox-inner .cta {
  margin-top: 0;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 1.9rem;
  cursor: pointer;
  line-height: 1;
}


body:has(.sticky-cta) {
  padding-bottom: 76px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  background: var(--c-accent-gradient);  
  border-top: none;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
}

.sticky-cta-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  background: var(--c-accent-gradient);
  transition: filter .15s;
}

.sticky-cta-link:hover {
  filter: brightness(0.92);
}

.sticky-cta-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(17,17,17,0.5);
}

.sticky-cta-text {
  color: #111111;  
  font-weight: 800;
  font-size: 1.02rem;
  flex: 1;
  text-align: center;
}

@media (min-width: 900px) {
  .sticky-cta-link {
    justify-content: center;
    padding: 12px 16px;
  }
  .sticky-cta-text {
    flex: none;
  }
}



.bio-funnel {
  background: var(--c-accent-gradient);
  border: none;
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 10px 26px rgba(28, 116, 224, 0.35);
  margin-top: 18px;
  color: #111111;
}
.bio-funnel-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.bio-funnel-progress span {
  height: 4px;
  flex: 1;
  border-radius: 2px;
  background: rgba(17, 17, 17, 0.2);
}
.bio-funnel-progress span.done {
  background: #111111;
}
.bio-funnel-step {
  display: none;
}
.bio-funnel-step.active {
  display: block;
}
.bio-funnel-question-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.bio-funnel-question {
  margin: 0;
  font-size: 1.35rem;  
  font-weight: 600;
  color: #111111;
}
.bio-funnel-answers {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bio-funnel-answers button {
  flex: 1;
  min-width: 120px;
  border: 1.5px solid rgba(17, 17, 17, 0.5);
  background: transparent;
  color: #111111;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 16px;
  border-radius: 9px;
  cursor: pointer;
  transition: all .15s ease;
  font-family: var(--font-body);
}
.bio-funnel-answers button:hover,
.bio-funnel-answers button.primary {
  background: #111111;
  color: #ffffff;
  border-color: transparent;
}
.bio-funnel-final p {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.85);
  margin: 0 0 12px;
}
.bio-funnel-final .cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
}


@media (max-width: 900px) {
  .hero .breadcrumb {
    display: none;
  }
}




.mini-actions {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 6px;
  z-index: 4;
}

.similar-grid .mini-action-icon,
.card-photo-wrap .mini-action-icon {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.55));
}

.card-photo-wrap {
  position: relative;
  overflow: visible;
}

.profile-card {
  overflow: visible;
}

.similar-grid a {
  position: relative;
  overflow: visible;
}


.photo-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.profile-photo-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

.profile-photo .profile-actions {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.profile-actions {
  display: flex;
  gap: 14px;
  z-index: 5;
}

.profile-photo .profile-action-icon {
  width: 52px;
  height: 52px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
  cursor: pointer;
  transition: transform 0.15s ease;
}

.profile-action-icon:hover {
  transform: scale(1.08);
}

.blur-thumbs-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 72px;
  flex-shrink: 0;
}

.blur-thumb {
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.blur-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(9px) saturate(1.05);
  transform: scale(1.15);
  display: block;
}


@media (min-width: 901px) {
  .profile-photo img {
    height: 394px;  
    aspect-ratio: auto;
  }
}

@media (max-width: 900px) {
  .profile-photo img {
    height: auto;
    aspect-ratio: 3 / 3.4;  
  }
}


.bio-more {
  margin-top: 16px;
}

.bio-more summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 24px;
  border: 1.5px solid var(--c-accent);
  color: var(--c-accent);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.bio-more summary::-webkit-details-marker {
  display: none;
}

.bio-more summary::after {
  content: "\25BC";
  font-size: 10px;
  transition: transform 0.2s ease;
}

.bio-more[open] summary::after {
  transform: rotate(180deg);
}

.bio-more p {
  margin: 14px 0 0;
}


.hero {
  padding-top: 8px;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 4px;
    padding-bottom: 14px;
    margin-bottom: 5px;
  }
  .hero-title-row h1,
  .hero h1 {
    margin: 0;
  }
}


.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  color: inherit;
}

@media (max-width: 900px) {
  .site-header-inner {
    justify-content: space-between;
  }
  .menu-toggle {
    display: block;
    order: 2;
  }
  nav.categories {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    order: 3;
    padding-top: 8px;
  }
  nav.categories.open {
    display: flex;
  }
}


.prelanding-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 32px 16px 60px;
}

.prelanding-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  text-align: center;
  color: #1a1a1a;
}

.prelanding-blur-bg {
  height: 90px;
  border-radius: 12px;
  margin: 0 0 18px;
  background: linear-gradient(135deg, var(--c-accent), #1a1a1a);
  filter: blur(2px);
  opacity: 0.85;
}

.prelanding-card h1 {
  font-size: clamp(21px, 5vw, 27px);
  font-weight: 800;
  margin: 0 0 8px;
  color: color-mix(in srgb, #1a1a1a 85%, transparent);
}

.prelanding-sub {
  color: #5a5a5a;
  font-size: 15px;
  margin: 0 0 20px;
}

.prelanding-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prelanding-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.prelanding-feature-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.prelanding-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 12px;
}

.prelanding-note {
  font-size: 12.5px;
  color: #5a5a5a;
  margin: 0;
}




nav.categories .nav-cities {
  position: relative;
}
nav.categories .nav-cities summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--c-header-text);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
nav.categories .nav-cities summary::-webkit-details-marker { display: none; }
nav.categories .nav-cities summary::after { content: " \25BE"; }
nav.categories .nav-cities[open] summary,
nav.categories .nav-cities summary:hover {
  border-bottom-color: var(--c-accent);
}
nav.categories .nav-cities-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  background: var(--c-header);
  min-width: 200px;
  z-index: 50;
}
@media (min-width: 901px) {
  nav.categories .nav-cities-list {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  }
}



.info-cards {
  order: 7;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.info-card {
  background: var(--c-card);
  border: 1px solid rgba(22, 34, 61, 0.15);
  border-radius: 10px;
  padding: 20px;
  color: var(--c-card-text);
}
.info-card h2 {
  font-size: calc(1.2rem - 1px);
  margin: 0 0 12px;
}
.info-card p {
  line-height: 1.6;
  margin: 0 0 14px;
}
.info-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-card li {
  padding-left: 1.6em;
  position: relative;
  margin: 6px 0;
}
.info-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--c-card-accent);
  font-weight: 700;
}
@media (max-width: 900px) {
  .info-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .info-cards { grid-template-columns: minmax(0, 1fr); }
}


@media (min-width: 901px) {
  .blur-thumbs-stack { max-height: 394px; overflow: hidden; }
}


.photo-col > .cta-strip { width: 100%; }
.photo-col > .cta-strip .cta { display: block; width: 100%; box-sizing: border-box; text-align: center; }


@media (max-width: 900px) {
  .photo-row { align-items: stretch; }
  .blur-thumbs-stack { contain: size; align-self: stretch; max-height: none; overflow: hidden; }
  .blur-thumbs-stack .blur-thumb { flex: 1 1 0; min-height: 0; aspect-ratio: auto; }
}


@media (max-width: 640px) {
  .top-cities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-city-pill { overflow-wrap: anywhere; }
}


@media (max-width: 900px) {
  .similar-grid .mini-action-icon,
  .card-photo-wrap .mini-action-icon { width: 32px; height: 32px; }
  .mini-actions { gap: 7px; }
  .profile-photo .profile-action-icon { width: 60px; height: 60px; }
  .profile-actions { gap: 16px; }
}


@media (max-width: 900px) {
  .similar-grid { row-gap: 32px; }
  .profile-card .card-body { padding-top: 26px; }
}


@media (max-width: 900px) {
  .hero h1 {
    font-size: clamp(21px, 5.6vw, 30px);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    line-height: 1.2;
    margin: 0 0 8px;
  }
}


.cta-strip-desktop { display: none; }
@media (min-width: 901px) {
  .photo-col > .cta-strip { display: none; }
  .bio-text > .cta-strip-desktop { display: block; text-align: left; margin-top: 24px; }
  .bio-text > .cta-strip-desktop .cta { display: block; width: 100%; box-sizing: border-box; text-align: center; }
}


.cpop[hidden] { display: none; }
.cpop { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; }
.cpop-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); }
.cpop-box { position: relative; background: #ffffff; color: #1a1a1a; border-radius: 12px; width: min(460px, calc(100vw - 32px));
  max-height: calc(100vh - 32px); overflow-y: auto; padding: 22px 22px 20px; text-align: center; box-sizing: border-box; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35); }
.cpop-close { position: absolute; top: 6px; right: 10px; background: none; border: 0; font-size: 30px; line-height: 1; cursor: pointer; color: #555; }
.cpop-box h2 { font-size: clamp(19px, 4.5vw, 24px); font-weight: 800; margin: 0 24px 6px; color: var(--c-accent); }
.cpop-sub { color: #2a8a2a; font-weight: 600; font-size: 15px; margin: 0 0 14px; }
.cpop-photo { display: block; width: 100%; max-width: 380px; max-height: 46vh; object-fit: cover; border-radius: 8px; margin: 0 auto 16px; }
.cpop-features { list-style: none; margin: 0 0 18px; padding: 0; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.cpop-features li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.cpop-features li span { font-size: 20px; flex-shrink: 0; }
.cpop-cta { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 15px; font-size: 16px; margin-bottom: 10px; }
.cpop-note { font-size: 12.5px; color: #5a5a5a; margin: 0; }
@media (max-width: 900px) {
  .cpop { align-items: flex-end; pointer-events: none; }
  .cpop-backdrop { display: none; }
  .cpop-box { pointer-events: auto; width: 100%; max-height: 52vh; border-radius: 14px 14px 0 0; padding: 16px 16px 14px; }
  .cpop-photo { max-height: 18vh; }
  .cpop-features { gap: 6px; margin-bottom: 12px; }
  .cpop-features li { font-size: 14px; }
}
@media (max-width: 900px) {
  .cpop-cta { position: sticky; bottom: 0; box-shadow: 0 -8px 10px -4px #ffffff; }
}

@media (max-width: 900px) {
  .cpop { padding: 0 12px 12px; box-sizing: border-box; }
  .cpop-box { width: 100%; max-height: 62vh; border-radius: 14px; padding: 14px 14px 0; }
  .cpop-photo { max-height: 15vh; margin-bottom: 10px; }
  .cpop-box h2 { font-size: 18px; }
  .cpop-sub { font-size: 13.5px; margin-bottom: 10px; }
  .cpop-cta { margin: 0 -14px; width: calc(100% + 28px); border-radius: 0 0 14px 14px; padding: 15px 14px; background-clip: padding-box; }
  .cpop-note { position: sticky; bottom: 0; background: #fff; padding: 6px 0 10px; }
}

.cpop-box { display: flex; flex-direction: column; overflow: hidden; }
.cpop-photo { flex: 0 1 auto; width: 100%; max-width: 380px; height: 300px; min-height: 60px; max-height: none; object-fit: cover; align-self: center; }
.cpop-box > * { flex-shrink: 0; }
.cpop-box > .cpop-photo { flex-shrink: 1; }
@media (max-width: 900px) {
  .cpop-box { max-height: 66vh; }
  .cpop-photo { height: 170px; max-width: none; }
  .cpop-note { position: static; padding: 6px 0 10px; }
  .cpop-cta { position: static; box-shadow: none; }
}
@media (max-height: 720px) {
  .cpop-box { padding: 10px 12px 0; }
  .cpop-box h2 { font-size: 16px; margin: 0 22px 4px; }
  .cpop-sub { font-size: 12.5px; margin-bottom: 6px; }
  .cpop-photo { margin-bottom: 6px; }
  .cpop-features { gap: 3px; margin-bottom: 8px; }
  .cpop-features li { font-size: 12.5px; gap: 8px; }
  .cpop-features li span { font-size: 16px; }
  .cpop-cta { padding: 11px; font-size: 15px; margin-bottom: 4px; }
  .cpop-note { font-size: 11.5px; padding: 2px 0 6px; }
}

@media (max-width: 900px) {
  .cpop { padding-bottom: 12vh; }
  .cpop-box { max-height: 66vh; }
}

@supports (height: 1dvh) {
  @media (max-width: 900px) {
    .cpop { padding-bottom: 12dvh; }
    .cpop-box { max-height: 66dvh; }
  }
  @media (min-width: 901px) {
    .cpop-box { max-height: calc(100dvh - 32px); }
  }
}

@media (max-width: 900px) and (max-height: 640px) {
  .cpop { padding-bottom: 6px; }
  .cpop-box { max-height: calc(100vh - 12px); padding-top: 8px; }
  .cpop-photo { min-height: 0; }
  .cpop-box h2 { font-size: 15px; margin-bottom: 2px; }
  .cpop-sub { margin-bottom: 4px; }
  .cpop-features { gap: 2px; margin-bottom: 6px; }
  .cpop-features li { font-size: 12px; }
  .cpop-cta { padding: 9px; font-size: 14px; }
  .cpop-note { padding: 2px 0 4px; font-size: 11px; }
}
@media (max-width: 900px) and (max-height: 470px) {
  .cpop-photo { display: none; }
}


.reference-template { --c-accent:#df454d; --c-accent-light:#df454d; --c-card-accent:#292c31; --c-chip-bg:#f5f5f6; font-size:16px; line-height:1.5; color:#2b2e33; background:#fff; }
.reference-template a { color:#d94850; }
.ref-breadcrumb-bar { max-width:1284px; margin:0 auto; min-height:65px; display:flex; align-items:flex-start; padding-top:16px; }
.reference-list .ref-breadcrumb-bar { min-height:45px; }
.reference-template .breadcrumb,.reference-template .hero .breadcrumb { position:static; width:auto; margin:0; padding:0; font-size:13px; color:#989a9e; background:none; }
.reference-template .breadcrumb a,.reference-template .hero .breadcrumb a { color:#92949a; }
.reference-template .crumb-sep { margin:0 7px; color:#a8a9ac; }
.reference-template .hero { max-width:1284px; margin:0 auto; min-height:66px; padding:4px 0 18px; background:#fff; color:#292d32; position:relative; display:flex; align-items:end; gap:20px; }
.reference-template .hero h1 { color:#292d32; font-size:31px; line-height:1.2; letter-spacing:-.5px; margin:0; font-weight:750; text-align:left; white-space:normal; overflow:visible; text-overflow:clip; }
.reference-template .hero-title-row { display:block; margin:0; padding:0; }
.reference-template .hero-accent-bar,.reference-template .hero-subtitle { display:none; }
.reference-template .wrap { max-width:none; padding:0 0 70px; }
.reference-template .silo-title,.reference-template .wrap > h2 { max-width:1284px; margin:28px auto 14px; font-size:23px; color:#303237; }
.reference-template .profile-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:23px; max-width:1284px; margin:0 auto; padding:44px 0 55px; background:#f8f9fa; position:relative; }
.reference-template .wrap:has(>.profile-grid),.reference-template .wrap:has(>.silo-title + .profile-grid) { background:linear-gradient(#f8f9fa,#f8f9fa) center top / 100% auto no-repeat; }
.reference-template .profile-card { border:0; border-radius:0; background:#fff; color:#2e3136; box-shadow:0 3px 6px rgba(25,35,45,.11); min-width:0; transition:transform .18s,box-shadow .18s; }
.reference-template .profile-card[hidden] { display:none; }
.reference-template .profile-card:hover { transform:translateY(-3px); box-shadow:0 8px 20px rgba(25,35,45,.17); }
.reference-template .card-photo-wrap { position:relative; }
.reference-template .profile-card img { aspect-ratio:1 / 1; width:100%; height:auto; object-fit:cover; }
.reference-template .card-photo-wrap .status-badge { top:15px; right:15px; background:rgba(48,51,57,.72); color:white; box-shadow:none; border-radius:20px; padding:2px 9px; font-size:12px; }
.reference-template .card-photo-wrap .status-badge::before { background:#63b87d; }
.ref-card-actions { position:absolute; bottom:-20px; left:50%; transform:translateX(-50%); display:flex; gap:7px; z-index:3; }
.ref-card-actions span { display:flex; align-items:center; justify-content:center; width:40px; height:40px; background:#fff; color:#a3a6aa; border-radius:50%; font-size:18px; box-shadow:0 2px 5px #0002; }
.ref-card-actions span:first-child { background:#df454d; color:white; }
.ref-card-actions span:last-child { background:#9da0a5; color:white; }
.reference-template .card-body { padding:35px 18px 19px; min-height:145px; text-align:center; display:flex; flex-direction:column; align-items:center; }
.reference-template .card-bio { order:0; display:-webkit-box; -webkit-line-clamp:3; font-size:15px; line-height:1.25; font-weight:700; color:#282b30; margin:0 0 11px; min-height:38px; }
.reference-template .card-name { order:1; font-size:12px; font-weight:400; color:#52555a; white-space:normal; line-height:1.35; }
.reference-template .card-tags { display:none; }
.ref-card-view { order:2; font-size:12px; color:#a3a5a8; margin-top:3px; }
.reference-template .seo-intro { max-width:1284px; margin:35px auto; }
.reference-template .section-light { background:#fff; padding:0 0 45px; }
.reference-template .bio-grid { max-width:1284px; grid-template-columns:518px minmax(0,1fr); gap:28px; }
.reference-template .photo-col { width:100%; }
.reference-profile .photo-col { padding-top:22px; }
.reference-template .photo-row { display:block; }
.reference-template .profile-photo-wrap,.reference-template .profile-photo { width:100%; }
.reference-profile .profile-photo-wrap { max-width:460px; margin:0 auto; }
.reference-template .profile-photo { border:0; border-radius:0; box-shadow:none; position:relative; }
.reference-template .profile-photo img { width:100%; height:420px; aspect-ratio:auto; object-fit:cover; object-position:center 16%; }
.reference-template .profile-photo .status-badge { left:auto; right:65px; top:16px; background:rgba(48,51,57,.8); font-size:12px; text-transform:none; }
.reference-template .profile-photo .profile-actions,.reference-template .blur-thumbs-stack,.reference-template .bio-funnel { display:none; }
.reference-template .bio-text { padding:0 0 10px; color:#2b2e33; }
.reference-template .bio-text .bio-meta { display:none; }
.reference-profile .ref-breadcrumb-bar { min-height:46px; padding-top:13px; }
.reference-profile.reference-template .hero { padding-top:0; }
.reference-profile.reference-template .bio-text { padding:24px 0 10px; }
.reference-profile.reference-template .long-desc { background:#f7f7f8; border:1px solid #ededee; border-radius:6px; padding:22px 24px; }
.reference-profile.reference-template .long-desc p:last-child { margin-bottom:0; }
.ref-profile-identity { color:#9b9da1; margin:-3px 0 20px; font-size:24px; font-weight:400; line-height:1.2; }
.ref-profile-identity strong { font-weight:800; }
.ref-profile-facts { margin-bottom:26px; font-size:15px; }
.ref-profile-facts div { display:flex; align-items:center; gap:10px; line-height:1.6; }
.ref-profile-facts span { width:22px; color:#aaaeb1; font-size:20px; text-align:center; }
.ref-profile-facts a { text-decoration:underline; }
.reference-template .bio-text p { font-size:16px; line-height:1.45; margin-bottom:18px; }
.reference-template .bio-more summary { border-color:#df454d; color:#df454d; border-radius:99px; }
.ref-profile-cta { display:inline-flex; align-items:center; justify-content:center; background:#df454d; color:#fff!important; border-radius:99px; padding:10px 30px; margin-top:12px; font-size:18px; text-decoration:none!important; }
.reference-profile .ref-profile-cta { display:flex; width:max-content; margin:14px auto 0; }
.reference-profile .ref-mobile-read-more { display:none; }
.reference-profile .ref-profile-cta { animation:ref-cta-nudge 3.6s ease-in-out infinite; }
@keyframes ref-cta-nudge { 0%,78%,100% { transform:translateY(0); } 85%,92% { transform:translateY(-3px); } }
@media (prefers-reduced-motion:reduce) { .reference-profile .ref-profile-cta,.reference-profile .sticky-cta-link { animation:none!important; } }
.ref-heart { position:absolute; bottom:13px; right:17px; color:white; background:none; border:0; font-size:32px; line-height:1; cursor:pointer; text-shadow:0 1px 3px #0009; }
.ref-heart.active { color:#df454d; }
.reference-template .similar { border-top:1px solid #eee; padding:36px 20px; background:#fff; }
.reference-template .similar h2 { color:#2d3035; font-size:24px; text-transform:none; letter-spacing:0; margin-bottom:22px; }
.reference-template .similar-grid { grid-template-columns:repeat(4,1fr); gap:22px; }
.reference-template .similar-grid a { box-shadow:0 3px 7px #0002; }
.reference-template .similar-grid img { height:260px; }
.reference-template .similar-grid .ref-similar-card img { height:auto; aspect-ratio:1; object-fit:cover; }
.reference-template .similar-grid .ref-similar-card .card-body { min-height:108px; padding:32px 12px 16px; }
.reference-template .similar-grid .ref-similar-card .card-bio { min-height:0; margin-bottom:4px; }
.reference-template .similar-grid .ref-similar-card .card-name { font-size:12px; }
.reference-template .section-dark { background:#f8f9fa; border-top:1px solid #eee; }
.reference-profile .sticky-cta { display:none; }
.reference-profile { padding-bottom:0!important; }
.reference-template .cta { background:#df454d; color:white; border-radius:99px; box-shadow:none; }
.reference-template .wrap { padding-bottom:64px; }
.reference-template .nearby-cities,.reference-template .top-cities,.reference-template .geo-fact-card,.reference-template .faq-list { width:100%; max-width:1284px; margin-left:auto; margin-right:auto; }
.reference-template .nearby-cities { padding:30px 0 38px; border-top:1px solid #ececef; }
.reference-template .nearby-cities h2,.reference-template .top-cities h2 { color:#2c3035; font-size:23px; line-height:1.3; margin:0 0 20px; }
.reference-template .nearby-cities-grid { display:flex; flex-wrap:wrap; gap:10px; }
.reference-template .nearby-city { display:inline-flex; align-items:center; gap:5px; padding:9px 15px; border:1px solid #edd9db; border-radius:999px; background:#fff9f9; color:#b53e46; text-decoration:none; font-size:14px; }
.reference-template .nearby-city:hover,.reference-template .top-city-pill:hover { background:#fbecee; border-color:#df454d; color:#aa343d; }
.reference-template .nearby-distance { color:#898b90; }
.reference-template .top-cities { padding:32px 0 56px; border-top:1px solid #ececef; }
.reference-template .top-cities-grid { gap:10px; }
.reference-template .top-city-pill { justify-self:stretch; display:block; padding:10px 13px; background:#f8f9fa; border:1px solid #ececef; border-radius:6px; color:#555a60; text-decoration:none; font-size:13px; }
.reference-template .geo-fact-card { margin-top:28px; margin-bottom:42px; border:1px solid #ececef; box-shadow:0 3px 14px #2221; padding:24px; }
.reference-template .faq-list { margin-top:18px; background:#fff; border:1px solid #ececef; border-radius:6px; padding:0 25px; }
.reference-template .faq-item { padding:18px 0; border-color:#ececef; }
.reference-template .faq-item:last-child { border-bottom:0; }
.reference-template .faq-item h3 { color:#30343a; font-size:16px; }
.reference-template .faq-item p { color:#62666c; font-size:14px; line-height:1.6; opacity:1; }
.reference-template .similar > *,.reference-template .prefs-title,.reference-template .prefs-grid { max-width:1284px; }
.reference-home .hero { display:block; padding:30px 0; }
.reference-home .hero h1 { max-width:100%; overflow:visible; white-space:normal; text-overflow:clip; font-size:32px; line-height:1.25; }
.reference-list.reference-template .wrap { background:#fff; }
.reference-list.reference-template .wrap:has(>.profile-grid),.reference-list.reference-template .wrap:has(>.silo-title + .profile-grid) { background:#fff; }
.reference-list .profile-grid { background:#fff; }
.reference-home .wrap > .silo-title { opacity:1; color:#30343a; font-size:23px; font-weight:700; letter-spacing:0; text-transform:none; margin:44px auto 16px; }
.reference-home .seo-intro { max-width:1284px; background:#fff; border:1px solid #ececef; border-radius:6px; padding:32px 38px; margin:36px auto 50px; }
.reference-home .seo-intro p { color:#555a60; line-height:1.7; }
.reference-home .seo-intro h2 { color:#b93e47; font-size:21px; margin:27px 0 9px; }
.reference-home .geo-card-grid,.reference-home .kommun-accordion { width:100%; max-width:1284px; margin:16px auto 50px; }
.reference-home .geo-card-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.reference-home .geo-card { min-height:86px; padding:18px 20px; border:1px solid #e8e9ec; border-radius:6px; box-shadow:0 2px 8px #2221; display:flex; align-items:center; }
.reference-home .geo-card-title { margin:0; line-height:1.4; }
.reference-home .geo-card-title a { color:#34383e; text-decoration:none; font-size:15px; }
.reference-home .geo-card:hover { border-color:#df454d; box-shadow:0 5px 14px #2222; }
.reference-home .geo-card:hover .geo-card-title a { color:#c43f48; }
.reference-home .kommun-accordion { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.reference-home .kommun-accordion-group { border:1px solid #e8e9ec; border-radius:6px; padding:0; background:#fff; }
.reference-home .kommun-accordion-group summary { padding:15px 18px; color:#34383e; }
.reference-home .kommun-accordion-group[open] { border-color:#e5a6aa; }
.reference-home .kommun-accordion-links { padding:2px 18px 17px; }
.reference-home .kommun-accordion-links a { background:#f8f9fa; border-color:#ececef; color:#555a60; }
.reference-template footer.site { width:100%; max-width:none; margin:0; padding:0; background:#292d32; border:0; color:#c6c9cd; font-size:14px; }
.ref-footer-inner { max-width:1284px; margin:0 auto; padding:52px 0 0; }
.ref-footer-main { display:grid; grid-template-columns:2fr 1fr 1.5fr; gap:72px; padding-bottom:45px; }
.ref-footer-brand { display:inline-flex; align-items:center; color:#fff!important; font-size:25px; letter-spacing:-1.1px; line-height:1; white-space:nowrap; }
.ref-footer-brand span { color:#df454d; font-size:32px; margin-right:5px; transform:rotate(-15deg); }
.ref-footer-brand strong { color:#ec555d; font-weight:800; }
.ref-footer-about p { max-width:290px; color:#b8bdc2; line-height:1.6; margin:18px 0 0; }
.ref-footer-links { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.ref-footer-links h2 { color:#fff; margin:0 0 10px; font-size:15px; font-weight:700; }
.ref-footer-links a { color:#c3c7cc!important; font-size:14px; line-height:1.45; }
.ref-footer-links a:hover,.ref-footer-bottom a:hover { color:#fff!important; text-decoration:underline; }
.ref-footer-cities > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:20px; row-gap:9px; }
.ref-footer-bottom { display:flex; gap:24px; align-items:center; justify-content:space-between; border-top:1px solid #454a50; padding:20px 0 24px; color:#aeb3b9; font-size:12px; }
.ref-footer-bottom a { color:#c3c7cc!important; }
@media(max-width:1340px) { .reference-template .site-header-inner,.ref-breadcrumb-bar,.reference-template .hero,.reference-template .profile-grid,.reference-template .bio-grid,.reference-template .seo-intro { max-width:calc(100% - 48px); } }
@media(max-width:1340px) { .reference-template .nearby-cities,.reference-template .top-cities,.reference-template .geo-fact-card,.reference-template .faq-list,.ref-footer-inner { max-width:calc(100% - 48px); } }
@media(max-width:1340px) { .reference-home .geo-card-grid,.reference-home .kommun-accordion,.reference-home .seo-intro { max-width:calc(100% - 48px); } }
@media(max-width:950px) { .reference-template .profile-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .reference-template .bio-grid { grid-template-columns:40% minmax(0,1fr); } .reference-template .profile-photo img { height:390px; } }
@media(max-width:950px) { .reference-home .geo-card-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .reference-home .hero h1 { font-size:27px; } }
@media(max-width:950px) { .ref-footer-main { gap:30px; grid-template-columns:1.4fr 1fr 1.3fr; } }
@media(max-width:700px) { .reference-template .site-header-inner { min-height:66px; max-width:calc(100% - 30px); } .ref-brand { font-size:23px; } .ref-flame { font-size:30px; } .reference-template .hero,.ref-breadcrumb-bar { max-width:calc(100% - 30px); } .reference-template .hero { align-items:flex-start; flex-direction:column; padding-bottom:18px; } .reference-template .hero h1 { font-size:27px; } .reference-template .profile-grid { max-width:none; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding:20px 12px 35px; } .reference-template .card-body { padding:28px 9px 13px; min-height:135px; } .reference-template .card-bio { font-size:13px; } .reference-template .bio-grid { max-width:calc(100% - 30px); display:block; } .reference-template .profile-photo { margin:0; border-radius:0; } .reference-template .profile-photo img { height:auto; aspect-ratio:1; } .reference-template .bio-text { padding-top:25px; } .reference-template .similar-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:700px) { .reference-template .nearby-cities,.reference-template .top-cities,.reference-template .geo-fact-card,.reference-template .faq-list,.ref-footer-inner { max-width:calc(100% - 30px); } .reference-template .nearby-cities { padding:26px 0 32px; } .reference-template .top-cities { padding:28px 0 38px; } .reference-template .top-cities-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .reference-template .faq-list { padding:0 17px; } .ref-footer-inner { padding-top:38px; } .ref-footer-main { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 20px; padding-bottom:35px; } .ref-footer-about { grid-column:1/-1; } .ref-footer-brand { font-size:23px; } .ref-footer-cities > div { grid-template-columns:1fr; } .ref-footer-bottom { flex-wrap:wrap; gap:10px 20px; } }
@media(max-width:700px) { .reference-home .hero { display:block; padding:20px 0 24px; } .reference-home .hero h1 { font-size:25px; margin-bottom:16px; } .reference-home .geo-card-grid,.reference-home .kommun-accordion,.reference-home .seo-intro { max-width:calc(100% - 30px); } .reference-home .geo-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; } .reference-home .geo-card { min-height:76px; padding:13px; } .reference-home .geo-card-title a { font-size:13px; } .reference-home .kommun-accordion { grid-template-columns:1fr; } .reference-home .seo-intro { padding:22px 19px; } }
@media(max-width:700px) { .reference-profile .photo-col { padding-top:16px; } .reference-profile .profile-photo-wrap { max-width:420px; } .reference-profile .ref-profile-cta { max-width:100%; text-align:center; } }
@media(max-width:700px) {
  .reference-profile { padding-bottom:92px!important; }
  .reference-profile.reference-template .long-desc.ref-mobile-collapsed { max-height:190px; overflow:hidden; position:relative; }
  .reference-profile.reference-template .long-desc.ref-mobile-collapsed:not(.ref-mobile-expanded)::after { content:""; position:absolute; left:0; right:0; bottom:0; height:38px; background:linear-gradient(transparent,#f7f7f8); pointer-events:none; }
  .reference-profile.reference-template .long-desc.ref-mobile-expanded { max-height:none; }
  .reference-profile .ref-mobile-read-more { display:block; width:100%; padding:10px 0 2px; border:0; background:transparent; color:#c43f48; font-family:inherit; font-size:14px; font-weight:700; line-height:1.4; text-align:center; cursor:pointer; }
  .reference-profile .sticky-cta { display:block; background:#fff; box-shadow:0 -4px 18px #0002; padding:9px 15px calc(9px + env(safe-area-inset-bottom)); }
  .reference-profile .sticky-cta-link { max-width:460px; margin:0 auto; padding:8px 16px; gap:10px; border-radius:999px; background:#df454d; box-shadow:0 3px 10px #b53d4555; animation:ref-cta-nudge 3.6s ease-in-out infinite; }
  .reference-profile .sticky-cta-photo { width:34px; height:34px; border:2px solid #fff9; }
  .reference-profile .sticky-cta-text { color:#fff; font-size:14px; line-height:1.2; }
}
.reference-template .hero { display:block; }
.reference-template .hero-intro { max-width:1284px; }


.ref-footer-main { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1.5fr); }
@media(max-width:950px) { .ref-footer-main { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.3fr); } }
.ref-footer-brand { white-space: normal; overflow-wrap: anywhere; }
.ref-footer-links a, .ref-footer-about p { overflow-wrap: anywhere; min-width: 0; }
.reference-profile .ref-profile-cta { width: auto; max-width: 100%; box-sizing: border-box; text-align: center; white-space: normal; }
.reference-template .bio-grid > * { min-width: 0; }
.ref-breadcrumb-bar { min-width: 0; }
nav.breadcrumb { flex-wrap: wrap; min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.sticky-cta-link { box-sizing: border-box; max-width: 100%; }
.sticky-cta-text { min-width: 0; overflow-wrap: anywhere; }

.reference-template .profile-photo { margin-left: 0; }

body > div.ref-breadcrumb-bar > nav { display: none; }
