:root{--ink:#172033;--muted:#687086;--surface:#fff;--bg:#f6f3f4;--accent:#d6336c;--accent-dark:#ad2454;--border:#e6dfe2}
*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:10}
.brand{font-weight:800;font-size:1.35rem;color:var(--accent)}nav{display:flex;gap:18px;align-items:center}.container{max-width:1120px;margin:auto;padding:40px 24px}
.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:48px;align-items:center;min-height:70vh}.hero h1{font-size:clamp(2.6rem,6vw,5rem);line-height:.98;margin:.2em 0}.lead{font-size:1.2rem;line-height:1.6;color:var(--muted);max-width:700px}.eyebrow{letter-spacing:.15em;font-weight:800;font-size:.78rem;color:var(--accent)}
.hero-card,.form-card,.tile,.message,.profile-card,.list-row{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 30px rgba(80,35,50,.05)}
.hero-card{padding:28px}.hero-card li{margin:14px 0;line-height:1.5}.button{display:inline-block;border:0;background:var(--accent);color:#fff;border-radius:10px;padding:13px 18px;font-weight:700;cursor:pointer}.button:hover{background:var(--accent-dark)}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--border)}.button.small{padding:9px 12px;font-size:.9rem}.actions{display:flex;gap:12px;margin-top:24px}
.form-card{max-width:760px;margin:auto;padding:32px}.form-card.narrow{max-width:460px}form{display:grid;gap:16px}label{display:grid;gap:7px;font-weight:700}input,select,textarea{width:100%;padding:12px;border:1px solid #cbc3c7;border-radius:9px;font:inherit;background:#fff}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}
.alert{padding:12px 16px;border-radius:10px;margin-bottom:18px}.alert.success{background:#e8f7ed}.alert.danger{background:#fde9ec}.alert.info{background:#edf4ff}
.dashboard-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.tile{padding:24px;display:grid;gap:10px}.tile span,.muted{color:var(--muted)}.section{margin-top:38px}.message{padding:20px;margin:12px 0}
.status{display:inline-block;border-radius:999px;padding:4px 9px;font-size:.8rem;background:#eee}.status.approved{background:#dff4e7}.status.pending{background:#fff0c8}.status.frozen,.status.deleted,.status.rejected{background:#ffdfe5}
.photo-row{display:flex;gap:15px;margin-top:24px;flex-wrap:wrap}.photo-thumb img{width:130px;height:150px;object-fit:cover;border-radius:12px}.danger-link,.danger{color:#b4233d}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.profile-card{overflow:hidden}.profile-card img,.placeholder{width:100%;height:330px;object-fit:cover;background:#e7e1e3;display:grid;place-items:center;color:var(--muted)}.profile-body{padding:18px}.profile-body h2{margin:0 0 8px}.profile-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:36px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gallery img,.placeholder.large{width:100%;height:360px;object-fit:cover;border-radius:14px}.profile-copy{background:#fff;padding:30px;border-radius:18px;border:1px solid var(--border)}.location{color:var(--muted)}
.list-row{padding:16px 20px;margin:10px 0;display:flex;justify-content:space-between;align-items:center}.inline{display:inline-block;margin-left:8px}.check{display:flex;grid-template-columns:auto 1fr;align-items:center;justify-content:start}.check input{width:auto}.contact-list{line-height:2}
.table-wrap{overflow:auto;background:#fff;border-radius:16px;border:1px solid var(--border)}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--border)}.actions-cell{display:flex;gap:8px;flex-wrap:wrap}.actions-cell form{display:inline}.actions-cell button{border:1px solid var(--border);background:#fff;border-radius:7px;padding:7px;cursor:pointer}
@media(max-width:800px){.hero,.profile-detail{grid-template-columns:1fr}.grid.two,.grid.three,.profile-grid{grid-template-columns:1fr}.topbar{padding:0 16px}nav{gap:10px;font-size:.9rem}.gallery{grid-template-columns:1fr}.dashboard-head{align-items:flex-start;gap:15px;flex-direction:column}}
/* =========================================================
   PREMIUM HOMEPAGE
   ========================================================= */

.premium-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
  padding: 90px 7vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(214, 51, 108, 0.12), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(240, 162, 186, 0.18), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff8fa 55%, #fdf0f4 100%);
}

.premium-hero-content,
.premium-hero-card {
  position: relative;
  z-index: 2;
}

.premium-eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.premium-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #182033;
}

.premium-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.75;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.premium-primary {
  padding: 15px 26px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(214, 51, 108, 0.22);
}

.premium-secondary {
  padding: 15px 26px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--border);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
  color: #596174;
  font-size: 0.9rem;
  font-weight: 700;
}

.premium-hero-card {
  max-width: 510px;
  justify-self: end;
}

.profile-preview {
  padding: 16px;
  border: 1px solid rgba(214, 51, 108, 0.12);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(89, 38, 58, 0.14);
  backdrop-filter: blur(18px);
}

.profile-preview-image {
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(34, 42, 67, 0.1), rgba(214, 51, 108, 0.32)),
    linear-gradient(135deg, #f7c7d6, #d6336c);
}

.profile-preview-image span {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.profile-preview-content {
  padding: 26px 16px 12px;
}

.active-badge {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f7ed;
  color: #237444;
  font-size: 0.76rem;
  font-weight: 800;
}

.profile-preview-content h3 {
  margin: 18px 0 10px;
  font-size: 1.55rem;
}

.profile-preview-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.preview-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.preview-stat-row div {
  display: grid;
  gap: 5px;
}

.preview-stat-row strong {
  font-size: 0.95rem;
}

.preview-stat-row span {
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-decoration-one {
  width: 180px;
  height: 180px;
  top: 8%;
  right: 35%;
  background: rgba(214, 51, 108, 0.08);
}

.hero-decoration-two {
  width: 300px;
  height: 300px;
  bottom: -120px;
  left: 30%;
  background: rgba(240, 162, 186, 0.13);
}

.home-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 30px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.feature-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.feature-card,
.step-card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(80, 35, 50, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover,
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(80, 35, 50, 0.1);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #fff0f4;
  color: var(--accent);
  font-size: 1.3rem;
  font-weight: 800;
}

.feature-card h3,
.step-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.feature-card p,
.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.how-section {
  max-width: none;
  background: #fff8fa;
}

.how-section .section-heading,
.how-section .steps-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.step-number {
  display: block;
  margin-bottom: 25px;
  color: #e5a0b6;
  font-size: 2.2rem;
  font-weight: 800;
}

.home-cta {
  max-width: 1180px;
  margin: 100px auto;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ad2454, #d6336c);
  color: #fff;
  box-shadow: 0 30px 70px rgba(173, 36, 84, 0.25);
}

.home-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}

.home-cta p {
  max-width: 670px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.light-eyebrow {
  color: #ffd8e4;
}

.cta-button {
  flex-shrink: 0;
  padding: 15px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
}

.cta-button:hover {
  background: #fff5f8;
}

.home-footer {
  padding: 50px 7vw;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--border);
  background: #fff;
}

.home-footer strong {
  color: var(--accent);
  font-size: 1.35rem;
}

.home-footer p {
  color: var(--muted);
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1000px) {
  .premium-hero {
    grid-template-columns: 1fr;
  }

  .premium-hero-card {
    width: 100%;
    max-width: 620px;
    justify-self: start;
  }

  .feature-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .premium-hero {
    padding: 70px 22px;
  }

  .premium-hero h1 {
    font-size: 3.15rem;
  }

  .premium-actions {
    display: grid;
  }

  .premium-actions .button {
    width: 100%;
    text-align: center;
  }

  .hero-trust-row {
    display: grid;
    gap: 10px;
  }

  .feature-grid,
  .steps-grid,
  .preview-stat-row {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding: 74px 20px;
  }

  .home-cta {
    margin: 70px 20px;
    padding: 36px 25px;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer {
    flex-direction: column;
  }
}/* ==========================================
   LOGIN PAGE
========================================== */

.login-page{

display:grid;

grid-template-columns:1fr 470px;

gap:70px;

align-items:center;

min-height:85vh;

padding:70px 30px;

}

.login-info h1{

font-size:3.4rem;

margin:15px 0;

letter-spacing:-2px;

}

.login-info>p{

max-width:620px;

line-height:1.8;

font-size:1.1rem;

color:#666;

}

.login-features{

margin-top:45px;

display:grid;

gap:25px;

}

.login-feature{

display:flex;

gap:18px;

align-items:flex-start;

}

.login-feature span{

width:55px;

height:55px;

display:flex;

justify-content:center;

align-items:center;

font-size:1.3rem;

border-radius:16px;

background:#fff0f5;

}

.login-feature strong{

display:block;

margin-bottom:5px;

}

.login-feature p{

margin:0;

color:#666;

}

.login-card{

background:white;

padding:42px;

border-radius:28px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

border:1px solid #eee;

}

.login-card h2{

margin-top:0;

margin-bottom:25px;

}

.login-card input{

padding:14px;

border-radius:12px;

}

.login-button{

width:100%;

margin-top:20px;

padding:15px;

border-radius:999px;

}

.login-divider{

margin:30px 0 18px;

text-align:center;

color:#777;

}

.login-register-button{

display:block;

text-align:center;

border-radius:999px;

}

@media(max-width:950px){

.login-page{

grid-template-columns:1fr;

gap:40px;

padding:40px 20px;

}

.login-info{

text-align:center;

}

.login-info>p{

margin:auto;

}

.login-feature{

text-align:left;

}

}/* ======================================
   BROWSE PAGE
====================================== */

.browse-header{

padding:40px 20px 20px;

}

.browse-header h1{

font-size:3rem;

margin:12px 0;

letter-spacing:-2px;

}

.browse-header p:last-child{

color:#666;

max-width:600px;

line-height:1.7;

}

.browse-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

padding:20px;

}

.browse-card{

background:white;

border-radius:24px;

overflow:hidden;

box-shadow:0 18px 40px rgba(0,0,0,.08);

transition:.25s;

display:flex;

flex-direction:column;

}

.browse-card:hover{

transform:translateY(-6px);

}

.browse-photo{

width:100%;

height:380px;

object-fit:cover;

display:block;

}

.browse-placeholder{

height:380px;

display:flex;

justify-content:center;

align-items:center;

background:#ececec;

color:#777;

font-weight:600;

}

.browse-body{

padding:24px;

display:flex;

flex-direction:column;

flex:1;

}

.browse-body h2{

margin:0;

font-size:1.55rem;

}

.browse-city{

margin:10px 0;

color:#888;

font-weight:600;

}

.browse-bio{

margin-top:12px;

color:#666;

line-height:1.7;

flex:1;

}

.browse-actions{

margin-top:25px;

display:flex;

gap:12px;

}

.browse-actions a{

flex:1;

text-align:center;

}

.empty-state{

padding:80px;

text-align:center;

background:white;

border-radius:20px;

grid-column:1/-1;

box-shadow:0 12px 30px rgba(0,0,0,.05);

}

@media(max-width:700px){

.browse-photo,

.browse-placeholder{

height:320px;

}

.browse-grid{

padding:15px;

gap:20px;

}

}/* ===========================================
   PROFILE PAGE
=========================================== */

.member-profile{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:50px;

padding:40px 20px 70px;

align-items:start;

}

.member-gallery{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.member-gallery img{

width:100%;

height:360px;

object-fit:cover;

border-radius:22px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.25s;

}

.member-gallery img:hover{

transform:scale(1.02);

}

.gallery-placeholder{

height:360px;

display:flex;

justify-content:center;

align-items:center;

background:#eee;

border-radius:22px;

color:#777;

grid-column:1/-1;

}

.member-info{

background:white;

padding:35px;

border-radius:26px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

position:sticky;

top:100px;

}

.approved-badge{

display:inline-block;

padding:8px 15px;

background:#e8f7ed;

color:#2b7a44;

border-radius:999px;

font-size:.8rem;

font-weight:700;

}

.member-info h1{

margin:18px 0 8px;

font-size:3rem;

letter-spacing:-2px;

}

.member-location{

color:#777;

font-weight:600;

margin-bottom:30px;

}

.profile-section{

margin-top:25px;

}

.profile-section h3{

margin-bottom:10px;

}

.profile-section p{

line-height:1.8;

color:#666;

}

.match-status{

margin-top:35px;

padding:18px;

border-radius:16px;

background:#fff7e8;

font-weight:600;

}

.profile-button{

width:100%;

padding:15px;

margin-top:35px;

border-radius:999px;

font-size:1rem;

}

@media(max-width:950px){

.member-profile{

grid-template-columns:1fr;

}

.member-info{

position:static;

}

.member-gallery{

grid-template-columns:1fr;

}

.member-gallery img,

.gallery-placeholder{

height:320px;

}

}/* ======================================
   MEMBER DASHBOARD
====================================== */

.member-dashboard{

padding:35px 20px 70px;

}

.dashboard-banner{

display:flex;

justify-content:space-between;

align-items:center;

gap:30px;

padding:45px;

border-radius:30px;

background:linear-gradient(135deg,#fff,#fff6f9);

box-shadow:0 18px 45px rgba(0,0,0,.06);

margin-bottom:40px;

}

.dashboard-banner h1{

margin:15px 0;

font-size:3rem;

letter-spacing:-2px;

}

.dashboard-subtitle{

max-width:650px;

line-height:1.8;

color:#666;

}

.dashboard-status{

display:flex;

align-items:center;

gap:12px;

margin-top:25px;

}

.dashboard-edit{

border-radius:999px;

padding:15px 28px;

}

.dashboard-cards{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-bottom:45px;

}

.dashboard-card{

background:white;

padding:35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.07);

transition:.25s;

display:block;

}

.dashboard-card:hover{

transform:translateY(-5px);

}

.card-icon{

width:60px;

height:60px;

display:flex;

justify-content:center;

align-items:center;

background:#fff0f5;

border-radius:18px;

font-size:1.5rem;

margin-bottom:20px;

}

.dashboard-card h3{

margin:0 0 10px;

}

.dashboard-card p{

margin:0;

line-height:1.7;

color:#666;

}

.dashboard-section{

margin-top:20px;

}

.section-title{

margin-bottom:25px;

}

.admin-message-card{

background:white;

padding:28px;

border-radius:20px;

margin-bottom:20px;

box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.admin-message-card h3{

margin-top:0;

}

.admin-message-card p{

line-height:1.8;

color:#666;

}

.empty-dashboard{

background:white;

padding:40px;

text-align:center;

border-radius:20px;

color:#777;

}

@media(max-width:900px){

.dashboard-banner{

flex-direction:column;

align-items:flex-start;

padding:30px;

}

.dashboard-banner h1{

font-size:2.4rem;

}

}/* ==========================================
   MATCHES PAGE
========================================== */

.matches-header{

padding:40px 20px 10px;

}

.matches-header h1{

font-size:3rem;

margin:12px 0;

letter-spacing:-2px;

}

.matches-header p:last-child{

color:#666;

max-width:650px;

line-height:1.8;

}

.matches-layout{

display:grid;

gap:30px;

padding:20px;

}

.match-panel{

background:white;

padding:30px;

border-radius:25px;

box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.match-panel h2{

margin-top:0;

margin-bottom:25px;

}

.match-card{

display:flex;

justify-content:space-between;

align-items:center;

padding:22px;

border-radius:18px;

background:#fafafa;

margin-bottom:18px;

border:1px solid #eee;

gap:20px;

}

.match-card h3{

margin:0 0 10px;

}

.match-buttons{

display:flex;

gap:10px;

flex-wrap:wrap;

}

.empty-card{

padding:35px;

border-radius:16px;

background:#fafafa;

text-align:center;

color:#777;

}

@media(max-width:750px){

.match-card{

flex-direction:column;

align-items:flex-start;

}

.match-buttons{

width:100%;

}

.match-buttons form{

flex:1;

}

.match-buttons button{

width:100%;

}

.match-card>.button{

width:100%;

text-align:center;

}

}/* ==========================================
   EDIT PROFILE
========================================== */

.edit-profile-page{

padding:40px 20px 70px;

}

.edit-profile-header{

margin-bottom:40px;

}

.edit-profile-header h1{

font-size:3rem;

margin:12px 0;

letter-spacing:-2px;

}

.edit-profile-header p:last-child{

max-width:700px;

line-height:1.8;

color:#666;

}

.edit-layout{

display:grid;

grid-template-columns:1fr 420px;

gap:35px;

}

.edit-card{

background:white;

padding:35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.edit-card textarea{

resize:vertical;

min-height:180px;

}

.save-profile-button{

margin-top:20px;

width:100%;

padding:15px;

border-radius:999px;

}

.photo-manager{

background:white;

padding:30px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.photo-manager h2{

margin-top:0;

margin-bottom:25px;

}

.photo-grid{

display:grid;

grid-template-columns:1fr;

gap:20px;

}

.photo-item{

background:#fafafa;

padding:15px;

border-radius:18px;

}

.photo-item img{

width:100%;

height:260px;

object-fit:cover;

border-radius:15px;

margin-bottom:12px;

}

.delete-photo-button{

width:100%;

padding:12px;

border:none;

border-radius:999px;

background:#c62828;

color:white;

cursor:pointer;

font-weight:600;

}

.delete-photo-button:hover{

background:#a61f1f;

}

.empty-photo-card{

padding:35px;

text-align:center;

background:#fafafa;

border-radius:16px;

color:#777;

}

@media(max-width:950px){

.edit-layout{

grid-template-columns:1fr;

}

.photo-item img{

height:320px;

}

}
/* ==========================================
   PREMIUM NAVBAR BASE STYLES
========================================== */

.premium-navbar {
    width: 100%;
    min-height: 72px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.nav-wrapper {
    width: 100%;
    max-width: 1280px;
    min-height: 72px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.premium-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.logo-heart {
    margin-right: 7px;
    color: var(--accent);
    font-size: 1.45rem;
}

.premium-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    border-radius: 10px;
    color: #4d5568;
    font-size: 0.94rem;
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease;
}

.premium-nav a:hover {
    color: var(--accent);
    background: #fff3f7;
}

.premium-nav .nav-button {
    margin-left: 5px;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
}

.premium-nav .nav-button:hover {
    background: var(--accent-dark);
    color: #fff;
}

.page-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* ==========================================
   RESPONSIVE MOBILE NAVIGATION
========================================== */

.logo-heart {
    color: #d6336c;
    margin-right: 4px;
}

.mobile-menu-button {
    display: none;
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: #263047;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.mobile-menu-button.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-button.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 800px) {

    .premium-navbar {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .nav-wrapper {
        position: relative;
        padding: 13px 18px;
    }

    .premium-logo {
        font-size: 1.25rem;
    }

    .mobile-menu-button {
        display: block;
    }

    .premium-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 14px;
        right: 14px;

        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;

        padding: 14px;
        border: 1px solid var(--border);
        border-radius: 0 0 20px 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 20px 45px rgba(41, 27, 34, 0.14);
        backdrop-filter: blur(16px);
    }

    .premium-nav.mobile-open {
        display: flex;
        animation: mobileMenuOpen 0.2s ease;
    }

    .premium-nav a {
        width: 100%;
        padding: 14px 16px;
        border-radius: 12px;
        text-align: left;
    }

    .premium-nav a:hover {
        background: #fff3f7;
    }

    .premium-nav .nav-button {
        margin-top: 6px;
        padding: 14px 16px;
        text-align: center;
    }

    .page-wrapper {
        width: 100%;
        overflow-x: hidden;
    }
}

@keyframes mobileMenuOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 801px) {

    .premium-nav {
        display: flex !important;
    }
}

/* ==========================================
   MOBILE NAVIGATION OVERRIDES
========================================== */

@media (max-width: 800px) {
    .premium-navbar {
        min-height: 68px;
    }

    .nav-wrapper {
        min-height: 68px;
        padding: 0 16px;
    }

    .premium-logo {
        font-size: 1.22rem;
    }

    .mobile-menu-button {
        display: block;
        flex-shrink: 0;
        position: relative;
        z-index: 1002;
    }

    .premium-nav {
        position: absolute;
        top: 68px;
        left: 12px;
        right: 12px;
        z-index: 1001;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        padding: 14px;
        border: 1px solid var(--border);
        border-radius: 0 0 20px 20px;
        background: #fff;
        box-shadow: 0 20px 45px rgba(41, 27, 34, 0.16);
    }

    .premium-nav.mobile-open {
        display: flex;
        animation: mobileMenuOpen 0.2s ease;
    }

    .premium-nav a {
        width: 100%;
        padding: 14px 16px;
        justify-content: flex-start;
        text-align: left;
    }

    .premium-nav a:hover {
        background: #fff3f7;
    }

    .premium-nav .nav-button {
        margin: 6px 0 0;
        justify-content: center;
        text-align: center;
    }

    .page-wrapper {
        width: 100%;
        overflow-x: hidden;
    }
}

/* ==========================================
   GLOBAL MOBILE POLISH
========================================== */

@media (max-width: 650px) {
    body {
        overflow-x: hidden;
    }

    h1 {
        overflow-wrap: anywhere;
    }

    .button {
        min-height: 44px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }

    .login-card,
    .edit-card,
    .photo-manager,
    .match-panel,
    .dashboard-banner {
        border-radius: 20px;
    }

    .matches-header h1,
    .browse-header h1,
    .edit-profile-header h1,
    .dashboard-banner h1,
    .member-info h1 {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }

    .browse-grid,
    .dashboard-cards {
        grid-template-columns: 1fr;
    }

    .edit-profile-page,
    .member-dashboard,
    .member-profile,
    .matches-header,
    .browse-header {
        padding-left: 16px;
        padding-right: 16px;
    }
}