:root {
  --red: #e30b17;
  --red-dark: #b80512;
  --coral: #ff4b55;
  --gold: #f1ad19;
  --rose: #e30b17;
  --pink: #ff2f5f;
  --violet: #7f39d6;
  --ink: #071c4d;
  --muted: #5f6b7c;
  --line: #efd9b5;
  --soft: #fff6e8;
  --surface: #ffffff;
  --blue: #034a9f;
  --green: #16852f;
  --shadow: 0 24px 70px rgba(70, 37, 8, 0.14);
  --shaadi-glow: 0 24px 80px rgba(227, 11, 23, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(227, 11, 23, 0.08), transparent 26%),
    radial-gradient(circle at 88% 4%, rgba(241, 173, 25, 0.16), transparent 24%),
    #fff8ef;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.classic-home main {
  width: 100%;
  max-width: none;
}

.classic-home .site-top {
  background: #fff;
  border-bottom: 0;
}

.classic-home .site-top-inner {
  width: min(100% - 72px, 1760px);
  min-height: 62px;
}

.classic-home .classic-logo {
  font-size: 0;
  gap: 0;
}

.classic-home .classic-logo .brand-text {
  display: none;
}

.classic-home .classic-nav {
  gap: 26px;
}

.classic-home .classic-nav a {
  color: #101827;
  font-size: 18px;
  font-weight: 900;
}

.classic-home .classic-nav .nav-cta {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #ff334e);
  color: #fff;
  box-shadow: 0 12px 30px rgba(227, 11, 23, 0.24);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--red);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main,
.classic-footer,
.site-top-inner,
.site-header,
.page-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-top {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(180, 20, 42, 0.12);
  background: #fffaf6;
}

.site-top-inner,
.classic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 62px;
}

.classic-logo,
.brand,
.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.logo-image {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
}

.mobile-top-actions {
  display: none;
}

.auth-logo-image {
  width: 74px;
  height: 74px;
}

.brand-text {
  display: none;
}

.classic-logo span,
.brand span,
.auth-brand span {
  color: var(--red);
}

.classic-logo b {
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
}

.classic-nav,
.site-nav.static-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.member-menu-dropdown {
  margin: 0;
}

.member-menu-toggle {
  display: none;
}

.site-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.site-contact a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--red-dark);
}

.site-contact a:hover {
  border-color: var(--coral);
  color: var(--red);
  text-decoration: none;
}

.classic-nav a,
.site-nav.static-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.classic-nav a:hover,
.site-nav.static-nav a:hover {
  background: #fff;
  color: var(--red);
  text-decoration: none;
}

.nav-group {
  position: relative;
  display: flex;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 25;
  display: none;
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.nav-group:hover .nav-menu {
  display: grid;
}

.classic-nav .nav-menu a {
  justify-content: flex-start;
  border-radius: 5px;
  color: var(--muted);
}

.nav-cta,
.classic-nav .nav-cta,
.button-primary {
  background: var(--red);
  color: #fff;
}

.classic-nav .nav-cta:hover,
.button-primary:hover {
  background: var(--red-dark);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.top-line {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.top-line div {
  position: absolute;
  right: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tiny-button {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.tiny-button:hover {
  background: var(--red-dark);
  color: #fff;
  text-decoration: none;
}

.classic-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(520px, 1.1fr);
  gap: 0;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 80px);
  padding: 38px min(5vw, 72px) 112px;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.92), transparent 20%),
    radial-gradient(circle at 12% 18%, rgba(255, 90, 110, 0.18), transparent 26%),
    linear-gradient(135deg, #fff4dd 0%, #fffaf2 45%, #ffe1bc 100%);
  overflow: hidden;
}

.classic-hero > * {
  min-width: 0;
}

.hero-video-card {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  width: min(1180px, 100%);
  margin: 0 auto 30px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: #111;
  box-shadow: 0 24px 70px rgba(70, 37, 8, 0.22);
}

.hero-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  display: grid;
  z-index: 2;
  min-height: 610px;
  align-content: center;
  justify-items: start;
  width: min(700px, 100%);
  margin: 0;
  padding: 20px 0 76px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.hero-loop {
  display: none;
}

.trust-line {
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #ff384d);
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  box-shadow: 0 12px 30px rgba(227, 11, 23, 0.2);
}

.hero-loop {
  width: min(320px, 100%);
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 10px;
  background: #fff;
}

.hero-loop img {
  width: 100%;
  height: auto;
}

.classic-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  color: var(--red);
  font-size: clamp(60px, 7vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.classic-hero h1 span {
  display: block;
  color: var(--red);
  font-size: 1.1em;
}

.hero-intro {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(620px, 100%);
  margin-top: 28px;
}

.hero-feature-grid span {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(241, 173, 25, 0.46);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(70, 37, 8, 0.08);
}

.hero-feature-grid span::before {
  content: "";
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #21a6ff);
}

.hero-feature-grid span:nth-child(2)::before {
  background: linear-gradient(135deg, #e81a61, #ff7aa0);
}

.hero-feature-grid span:nth-child(3)::before {
  background: linear-gradient(135deg, #f19a00, #ffd33d);
}

.hero-feature-grid span:nth-child(4)::before {
  background: linear-gradient(135deg, var(--green), #58d94d);
}

.hero-actions,
.classic-actions,
.row-actions,
.contact-row form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  width: min(560px, 100%);
  margin-top: 28px;
}

.hero-actions .red-button {
  width: min(330px, 100%);
  min-height: 70px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #ff384d);
  font-size: 34px;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  box-shadow: 0 18px 42px rgba(227, 11, 23, 0.26);
}

.call-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(70, 37, 8, 0.12);
}

.call-button:hover {
  background: #fff6d8;
  text-decoration: none;
}

.hero-poster {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(680px, 100%);
}

.hero-poster img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(70, 37, 8, 0.24);
}

.hero-stats {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 590px;
  margin-top: 46px;
}

.hero-stats div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-stats strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  min-width: 58px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #18b64f;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 16px 40px rgba(0, 92, 33, 0.28);
}

.whatsapp-float::before,
.whatsapp-action::before {
  content: "W";
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  background: #fff;
  color: #18b64f;
  font-size: 11px;
  font-weight: 950;
}

.whatsapp-float:hover,
.mobile-action-bar a:hover {
  text-decoration: none;
}

.mobile-action-bar {
  position: fixed;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 41;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(7, 28, 77, 0.18);
  backdrop-filter: blur(12px);
}

.mobile-action-bar a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #f3f6ff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.mobile-action-bar .whatsapp-action {
  background: #18b64f;
  color: #fff;
}

.classic-search {
  position: absolute;
  left: 50%;
  bottom: -78px;
  z-index: 2;
  width: min(79vw, 1486px);
  transform: translateX(-50%);
  padding: 26px 34px;
  border: 2px solid rgba(241, 173, 25, 0.5);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(70, 37, 8, 0.18);
}

.classic-search .search-card-kicker {
  order: -1;
  margin: 0 0 10px;
  color: #8da0b4;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.classic-search h2 {
  margin: 0 0 18px;
  color: #050b18;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
}

.classic-search h2 span {
  color: var(--red);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, #043579, #062b67);
  color: #fff;
}

.trust-strip span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.classic-home .classic-search form {
  display: none;
}

.classic-home .service-band,
.classic-home .classic-profiles,
.classic-home .why-classic,
.classic-home .classic-directory,
.classic-home .keep-touch {
  width: min(1160px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.classic-home .service-band {
  margin-top: 128px;
}

.classic-search h2,
.auth-card h1,
.detail-card h1,
.dashboard-card h1,
.message-panel h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.15;
}

.classic-search form,
.search-option-grid form,
.message-form,
.thread-list,
.table-list,
.dashboard-section {
  display: grid;
  gap: 12px;
}

.option-add-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

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

.option-manager-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 246, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(248, 7, 99, 0.12), transparent 38%);
}

.option-manager-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.option-manager-head h3 {
  margin: 0;
  color: var(--red-dark);
  font-size: 16px;
}

.option-manager-head span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.option-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-delete-form {
  margin: 0;
}

.option-chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 4px 6px 4px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.option-chip span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.option-chip button {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: #fff0f1;
  color: var(--red);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.option-chip button:hover {
  background: var(--red);
  color: #fff;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

select,
input,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf6;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 9px 12px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
  outline: 3px solid rgba(233, 93, 79, 0.16);
  border-color: var(--coral);
}

.age-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.orange-button,
.red-button,
.button,
.button-secondary,
.profile-button,
.blue-more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.orange-button,
.red-button,
.button {
  padding: 0 20px;
  background: var(--red);
  color: #fff;
}

.orange-button:hover,
.red-button:hover,
.button:hover {
  background: var(--red-dark);
  color: #fff;
  text-decoration: none;
}

.button-secondary,
.profile-button {
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.button-danger {
  background: #fff1f2;
  color: var(--red-dark);
}

.button-danger:hover {
  background: var(--red-dark);
  color: #fff;
}

.auth-card .button-secondary,
.detail-card .button-secondary,
.dashboard-card .button-secondary,
.dashboard-section .button-secondary,
.profile-button {
  border-color: var(--line);
  background: #fff;
  color: var(--red);
}

.more-search {
  justify-self: center;
  font-size: 13px;
  font-weight: 800;
}

.service-band,
.app-strip,
.keep-touch {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 26px;
  align-items: center;
  margin: 0 0 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-band h2,
.app-strip h2,
.keep-touch h2,
.section-heading h2,
.search-options-page h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.service-band p,
.app-strip p,
.keep-touch p,
.section-heading p,
.result-count {
  margin: 10px 0 0;
  color: var(--muted);
}

.service-band ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-band li {
  min-height: 54px;
  padding: 14px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--red-dark);
  font-weight: 800;
}

.classic-profiles,
.why-classic,
.classic-directory,
.search-options-page {
  padding: 54px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini-profile {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 172px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mini-profile img {
  width: 126px;
  height: 142px;
  object-fit: cover;
  border-radius: 6px;
}

.mini-profile h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.mini-profile p,
.mini-profile span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.blue-more {
  width: max-content;
  padding: 0 18px;
  background: var(--blue);
  color: #fff;
}

.blue-more:hover {
  background: #1f567d;
  color: #fff;
  text-decoration: none;
}

.profile-list-grid,
.why-grid,
.directory-grid,
.search-option-grid,
.dashboard-actions,
.feature-list,
.profile-details,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.profile-list-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.profile-list-grid article,
.why-grid article,
.directory-grid div,
.search-option-grid section,
.profile-details div,
.feature-list article,
.list-row,
.dash-box,
.thread-list,
.message-panel,
.auth-card,
.detail-card,
.dashboard-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(86, 37, 28, 0.06);
}

.profile-list-grid article,
.why-grid article,
.directory-grid div,
.search-option-grid section,
.profile-details div,
.feature-list article,
.list-row {
  padding: 18px;
}

.profile-list-grid a,
.directory-grid a,
.thread-list a {
  font-weight: 800;
}

.profile-list-grid span,
.directory-grid h3,
.why-grid p,
.feature-list p {
  color: var(--muted);
}

.why-grid h3,
.directory-grid h3,
.search-option-grid h2 {
  margin: 0 0 8px;
  color: var(--red-dark);
  font-size: 18px;
}

.directory-grid {
  grid-template-columns: repeat(3, 1fr);
}

.directory-grid div {
  align-content: start;
  display: grid;
  gap: 8px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.pagination a {
  display: grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--red);
  font-weight: 800;
}

.pagination a.is-active,
.pagination a:hover {
  background: var(--red);
  color: #fff;
  text-decoration: none;
}

.keep-touch {
  grid-template-columns: 1fr auto;
  margin-top: 24px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.contact-cards a {
  display: grid;
  gap: 3px;
  min-height: 72px;
  align-content: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf6;
}

.contact-cards strong {
  color: var(--red-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-cards span {
  color: var(--ink);
  font-weight: 800;
}

.classic-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.classic-footer p {
  margin: 0;
}

.breadcrumb {
  width: min(1160px, calc(100% - 32px));
  margin: 16px auto 0;
  color: var(--muted);
}

.auth-page,
.detail-page,
.dashboard-page {
  min-height: 100vh;
  padding: 32px 0;
}

.app-auth {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 12%, rgba(231, 47, 93, 0.14), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(242, 74, 122, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8fb 0%, #ffffff 56%, #fff4f7 100%);
}

.auth-site-top {
  background: rgba(255, 255, 255, 0.9);
}

.auth-page {
  display: grid;
  place-items: center;
  padding-top: 28px;
  padding-bottom: 48px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.auth-card,
.detail-card,
.dashboard-card,
.message-panel,
.thread-list {
  width: min(100%, 960px);
  padding: 24px;
}

.app-auth .auth-card {
  width: min(100%, 560px);
  border: 1px solid rgba(231, 47, 93, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 24, 39, 0.1);
}

.app-auth .wide-auth-card {
  width: min(100%, 760px);
}

.app-auth .auth-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--red);
}

.app-auth .brand-mark {
  background: linear-gradient(90deg, var(--red), var(--pink));
}

.app-auth .auth-card h1 {
  text-align: center;
}

.app-auth .auth-card label {
  color: var(--muted);
  font-size: 13px;
}

.app-auth .auth-card input,
.app-auth .auth-card select,
.app-auth .auth-card textarea {
  min-height: 56px;
  border: 1px solid #f0d7df;
  border-radius: 999px;
  background: #fffafb;
  box-shadow: none;
  font-size: 16px;
  padding: 12px 18px;
}

.app-auth .auth-card textarea {
  border-radius: 22px;
}

.app-auth .button-primary {
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--pink));
  font-size: 16px;
  box-shadow: 0 14px 24px rgba(231, 47, 93, 0.22);
}

.app-auth .auth-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 16px 0 0;
  border: 1px solid #f0d7df;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
}

.auth-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 800;
}

.auth-contact a {
  color: var(--red-dark);
}

.wide-auth-card {
  width: min(100%, 1060px);
}

.auth-card label {
  color: var(--muted);
}

.form-error,
.success-note,
.empty-state,
.yellow-note,
.action-alert {
  padding: 14px 16px;
  border: 1px solid #efc5c8;
  border-radius: 8px;
  background: #fff1f2;
  color: var(--red-dark);
  font-weight: 800;
}

.success-note {
  border-color: #bfe4d7;
  background: #effbf6;
  color: var(--green);
}

.yellow-note,
.action-alert {
  border-color: #f0d49d;
  background: #fff8e8;
  color: #7c5417;
}

.detail-card {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 24px;
  margin: 0 auto;
}

.detail-card img,
.settings-photo {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.detail-card img {
  height: 430px;
}

.settings-photo {
  width: 150px;
  height: 180px;
}

.profile-details dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-details dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.dashboard-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 16px;
}

.dashboard-section,
.messages-layout {
  width: min(100%, 960px);
  margin: 16px auto;
}

.dashboard-widgets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.top-match-onboarding {
  width: 100vw;
  margin: -16px 0 24px 50%;
  transform: translateX(-50%);
  padding: 26px 16px 44px;
  background: linear-gradient(110deg, #38b9d2 0%, #70c66d 100%);
}

.top-match-head {
  display: flex;
  width: min(1486px, 100% - 24px);
  margin: 0 auto 18px;
  align-items: center;
  justify-content: space-between;
}

.top-match-head .classic-logo {
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
}

.top-match-head .logo-image {
  width: 58px;
  height: 58px;
}

.skip-link {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.top-match-panel {
  width: min(1486px, 100% - 24px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 28, 77, 0.16);
}

.top-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-height: 566px;
  overflow: auto;
  padding: 40px 108px 34px;
}

.top-match-card {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 162px;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 24, 39, 0.14);
  cursor: pointer;
}

.top-match-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.top-match-card img {
  width: 160px;
  height: 162px;
  object-fit: cover;
}

.top-match-copy {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  padding: 14px 46px 14px 18px;
  color: #616575;
}

.top-match-copy strong {
  color: #4d5060;
  font-size: 23px;
  line-height: 1.1;
}

.top-match-copy small {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: #11b8cb;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.top-match-card input:not(:checked) ~ .match-check {
  background: #d7dbe3;
}

.top-match-actions {
  display: grid;
  place-items: center;
  padding: 18px 16px 26px;
  border-top: 1px solid #e4e6ec;
  background: #fff;
}

.top-connect-button {
  min-width: min(390px, 100%);
  min-height: 68px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #41c9c6, #11b7d4);
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(17, 183, 212, 0.28);
  cursor: pointer;
}

.dash-box {
  padding: 18px;
}

.dash-box h2 {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-size: 18px;
}

.dash-box a,
.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.dash-box b {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 12px;
}

.profile-layout,
.profile-summary,
.profile-top {
  display: grid;
  gap: 18px;
}

.profile-layout {
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: start;
  padding: 16px 0 42px;
}

.profile-summary {
  grid-template-columns: 280px 1fr;
}

.profile-top {
  grid-template-columns: 150px minmax(0, 1fr) 280px;
  align-items: start;
}

.profile-main h1,
.my-vivaah h1 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 28px;
}

.profile-photo img {
  width: 150px;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
}

.quick-facts,
.two-col-details {
  display: grid;
  gap: 8px;
}

.quick-facts div,
.two-col-details div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.quick-facts dt,
.two-col-details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.quick-facts dd,
.two-col-details dd {
  margin: 0;
  font-weight: 800;
}

.contact-status,
.contact-details,
.bio-section,
.discover-more,
.completion,
.app-download {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-status h2,
.contact-details h2,
.bio-section h2,
.discover-more h2 {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-size: 18px;
}

.contact-details p {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.progress-track {
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #f2dfd8;
}

.progress-track span {
  display: block;
  height: 100%;
  min-width: 34px;
  background: var(--gold);
  color: var(--ink);
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
}

.app-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px 0;
  text-align: center;
}

.messages-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}

.thread-list a {
  padding: 12px;
  border-radius: 6px;
  background: var(--soft);
}

.message-feed {
  display: grid;
  gap: 10px;
  min-height: 320px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf6;
}

.message-bubble {
  width: min(82%, 520px);
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.message-bubble.from-me {
  justify-self: end;
  background: #fff2df;
}

.message-bubble p {
  margin: 0;
}

.message-bubble span,
.verified,
.status-pill {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.admin-page {
  display: grid;
  gap: 14px;
  padding-top: 12px;
  padding-bottom: 54px;
}

.admin-page > *,
.admin-grid-two > *,
.admin-panel {
  min-width: 0;
}

.admin-site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  min-height: 58px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: rgba(255, 250, 246, 0.94);
  backdrop-filter: blur(12px);
}

.admin-site-header .static-nav {
  flex-wrap: wrap;
}

.admin-header-menu {
  position: relative;
  justify-self: end;
}

.admin-header-menu summary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.admin-header-menu summary::-webkit-details-marker {
  display: none;
}

.admin-header-menu summary::after {
  content: "+";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}

.admin-header-menu[open] summary::after {
  content: "-";
}

.admin-header-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  display: grid;
  width: min(260px, calc(100vw - 24px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-header-panel a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.admin-header-panel a:hover {
  background: #fff7f1;
  color: var(--red);
  text-decoration: none;
}

.admin-header-panel .nav-cta {
  margin-top: 6px;
  justify-content: center;
  background: var(--red);
  color: #fff;
}

.admin-hero,
.admin-panel,
.admin-stat-grid article,
.admin-activity-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(86, 37, 28, 0.06);
}

.admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 128px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at 82% 82%, rgba(217, 154, 40, 0.34), transparent 28%),
    linear-gradient(135deg, #7f0f1e 0%, #b4142a 36%, #f80763 70%, #ef16a8 100%);
  color: #fff;
  box-shadow: var(--shaadi-glow);
}

.admin-hero p,
.admin-hero h1,
.admin-hero span {
  margin: 0;
}

.admin-hero p {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-hero h1 {
  margin-top: 6px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.admin-hero span {
  display: block;
  max-width: 680px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.admin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.admin-warning {
  margin: 0;
}

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

.admin-stat-grid article,
.admin-activity-grid article {
  display: grid;
  gap: 6px;
  min-height: 120px;
  align-content: center;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.admin-stat-grid article::after,
.admin-activity-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(248, 7, 99, 0.08);
}

.admin-stat-grid span,
.admin-activity-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-stat-grid strong,
.admin-activity-grid strong {
  color: var(--red-dark);
  font-size: 34px;
  line-height: 1;
}

.admin-stat-grid small {
  color: var(--muted);
  font-weight: 700;
}

.admin-panel {
  width: 100%;
  margin: 0;
  padding: 22px;
}

.admin-member-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #fff7f1),
    radial-gradient(circle at 96% 0%, rgba(239, 22, 168, 0.08), transparent 26%);
}

.admin-member-form .full-span,
.full-span {
  grid-column: 1 / -1;
}

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

.admin-settings-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #fff7f1),
    radial-gradient(circle at 100% 0%, rgba(248, 7, 99, 0.08), transparent 26%);
}

.admin-settings-card h3 {
  margin: 0;
  color: var(--red-dark);
  font-size: 18px;
}

.admin-settings-card .button {
  justify-self: start;
}

.admin-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-check-row label {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--red-dark);
}

.admin-check-row input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--rose);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-filter-bar {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, 0.7fr)) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff7f1;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-bulk-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(227, 11, 23, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fff, #fff7f1),
    radial-gradient(circle at 98% 0%, rgba(248, 7, 99, 0.08), transparent 24%);
}

.admin-select-all,
.admin-row-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.admin-select-all {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--red-dark);
  font-weight: 900;
}

.admin-select-all input,
.admin-row-check input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  accent-color: var(--rose);
  cursor: pointer;
}

.admin-row-check {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff7f1;
}

.admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  background: #fff7f1;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-profile-cell {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 210px;
}

.admin-profile-cell img {
  width: 54px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.admin-profile-cell strong,
.admin-mini-row strong {
  display: block;
  color: var(--ink);
}

.admin-profile-cell span,
.admin-detail-cell span,
.admin-mini-row span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.admin-detail-cell {
  display: grid;
  gap: 3px;
  min-width: 220px;
}

.admin-pill-stack,
.admin-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.admin-pill.is-approved {
  background: #effbf6;
  color: var(--green);
}

.admin-pill.is-pending {
  background: #fff8e8;
  color: #7c5417;
}

.admin-pill.is-featured {
  background: #fff1f2;
  color: var(--red);
}

.admin-pill.is-verified {
  background: #eef7ff;
  color: var(--blue);
}

.admin-action-grid {
  min-width: 330px;
}

.admin-action-grid .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.admin-pagination {
  align-items: center;
}

.admin-pagination span {
  color: var(--muted);
  font-weight: 800;
}

.admin-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}

.compact-list {
  gap: 10px;
}

.admin-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-mini-row .button {
  min-height: 36px;
  padding: 0 14px;
  font-size: 12px;
}

.admin-user-list {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.admin-user-head,
.admin-user-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, 0.8fr) minmax(110px, 0.6fr) minmax(150px, 0.8fr) minmax(120px, 0.7fr);
  gap: 10px;
  align-items: center;
  min-width: 780px;
}

.admin-user-head {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7f1;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-user-row {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-user-row strong,
.admin-user-row span {
  overflow-wrap: anywhere;
}

.admin-user-row span,
.admin-muted {
  color: var(--muted);
  font-size: 13px;
}

.admin-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-user-actions .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.admin-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px) {
  .site-top-inner,
  .classic-header {
    flex-wrap: wrap;
    min-height: 68px;
    padding: 12px 0;
  }

  .nav-toggle {
    display: block;
  }

  .classic-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .classic-nav.is-open {
    display: flex;
  }

  .classic-home .classic-nav {
    display: none;
  }

  .classic-home .classic-nav.is-open {
    display: flex;
  }

  .classic-nav.member-nav {
    display: flex;
  }

  .member-page .member-menu-dropdown {
    width: 100%;
    margin: 8px 0 14px;
  }

  .member-page .member-menu-toggle {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--red-dark);
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
  }

  .member-page .member-menu-toggle::after {
    content: "+";
    color: var(--red);
    font-size: 24px;
    line-height: 1;
  }

  .member-page .member-menu-dropdown[open] .member-menu-toggle::after {
    content: "-";
  }

  .member-page .member-menu-dropdown:not([open]) .member-nav {
    display: none;
  }

  .member-page .member-menu-dropdown[open] .member-nav {
    display: flex;
    margin-top: 10px;
  }

  .classic-nav a {
    justify-content: flex-start;
    min-height: 34px;
    padding: 0 9px;
    font-size: 12px;
  }

  .nav-group {
    display: grid;
  }

  .site-contact {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .nav-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 0 12px;
    border: 0;
    box-shadow: none;
  }

  .member-page .classic-nav.member-nav {
    gap: 0;
    padding: 14px 18px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(86, 37, 28, 0.08);
  }

  .member-page .nav-group {
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
  }

  .member-page .nav-group:last-child {
    border-bottom: 0;
  }

  .member-page .nav-group > a {
    color: #001a44;
    font-size: 18px;
    font-weight: 950;
  }

  .member-page .classic-nav .nav-menu a {
    min-height: 42px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 850;
  }

  .classic-hero,
  .service-band,
  .keep-touch,
  .detail-card,
  .profile-layout,
  .profile-summary,
  .profile-top,
  .messages-layout,
  .option-manager-grid,
  .admin-grid-two {
    grid-template-columns: 1fr;
  }

  .admin-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-member-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .classic-hero {
    min-height: auto;
    padding: 34px 0;
    overflow: hidden;
  }

  .classic-home .classic-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 22px 132px;
    overflow: visible;
  }

  .classic-home .hero-copy {
    width: min(100% - 42px, 620px);
    min-height: 0;
    margin: 0 auto;
    padding: 24px 0 20px;
    justify-items: stretch;
  }

  .classic-home .hero-poster {
    justify-self: center;
    width: min(100%, 560px);
  }

  .classic-home .classic-search {
    width: min(100% - 24px, 680px);
    padding: 22px;
  }

  .hero-copy {
    min-height: 560px;
    padding: 46px 28px;
  }

  .photo-row,
  .directory-grid,
  .profile-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-match-onboarding {
    margin-top: -10px;
    padding: 18px 10px 32px;
  }

  .top-match-head,
  .top-match-panel {
    width: min(100% - 16px, 760px);
  }

  .top-match-head {
    margin-bottom: 12px;
  }

  .top-match-grid {
    grid-template-columns: 1fr;
    max-height: 62vh;
    padding: 18px;
    gap: 14px;
  }

  .top-match-card {
    grid-template-columns: 126px minmax(0, 1fr);
    min-height: 132px;
  }

  .top-match-card img {
    width: 126px;
    height: 132px;
  }

  .top-match-copy {
    padding: 12px 44px 12px 14px;
  }

  .top-match-copy strong {
    font-size: 20px;
  }

  .top-match-copy small {
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  main,
  .classic-footer,
  .site-top-inner,
  .site-header,
  .page-shell,
  .breadcrumb {
    width: min(100% - 20px, 1160px);
  }

  body {
    font-size: 14px;
  }

  .classic-logo {
    font-size: 24px;
  }

  .classic-logo b {
    font-size: 17px;
  }

  .top-line {
    display: grid;
    justify-content: start;
    padding: 8px 0;
  }

  .top-line div {
    position: static;
    flex-wrap: wrap;
  }

  .hero-copy {
    min-height: 520px;
    max-width: 100%;
    padding: 32px 18px;
  }

  .classic-home .site-top-inner {
    width: min(100% - 20px, 1160px);
  }

  .classic-home .classic-nav {
    gap: 8px;
  }

  .classic-home .classic-nav a {
    font-size: 13px;
  }

  .classic-home .classic-nav .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .classic-home .hero-copy {
    min-height: 500px;
    padding: 20px 0 16px;
  }

  .classic-hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.05;
    overflow-wrap: normal;
  }

  .hero-intro {
    font-size: 15px;
  }

  .classic-home .classic-hero h1 {
    font-size: 58px;
  }

  .classic-home .hero-intro {
    font-size: 22px;
  }

  .hero-feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature-grid span {
    min-height: 50px;
  }

  .classic-home .hero-actions .red-button {
    min-height: 56px;
    font-size: 24px;
  }

  .call-button {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }

  .classic-home .classic-search {
    bottom: -92px;
    padding: 18px;
  }

  .classic-home .classic-search .search-card-kicker {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .classic-home .classic-search h2 {
    font-size: 26px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .classic-home .service-band {
    margin-top: 138px;
  }

  .trust-line {
    width: auto;
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hero-actions .red-button,
  .hero-actions .button-secondary {
    width: 100%;
    flex: none;
    min-width: 0;
    padding: 0 12px;
    text-align: center;
  }

  .hero-stats div {
    min-height: 88px;
    padding: 16px;
  }

  .hero-stats,
  .service-band ul,
  .contact-cards,
  .photo-row,
  .why-grid,
  .directory-grid,
  .search-option-grid,
  .profile-list-grid,
  .dashboard-actions,
  .feature-list,
  .profile-details,
  .form-grid,
  .dashboard-widgets,
  .app-download,
  .two-col-details,
  .admin-stat-grid,
  .admin-activity-grid,
  .option-manager-grid {
    grid-template-columns: 1fr;
  }

  .top-match-onboarding {
    min-height: calc(100vh - 10px);
    margin-bottom: 18px;
    padding: 14px 0 22px;
  }

  .top-match-head {
    width: min(100% - 20px, 520px);
  }

  .top-match-head .classic-logo {
    padding: 4px 10px;
  }

  .top-match-head .logo-image {
    width: 48px;
    height: 48px;
  }

  .skip-link {
    font-size: 16px;
  }

  .top-match-panel {
    width: min(100% - 20px, 520px);
    border-radius: 8px;
  }

  .top-match-grid {
    max-height: 62vh;
    padding: 12px;
    gap: 12px;
  }

  .top-match-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 118px;
  }

  .top-match-card img {
    width: 104px;
    height: 118px;
  }

  .top-match-copy {
    gap: 3px;
    padding: 10px 38px 10px 12px;
  }

  .top-match-copy strong {
    font-size: 17px;
  }

  .top-match-copy small {
    font-size: 13px;
  }

  .match-check {
    top: 9px;
    right: 9px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .top-match-actions {
    padding: 12px 12px 16px;
  }

  .top-connect-button {
    min-height: 54px;
    font-size: 18px;
  }

  .option-manager-card {
    padding: 14px;
  }

  .option-chip-list {
    max-height: 360px;
    overflow: auto;
  }

  body.classic-home {
    padding-bottom: 74px;
    background: #fff8ef;
  }

  .classic-home .site-top {
    position: sticky;
    top: 0;
    border-bottom: 1px solid rgba(227, 11, 23, 0.1);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
  }

  .classic-home .site-top-inner {
    display: grid;
    grid-template-columns: 58px 1fr;
    width: min(100% - 18px, 1160px);
    min-height: 58px;
    gap: 10px;
    padding: 4px 0;
  }

  .classic-home .classic-logo {
    grid-column: 1;
    justify-self: start;
  }

  .classic-home .logo-image {
    width: 52px;
    height: 52px;
  }

  .mobile-top-actions {
    display: flex;
    grid-column: 2;
    justify-self: end;
    align-items: center;
    gap: 10px;
  }

  .mobile-top-actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--red);
    font-size: 14px;
    font-weight: 950;
    box-shadow: none;
    white-space: nowrap;
  }

  .mobile-top-actions .mobile-register-cta {
    min-height: 44px;
    padding: 0 18px;
    background: linear-gradient(90deg, var(--red), #ff334e);
    color: #fff;
    box-shadow: 0 10px 24px rgba(227, 11, 23, 0.22);
  }

  .classic-home .nav-toggle {
    display: none;
  }

  .classic-home .classic-nav.is-open {
    grid-column: 1 / -1;
  }

  .classic-home .classic-hero {
    gap: 0;
    padding: 10px 12px 88px;
    background:
      radial-gradient(circle at 15% 0%, rgba(227, 11, 23, 0.1), transparent 24%),
      linear-gradient(180deg, #fff9ee 0%, #fff 72%);
  }

  .hero-video-card {
    order: 1;
    width: 100%;
    margin: 0 0 14px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(70, 37, 8, 0.18);
  }

  .classic-home .hero-copy {
    order: 2;
    width: 100%;
    min-height: 0;
    padding: 0;
    justify-items: stretch;
  }

  .trust-line {
    justify-self: center;
    margin-bottom: 10px;
    padding: 8px 16px;
    text-align: center;
  }

  .classic-home .classic-hero h1 {
    display: none;
  }

  .classic-home .hero-intro {
    display: none;
  }

  .hero-feature-grid {
    gap: 9px;
    margin-top: 14px;
  }

  .hero-feature-grid span {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13px;
  }

  .hero-actions {
    display: none;
  }

  .classic-home .hero-poster {
    order: 3;
    width: 100%;
    margin-top: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .classic-home .hero-poster img {
    min-width: 82%;
    border-radius: 18px;
    scroll-snap-align: center;
    box-shadow: 0 16px 38px rgba(70, 37, 8, 0.18);
  }

  .classic-home .classic-search {
    order: 4;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .classic-home .service-band {
    margin-top: 18px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-action-bar {
    display: grid;
  }

  .classic-footer {
    padding: 8px 0 10px;
    font-size: 11px;
  }

  .option-chip {
    min-height: 34px;
    font-size: 12px;
  }

  .admin-hero,
  .admin-mini-row,
  .admin-filter-bar {
    display: grid;
    align-items: stretch;
  }

  .admin-member-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .admin-settings-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero {
    min-height: auto;
    padding: 22px;
  }

  .admin-hero-actions {
    justify-content: stretch;
  }

  .admin-hero-actions .button,
  .admin-filter-bar .button {
    width: 100%;
  }

  .mini-profile {
    grid-template-columns: 96px 1fr;
  }

  .mini-profile img {
    width: 96px;
    height: 118px;
  }

  .section-heading,
  .dashboard-card,
  .classic-footer,
  .list-row,
  .dash-box a,
  .contact-row {
    display: grid;
    align-items: start;
  }

  .classic-search,
  .service-band,
  .app-strip,
  .keep-touch,
  .auth-card,
  .detail-card,
  .dashboard-card,
  .message-panel,
  .thread-list {
    padding: 18px;
  }
}
