:root{--ink:#25312f;--muted:#77807b;--cream:#f8f6f0;--paper:#fffdfa;--orange:#e56242;--yellow:#f4bc51;--line:#e8e4da}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);font-family:"DM Sans",sans-serif;color:var(--ink);overflow-x:hidden}.page-glow{position:absolute;border-radius:100%;filter:blur(80px);opacity:.35;pointer-events:none}.glow-one{width:280px;height:280px;background:#f7c879;right:-100px;top:260px}.glow-two{width:220px;height:220px;background:#f09a86;left:-100px;top:650px}.topbar,main,footer{max-width:1220px;margin:auto}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.brand{color:var(--ink);text-decoration:none;font-family:"Playfair Display",serif;font-size:25px;font-weight:700;letter-spacing:-1.2px;display:flex;align-items:center;gap:7px}.brand-mark{font:700 23px/34px "Playfair Display";color:white;background:var(--orange);width:32px;height:32px;text-align:center;border-radius:50% 50% 46% 50%;transform:rotate(-11deg)}nav{display:flex;gap:30px;margin-left:100px}nav a{color:#7c827d;text-decoration:none;font-size:14px;font-weight:600}nav a.active{color:var(--ink)}.join-button{background:var(--ink);color:#fff;border:0;border-radius:24px;padding:12px 17px;font:600 13px "DM Sans";cursor:pointer}.join-button span{color:var(--yellow);font-size:17px;margin-left:7px}main{padding:62px 26px 90px;position:relative}.intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:68px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.55px;color:#75807b;margin:0 0 17px;display:flex;align-items:center;gap:8px}.eyebrow span{display:inline-block;background:var(--orange);width:7px;height:7px;border-radius:50%}.intro h1{font:700 clamp(42px,5.1vw,70px)/.98 "Playfair Display";letter-spacing:-3px;margin:0}.intro h1 em,.confirm-modal em{color:var(--orange);font-weight:600}.intro-copy{max-width:290px;color:var(--muted);font-size:15px;line-height:1.65;margin:0 4% 7px 30px}.controls{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.controls p{font-size:13px;color:var(--muted);margin:0}.controls strong{color:var(--ink)}.filter-group{display:flex;gap:7px}.filter-chip,.round-filter{border:1px solid var(--line);background:transparent;border-radius:20px;padding:8px 13px;color:#66706b;font:600 12px "DM Sans";cursor:pointer}.filter-chip.selected{border-color:var(--ink);background:var(--ink);color:#fff}.round-filter{font-size:17px;padding:4px 9px}.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.profile-card{background:var(--paper);border:1px solid #eeeae1;border-radius:5px;overflow:hidden;cursor:pointer;transition:transform .25s,box-shadow .25s;position:relative}.profile-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #2c31241c}.profile-image{height:320px;overflow:hidden;position:relative;background:#ddd}.profile-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.profile-card:hover img{transform:scale(1.05)}.photo-corner{position:absolute;top:13px;right:13px;width:9px;height:9px;background:#fff;border-radius:50%;box-shadow:0 0 0 4px #ffffff63}.profile-info{padding:15px 16px 17px;display:flex;justify-content:space-between;align-items:end}.profile-info h2{font:700 19px/1.15 "Playfair Display";margin:0 0 5px;letter-spacing:-.5px}.profile-info p{font-size:12px;color:var(--muted);margin:0}.profile-arrow{border:1px solid var(--line);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:18px}.profile-view{max-width:1120px;margin:0 auto 90px;padding:35px 26px}.hidden{display:none!important}.back-button{border:0;background:none;color:var(--muted);font:600 13px "DM Sans";padding:0;cursor:pointer;margin:0 0 30px}.back-button:first-letter{color:var(--orange);font-size:22px}.profile-layout{display:grid;grid-template-columns:45% 1fr;gap:8%;align-items:start}.profile-photo-wrap{position:sticky;top:20px}.profile-photo-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:5px;display:block}.online-badge{position:absolute;bottom:16px;left:16px;background:#fffdf9;padding:9px 12px;border-radius:20px;font-size:11px;font-weight:700}.online-badge:first-letter{color:#50a87c}.profile-content{padding-top:10px}.profile-content h2{font:700 54px/.95 "Playfair Display";letter-spacing:-2px;margin:0 0 11px}.detail-location{color:var(--muted);font-size:14px;margin:0}.detail-location:before{content:"⌖ ";color:var(--orange);font-size:18px}.profile-bio{color:#67716c;line-height:1.65;font-size:15px;margin:27px 0 19px;max-width:450px}.interest-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.interest-row span{font-size:12px;border:1px solid var(--line);border-radius:20px;padding:8px 12px;background:#fffdf8}.message-card{background:#fffdf9;border:1px solid var(--line);padding:25px;border-radius:5px}.message-card h3{font:700 25px "Playfair Display";margin:0 0 4px}.message-card>p{font-size:13px;color:var(--muted);margin:0 0 20px}.message-card label{display:block;font-size:11px;font-weight:700;letter-spacing:.5px;margin:15px 0 6px}.message-card input,.message-card textarea{width:100%;border:1px solid #dedbd2;border-radius:3px;background:#fff;padding:11px 12px;font:14px "DM Sans";color:var(--ink);resize:vertical}.message-card input:focus,.message-card textarea:focus{outline:2px solid #f3c5b8;border-color:var(--orange)}.send-button{margin-top:18px;background:var(--orange);border:0;color:white;border-radius:24px;padding:12px 18px;font:600 13px "DM Sans";cursor:pointer}.send-button span{font-size:18px;margin-left:8px}.modal-backdrop{position:fixed;z-index:8;inset:0;background:#21302c99;display:grid;place-items:center;padding:20px}.confirm-modal{background:#fffdf9;max-width:570px;width:100%;padding:52px 48px 43px;border-radius:7px;text-align:center;position:relative;box-shadow:0 25px 60px #17232075}.close-modal{position:absolute;right:16px;top:10px;background:none;border:0;color:#68716c;font-size:28px;cursor:pointer}.mail-icon{width:47px;height:47px;border-radius:50%;background:#fae4da;color:var(--orange);display:grid;place-items:center;font-size:22px;margin:0 auto 19px}.centered{justify-content:center;margin-bottom:15px}.confirm-modal h2{font:700 30px/1.2 "Playfair Display";letter-spacing:-1.1px;margin:0}.confirm-modal>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.5;margin:16px auto 29px;max-width:370px}.modal-actions{display:flex;justify-content:center;gap:12px;align-items:center}.modal-actions a{text-decoration:none;font:600 13px "DM Sans";border-radius:24px;padding:13px 18px}.yes-link{background:var(--orange);color:#fff}.yes-link span{font-size:17px;margin-left:6px}.no-link{color:#68716c;border:1px solid var(--line)}footer{border-top:1px solid var(--line);padding:35px 26px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}footer .brand{font-size:20px}footer .brand-mark{width:25px;height:25px;line-height:27px;font-size:18px}@media(max-width:800px){nav{display:none}.intro{display:block;margin-bottom:45px}.intro-copy{margin:22px 0 0}.profile-grid{grid-template-columns:repeat(2,1fr);gap:14px}.profile-image{height:300px}.profile-layout{grid-template-columns:1fr;gap:26px}.profile-photo-wrap{position:relative;top:0;max-width:530px}.profile-content h2{font-size:45px}}@media(max-width:500px){.topbar{height:70px;padding:0 18px}.join-button{padding:10px 12px;font-size:11px}.brand{font-size:22px}main{padding:42px 18px 58px}.intro h1{font-size:45px;letter-spacing:-2px}.controls{align-items:flex-start;gap:15px}.filter-group{flex-wrap:wrap;justify-content:flex-end}.filter-chip{padding:6px 9px}.profile-grid{gap:12px}.profile-image{height:220px}.profile-info{padding:12px}.profile-info h2{font-size:17px}.profile-arrow{width:26px;height:26px}.profile-view{padding:26px 18px 60px}.profile-content h2{font-size:40px}.confirm-modal{padding:43px 24px 30px}.confirm-modal h2{font-size:26px}.modal-actions{flex-direction:column}.modal-actions a{width:100%}footer{padding:27px 18px;flex-wrap:wrap;gap:12px}}
