/* ==========================================================================
   NYTESCORT.COM - Top Style Sheet (Black & White Luxury Theme)
   ========================================================================== */

section {
  width: 100%;
  padding-block: 30px;
}

h2, h3 {
  color: #ffffff;
  font-family: var(--font-heading), sans-serif;
  margin-bottom: 10px;
  margin-top: 14px;
}

h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  line-height: 1.2;
  letter-spacing: 0.015em;
}

p {
  font-size: clamp(0.9375rem, 1.8vw, 1.05rem);
  line-height: 1.6;
  margin-bottom: 10px;
  color: #d4d4d8;
}

ul {
  list-style: none;
}

ol {
  margin-left: 18px;
  color: #d4d4d8;
}

li {
  font-size: clamp(0.93125rem, 1.8vw, 1.03125rem);
  line-height: 1.5;
  margin-bottom: 6px;
  color: #d4d4d8;
}

a {
  text-decoration: none;
}

li span {
  color: #ffffff;
  font-weight: 600;
}

.center {
  text-align: center;
}

.center-title,
.center-sub-title {
  text-align: center;
}

.center-sub-title {
  font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
  color: #a1a1aa;
}

.list-title {
  font-weight: 600;
  color: #ffffff;
}

.importent-text {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  text-transform: uppercase;
}

.hi-ligh {
  color: #ffffff;
  font-weight: 600;
}

.hglink {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hglink:hover {
  color: #e4e4e7;
}

strong a {
  color: #ffffff;
  text-decoration: underline;
}

strong a:hover {
  color: #e4e4e7;
}

.m-top {
  margin-top: 14px;
}

.m-top-xl {
  margin-top: 16px;
}

.m-block {
  margin-block: 16px;
}

.container h2:first-child,
.container h3:first-child,
.container h4:first-child {
  margin-top: 0;
}

.container p:last-child,
.container ul:last-child,
.container ol:last-child {
  margin-bottom: 0;
}

.container p:has(+ h2),
.container p:has(+ h3),
.container p:has(+ h4) {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  section {
    padding-block: 38px;
  }
  h2, h3, h4 {
    margin-bottom: 12px;
    margin-top: 18px;
  }
  p {
    margin-bottom: 12px;
  }
  .m-top {
    margin-top: 15px;
  }
  .m-top-xl {
    margin-top: 18px;
  }
  .m-block {
    margin-block: 18px;
  }
}

@media (min-width: 768px) {
  section {
    padding-block: 48px;
  }
  h2, h3, h4 {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  p {
    margin-bottom: 16px;
  }
  .m-top {
    margin-top: 16px;
  }
  .m-top-xl {
    margin-top: 22px;
  }
  .m-block {
    margin-block: 22px;
  }
}

@media (min-width: 1024px) {
  section {
    padding-block: 60px;
  }
}

/* ==========================================================================
   SECTION BACKGROUNDS & LAYOUTS (BLACK & WHITE THEME)
   ========================================================================== */

.intro-section {
  background: #09090b;
  color: #f4f4f5;
  border-bottom: 1px solid #27272a;
}

.about-section,
.about-service-section,
.about-pihu-escorts,
.escorts-category-section,
.escorts-rates-section {
  background: linear-gradient(180deg, #09090b 0%, #121215 50%, #18181b 100%);
  border-top: 1px solid #27272a;
  border-bottom: 1px solid #27272a;
  color: #f4f4f5;
}

/* ABOUT SECTION VIDEO & MEDIA */
.about-section {
  content-visibility: auto;
  contain-intrinsic-size: 700px 600px;
}

.about-section .video-col {
  order: -1;
}

@media (min-width: 768px) {
  .about-section .video-col {
    order: 2;
  }
}

.video-col {
  width: 100%;
  max-width: 700px;
}

.responsive-video {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #3f3f46;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .about-section .two-col {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .about-section .text-col {
    flex: 0 0 42%;
  }
  .about-section .video-col {
    flex: 0 0 58%;
    align-self: start;
  }
}

/* RIBBON CONTAINER */
.ribbion-container {
  padding: 32px 20px;
  background: radial-gradient(circle at center, #18181b 0%, #09090b 100%);
  border-top: 1px solid #3f3f46;
  border-bottom: 1px solid #3f3f46;
  text-align: center;
  margin: auto;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.ribbion-text {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.ribbion-btn {
  display: inline-block;
  padding: 10px 24px;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-weight: 800;
  color: #000000;
  background: #ffffff;
  border-radius: 50px;
  transition: all 0.25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

@media (hover: hover) and (pointer: fine) {
  .ribbion-btn:hover {
    transform: translateY(-2px) scale(1.04);
    background: #e4e4e7;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
  }
}

@media (hover: none) and (pointer: coarse) {
  .ribbion-btn:active {
    background: #e4e4e7;
  }
}

/* ==========================================================================
   GALLERY & CARDS SECTION (HIGH-CONTRAST B&W CARDS)
   ========================================================================== */

.escorts-gallery {
  background: #050507;
  padding-block: 40px;
}

.grid-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  content-visibility: auto;
}

.girl-card,
.simple-card {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #3f3f46;
  background: #121215;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.girl-card {
  position: relative;
}

.img-box {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: transform .55s cubic-bezier(.25, .1, .25, 1);
}

.girl-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 75%, transparent 100%);
  text-align: center;
}

.girl-name {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.sub-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 4px 0 10px;
  line-height: 1.3;
}

.sub-info span {
  color: #a1a1aa;
  font-size: 0.92rem;
  font-weight: 500;
}

.girl-category::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 8px;
  vertical-align: middle;
  transform: translateY(-1px);
}

.card-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.card-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease;
}

.call-btn {
  background-color: #c50808;
  color: #000000!;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.wa-btn {
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.3);
}

.card-buttons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  pointer-events: none;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .girl-card:hover .img-box img,
  .simple-card:hover .img-box img {
    transform: scale(1.1) rotate(2deg);
  }
  .girl-card:hover,
  .simple-card:hover {
    border-color: #ffffff;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
  }
  .call-btn:hover svg,
  .wa-btn:hover svg {
    transform: scale(1.15);
  }
}

@media (min-width: 360px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .girl-name {
    font-size: clamp(1rem, 2vw, 1.15rem);
  }
  .sub-info span {
    font-size: clamp(0.80rem, 2vw, 0.95rem);
  }
}

@media (min-width: 600px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .grid-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* BOOKING GALLERY & CARDS */
.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.simple-card {
  flex-direction: column;
}

.simple-card .img-box {
  position: relative;
}

.experties {
  display: block;
  padding: 12px;
  text-align: center;
  background: #18181b;
  color: #ffffff;
  font-size: clamp(0.85rem, 2.3vw, 1rem);
  font-weight: 700;
  border-top: 1px solid #27272a;
}

/* LIST SECTION */
.hotel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  margin: 12px 0 20px;
}

.hotel-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.4;
  color: #e4e4e7;
}

.hotel-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: #ffffff;
  border-radius: 50%;
}

/* CATEGORY GALLERY SECTION */
.client-testimonials h3,
.escorts-category-section h3 {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  color: #ffffff;
}

.category-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   RATES TABLE SECTION (BLACK & WHITE HIGH-CONTRAST TABLE)
   ========================================================================== */

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #3f3f46;
}

.table {
  width: 100%;
  min-width: 600px;
  margin: 0;
  border-collapse: collapse;
  background: #09090b;
  font-size: clamp(.85rem, 1.5vw, 1rem);
}

.table thead th {
  padding: 12px 10px;
  background: #18181b;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3f3f46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table tbody td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #27272a;
  color: #e4e4e7;
}

.table tbody td:first-child,
.table thead th:first-child {
  text-align: left;
}

.table tbody tr:nth-child(even) {
  background: #121215;
}

@media (hover: hover) and (pointer: fine) {
  .table tbody tr:hover {
    background: #1c1c22;
  }
}

/* CLIENT TESTIMONIALS SECTION */
.profile-sub-title {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
}

blockquote {
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  color: #d4d4d8;
  border-left: 3px solid #ffffff;
  padding-left: 14px;
}

blockquote span {
  color: #ffffff;
  font-weight: 700;
}

/* ==========================================================================
   FAQ SECTION (BLACK & WHITE ACCORDION)
   ========================================================================== */

.faq-sec {
  position: relative;
  overflow: hidden;
  background: #09090b;
}

.faq-sec .container {
  position: relative;
  z-index: 1;
}

.faq-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: -1;
}

.faq-sec h3 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.faq-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: grayscale(100%) brightness(0.4);
}

.faq-item {
  background: linear-gradient(135deg, #18181b 0%, #0c0c0e 100%);
  border: 1px solid #27272a;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: border-color 0.2s ease;
}

.faq-item:hover {
  border-color: #3f3f46;
}

.faq-item summary {
  font-size: clamp(0.9375rem, 2.5vw, 1rem);
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
  color: #ffffff;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 10px;
  font-size: clamp(0.875rem, 2.2vw, 0.95rem);
  line-height: 1.6;
  color: #a1a1aa;
}

.contact-info li {
  color: #d4d4d8;
}

.contact-info li a {
  color: #ffffff;
  text-decoration: underline;
}

.contact-info li a:hover {
  color: #e4e4e7;
}

/* ==========================================================================
   FOOTER SECTION (BLACK & WHITE)
   ========================================================================== */

.site-footer {
  background-color: #050507;
  padding: 36px 15px;
  text-align: center;
  border-top: 1px solid #27272a;
  contain: layout paint;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.footer-logo {
  max-width: 160px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) brightness(2);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 18px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  color: #ffffff;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
  position: relative;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #a1a1aa;
}

.footer-links a img {
  filter: brightness(0) invert(1);
}

.bottom-footer {
  margin-top: 20px;
}

.bottom-footer p {
  font-size: clamp(0.85rem, 1.6vw, 0.9rem);
  margin: 0;
  color: #71717a;
  font-weight: 500;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 44px 20px;
  }
  .footer-logo-wrap {
    margin-bottom: 32px;
  }
  .footer-links {
    gap: 0 30px;
  }
  .bottom-footer {
    margin-top: 28px;
  }
}

/* AGE MODAL BUTTONS */
.age-buttons {
  margin-top: 24px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: 100%;
}

.btn-yes,
.btn-no {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  line-height: 1.2 !important;
  width: auto !important;
  min-width: 130px !important;
  box-sizing: border-box !important;
}

.btn-yes {
  background: #ff2d75 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255, 45, 117, 0.4) !important;
}

.btn-yes:hover {
  background: #ff0055 !important;
  box-shadow: 0 6px 20px rgba(255, 45, 117, 0.6) !important;
  transform: translateY(-2px) !important;
}

.btn-no {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.btn-no:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}