/*
Theme Name: Escorts Ireland
Template: escorts-theme
Version: 0.1.0
Text Domain: escorts_ireland
*/

:root {
  --ei-bg: #181818;
  --ei-bg-deep: #0a0a0a;
  --ei-panel: #101010;
  --ei-card: #202020;
  --ei-text: #ffffff;
  --ei-muted: #9b9b9b;
  --ei-line: rgba(255, 255, 255, .18);
  --ei-gold: #a79a43;
  --ei-gold-strong: #b8aa4b;
}

* {
  box-sizing: border-box;
}

body.escorts_ireland-theme {
  background: var(--ei-bg);
  color: var(--ei-muted);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

body.escorts_ireland-theme a {
  color: inherit;
  text-decoration: none;
}

.ei-shell,
.lc-cm-shell,
.vs-shell {
  width: min(1280px, calc(100% - 160px));
  margin: 0 auto;
}

.lc-cm-main {
  background: var(--ei-bg);
}

.lc-cm-topbar,
.lc-cm-header-search {
  display: none !important;
}

.ei-header,
.lc-cm-header {
  background: rgba(10, 10, 10, .98);
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 50;
}

.lc-cm-navbar,
.lc-cm-actions,
.lc-cm-nav {
  align-items: center;
  display: flex;
}

.lc-cm-navbar {
  justify-content: space-between;
  min-height: 92px;
}

.lc-cm-logo {
  min-width: 260px;
}

.lc-cm-logo span {
  display: none !important;
}

.lc-cm-logo strong {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lc-cm-nav {
  gap: 34px;
  justify-content: flex-end;
}

.lc-cm-nav a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  min-height: 92px;
  display: inline-flex;
  align-items: center;
}

.lc-cm-nav a:hover {
  color: var(--ei-gold-strong);
}

.lc-cm-post {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 1px;
  min-height: 46px;
  padding: 0 22px;
  text-transform: uppercase;
}

.ei-hero {
  background:
    linear-gradient(90deg, rgba(24,24,24,.54), rgba(24,24,24,.35)),
    url("../escorts-theme/assets/images/template_files/burlington-34dd-nice-hot-asian-girls-100-real-burlington-3.jpg") center 36%/cover no-repeat;
  min-height: 540px;
  position: relative;
}

.ei-hero::after {
  background: linear-gradient(180deg, rgba(24,24,24,0), var(--ei-bg));
  bottom: 0;
  content: "";
  height: 130px;
  left: 0;
  position: absolute;
  right: 0;
}

.ei-hero__inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 190px minmax(0, 1fr) 260px;
  min-height: 540px;
  position: relative;
  z-index: 1;
}

.ei-kicker {
  color: var(--ei-gold-strong);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.ei-hero h1 {
  color: #fff;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.12;
  margin: 0;
  max-width: 780px;
  text-transform: uppercase;
}

.ei-hero h1 span {
  color: var(--ei-gold-strong);
  display: block;
}

.ei-hero__lead {
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 600px;
}

.ei-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.ei-button {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 1px;
  min-height: 46px;
  min-width: 204px;
  padding: 0 28px;
  text-transform: uppercase;
}

.ei-button--gold {
  background: var(--ei-gold);
  border-color: var(--ei-gold);
}

.ei-button--ghost {
  background: rgba(0,0,0,.12);
}

.ei-models,
.lc-cm-archive,
.lc-cm-detail,
.lc-cm-categories,
.lc-cm-listings {
  background: var(--ei-bg);
  padding: 84px 0;
}

.ei-section-head,
.lc-cm-section-head {
  margin-bottom: 58px;
  text-align: center;
}

.ei-section-head span,
.lc-cm-section-head span,
.lc-cm-kicker {
  color: var(--ei-gold-strong);
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ei-section-head h2,
.ei-apply h2,
.ei-discover h2,
.ei-profile-section h2,
.ei-related-title,
.lc-cm-section-head h2,
.lc-cm-page-banner h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.ei-section-head h2::before,
.ei-section-head h2::after {
  background: var(--ei-gold);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 22px 12px;
  width: 32px;
}

.ei-model-grid,
.lc-cm-card-grid,
.lc-cm-card-grid--archive {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ei-model-card {
  background: transparent;
  color: var(--ei-muted);
  min-width: 0;
}

.ei-model-card__media {
  aspect-ratio: 290 / 386;
  background: #252525;
  display: block;
  overflow: hidden;
  position: relative;
}

.ei-model-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
  width: 100%;
}

.ei-model-card:hover img {
  opacity: .82;
  transform: scale(1.04);
}

.ei-model-card__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82));
  bottom: 0;
  display: grid;
  gap: 4px;
  left: 0;
  opacity: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  transition: opacity .25s ease;
}

.ei-model-card:hover .ei-model-card__overlay {
  opacity: 1;
}

.ei-model-card__overlay em {
  color: #fff;
  display: flex;
  font-style: normal;
  justify-content: space-between;
}

.ei-model-card__overlay b {
  color: var(--ei-gold-strong);
  text-transform: uppercase;
}

.ei-model-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .6px;
  line-height: 1.25;
  margin: 18px 0 4px;
  text-transform: uppercase;
}

.ei-model-card h3 a {
  color: #fff;
}

.ei-model-card p {
  color: var(--ei-muted);
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}

.ei-empty,
.lc-cm-empty {
  border: 1px solid var(--ei-line);
  color: var(--ei-muted);
  display: grid;
  gap: 8px;
  margin: 0 auto;
  max-width: 760px;
  padding: 34px;
  text-align: center;
}

.ei-empty strong {
  color: #fff;
  font-size: 22px;
}

.ei-apply {
  background:
    linear-gradient(90deg, rgba(24,24,24,.96), rgba(24,24,24,.72)),
    url("../escorts-theme/assets/images/template_files/let-me-be-your-girlfriend-for-the-hour-or-for-the-night-barr-0.jpg") right center/58% auto no-repeat;
  min-height: 460px;
  padding: 96px 0;
}

.ei-apply__inner {
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
}

.ei-apply p:not(.ei-kicker) {
  color: var(--ei-muted);
  font-size: 18px;
  margin: 22px 0 32px;
}

.ei-discover {
  background: #111;
  padding: 72px 0;
}

.ei-discover__grid {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ei-pill-list,
.vs-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ei-pill-list a,
.vs-amenities a {
  border: 1px solid var(--ei-line);
  color: #fff;
  font-weight: 800;
  padding: 9px 13px;
  text-transform: uppercase;
}

.ei-stats {
  background: var(--ei-bg);
  border-top: 1px solid var(--ei-line);
}

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

.ei-stats__grid div {
  border-right: 1px solid var(--ei-line);
  padding: 32px 20px;
  text-align: center;
}

.ei-stats__grid div:last-child {
  border-right: 0;
}

.ei-stats strong {
  color: #fff;
  display: block;
  font-size: 34px;
}

.lc-cm-page-banner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.38)),
    url("../escorts-theme/assets/images/template_files/burlington-34dd-nice-hot-asian-girls-100-real-burlington-3.jpg") center 34%/cover no-repeat;
  display: flex;
  min-height: 250px;
}

.lc-cm-breadcrumb {
  color: rgba(255,255,255,.72);
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.lc-cm-search-panel,
.lc-cm-widget,
.lc-cm-detail-card {
  background: var(--ei-panel);
  border: 1px solid var(--ei-line);
  color: #fff;
}

.lc-cm-search-panel {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr 1.2fr 150px;
  margin: -34px auto 0;
  max-width: 1000px;
  padding: 12px;
}

.lc-cm-search-panel label,
.lc-cm-widget label {
  display: grid;
  gap: 5px;
}

.lc-cm-search-panel span,
.lc-cm-widget label span {
  color: var(--ei-gold-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lc-cm-search-panel input,
.lc-cm-search-panel select,
.lc-cm-widget input,
.lc-cm-widget select,
.lc-cm-toolbar select {
  background: #fff;
  border: 0;
  color: #111;
  font: inherit;
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.lc-cm-search-panel button,
.lc-cm-widget button,
.lc-cm-reveal,
.lc-cm-outline {
  background: var(--ei-gold);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-height: 48px;
  text-transform: uppercase;
}

.lc-cm-archive__layout,
.lc-cm-detail__layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 273px minmax(0, 1fr);
}

.lc-cm-sidebar,
.lc-cm-detail__sidebar {
  display: grid;
  gap: 24px;
}

.lc-cm-widget {
  padding: 24px;
}

.lc-cm-widget h2,
.lc-cm-toolbar h2,
.lc-cm-card h3 {
  color: #fff;
  margin-top: 0;
}

.lc-cm-link-list {
  display: grid;
  gap: 10px;
}

.lc-cm-link-list a {
  color: var(--ei-muted);
}

.lc-cm-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.lc-cm-card {
  background: transparent;
  border: 0;
}

.lc-cm-card__media {
  aspect-ratio: 290 / 386;
  display: block;
  overflow: hidden;
}

.lc-cm-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lc-cm-card__badge,
.lc-cm-card__foot,
.lc-cm-card p {
  display: none;
}

.lc-cm-card__body {
  padding: 14px 0 0;
}

.lc-cm-card h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.lc-cm-card__meta {
  color: var(--ei-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: uppercase;
}

.ei-profile-hero__strip {
  background: #080808;
  display: grid;
  grid-auto-columns: minmax(360px, 1fr);
  grid-auto-flow: column;
  height: 640px;
  overflow: hidden;
}

.ei-profile-hero__strip img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ei-profile {
  background: var(--ei-bg);
  padding: 64px 0 54px;
}

.ei-profile__layout {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) 405px;
}

.ei-profile__head {
  align-items: center;
  border-bottom: 1px solid var(--ei-line);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding-bottom: 34px;
}

.ei-profile h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.15;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ei-profile__social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ei-profile__social a {
  color: var(--ei-gold-strong);
  font-weight: 800;
}

.ei-contact-button {
  background: #25d366;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  min-height: 54px;
  padding: 0 24px;
}

.ei-profile-facts {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px 0 0;
}

.ei-profile-facts div {
  display: grid;
  gap: 4px;
}

.ei-profile-facts dt {
  color: var(--ei-muted);
  font-size: 16px;
  letter-spacing: 1px;
}

.ei-profile-facts dd {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.ei-profile-section {
  margin-top: 86px;
}

.ei-profile-section h2,
.ei-related-title {
  font-size: 30px;
  margin-bottom: 24px;
}

.ei-profile-section p {
  color: var(--ei-muted);
  font-size: 23px;
  line-height: 1.62;
  max-width: 820px;
}

.ei-contact-card {
  background: #080808;
  color: #fff;
  padding: 42px;
}

.ei-contact-card h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.vs-contact-result {
  background: rgba(255,255,255,.08);
  color: #fff;
  margin: 18px 0;
  padding: 14px;
}

.ei-footer {
  background: #090909;
  border-top: 1px solid var(--ei-line);
  color: var(--ei-muted);
}

.ei-footer__grid {
  display: grid;
  gap: 52px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding: 72px 0;
}

.ei-footer__brand a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ei-footer p {
  max-width: 360px;
}

.ei-footer nav {
  display: grid;
  gap: 10px;
}

.ei-footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ei-footer a {
  color: var(--ei-muted);
}

.ei-footer__bottom {
  border-top: 1px solid var(--ei-line);
  padding: 22px 0;
}

.ei-footer__bottom span {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .ei-shell,
  .lc-cm-shell,
  .vs-shell {
    width: min(100% - 48px, 1280px);
  }

  .ei-model-grid,
  .lc-cm-card-grid,
  .lc-cm-card-grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ei-profile__layout,
  .lc-cm-archive__layout,
  .lc-cm-detail__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ei-shell,
  .lc-cm-shell,
  .vs-shell {
    width: min(100% - 24px, 1280px);
  }

  .lc-cm-navbar {
    min-height: 83px;
    padding: 24px 0;
  }

  .lc-cm-logo strong {
    font-size: 24px;
  }

  .lc-cm-nav,
  .lc-cm-actions {
    display: none !important;
  }

  .ei-hero,
  .ei-hero__inner {
    min-height: 560px;
  }

  .ei-hero__inner {
    align-content: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .ei-hero h1 {
    font-size: 38px;
  }

  .ei-hero__lead {
    font-size: 16px;
  }

  .ei-hero__actions {
    margin-top: 10px;
  }

  .ei-hero__actions .ei-button {
    width: 100%;
  }

  .ei-model-grid,
  .lc-cm-card-grid,
  .lc-cm-card-grid--archive {
    gap: 2px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ei-model-card h3,
  .lc-cm-card h3 {
    font-size: 14px;
    margin: 10px 0 2px;
    padding: 0 8px;
  }

  .ei-model-card p,
  .ei-model-card__overlay,
  .lc-cm-card__meta {
    display: none;
  }

  .ei-apply {
    background:
      linear-gradient(180deg, rgba(24,24,24,.92), rgba(24,24,24,.78)),
      url("../escorts-theme/assets/images/template_files/let-me-be-your-girlfriend-for-the-hour-or-for-the-night-barr-0.jpg") center/cover no-repeat;
  }

  .ei-apply__inner,
  .ei-discover__grid,
  .ei-stats__grid,
  .ei-footer__grid,
  .ei-profile-facts,
  .lc-cm-search-panel {
    grid-template-columns: 1fr;
  }

  .ei-stats__grid div {
    border-bottom: 1px solid var(--ei-line);
    border-right: 0;
  }

  .ei-profile-hero__strip {
    grid-auto-columns: 72%;
    height: 540px;
    overflow-x: auto;
  }

  .ei-profile {
    padding: 44px 0;
  }

  .ei-profile__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ei-contact-button {
    width: 100%;
  }

  .ei-profile h1 {
    font-size: 38px;
  }

  .ei-profile-section {
    margin-top: 58px;
  }

  .ei-profile-section p {
    font-size: 20px;
  }

  .ei-contact-card {
    padding: 30px;
  }

  .ei-footer__grid {
    gap: 34px;
    padding: 52px 0;
  }
}
