/*
Theme Name: MyGirl2u Luxe Directory
Theme URI: https://mygirl2u.net/
Author: MyGirl2u
Description: Mobile-first black, champagne-gold and rose directory theme with native WordPress Listings.
Version: 2.4.1
Text Domain: mygirl2u
*/

:root {
  --mg-black: #070708;
  --mg-panel: #101011;
  --mg-panel-2: #171719;
  --mg-gold: #d9b179;
  --mg-gold-soft: #f2d5ad;
  --mg-rose: #b23a5b;
  --mg-rose-deep: #7c263f;
  --mg-text: #fff9f1;
  --mg-muted: #c6bdb3;
  --mg-line: rgba(217, 177, 121, .34);
  --mg-green: #24d366;
  --mg-radius: 20px;
  --mg-serif: "Playfair Display", Georgia, serif;
  --mg-sans: "Open Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mg-text);
  background:
    radial-gradient(circle at 75% -10%, rgba(178,58,91,.2), transparent 34%),
    var(--mg-black);
  font-family: var(--mg-sans);
  line-height: 1.55;
}
body.admin-bar .mg-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.mg-wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mg-kicker { color: var(--mg-gold); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.mg-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  background: rgba(7,7,8,.93);
  border-bottom: 1px solid var(--mg-line);
  backdrop-filter: blur(18px);
}
.mg-desktop-sidebar { display: none; }
.mg-header-inner { min-height: 78px; display: flex; align-items: center; gap: 18px; }
.mg-menu-toggle { width: 44px; height: 44px; padding: 10px; color: var(--mg-gold); background: transparent; border: 1px solid var(--mg-line); border-radius: 12px; cursor: pointer; }
.mg-menu-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; }
.mg-brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.mg-crest { display: grid; width: 44px; height: 44px; place-items: center; color: var(--mg-gold); border: 1px solid var(--mg-gold); border-radius: 50%; font-family: var(--mg-serif); font-size: 1.45rem; box-shadow: 0 0 0 4px rgba(217,177,121,.08); }
.mg-brand-copy strong { display: block; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.25rem; letter-spacing: .12em; text-transform: uppercase; }
.mg-brand-copy small { color: var(--mg-muted); font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; }
.mg-nav { display: flex; align-items: center; gap: 24px; color: var(--mg-muted); font-size: .9rem; }
.mg-nav a:hover, .mg-nav .current-menu-item a { color: var(--mg-gold-soft); }
.mg-header-actions { display: flex; gap: 10px; }
.mg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; color: var(--mg-text); background: transparent; border: 1px solid var(--mg-line); border-radius: 12px; font-weight: 800; letter-spacing: .06em; transition: transform .18s ease, background .18s ease; }
.mg-btn:hover { transform: translateY(-2px); }
.mg-btn--rose { background: linear-gradient(135deg, var(--mg-rose), var(--mg-rose-deep)); border-color: rgba(255,255,255,.18); }
.mg-btn--gold { color: #16100a; background: linear-gradient(135deg, var(--mg-gold-soft), var(--mg-gold)); border: 0; }

.mg-hero { position: relative; min-height: 610px; overflow: hidden; border-bottom: 1px solid var(--mg-line); }
.mg-hero-actions { position: absolute; z-index: 4; top: 24px; right: 30px; display: flex; gap: 10px; }
.mg-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,7,8,.98) 0%, rgba(7,7,8,.8) 43%, rgba(7,7,8,.18) 100%), linear-gradient(0deg, #070708 0%, transparent 35%), url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1800&q=86"); background-position: center 33%; background-size: cover; transform: scale(1.02); }
.mg-hero-inner { position: relative; z-index: 2; display: flex; min-height: 610px; align-items: center; padding: 88px 0 130px; }
.mg-hero-copy { max-width: 680px; }
.mg-hero h1 { max-width: 650px; margin: 15px 0 18px; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 500; line-height: .98; letter-spacing: .025em; text-transform: uppercase; }
.mg-hero h1 span { color: #db6b8b; }
.mg-hero p { max-width: 470px; margin: 0 0 28px; color: var(--mg-muted); font-size: 1.05rem; }
.mg-dots { display: flex; gap: 10px; margin-top: 28px; }
.mg-dots i { width: 10px; height: 10px; background: #4b4b4d; border-radius: 50%; }
.mg-dots i:first-child { background: var(--mg-gold); }

.mg-search-shell { position: relative; z-index: 5; margin-top: -76px; }
.mg-search { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)) 180px; gap: 12px; padding: 18px; background: rgba(15,15,16,.96); border: 1px solid var(--mg-line); border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.mg-field { position: relative; }
.mg-field select { width: 100%; min-height: 54px; padding: 0 42px 0 18px; color: var(--mg-text); background: #0b0b0c; border: 1px solid var(--mg-line); border-radius: 12px; appearance: none; }
.mg-field::after { content: "⌄"; position: absolute; top: 12px; right: 18px; color: var(--mg-gold); pointer-events: none; }

.mg-home-content { padding: 48px 0 118px; }
.mg-section { margin: 54px 0 0; }
.mg-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.mg-section-title { margin: 0; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.mg-view-all { color: var(--mg-gold); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.mg-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.mg-card { position: relative; overflow: hidden; background: var(--mg-panel); border: 1px solid var(--mg-line); border-radius: 18px; transition: transform .2s ease, border-color .2s ease; }
.mg-card:hover { transform: translateY(-6px); border-color: var(--mg-gold); }
.mg-card-media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #1b1718; }
.mg-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mg-card:hover .mg-card-media img { transform: scale(1.04); }
.mg-card-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,7,8,.92)); }
.mg-flag { position: absolute; z-index: 2; top: 12px; left: 12px; font-size: 1.35rem; filter: drop-shadow(0 2px 5px #000); }
.mg-badge { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 5px 9px; color: #fff; background: var(--mg-rose); border-radius: 7px; font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.mg-card-body { padding: 16px; }
.mg-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mg-card h3 { margin: 0; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.25rem; font-weight: 500; letter-spacing: .04em; }
.mg-rating { padding: 4px 8px; color: #fff1c7; background: rgba(178,58,91,.78); border-radius: 7px; font-size: .75rem; }
.mg-card-sub { margin: 5px 0 12px; color: var(--mg-muted); font-size: .82rem; }
.mg-stats { display: flex; justify-content: space-between; gap: 6px; padding-top: 12px; color: #a99e93; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }

.mg-rated-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mg-rated-item { display: flex; align-items: center; gap: 14px; min-height: 88px; padding: 12px 18px; background: var(--mg-panel); border: 1px solid var(--mg-line); border-radius: 16px; }
.mg-rated-item img { width: 60px; height: 60px; object-fit: cover; border: 1px solid var(--mg-gold); border-radius: 50%; }
.mg-rated-item strong { display: block; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.05rem; letter-spacing: .06em; }
.mg-rated-item small { color: var(--mg-muted); }
.mg-rated-item .mg-rating { margin-left: auto; }

.mg-profile-page { padding: 42px 0 120px; }
.mg-profile-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: 24px; }
.mg-gallery-main { position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--mg-panel); border: 1px solid var(--mg-line); border-radius: var(--mg-radius); }
.mg-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.mg-profile-info { padding: 28px; background: var(--mg-panel); border: 1px solid var(--mg-line); border-radius: var(--mg-radius); }
.mg-profile-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.mg-profile-info h1 { margin: 0; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: clamp(2.2rem,5vw,4rem); font-weight: 500; }
.mg-profile-location { color: var(--mg-muted); }
.mg-profile-age { margin: 28px 0 16px; color: #dc6c8d; font-family: var(--mg-serif); letter-spacing: .15em; text-transform: uppercase; }
.mg-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 26px; }
.mg-detail { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
.mg-detail small { display: block; color: var(--mg-gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.mg-detail strong { font-family: var(--mg-serif); font-size: 1.15rem; font-weight: 500; }
.mg-info-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 20px; }
.mg-info-panel { padding: 24px; background: var(--mg-panel); border: 1px solid var(--mg-line); border-radius: var(--mg-radius); }
.mg-info-panel h2 { margin-top: 0; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.35rem; font-weight: 500; letter-spacing: .05em; }
.mg-tag { display: inline-flex; margin: 4px 4px 4px 0; padding: 7px 11px; color: var(--mg-muted); background: #171719; border: 1px solid var(--mg-line); border-radius: 9px; font-size: .78rem; }

.mg-archive { padding: 54px 0 120px; }
.mg-archive h1 { margin: 0 0 12px; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: clamp(2.5rem,6vw,5rem); font-weight: 500; }
.mg-archive-intro { max-width: 650px; margin-bottom: 32px; color: var(--mg-muted); }

.mg-site-footer { padding: 64px 0 118px; background: #050506; border-top: 1px solid var(--mg-line); }
.mg-footer-grid { display: grid; grid-template-columns: 1.2fr repeat(2,1fr); gap: 36px; }
.mg-footer-title { color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.2rem; }
.mg-footer-links { display: grid; gap: 8px; color: var(--mg-muted); font-size: .9rem; }
.mg-bottom-contact { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(6,6,7,.97); border-top: 1px solid var(--mg-line); backdrop-filter: blur(16px); }
.mg-bottom-contact a { display: grid; min-height: 74px; place-items: center; padding: 8px; color: var(--mg-gold-soft); border-right: 1px solid var(--mg-line); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mg-bottom-contact a:last-child { border-right: 0; }

@media (min-width: 1100px) {
  body { padding-left: 248px; }
  body.admin-bar .mg-desktop-sidebar { top: 32px; }
  .mg-site-header { display: none; }
  .mg-desktop-sidebar {
    position: fixed;
    z-index: 120;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 248px;
    flex-direction: column;
    overflow-y: auto;
    color: var(--mg-muted);
    background:
      radial-gradient(circle at 50% 0%, rgba(178,58,91,.42), transparent 34%),
      linear-gradient(180deg,#210911 0%,#0b0809 42%,#09090a 100%);
    border-right: 1px solid var(--mg-line);
    box-shadow: 16px 0 45px rgba(0,0,0,.38);
  }
  .mg-side-brand { display: grid; place-items: center; min-height: 210px; padding: 26px 18px 20px; text-align: center; border-bottom: 1px solid var(--mg-line); }
  .mg-side-brand .mg-crest { width: 76px; height: 76px; margin-bottom: 16px; font-size: 2.5rem; box-shadow: 0 0 0 8px rgba(217,177,121,.06); }
  .mg-side-brand strong { color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: 1.8rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
  .mg-side-brand small { color: var(--mg-muted); font-size: .62rem; letter-spacing: .25em; text-transform: uppercase; }
  .mg-side-nav { display: grid; gap: 5px; padding: 18px 15px; }
  .mg-side-nav a { display: flex; min-height: 43px; align-items: center; gap: 13px; padding: 0 14px; border: 1px solid transparent; border-radius: 9px; font-family: var(--mg-serif); font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
  .mg-side-nav a:hover, .mg-side-nav a.is-active { color: var(--mg-gold-soft); background: linear-gradient(135deg,rgba(178,58,91,.9),rgba(124,38,63,.75)); border-color: var(--mg-line); }
  .mg-side-nav b { width: 22px; color: var(--mg-gold); font-family: var(--mg-sans); font-size: 1rem; text-align: center; }
  .mg-side-booking { margin: 0 15px 18px; padding: 14px; border: 1px solid var(--mg-line); border-radius: 10px; }
  .mg-side-booking h3 { margin: 0 0 10px; color: var(--mg-gold-soft); font-family: var(--mg-serif); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
  .mg-side-booking p { margin: 8px 0; font-size: .72rem; }
  .mg-side-rose { display: grid; min-height: 250px; margin-top: auto; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(178,58,91,.42), transparent 43%); border-top: 1px solid var(--mg-line); font-size: 8rem; filter: saturate(.9); }
  .mg-hero, .mg-hero-inner { min-height: 500px; }
  .mg-hero-inner { padding: 80px 0 105px; }
  .mg-hero h1 { font-size: clamp(3.4rem,5vw,5.6rem); }
  .mg-search-shell { margin-top: -58px; }
  .mg-wrap { width: min(1360px, calc(100% - 36px)); }
  .mg-card-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
  .mg-card h3 { font-size: 1.05rem; }
  .mg-card-body { padding: 13px; }
  .mg-bottom-contact { right: 20px; bottom: 18px; left: auto; width: 76px; grid-template-columns: 1fr; overflow: hidden; border: 1px solid var(--mg-line); border-radius: 38px; box-shadow: 0 16px 45px rgba(0,0,0,.5); }
  .mg-bottom-contact a { display: none; }
  .mg-bottom-contact a:nth-child(2) { display: grid; width: 74px; height: 74px; min-height: 74px; color: white; background: linear-gradient(135deg,#df5278,#9a284b); border: 0; border-radius: 50%; }
  .mg-bottom-contact a:nth-child(2) b { font-size: 1.8rem; }
}
.mg-bottom-contact b { display: block; margin-bottom: 2px; font-size: 1.35rem; }

@media (max-width: 900px) {
  .mg-nav { position: absolute; top: 78px; right: 16px; left: 16px; display: none; padding: 20px; background: #0c0c0d; border: 1px solid var(--mg-line); border-radius: 16px; }
  .mg-nav.is-open { display: grid; }
  .mg-header-actions .mg-btn:first-child { display: none; }
  .mg-search { grid-template-columns: repeat(2,1fr); }
  .mg-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mg-profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body.admin-bar .mg-site-header { top: 46px; }
  .mg-wrap { width: min(100% - 22px, 1180px); }
  .mg-site-header, .mg-header-inner { min-height: 68px; }
  .mg-brand-copy strong { font-size: 1rem; letter-spacing: .08em; }
  .mg-brand-copy small { display: none; }
  .mg-crest { width: 36px; height: 36px; font-size: 1.1rem; }
  .mg-header-actions .mg-btn { min-height: 40px; padding: 0 14px; font-size: .76rem; }
  .mg-hero, .mg-hero-inner { min-height: 600px; }
  .mg-hero-actions { display: none; }
  .mg-hero-bg { background-image: linear-gradient(180deg, rgba(7,7,8,.2), rgba(7,7,8,.62) 42%, rgba(7,7,8,.98) 80%), url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=900&q=86"); background-position: 54% center; }
  .mg-hero-inner { align-items: end; padding: 210px 0 108px; }
  .mg-hero h1 { max-width: 100%; margin-top: 10px; font-size: clamp(2rem,10.5vw,2.6rem); letter-spacing: 0; }
  .mg-hero p { font-size: .92rem; }
  .mg-search-shell { margin-top: -68px; }
  .mg-search { grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; border-radius: 18px; }
  .mg-search .mg-btn { grid-column: 1 / -1; }
  .mg-field select { min-height: 49px; padding-left: 12px; font-size: .8rem; }
  .mg-home-content { padding-top: 24px; }
  .mg-section { margin-top: 40px; }
  .mg-section-head { margin-bottom: 14px; }
  .mg-section-title { font-size: 1.25rem; }
  .mg-view-all { font-size: .65rem; }
  .mg-card-grid { gap: 10px; }
  .mg-card { border-radius: 14px; }
  .mg-card-body { padding: 11px; }
  .mg-card h3 { font-size: 1rem; }
  .mg-card-sub { font-size: .7rem; }
  .mg-stats { font-size: .6rem; }
  .mg-rated-list { grid-template-columns: 1fr; gap: 10px; }
  .mg-rated-item { min-height: 78px; padding: 10px 12px; }
  .mg-rated-item img { width: 52px; height: 52px; }
  .mg-profile-page { padding-top: 14px; }
  .mg-profile-info { padding: 20px; }
  .mg-info-panels { grid-template-columns: 1fr; }
  .mg-footer-grid { grid-template-columns: 1fr; }
  .mg-site-footer { padding-bottom: 102px; }
  .mg-bottom-contact a { min-height: 68px; font-size: .58rem; }
  .mg-bottom-contact b { font-size: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Full-width directory layout inspired by the user's reference website. */
body { padding-left: 0 !important; background: #050505; }
.mg-desktop-sidebar { display: none !important; }
.mg-site-header { display: block !important; position: sticky; top: 0; min-height: 0; background: #050505; border-bottom: 0; backdrop-filter: none; }
.mg-brand-strip { display: flex; height: 34px; align-items: center; overflow: hidden; color: #171717; background: #f8f8f5; white-space: nowrap; }
.mg-brand-strip span { min-width: 100%; color: #151515; font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-align: center; word-spacing: 1.1em; }
.mg-header-core { display: grid; min-height: 130px; grid-template-columns: minmax(240px,.8fr) minmax(360px,1.45fr) auto; align-items: center; gap: 32px; }
.mg-header-core .mg-brand { margin: 0; }
.mg-header-core .mg-crest { width: 52px; height: 52px; color: #fff; border-color: rgba(255,255,255,.72); border-radius: 10px; font-family: var(--mg-sans); font-weight: 800; }
.mg-header-core .mg-brand-copy strong { color: #fff; font-family: var(--mg-sans); font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; text-transform: none; }
.mg-header-core .mg-brand-copy small { color: #aaa; letter-spacing: .18em; }
.mg-header-search { position: relative; }
.mg-header-search input[type="search"] { width: 100%; height: 56px; padding: 0 92px 0 20px; color: #111; background: #f7f7f7; border: 0; border-radius: 6px; outline: 0; }
.mg-header-search button { position: absolute; top: 5px; right: 5px; height: 46px; padding: 0 18px; color: #fff; background: #151515; border: 0; border-radius: 5px; cursor: pointer; }
.mg-social-actions { display: flex; gap: 10px; }
.mg-social-actions a { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .7rem; font-weight: 800; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.mg-social-actions a:hover { color: #f4c0cf; border-color: #f4c0cf; transform: translateY(-2px); }
.mg-header-core > .mg-nav { display: none; }
.mg-location-bar { border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); box-shadow: 0 5px 16px rgba(255,255,255,.16); }
.mg-location-links { display: flex; min-height: 82px; flex-wrap: wrap; align-content: center; justify-content: center; gap: 8px 54px; }
.mg-location-links a { color: #d8d8d8; font-size: .88rem; white-space: nowrap; }
.mg-location-links a:hover { color: #fff; }

.mg-ref-hero { position: relative; min-height: 660px; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 55% 40%, #292529 0, #121212 34%, #050505 70%); border-bottom: 1px solid rgba(255,255,255,.12); }
.mg-ref-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#050505 0%,transparent 26%,transparent 72%,#050505 100%), linear-gradient(0deg,#050505 0%,transparent 28%); }
.mg-ref-wordmark { position: absolute; z-index: -2; top: 50%; left: 50%; width: 100%; transform: translate(-50%,-50%); color: #f5f5f5; font-size: clamp(5.3rem,10.5vw,11rem); font-weight: 800; line-height: .8; letter-spacing: -.07em; text-align: center; white-space: nowrap; }
.mg-ref-wordmark--outline { z-index: 1; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.55); text-stroke: 1px rgba(255,255,255,.55); }
.mg-ref-hero-image { position: absolute; z-index: 0; top: 7%; bottom: 0; left: 50%; width: min(570px,42vw); transform: translateX(-50%); overflow: hidden; filter: saturate(.78) contrast(1.05); }
.mg-ref-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,5,.65),transparent 24%,transparent 76%,rgba(5,5,5,.65)),linear-gradient(0deg,#050505,transparent 38%); }
.mg-ref-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.mg-ref-hero-label { position: absolute; z-index: 2; bottom: 72px; left: 4.5%; display: grid; min-width: 260px; gap: 4px; padding: 14px 24px; border: 2px solid #fff; border-radius: 999px; text-align: center; text-transform: uppercase; }
.mg-ref-hero-label span { font-size: .68rem; letter-spacing: .32em; }
.mg-ref-hero-label strong { font-size: 1.8rem; line-height: 1; }
.mg-ref-hero-copy { position: absolute; z-index: 2; right: 4.5%; bottom: 66px; width: min(340px,29vw); text-align: right; }
.mg-ref-hero-copy p { margin: 0 0 18px; color: #d6d6d6; font-size: .98rem; }
.mg-ref-hero-copy a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 20px; border: 1px solid #fff; border-radius: 999px; font-weight: 800; }

.mg-ref-intro { padding: 72px 0 20px; text-align: center; }
.mg-ref-intro h2 { margin: 6px 0 12px; color: #fff; font-family: var(--mg-sans); font-size: clamp(2.6rem,5vw,5rem); font-weight: 800; line-height: 1; }
.mg-ref-intro > p:not(.mg-kicker) { max-width: 1050px; margin: 0 auto; color: #c8c8c8; }
.mg-ref-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.mg-ref-contact-grid a, .mg-location-grid a { display: grid; min-height: 46px; place-items: center; padding: 8px 16px; color: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 10px; box-shadow: inset 0 0 13px rgba(255,255,255,.18), 0 0 10px rgba(255,255,255,.15); font-weight: 700; }
.mg-ref-contact-grid a:hover, .mg-location-grid a:hover { color: #ffd5e1; border-color: #e57495; }
.mg-home-content { padding-top: 12px; }
.mg-section { margin-top: 68px; }
.mg-section-head { align-items: center; justify-content: center; position: relative; }
.mg-section-title { color: #fff; font-family: var(--mg-sans); font-size: clamp(2rem,3.3vw,3.4rem); font-weight: 800; letter-spacing: -.035em; text-align: center; text-transform: none; }
.mg-section-title::after { content: ""; display: block; width: 62%; height: 2px; margin: 8px auto 0; background: #fff; }
.mg-view-all { position: absolute; right: 0; color: #ddd; }
.mg-card { background: #070707; border-color: rgba(255,255,255,.6); border-radius: 12px; box-shadow: 0 0 12px rgba(255,255,255,.12); }
.mg-card:hover { border-color: #fff; }
.mg-card h3 { color: #fff; font-family: var(--mg-sans); font-weight: 700; }
.mg-card-sub, .mg-stats { color: #bbb; }
.mg-rating { background: #a92f55; }
.mg-card-profile-button { display: grid; min-height: 38px; margin-top: 13px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: 7px; box-shadow: inset 0 0 10px rgba(255,255,255,.12); font-size: .74rem; font-weight: 800; letter-spacing: .04em; }
.mg-card-availability { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.15); font-size: .68rem; }
.mg-card-availability strong { color: #ffd5df; font-size: .8rem; }
.mg-card-availability .is-online, .mg-profile-online { color: #4bd17c; }
.mg-card-availability .is-offline, .mg-profile-offline { color: #f06b79; }
.mg-location-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.mg-location-grid a:first-child { grid-column: 1 / -1; }
.mg-location-grid a:nth-last-child(-n+2) { grid-column: span 2; }
.mg-faq-list { border-top: 1px solid rgba(255,255,255,.7); }
.mg-faq-list details { border-right: 1px solid rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.7); border-left: 1px solid rgba(255,255,255,.7); }
.mg-faq-list summary { position: relative; padding: 17px 52px 17px 22px; font-weight: 800; cursor: pointer; list-style: none; }
.mg-faq-list summary::after { content: "+"; position: absolute; top: 11px; right: 20px; font-size: 1.5rem; }
.mg-faq-list details[open] summary::after { content: "-"; }
.mg-faq-list p { margin: 0; padding: 0 22px 18px; color: #c4c4c4; }

.mg-listings-hero { padding: 74px 0 66px; text-align: center; background: radial-gradient(circle at 50% 0,rgba(178,58,91,.22),transparent 42%),linear-gradient(180deg,#070707,#0d090a); border-bottom: 1px solid rgba(255,255,255,.2); }
.mg-listings-hero h1 { margin: 8px 0 16px; color: #fff; font-family: var(--mg-sans); font-size: clamp(3rem,7vw,6.5rem); font-weight: 800; line-height: .95; letter-spacing: -.06em; }
.mg-listings-hero p:last-child { max-width: 760px; margin: 0 auto; color: #c9c3c4; }
.mg-listings-page { padding: 38px 0 120px; }
.mg-listings-filter { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 24px; background: #0b0b0b; border: 1px solid rgba(255,255,255,.42); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.mg-listings-filter label { display: grid; gap: 7px; color: #d8d3d4; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mg-listings-filter input, .mg-listings-filter select { width: 100%; min-height: 46px; padding: 0 13px; color: #fff; background: #111; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; }
.mg-listings-filter option { background: #111; }
.mg-filter-actions { display: grid; grid-template-columns: 1fr auto; grid-column: 1 / -1; gap: 10px; }
.mg-filter-actions button, .mg-filter-actions a { display: grid; min-height: 46px; place-items: center; padding: 0 20px; border-radius: 7px; font-weight: 800; }
.mg-filter-actions button { color: #fff; background: linear-gradient(135deg,#bc3d61,#79243d); border: 1px solid #db6b8b; cursor: pointer; }
.mg-filter-actions a { color: #ddd; border: 1px solid rgba(255,255,255,.35); }
.mg-listings-locations { display: flex; gap: 10px; margin: 20px 0 48px; padding-bottom: 5px; overflow-x: auto; scrollbar-width: thin; }
.mg-listings-locations a { flex: 0 0 auto; padding: 9px 14px; color: #c9c4c5; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.mg-listings-locations a:hover, .mg-listings-locations a.is-active { color: #fff; background: #a32f50; border-color: #d06684; }
.mg-listings-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.mg-listings-heading h2 { margin: 3px 0 0; color: #fff; font-family: var(--mg-sans); font-size: clamp(2rem,4vw,3.4rem); }
.mg-listings-heading > span { color: #bbb; font-size: .78rem; }
.mg-listings-grid { align-items: start; }
.mg-listings-empty { margin-top: 28px; padding: 34px; color: #bbb; text-align: center; border: 1px solid rgba(255,255,255,.26); }
.mg-listings-empty h2 { color: #fff; }
.mg-listings-empty a { display: inline-block; margin-top: 8px; color: #ff9bb8; }
.mg-listings-pagination { margin-top: 42px; }
.mg-listings-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.mg-listings-pagination .page-numbers { display: grid; min-width: 40px; min-height: 40px; place-items: center; padding: 6px 12px; color: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 6px; }
.mg-listings-pagination .current { background: #a32f50; border-color: #d06684; }

@media (min-width: 1100px) {
  body { padding-left: 0 !important; }
  .mg-site-header { display: block !important; }
  .mg-wrap { width: min(1390px,calc(100% - 48px)); }
  .mg-menu-toggle { display: none; }
  .mg-card-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .mg-brand-strip { height: 28px; }
  .mg-brand-strip span { font-size: .52rem; text-align: left; }
  .mg-header-core { position: relative; min-height: 120px; grid-template-columns: auto 1fr auto; gap: 12px; padding-block: 12px; }
  .mg-header-core .mg-brand-copy small { display: none; }
  .mg-header-core .mg-brand-copy strong { font-size: 1.15rem; }
  .mg-header-core .mg-crest { width: 40px; height: 40px; }
  .mg-header-search { grid-column: 1 / -1; grid-row: 2; }
  .mg-header-search input[type="search"] { height: 46px; }
  .mg-header-search button { height: 36px; }
  .mg-social-actions { gap: 6px; }
  .mg-social-actions a { width: 36px; height: 36px; font-size: .6rem; }
  .mg-header-core > .mg-nav { position: absolute; z-index: 5; top: 74px; right: 12px; left: 12px; display: none; padding: 18px; background: #090909; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; }
  .mg-header-core > .mg-nav.is-open { display: grid; }
  .mg-location-links { min-height: 54px; flex-wrap: nowrap; justify-content: flex-start; gap: 28px; overflow-x: auto; scrollbar-width: none; }
  .mg-location-links::-webkit-scrollbar { display: none; }
  .mg-ref-hero { min-height: 570px; }
  .mg-ref-wordmark { top: 43%; font-size: 18vw; }
  .mg-ref-hero-image { top: 3%; left: 54%; width: 78vw; }
  .mg-ref-hero-label { bottom: 74px; left: 16px; min-width: 160px; padding: 10px 14px; }
  .mg-ref-hero-label strong { font-size: 1.25rem; }
  .mg-ref-hero-copy { right: 16px; bottom: 68px; width: 44vw; }
  .mg-ref-hero-copy p { font-size: .75rem; }
  .mg-ref-hero-copy a { min-height: 36px; padding: 0 12px; font-size: .68rem; }
  .mg-ref-intro { padding-top: 52px; }
  .mg-ref-intro h2 { font-size: 2.55rem; }
  .mg-ref-contact-grid { gap: 8px; }
  .mg-ref-contact-grid a { min-height: 42px; padding: 6px; font-size: .72rem; }
  .mg-view-all { position: static; }
  .mg-location-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .mg-location-grid a:first-child, .mg-location-grid a:nth-last-child(-n+2) { grid-column: auto; }
  .mg-listings-filter { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .mg-site-header { min-height: 0; }
  .mg-menu-toggle { width: 38px; height: 38px; }
  .mg-header-core { min-height: 116px; }
  .mg-social-actions a:nth-child(3) { display: none; }
  .mg-ref-hero { min-height: 520px; }
  .mg-ref-wordmark { font-size: 19vw; }
  .mg-ref-hero-label { bottom: 60px; }
  .mg-ref-hero-copy { bottom: 54px; }
  .mg-ref-intro h2 { font-size: 2.2rem; }
  .mg-section-title { font-size: 1.8rem; }
  .mg-section-head { align-items: center; }
  .mg-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mg-location-grid a { font-size: .72rem; }
  .mg-listings-hero { padding: 52px 0 46px; }
  .mg-listings-hero h1 { font-size: 3.25rem; }
  .mg-listings-filter { grid-template-columns: 1fr; padding: 16px; gap: 12px; }
  .mg-filter-actions { grid-template-columns: 1fr; }
  .mg-listings-locations { margin-bottom: 34px; }
  .mg-listings-heading { align-items: start; }
}

.mg-profile-reference { padding: 46px 0 120px; }
.mg-profile-reference-head { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(420px,1.28fr); align-items: center; gap: 44px; margin-bottom: 42px; }
.mg-profile-back { display: inline-block; margin-bottom: 14px; color: #aaa; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.mg-profile-reference h1 { margin: 0; color: #fff; font-family: var(--mg-sans); font-size: clamp(3rem,6vw,6rem); font-weight: 800; line-height: .9; text-shadow: 0 0 16px rgba(255,255,255,.35); }
.mg-profile-summary { color: #ddd; text-align: right; }
.mg-profile-summary > p { margin: 0 0 26px; font-size: 1.05rem; }
.mg-profile-summary > div { display: flex; justify-content: flex-end; gap: 70px; }
.mg-profile-gallery { display: grid; justify-items: center; }
.mg-profile-main-image { width: min(640px,100%); overflow: hidden; background: #0b0b0b; border: 1px solid rgba(255,255,255,.5); box-shadow: 0 0 20px rgba(255,255,255,.13); }
.mg-profile-main-image img { width: 100%; max-height: 860px; object-fit: cover; }
.mg-profile-thumbs { display: flex; width: min(640px,100%); gap: 10px; margin-top: 12px; overflow-x: auto; }
.mg-gallery-thumb { flex: 0 0 96px; height: 112px; padding: 0; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; cursor: pointer; }
.mg-gallery-thumb.is-active { border-color: #fff; box-shadow: 0 0 10px rgba(255,255,255,.35); }
.mg-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mg-profile-table .mg-price-group th { color: #7fd4ff; background: rgba(127,212,255,.08); text-align: left; }
.mg-profile-contact-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 22px 0 34px; }
.mg-profile-contact-row a { display: grid; min-height: 48px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.78); box-shadow: inset 0 0 14px rgba(255,255,255,.16),0 0 10px rgba(255,255,255,.13); font-weight: 800; }
.mg-profile-contact-row a:hover { color: #ffd4df; border-color: #df6f90; }
.mg-profile-table-section { margin-top: 34px; }
.mg-profile-table-section h2, .mg-profile-about h2, .mg-related-profiles h2 { color: #9fc7ff; font-family: var(--mg-sans); font-size: clamp(1.8rem,3vw,2.7rem); font-weight: 800; text-align: center; }
.mg-profile-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.mg-profile-table th, .mg-profile-table td { width: 50%; padding: 16px; color: #e4e4e4; border: 1px solid rgba(255,255,255,.25); text-align: left; }
.mg-profile-table th { color: #fff; font-weight: 800; }
.mg-profile-about { margin-top: 40px; padding: 30px; color: #c9c9c9; border: 1px solid rgba(255,255,255,.28); }
.mg-profile-about h2 { margin-top: 0; text-align: left; }
.mg-profile-contact-row--two { grid-template-columns: repeat(2,1fr); }
.mg-related-profiles { margin-top: 54px; }
.mg-related-profiles h2 { margin-bottom: 26px; }
.mg-related-profiles .mg-card-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

@media (max-width: 900px) {
  .mg-profile-reference { padding-top: 30px; }
  .mg-profile-reference-head { grid-template-columns: 1fr; gap: 22px; }
  .mg-profile-summary { text-align: left; }
  .mg-profile-summary > div { justify-content: flex-start; gap: 24px; }
  .mg-profile-contact-row { grid-template-columns: 1fr; gap: 10px; }
  .mg-related-profiles .mg-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .mg-profile-reference h1 { font-size: 3rem; }
  .mg-profile-summary > div { display: grid; gap: 8px; }
  .mg-profile-main-image img { max-height: 680px; }
  .mg-profile-table th, .mg-profile-table td { padding: 12px 10px; font-size: .82rem; }
  .mg-profile-about { padding: 20px; }
}
