/*
Theme Name: Downtown Vegas Asian Outcall
Theme URI: https://downtownvegasasianoutcall.com/
Author: Downtown Vegas Asian Outcall
Description: A fast, conversion-focused custom theme for a 24/7 mobile massage service in Downtown Las Vegas.
Version: 1.2.6
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: downtown-vegas-outcall
*/

:root {
  --ink: #172525;
  --plum: #173f3d;
  --plum-deep: #0d2928;
  --rose: #b4833f;
  --rose-soft: #dce9e5;
  --gold: #caa66a;
  --sand: #eef2ed;
  --cream: #fbf8f0;
  --white: #ffffff;
  --muted: #60706e;
  --line: rgba(23, 63, 61, 0.14);
  --shadow: 0 24px 70px rgba(13, 41, 40, 0.16);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: #fff; padding: 12px 16px; }
.skip-link:focus { left: 10px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--rose);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0 0 18px; color: var(--plum-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.25rem, 4.7vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0 0 20px; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.section { padding: 105px 0; }
.section--sand { background: var(--sand); }
.section--plum { color: #e5f1ee; background: var(--plum-deep); }
.section--plum h2, .section--plum h3 { color: #f7fbf9; }
.section--plum .eyebrow { color: #d8b77b; }
.section-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 55px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: #95692d; box-shadow: 0 13px 30px rgba(180,131,63,.25); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button--light { background: var(--white); color: var(--plum); }
.button--light:hover { background: #f9f4e8; }
.button--ghost { border-color: rgba(23,63,61,.26); background: transparent; color: var(--plum); }
.button--ghost:hover { background: rgba(23,63,61,.06); box-shadow: none; }

.topline { background: var(--plum-deep); color: #d7e8e4; font-size: .82rem; }
.topline__inner { display: flex; min-height: 39px; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.topline__inner span:first-child { font-weight: 750; letter-spacing: .04em; }
.topline a { color: #fff; font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(23,63,61,.1); background: rgba(251,248,240,.93); backdrop-filter: blur(15px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 26px; }
.brand { max-width: 330px; color: var(--plum); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; line-height: 1.15; text-decoration: none; }
.brand small { display: block; margin-top: 4px; color: var(--rose); font-family: Inter, sans-serif; font-size: .61rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav > a:not(.button) { color: var(--ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.desktop-nav > a:not(.button):hover { color: var(--rose); }

.hero { position: relative; overflow: hidden; padding: 86px 0 75px; background: linear-gradient(135deg, #fbf8f0 0%, #eef2ed 54%, #dce9e5 100%); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -210px; top: -220px; border: 1px solid rgba(180,131,63,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.15), 0 0 0 160px rgba(255,255,255,.12); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; gap: 64px; align-items: center; }
.hero h1 span { display: block; color: var(--rose); font-style: italic; font-weight: 400; }
.hero__copy { max-width: 690px; }
.hero__copy .lead { margin-bottom: 29px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 31px; }
.hero__note { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.hero__note span::before { content: "✓"; margin-right: 8px; color: var(--rose); }
.hero-card { position: relative; min-height: 515px; border-radius: 170px 170px 28px 28px; background: linear-gradient(150deg, #0d2928 0%, #1b5652 55%, #4b8780 100%); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 260px; height: 260px; left: -75px; bottom: 75px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.06), 0 0 0 110px rgba(255,255,255,.035); }
.hero-card__content { position: absolute; inset: auto 34px 34px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(251,248,240,.94); backdrop-filter: blur(12px); }
.hero-card__label { margin: 0 0 10px; color: var(--rose); font-size: .71rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-card h2 { margin-bottom: 11px; font-size: 2.2rem; }
.hero-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.hero-card__badge { position: absolute; top: 46px; right: 28px; display: grid; width: 112px; height: 112px; place-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; text-align: center; backdrop-filter: blur(8px); }

.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof__item { padding: 24px 20px; border-right: 1px solid var(--line); text-align: center; }
.proof__item:last-child { border-right: 0; }
.proof__item strong { display: block; color: var(--plum); font-family: Georgia, serif; font-size: 1.35rem; }
.proof__item span { color: var(--muted); font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 285px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); overflow: hidden; }
.service-card::after { content: attr(data-number); position: absolute; right: 21px; top: 4px; color: rgba(180,131,63,.11); font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; }
.service-card p { position: relative; max-width: 520px; color: var(--muted); }
.service-card a { position: relative; color: var(--rose); font-weight: 850; text-decoration: none; }
.service-card a::after { content: " →"; }
.service-link-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.service-link-row a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--plum); font-size: .86rem; font-weight: 800; text-decoration: none; }
.service-link-row a:hover { border-color: var(--rose); color: var(--rose); }

.section--gallery { padding-top: 88px; background: #fff; }
.massage-gallery { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: repeat(2, 310px); gap: 16px; }
.massage-gallery__item { min-width: 0; margin: 0; border-radius: 20px; overflow: hidden; background: var(--sand); box-shadow: 0 14px 38px rgba(13,41,40,.11); }
.massage-gallery__item--tall { grid-row: span 2; }
.massage-gallery__item img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform .45s ease; }
.massage-gallery__item:hover img { transform: scale(1.025); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; counter-reset: process; }
.process-card { padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); counter-increment: process; }
.process-card::before { content: "0" counter(process); display: block; margin-bottom: 30px; color: #d8b77b; font-family: Georgia, serif; font-size: 1.2rem; }
.process-card p { margin-bottom: 0; color: #bfd1cd; }

.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }
.location-card { display: flex; min-height: 470px; flex-direction: column; justify-content: flex-end; padding: 42px; border-radius: 28px; background: radial-gradient(circle at 75% 15%, rgba(202,166,106,.55), transparent 21%), linear-gradient(145deg, #0b2726, #23615c); color: #fff; box-shadow: var(--shadow); }
.location-card h3 { color: #fff; font-size: 2.3rem; }
.location-card p { color: #d2e2df; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 27px 0 31px; padding: 0; list-style: none; }
.area-list li { padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 750; }
.location-details { padding: 26px 0; }
.address-box { margin-top: 25px; padding: 24px; border-left: 3px solid var(--rose); background: #fff; }
.address-box strong { display: block; margin-bottom: 4px; color: var(--plum); }
.address-box span { color: var(--muted); }

.faq-list { max-width: 880px; margin: 46px auto 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; color: var(--plum-deep); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--rose); font-family: Inter, sans-serif; font-size: 1.8rem; font-weight: 350; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 52px 24px 0; color: var(--muted); }

.content-hero, .article-hero { position: relative; overflow: hidden; padding: 72px 0 78px; background: linear-gradient(135deg, #fbf8f0 0%, #eef2ed 62%, #dce9e5 100%); }
.article-hero { background: linear-gradient(135deg, #eef2ed 0%, #fbf8f0 62%, #f1e7d5 100%); }
.content-hero::after, .article-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -180px; border: 1px solid rgba(180,131,63,.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.15), 0 0 0 120px rgba(255,255,255,.1); }
.content-hero__inner, .article-hero__inner { position: relative; z-index: 1; max-width: 940px; }
.content-hero h1, .article-hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.35rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--muted); font-size: .83rem; font-weight: 750; }
.breadcrumbs a { color: var(--plum); text-decoration: none; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; align-items: start; }
.content-main { max-width: 780px; }
.service-feature { height: 460px; margin: 0 0 50px; border-radius: 24px; overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.service-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.prose-section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.prose-section:last-child { margin-bottom: 0; }
.prose-section h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.prose-section p { color: #405451; font-size: 1.07rem; }
.quick-contact { position: sticky; top: 115px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(13,41,40,.1); }
.quick-contact h2 { font-size: 2rem; }
.quick-contact .button { width: 100%; margin-top: 8px; }
.quick-contact .text-link { display: block; margin: 17px 0; text-align: center; }
.quick-contact small { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.5; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 24px 0; list-style: none; }
.check-list li { color: var(--muted); font-size: .94rem; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--rose); font-weight: 900; }
.related-section { border-top: 1px solid var(--line); }
.related-grid, .guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.related-card, .guide-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); }
.related-card p, .guide-card p { color: var(--muted); }
.related-card a, .guide-card h2 a, .guide-card h3 a, .text-link { color: var(--rose); font-weight: 850; text-decoration: none; }
.guide-card h2 { font-size: 2rem; }
.guide-card h3 { font-size: 1.65rem; }
.article-meta { margin-top: 28px; color: var(--muted); font-size: .83rem; font-weight: 750; }
.article-next { margin-top: 50px; padding: 34px; border-radius: var(--radius); background: var(--sand); }
.article-next h2 { font-size: 2.35rem; }

.cta-band { padding: 82px 0; background: var(--plum); color: #fff; }
.cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { margin: 0; color: #d9e8e5; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 11px; justify-content: flex-end; }

.site-footer { padding: 66px 0 28px; background: #071b1a; color: #aebfbc; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .65fr .85fr; gap: 42px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { font-size: 1.8rem; }
.site-footer h3 { font-family: Inter, sans-serif; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { color: #e5efed; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { display: flex; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; gap: 25px; font-size: .78rem; }
.legal-note { max-width: 720px; color: #81938f; }

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

@media (max-width: 980px) {
  .desktop-nav > a:not(.button) { display: none; }
  .hero__grid, .location-grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 780px; }
  .hero-card { min-height: 420px; max-width: 680px; }
  .section-header { grid-template-columns: 1fr; gap: 5px; }
  .proof__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__item:nth-child(2) { border-right: 0; }
  .proof__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .content-layout { grid-template-columns: 1fr; gap: 45px; }
  .quick-contact { position: static; }
  .related-grid, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .massage-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 300px); }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 16px; }
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 74px 0; }
  .topline__inner { justify-content: center; text-align: center; }
  .site-header__inner { min-height: 69px; }
  .brand { max-width: 235px; font-size: .98rem; }
  .desktop-nav .button { min-height: 43px; padding: 11px 16px; font-size: .82rem; }
  .hero { padding: 58px 0 45px; }
  .hero__grid { gap: 43px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.5rem); }
  .hero__actions .button { width: 100%; }
  .hero-card { min-height: 390px; border-radius: 120px 120px 24px 24px; }
  .hero-card__content { inset: auto 18px 18px; padding: 24px; }
  .hero-card__badge { top: 35px; right: 23px; width: 96px; height: 96px; }
  .proof__item { padding: 20px 10px; }
  .proof__item strong { font-size: 1.13rem; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 29px; }
  .massage-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 330px 245px 245px; gap: 10px; }
  .massage-gallery__item--tall { grid-column: span 2; grid-row: auto; }
  .massage-gallery__item { border-radius: 15px; }
  .service-feature { height: 390px; margin-bottom: 38px; border-radius: 18px; }
  .process-grid { margin-top: 35px; }
  .location-card { min-height: 410px; padding: 31px; }
  .area-list { grid-template-columns: 1fr; }
  .faq-list summary { min-height: 74px; font-size: 1.13rem; }
  .cta-band__inner { grid-template-columns: 1fr; }
  .cta-band__actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .related-grid, .guide-grid { grid-template-columns: 1fr; }
  .content-hero, .article-hero { padding: 52px 0 58px; }
  .content-hero h1, .article-hero h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .content-section { padding-top: 62px; }
  .footer-bottom { flex-direction: column; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.14); background: var(--plum-deep); box-shadow: 0 -8px 24px rgba(13,41,40,.22); }
  .mobile-action-bar a { display: flex; min-height: 68px; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); color: #fff; font-size: .79rem; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
  .mobile-action-bar a:last-child { border-right: 0; background: #277c56; }
}

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