/* Variables */
:root{--paper:#fffdfb;--soft:#fbf6f3;--card:#fffaf7;--ink:#2d2227;--muted:#75686d;--rose:#9b5067;--rose-dark:#763b50;--rose-pale:#ead9de;--plum:#291d2b;--plum-2:#38273a;--line:#eadfda;--cream:#f6eee9;--shadow:0 10px 34px rgba(44,28,34,.08);--serif:"Cormorant Garamond",Georgia,serif;--sans:"Manrope",Arial,sans-serif;--max:1200px;--radius:16px}
/* Reset */
*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:1000;background:#fff;padding:.75rem 1rem}.skip-link:focus{top:1rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(155,80,103,.35);outline-offset:3px}
/* Typography */
h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:var(--serif);font-weight:600}h1{font-size:clamp(3.25rem,5vw,5.05rem);line-height:.96;letter-spacing:-.035em}h2{font-size:clamp(2.1rem,3.2vw,3rem);line-height:1.05;letter-spacing:-.025em;margin-bottom:.55rem}h3{font-size:1.45rem;line-height:1.14}.section-head{text-align:center;max-width:720px;margin:0 auto 2.2rem}.section-head p,.lead{color:var(--muted)}.eyebrow{color:var(--rose);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem}.rose{color:var(--rose)}
/* Layout */
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.section{padding:76px 0}.section-soft{background:var(--soft)}.section-tight{padding:54px 0}.grid{display:grid;gap:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breadcrumbs{font-size:.82rem;color:var(--muted);padding-top:28px}.breadcrumbs span{margin:0 .45rem}.inner-hero{padding:62px 0 72px;background:linear-gradient(110deg,#fffdfb 40%,#f7eee9)}.inner-hero .lead{max-width:720px;font-size:1.05rem}.inner-hero h1{max-width:850px}.prose{max-width:840px}.prose h2{font-size:2rem;margin-top:2.5rem}.prose h3{font-size:1.4rem;margin-top:1.7rem}.prose p,.prose li{color:#5f5358}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
/* Header */
.site-header{height:76px;background:rgba(255,253,251,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.nav-wrap{height:100%;display:flex;align-items:center;gap:38px}.brand{font-size:1.55rem;line-height:1}.main-nav{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:.84rem;font-weight:700}.main-nav a{padding:11px 0}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--rose)}.header-actions{display:flex;gap:10px}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;font-size:1.3rem}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1.28rem;border-radius:7px;border:1px solid transparent;font-weight:800;font-size:.8rem;transition:.2s ease}.btn-primary{background:var(--rose);color:#fff;box-shadow:0 8px 18px rgba(155,80,103,.18)}.btn-primary:hover{background:var(--rose-dark);transform:translateY(-1px)}.btn-outline{border-color:var(--line);background:rgba(255,255,255,.72)}.btn-outline:hover{border-color:var(--rose);color:var(--rose)}.btn-light{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08)}
/* Hero */
.hero{min-height:615px;background:linear-gradient(90deg,#fcf8f5 0 48%,#eee2da 48%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:615px}.hero-copy{padding:90px 64px 72px 0;align-self:center}.hero-copy p{max-width:520px;color:#5f5358;font-size:1rem}.hero-actions{display:flex;gap:12px;margin:26px 0 35px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:570px}.trust{display:flex;align-items:center;gap:9px;font-size:.67rem;line-height:1.25;color:var(--muted)}.trust strong{display:block;color:var(--ink);font-size:.72rem}.icon-ring{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--rose);font-size:1rem;flex:0 0 auto}.hero-media{position:relative;min-width:0}.hero-media>img{width:100%;height:615px;object-fit:cover;object-position:center}.mini-profile{position:absolute;right:20px;width:188px;padding:10px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:12px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-size:.65rem}.mini-profile img{width:48px;height:48px;object-fit:cover;border-radius:9px}.mini-profile strong{display:block;font-size:.75rem}.mini-profile.one{top:88px}.mini-profile.two{top:174px}.mini-profile.three{top:260px}.status{color:var(--rose);font-weight:700}
/* Profiles */
.profiles-grid{grid-template-columns:repeat(4,1fr);gap:22px}.profile-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 3px 14px rgba(42,25,31,.035);position:relative}.profile-card>img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.profile-body{padding:14px 16px 15px}.profile-body h3{font-size:1.22rem;margin-bottom:0}.profile-city{font-size:.75rem;color:var(--muted);margin-bottom:9px}.tags{display:flex;gap:7px;flex-wrap:wrap}.tag{font-size:.65rem;color:var(--rose-dark);background:var(--soft);border:1px solid var(--line);border-radius:7px;padding:4px 9px}.favorite{position:absolute;right:11px;top:11px;width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,255,255,.75);background:#fff;color:var(--rose);box-shadow:0 3px 10px rgba(0,0,0,.12);font-size:1rem}.favorite.active{background:var(--rose);color:#fff}
/* Features */
.features-4{grid-template-columns:repeat(4,1fr)}.feature-card{text-align:center;border:1px solid #efe5e1;border-radius:var(--radius);background:linear-gradient(145deg,#fff,#fbf5f2);padding:30px 22px;min-height:225px}.feature-card .line-icon,.type-card .line-icon{font-size:2rem;color:var(--rose);margin-bottom:14px}.feature-card h3{font-size:1.35rem;margin-bottom:.5rem}.feature-card p{font-size:.79rem;color:var(--muted);line-height:1.55;margin:0}
/* Cities */
.city-mosaic{display:grid;grid-template-columns:1.08fr 1fr 1fr;grid-template-rows:190px 165px;gap:14px}.city-card{position:relative;overflow:hidden;border-radius:14px;min-height:160px;color:#fff}.city-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.city-card:hover img{transform:scale(1.03)}.city-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,13,18,.82),rgba(22,13,18,.05) 70%)}.city-card .city-copy{position:absolute;z-index:1;left:18px;right:18px;bottom:15px}.city-card h3{font-size:1.7rem;margin:0}.city-card p{font-size:.75rem;margin:0;line-height:1.35}.city-card.large{grid-row:1/3}.city-card.large h3{font-size:2.35rem}.city-card.large .city-copy{left:25px;bottom:24px}.city-card .btn{margin-top:15px}.city-page-grid{grid-template-columns:repeat(2,1fr)}.city-detail{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.city-detail img{width:100%;height:245px;object-fit:cover}.city-detail>div{padding:28px}.city-detail p{color:var(--muted)}
/* Audience */
.audience-grid{grid-template-columns:1fr 1fr;gap:18px}.audience-card{display:grid;grid-template-columns:.45fr .55fr;min-height:355px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff,#f7eeea)}.audience-card.reverse{grid-template-columns:.55fr .45fr}.audience-card img{width:100%;height:100%;object-fit:cover}.audience-copy{padding:40px 30px;align-self:center}.audience-copy h2{font-size:2.3rem}.mini-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:20px}.mini-benefits span{text-align:center;font-size:.64rem;padding:10px 3px;border-radius:7px;background:#fff;border:1px solid var(--line);color:var(--rose-dark)}
/* Types */
.types-grid{grid-template-columns:repeat(7,1fr);gap:12px}.type-card{text-align:center;border:1px solid var(--line);border-radius:12px;padding:22px 10px;background:#fff;min-height:245px}.type-card h3{font-size:1rem}.type-card p{font-size:.68rem;color:var(--muted);line-height:1.45}.type-card .line-icon{font-size:1.7rem}
/* How it works */
.timeline{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.timeline:before{content:"";position:absolute;top:25px;left:12%;right:12%;height:1px;background:var(--rose-pale)}.step{text-align:center;padding:0 20px;position:relative}.step-num{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--rose);color:#fff;font-family:var(--serif);font-size:1.4rem;position:relative}.step h3{font-size:1.12rem}.step p{font-size:.72rem;color:var(--muted)}
/* Safety */
.safety{background:radial-gradient(circle at 50% -30%,#493347,var(--plum) 65%);color:#fff;border-radius:18px;padding:50px 38px}.safety .section-head p{color:#ddcfd6}.safety-grid{grid-template-columns:repeat(6,1fr);gap:0;margin:30px 0}.safety-item{text-align:center;padding:10px 18px;border-right:1px solid rgba(255,255,255,.22)}.safety-item:last-child{border:0}.safety-item span{display:block;font-size:1.65rem;color:#d7abb7;margin-bottom:10px}.safety-item h3{font-size:1rem}.safety-item p{font-size:.68rem;color:#ddcfd6;line-height:1.4}.safety .btn{display:flex;max-width:280px;margin:auto}
/* Date inspiration */
.date-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}.date-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 8px 22px rgba(46,28,35,.07)}.date-card img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.date-copy{display:flex;flex:1;flex-direction:column;padding:20px 20px 22px}.date-copy h3{margin:0 0 10px;font-size:1.35rem;line-height:1.05}.date-copy p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.62}
/* FAQ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.faq-item{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;color:var(--ink);text-align:left;padding:15px 42px 15px 16px;font-weight:700;position:relative}.faq-question:after{content:"+";position:absolute;right:15px;color:var(--rose);font-size:1.2rem}.faq-question[aria-expanded=true]:after{content:"−"}.faq-answer{display:none;padding:0 16px 16px;color:var(--muted);font-size:.83rem}.faq-answer.open{display:block}.faq-category{margin-top:42px}.faq-category h2{font-size:2rem}
/* CTA */
.final-cta{position:relative;min-height:390px;display:grid;place-items:center;text-align:center;color:#fff;border-radius:18px;overflow:hidden}.final-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.final-cta:after{content:"";position:absolute;inset:0;background:rgba(32,19,28,.68)}.final-cta>div{position:relative;z-index:1;max-width:760px;padding:45px 24px}.final-cta p{color:#efe5e9}.final-cta .hero-actions{justify-content:center;margin-bottom:0}
/* Footer */
.site-footer{background:var(--plum);color:#f8f1f4;padding:64px 0 22px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:35px}.footer-brand .brand{font-size:2rem}.footer-brand p{font-size:.76rem;color:#cdbec5;max-width:200px}.footer-col h2{font-family:var(--sans);font-size:.75rem;letter-spacing:.03em}.footer-col a{display:block;color:#cdbec5;font-size:.7rem;padding:4px 0}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:18px;text-align:center;font-size:.68rem;color:#a9959f}
/* Inner pages */
.content-cards{grid-template-columns:repeat(3,1fr)}.content-card{padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff}.content-card p{color:var(--muted);font-size:.88rem}.article-grid{grid-template-columns:repeat(3,1fr)}.article-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.article-card img{width:100%;height:180px;object-fit:cover}.article-body{padding:20px}.article-body h2,.article-body h3{font-size:1.45rem}.article-body p{font-size:.82rem;color:var(--muted)}.featured-article{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.featured-article img{width:100%;height:100%;min-height:380px;object-fit:cover}.featured-article>div{padding:45px;align-self:center}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px}.contact-cards{grid-template-columns:1fr 1fr}.contact-form{padding:34px;background:#fff;border:1px solid var(--line);border-radius:16px}.form-row{margin-bottom:16px}.form-row label{display:block;font-weight:700;font-size:.8rem;margin-bottom:6px}.form-row input,.form-row select,.form-row textarea{width:100%;border:1px solid #daccd0;border-radius:8px;background:#fff;padding:12px}.form-row textarea{min-height:150px;resize:vertical}.form-status{margin-top:14px;color:var(--rose-dark);font-weight:700}.legal-note{padding:15px;border:1px solid var(--rose-pale);border-radius:8px;background:var(--soft);color:var(--muted)}
/* Responsive */
@media(max-width:1050px){.main-nav{gap:16px}.hero-copy{padding-right:35px}.types-grid{grid-template-columns:repeat(4,1fr)}.safety-grid{grid-template-columns:repeat(3,1fr)}.safety-item:nth-child(3){border-right:0}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.audience-grid{grid-template-columns:1fr}.profiles-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.site-header{height:68px}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-actions .btn-outline{display:none}.hero{background:#fcf8f5}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:65px 0 45px}.hero-media>img{height:560px}.hero-media{margin-inline:-20px}.features-4,.date-grid,.content-cards,.article-grid{grid-template-columns:repeat(2,1fr)}.city-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 180px 180px}.city-card.large{grid-column:1/3;grid-row:auto}.audience-card,.audience-card.reverse{grid-template-columns:.45fr .55fr}.timeline{grid-template-columns:1fr 1fr;gap:34px}.timeline:before{display:none}.safety-grid{grid-template-columns:repeat(2,1fr)}.safety-item{border-right:1px solid rgba(255,255,255,.22)}.safety-item:nth-child(2n){border-right:0}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/4}.two-col,.contact-grid,.featured-article,.city-page-grid{grid-template-columns:1fr}.featured-article img{min-height:280px}.section{padding:62px 0}}
@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.brand{font-size:1.28rem}.header-actions .btn{padding:.65rem .8rem}.hero-copy{padding-top:50px}.hero-copy h1{font-size:3.45rem}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{grid-template-columns:1fr}.hero-media>img{height:470px}.mini-profile{right:9px;width:155px}.mini-profile.one{top:45px}.mini-profile.two{top:120px}.mini-profile.three{top:195px}.profiles-grid,.features-4,.date-grid,.content-cards,.article-grid,.contact-cards{grid-template-columns:1fr}.profile-card>img{aspect-ratio:16/10}.city-mosaic{display:flex;flex-direction:column}.city-card,.city-card.large{min-height:220px}.audience-card,.audience-card.reverse{grid-template-columns:1fr}.audience-card img{height:240px}.audience-card.reverse img{order:-1}.types-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.type-card{min-width:210px;scroll-snap-align:start}.timeline{grid-template-columns:1fr}.step{text-align:left;padding-left:70px}.step-num{position:absolute;left:0;margin:0}.safety{padding:42px 17px}.safety-grid{grid-template-columns:1fr}.safety-item,.safety-item:nth-child(2n),.safety-item:nth-child(3){border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.final-cta h2{font-size:2.1rem}.inner-hero{padding:45px 0 55px}.featured-article>div{padding:26px}.site-footer{margin-top:60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
html,body{overflow-x:hidden}.hero-copy{min-width:0}
@media(max-width:560px){.header-actions{display:none}.nav-wrap{gap:12px}.hero-copy h1{font-size:3rem;overflow-wrap:anywhere}.hero-grid{min-width:0}}
@media(max-width:560px){.container{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important}.nav-wrap{width:100%!important;max-width:100%!important;padding:0 14px}.menu-toggle{position:absolute;right:8px;top:12px}.hero-grid,.hero-copy,.hero-copy h1,.hero-copy p,.hero-actions{width:100%;max-width:100%}.hero-copy{overflow:hidden}.hero-media{width:auto;max-width:none}}

/* Homepage fidelity polish */
.home-page{--paper:#fffefc;--soft:#fbf7f5;--card:#fffdfc;--ink:#2a2025;--muted:#665960;--rose:#9d5268;--rose-dark:#783d52;--line:#eadeda;--shadow:0 8px 18px rgba(46,28,35,.10)}
.home-page h1,.home-page h2,.home-page h3{text-wrap:balance}
.home-page p{text-wrap:pretty}
.home-page .section{padding:66px 0}
.home-page .section-tight{padding:48px 0}
.home-page .section-head{margin-bottom:1.75rem}
.home-page .section-head h2{font-size:clamp(1.95rem,2.7vw,2.65rem);line-height:1.06}
.home-page .section-head p{max-width:660px;margin-inline:auto;line-height:1.6}
.home-page .hero{min-height:600px;background:#faf6f3}
.home-page .hero-grid{width:100%;max-width:none;grid-template-columns:48% 52%;min-height:600px}
.home-page .hero>.container{width:100%;max-width:none}
.home-page .hero-copy{padding:76px 64px 68px max(40px,calc((100vw - 1200px)/2))}
.home-page .hero-copy h1{font-size:clamp(3.25rem,4.8vw,4.8rem);line-height:.98;letter-spacing:-.032em;max-width:570px}
.home-page .hero-copy p{max-width:510px;line-height:1.65}
.home-page .hero-media>img{height:600px;object-position:center center;filter:saturate(.92) contrast(1.025)}
.home-page .mini-profile{right:24px;width:184px;border:0;border-radius:11px;background:rgba(255,255,255,.96);box-shadow:0 6px 16px rgba(35,20,27,.16)}
.home-page .mini-profile img{border-radius:8px}
.home-page .mini-profile.one{top:84px}.home-page .mini-profile.two{top:170px}.home-page .mini-profile.three{top:256px}
.home-page .hero-actions{margin:24px 0 31px}
.home-page .trust-row{gap:18px}
.home-page .icon-ring{background:rgba(255,255,255,.58)}
.home-page .btn{border-radius:6px;transition:transform .2s cubic-bezier(.22,1,.36,1),background-color .2s ease,border-color .2s ease}
.home-page .btn-primary{box-shadow:0 5px 10px rgba(122,56,77,.18)}
.home-page .profile-card{border:1px solid var(--line);border-radius:10px;box-shadow:none;transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s ease}
.home-page .profile-card:hover{transform:translateY(-3px);border-color:#d8c4c9}
.home-page .profile-card>img{filter:saturate(.92) contrast(1.02)}
.home-page .profile-body{padding:12px 13px 13px}
.home-page .favorite{width:30px;height:30px;box-shadow:0 3px 8px rgba(45,28,34,.15)}
.home-page .feature-card{min-height:178px;padding:24px 20px;border-radius:12px;background:#fffdfc;box-shadow:none}
.home-page .feature-card .line-icon{font-size:1.65rem;margin-bottom:10px}
.home-page .feature-card h3{font-size:1.22rem}
.home-page .feature-card p{font-size:.76rem}
.home-page .city-mosaic{grid-template-columns:repeat(16,1fr);grid-template-rows:182px 158px;gap:12px}
.home-page .city-card{border-radius:10px;min-height:0}
.home-page .city-card.large{grid-column:span 6;grid-row:span 2}
.home-page .city-card:nth-child(2),.home-page .city-card:nth-child(3){grid-column:span 5}
.home-page .city-card:nth-child(4),.home-page .city-card:nth-child(5){grid-column:span 3}
.home-page .city-card:nth-child(6){grid-column:span 4}
.home-page .city-card img{filter:saturate(.88) contrast(1.04)}
.home-page .city-card:after{background:linear-gradient(0deg,rgba(28,17,23,.78),rgba(28,17,23,.04) 72%)}
.home-page .city-card h3{font-size:1.5rem}
.home-page .city-card.large h3{font-size:2.15rem}
.home-page .audience-grid{gap:16px}
.home-page .audience-card{min-height:330px;border-radius:12px;background:#fbf5f2;box-shadow:none}
.home-page .audience-card img{filter:saturate(.9) contrast(1.025)}
.home-page .audience-copy{padding:34px 28px}
.home-page .audience-copy h2{font-size:2.05rem}
.home-page .type-card{min-height:205px;padding:19px 9px;border-radius:10px;box-shadow:none}
.home-page .type-card .line-icon{font-size:1.5rem;margin-bottom:10px}
.home-page .type-card p{font-size:.66rem}
.home-page .timeline{max-width:1120px;margin-inline:auto}
.home-page .step-num{width:44px;height:44px;font-size:1.25rem}
.home-page .timeline:before{top:22px}
.home-page .safety{border-radius:14px;padding:44px 34px;background:radial-gradient(circle at 50% -30%,#493245,#281c2a 66%)}
.home-page .date-card{border-radius:10px}
.home-page .date-card img{filter:saturate(.9) contrast(1.04)}
.home-page .faq-item{border-radius:7px}
.home-page .faq-question{padding-block:13px}
.home-page .final-cta{min-height:360px;border-radius:14px}
.home-page .final-cta img{filter:saturate(.88) contrast(1.05)}
.home-page .final-cta:after{background:linear-gradient(90deg,rgba(39,25,34,.78),rgba(39,25,34,.58))}
.home-page .site-footer{margin-top:68px}
@media(max-width:1050px){.home-page .city-mosaic{grid-template-columns:repeat(2,1fr);grid-template-rows:260px 180px 180px}.home-page .city-card.large{grid-column:1/3;grid-row:auto}.home-page .city-card:nth-child(n+2){grid-column:auto}.home-page .hero-copy{padding-left:36px}}
@media(max-width:820px){.home-page .hero{min-height:0}.home-page .hero-grid{grid-template-columns:1fr}.home-page .hero-copy{padding:58px 20px 44px}.home-page .hero-media>img{height:560px}.home-page .section{padding:58px 0}.home-page .section-tight{padding:44px 0}}
@media(max-width:560px){.home-page .hero-copy{padding:48px 14px 42px}.home-page .hero-copy h1{font-size:3rem}.home-page .hero-media>img{height:470px;object-position:54% center}.home-page .mini-profile{right:10px;width:156px}.home-page #profiles .section-head h2{font-size:1.85rem}.home-page #profiles .section-head p{font-size:.9rem}.home-page .city-mosaic{display:flex}.home-page .feature-card{min-height:0}.home-page .audience-card{min-height:0}.home-page .type-card{min-height:195px}.home-page .final-cta{min-height:340px}}

/* Homepage hero — editorial image blend matching the approved visual direction */
@media (min-width:821px){
  .home-page .hero{position:relative;min-height:520px;overflow:hidden;background:#fbf7f4}
  .home-page .hero-grid{position:relative;display:block;min-height:520px}
  .home-page .hero-copy{position:relative;z-index:4;width:54%;padding:62px 0 36px clamp(54px,6.3vw,130px)}
  .home-page .hero-copy h1{max-width:650px;font-size:clamp(3.55rem,5.2vw,5rem);line-height:1;letter-spacing:-.037em}
  .home-page .hero-copy p{max-width:390px;margin:-34px 0 0;font-size:.98rem;line-height:1.52;color:#51484b}
  .home-page .hero-actions{margin-top:22px;gap:14px}
  .home-page .hero-actions .btn{min-width:190px;padding:11px 20px}
  .home-page .trust-row{width:485px;max-width:100%;margin-top:25px;padding:9px 10px;gap:0;transform:translateX(-15px);border:1px solid rgba(173,139,146,.16);border-radius:32px;background:rgba(255,255,255,.68);box-shadow:0 8px 26px rgba(67,38,49,.04);backdrop-filter:blur(8px)}
  .home-page .trust{flex:1;min-width:0;gap:6px;padding:0 7px}
  .home-page .trust+.trust{border-left:1px solid rgba(173,139,146,.14)}
  .home-page .trust strong{font-family:var(--serif);font-size:.8rem;letter-spacing:-.012em}
  .home-page .trust span:last-child{font-size:.63rem;line-height:1.3}
  .home-page .icon-ring{width:30px;height:30px;flex:0 0 30px;background:rgba(255,255,255,.72)}
  .home-page .hero-media{position:absolute;z-index:1;inset:0 0 0 auto;width:95%;height:520px;overflow:hidden}
  .home-page .hero-media::before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,#fbf7f4 0%,rgba(251,247,244,.98) 13%,rgba(251,247,244,.88) 28%,rgba(251,247,244,.48) 43%,rgba(251,247,244,.1) 57%,transparent 68%)}
  .home-page .hero-media>img{position:absolute;z-index:1;inset:0;width:100%;height:520px;object-fit:cover;object-position:center 32%;filter:saturate(.93) contrast(1.02) brightness(1.01)}
  .home-page .mini-profile{z-index:3;right:3.5vw;width:180px;padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.95);box-shadow:0 7px 20px rgba(35,20,27,.18);backdrop-filter:blur(7px)}
  .home-page .mini-profile img{width:54px;height:54px;border-radius:50%}
  .home-page .mini-profile strong{margin-bottom:3px;font-family:var(--serif);font-size:1rem}
  .home-page .mini-profile.one{top:82px}.home-page .mini-profile.two{top:188px}.home-page .mini-profile.three{top:294px}
}

/* Mobile conversion and accessibility refinements */
#profiles,#for-men,#how-it-works,#safety{scroll-margin-top:90px}
.profile-filters{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 10px}
.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}
.filter-chip{min-height:42px;padding:8px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.76rem;font-weight:700}
.filter-chip:hover,.filter-chip.active{border-color:var(--rose);background:var(--rose);color:#fff}
.city-filter{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.76rem;font-weight:700}
.city-filter select{min-height:42px;padding:8px 34px 8px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}
.profile-results{margin:0 0 18px;color:var(--muted);font-size:.75rem}
.profile-card[hidden]{display:none}
.city-landing-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:54px;align-items:start}
.city-featured-profiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.city-featured-profiles.one{grid-template-columns:minmax(0,360px)}
.city-landing-faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.city-landing-faq .content-card{height:100%;padding:25px 26px}
.city-landing-faq .content-card h3{font-size:1.25rem;margin-bottom:10px}
.city-landing-faq .content-card p{margin:0;color:var(--muted)}
.profile-note{margin:10px 0 0;color:var(--muted);font-size:.76rem;line-height:1.55}
.local-date-section{margin-top:42px}
.local-date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.date-idea-card{padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff}
.date-idea-card .date-number{display:inline-grid;place-items:center;width:32px;height:32px;margin-bottom:14px;border-radius:50%;background:var(--rose);color:#fff;font-size:.72rem;font-weight:800}
.date-idea-card h3{font-size:1.25rem;margin-bottom:9px}.date-idea-card p{margin:0;color:var(--muted)}
.local-profile-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.profile-type-card{padding:22px;border-radius:12px;background:var(--soft);border:1px solid var(--line)}
.profile-type-card h3{font-size:1.15rem;margin-bottom:8px}.profile-type-card p{margin:0;color:var(--muted)}
.editorial-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 28px;color:var(--muted);font-size:.78rem}.article-toc{margin:28px 0;padding:22px 24px;border:1px solid var(--line);border-radius:12px;background:var(--soft)}.article-toc strong{display:block;margin-bottom:9px}.article-toc ol{margin:0;padding-left:1.25rem;columns:2;column-gap:32px}.article-toc li{break-inside:avoid;margin:.35rem 0}.article-toc a{color:var(--rose-dark);font-weight:700}.answer-box,.source-box{margin:24px 0;padding:20px 22px;border-left:4px solid var(--rose);border-radius:0 10px 10px 0;background:var(--soft)}.source-box{border-left-color:#74616a}.source-box h2,.answer-box h2{margin-top:0;font-size:1.35rem}.prose ul,.prose ol{padding-left:1.3rem}.prose li+li{margin-top:.55rem}.prose a:not(.btn){color:var(--rose-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px}.city-intent-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.city-intent-grid .content-card h3{font-size:1.3rem}.city-local-copy{max-width:920px}.city-local-copy>p{color:var(--muted)}.city-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.city-links a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--rose-dark);font-size:.78rem;font-weight:800}.comparison-table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.9rem}.comparison-table th,.comparison-table td{padding:13px;border:1px solid var(--line);text-align:left;vertical-align:top}.comparison-table th{background:var(--soft);color:var(--ink)}
.city-card-link{display:inline-block;margin-top:8px;color:#fff;font-size:.72rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.article-hero-image{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:0 0 18px 18px}
.inline-cta{margin-top:48px}
.comparison-table{overflow-x:auto;margin:24px 0}.comparison-table table{width:100%;border-collapse:collapse;background:#fff}.comparison-table th,.comparison-table td{padding:14px 16px;border:1px solid var(--line);text-align:left;vertical-align:top}.comparison-table th{background:var(--soft);font-family:var(--serif);font-size:1.08rem}
.lang-switch{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.05em}
.lang-switch:hover{border-color:var(--rose);color:var(--rose-dark)}
.mobile-lang{display:none}
.form-consent{display:flex;align-items:flex-start;gap:9px;margin:4px 0 18px;color:var(--muted);font-size:.72rem;line-height:1.5}.form-consent input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}.contact-form button[disabled]{cursor:wait;opacity:.65}
@media(max-width:820px){.header-actions .lang-switch{display:none}.main-nav .mobile-lang{display:inline-flex;font-weight:800;color:var(--rose-dark)}}
@media(max-width:820px){.city-landing-intro{grid-template-columns:1fr}.city-landing-faq,.local-date-grid,.local-profile-types{grid-template-columns:1fr}}
@media(max-width:820px){.city-intent-grid{grid-template-columns:1fr}.article-toc ol{columns:1}}
@media(max-width:560px){.city-featured-profiles{grid-template-columns:1fr}}
@media(max-width:560px){
  body{font-size:16px}
  .header-actions{display:flex;margin-left:auto;margin-right:44px}
  .header-actions .btn-outline{display:none}
  .header-actions .btn-primary{display:inline-flex;min-height:42px;padding:.55rem .8rem;font-size:.72rem}
  .favorite,.home-page .favorite{width:44px;height:44px;min-width:44px;min-height:44px}
  .profile-filters{align-items:stretch;flex-direction:column}
  .filter-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
  .filter-chip{padding-inline:7px;font-size:.66rem}
  .city-filter{justify-content:space-between}
  .city-filter select{flex:1;max-width:245px}
}

@media (max-width:820px){
  .home-page .hero-copy{position:relative;z-index:2;width:100%}
  .home-page .hero-media{position:relative;width:100%;height:560px}
  .home-page .hero-media::before{display:none}
  .home-page .hero-media>img{width:100%;height:560px;object-fit:cover;object-position:58% 42%}
}

@media (max-width:560px){
  .home-page .hero-media{height:470px}
  .home-page .hero-media>img{height:470px;object-position:60% 42%}
}

/* Mobile hero — one continuous editorial composition with unobstructed portrait */
@media (max-width:820px){
  .home-page .hero{position:relative;min-height:0;overflow:hidden;background:#fbf7f4}
  .home-page .hero>.hero-grid{display:flex;width:100%!important;max-width:none!important;min-height:0;margin:0!important;flex-direction:column}
  .home-page .hero-copy{position:relative;z-index:4;width:100%;padding:46px clamp(24px,6vw,52px) 0;overflow:visible;background:#fbf7f4}
  .home-page .hero-copy h1{max-width:690px;margin-bottom:0;font-size:clamp(2.85rem,8.4vw,4.15rem);line-height:.96;letter-spacing:-.037em}
  .home-page .hero-copy p{max-width:620px;margin:26px 0 0;font-size:1rem;line-height:1.58;color:#5e5258}
  .home-page .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 0}
  .home-page .hero-actions .btn{width:100%;min-width:0;min-height:48px;padding:10px 12px}
  .home-page .trust-row{position:relative;z-index:4;display:grid;width:100%;max-width:none;margin:20px 0 -26px;padding:9px 8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid rgba(173,139,146,.16);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(47,29,36,.09);backdrop-filter:blur(10px)}
  .home-page .trust{min-width:0;flex-direction:column;justify-content:center;gap:4px;padding:0 6px;text-align:center}
  .home-page .trust+.trust{border-left:1px solid rgba(173,139,146,.14)}
  .home-page .trust span:last-child{font-size:0;line-height:1}
  .home-page .trust strong{font-family:var(--sans);font-size:.69rem;line-height:1.15;letter-spacing:-.01em}
  .home-page .icon-ring{width:30px;height:30px;flex:0 0 30px;background:#fff;font-size:.88rem}
  .home-page .hero-media{position:relative;z-index:1;width:100%;height:clamp(500px,72vw,590px);margin:0;overflow:hidden}
  .home-page .hero-media::before{display:block;content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(180deg,#fbf7f4 0%,rgba(251,247,244,.96) 5%,rgba(251,247,244,.6) 13%,rgba(251,247,244,.08) 26%,transparent 38%,transparent 78%,rgba(31,19,25,.22) 100%)}
  .home-page .hero-media>img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 31%;filter:saturate(.94) contrast(1.025) brightness(1.01)}
  .home-page .mini-profile{z-index:3;top:auto!important;bottom:18px;width:calc((100% - 48px)/3);max-width:128px;min-height:52px;padding:7px 8px;gap:6px;border:0;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(35,20,27,.17);backdrop-filter:blur(8px)}
  .home-page .mini-profile.one{left:14px;right:auto}
  .home-page .mini-profile.two{left:50%;right:auto;transform:translateX(-50%)}
  .home-page .mini-profile.three{left:auto;right:14px}
  .home-page .mini-profile img{width:34px;height:34px;flex:0 0 34px;border-radius:50%;object-fit:cover}
  .home-page .mini-profile>span{min-width:0;font-size:0;line-height:1}
  .home-page .mini-profile strong{overflow:hidden;margin:0;font-family:var(--sans);font-size:.68rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
  .home-page .mini-profile .status{display:none}
}

@media (max-width:560px){
  .home-page .hero-copy{padding:40px 22px 0}
  .home-page .hero-copy h1{font-size:clamp(2.55rem,11.5vw,3.15rem)}
  .home-page .hero-copy p{margin-top:22px;font-size:.94rem;line-height:1.55}
  .home-page .hero-detail-copy{display:none}
  .home-page .hero-actions{gap:8px;margin-top:22px}
  .home-page .hero-actions .btn{min-height:46px;padding-inline:7px;font-size:.66rem}
  .home-page .trust-row{margin-top:18px;margin-bottom:-24px;padding:8px 5px}
  .home-page .trust{padding-inline:4px}
  .home-page .trust strong{font-size:.61rem}
  .home-page .hero-media{height:500px}
  .home-page .hero-media>img{height:100%;object-position:58% 30%}
  .home-page .mini-profile{bottom:15px;width:calc((100% - 40px)/3);min-height:48px;padding:6px;gap:5px}
  .home-page .mini-profile.one{left:10px}.home-page .mini-profile.three{right:10px}
  .home-page .mini-profile img{width:30px;height:30px;flex-basis:30px}
  .home-page .mini-profile strong{font-size:.62rem}
}

/* Mobile hero image behaves as one full-section background, not a second block */
@media (max-width:820px){
  .home-page .hero{
    min-height:clamp(920px,128vw,1050px);
    background-color:#fbf7f4;
    background-image:linear-gradient(180deg,#fbf7f4 0%,#fbf7f4 40%,rgba(251,247,244,.98) 44%,rgba(251,247,244,.68) 49%,rgba(251,247,244,.24) 55%,rgba(251,247,244,.03) 62%,transparent 70%,rgba(31,19,25,.2) 100%),url("../images/hero/sugar-baby-romania-bucharest-rooftop-hero.webp?v=20260817");
    background-repeat:no-repeat;
    background-position:center,58% bottom;
    background-size:100% 100%,auto clamp(520px,72vw,620px)
  }
  .home-page .hero>.hero-grid{position:relative;display:block;min-height:inherit}
  .home-page .hero-copy{background:transparent}
  .home-page .hero-media{position:absolute;z-index:3;inset:0;width:100%;height:100%;margin:0;overflow:visible;pointer-events:none}
  .home-page .hero-media::before,.home-page .hero-media>img{display:none}
  .home-page .mini-profile{pointer-events:auto}
}

@media (max-width:560px){
  .home-page .hero{min-height:920px;background-size:100% 100%,auto 560px}
}

/* Favorite controls are links to registration and retain button alignment. */
.favorite{display:grid;place-items:center}
