/* Inner pages — shared banner (Layer_2.png, all inner heroes) */
body.inner-page .hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  min-height: 537px;
  padding-bottom: 0;
  background-color: #0a0a0a;
  background-image: url("../images/Layer_2.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.inner-page .hero-section::before {
  display: none;
}

body.inner-page .hero-section .hero-contact-strip,
body.inner-page .hero-section .main-nav {
  flex-shrink: 0;
}

.inner-page-hero-heading {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 2.25rem;
  position: relative;
  z-index: 1;
}
.inner-page-hero-heading h1{
background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
font-family: "Oswald";
font-size: clamp(34px, 6.2vw, 70px) !important;
letter-spacing: clamp(-2px, -0.12vw, -0.5px);
line-height: 1.08;
font-weight: 600;
font-family: "Oswald";
filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
text-transform: uppercase;
max-width: min(1200px, 92vw);
margin: 0 auto;
text-align: center;
text-wrap: balance;
overflow-wrap: anywhere;
hyphens: auto;
}
body.inner-page .inner-page-main {
  padding: 2.25rem 0 3.5rem;
  background-color: #090909;
  background-image: url("../images/massge_bnr-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.inner-page:has(.exotic-services-hub) .inner-page-main {
  padding: 100px 0 3.5rem;
}

body.inner-page:has(.facilities-gallery) .inner-page-main,
body.inner-page:has(.facilities-masonry) .inner-page-main {
  background-color: #fff;
  background-image: none;
}

/* Girls page — top CTA strip */
body.inner-page .inner-top-main {
  padding: 0;
  background-color: #000;
  background-image: url("../images/massage_bck.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.inner-page .inner-top-main .container {
  max-width: 1140px;
}

body.inner-page:has(.girls-grid) .inner-page-main,
body.inner-page:has(.service-detail) .inner-page-main {
  padding: 100px 0 3.5rem;
}

body.inner-page:has(.service-detail) .inner-top-main {
  padding: 50px 0 70px;
}

body.inner-page:has(.service-detail) .inner-top-main .inner-prose {
  padding: 0;
}

body.inner-page:has(.service-detail) .service-cta-box.girls-cta-box {
  margin: 0;
}

body.inner-page:has(.service-detail) .service-cta-box .girls-cta-box__head {
  line-height: 1.2;
}

body.inner-page .inner-page-main .container {
  max-width: 1140px;
}

body.inner-page:has(.exotic-services-hub) .inner-page-main .container,
body.inner-page:has(.facilities-gallery) .inner-page-main .container,
body.inner-page:has(.facilities-masonry) .inner-page-main .container,
body.inner-page:has(.price-row) .inner-page-main .container {
  max-width: 1140px;
}

.inner-prose {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);

}

body.inner-page.service-detail .inner-prose {
  padding: 80px 0;
}

body.inner-page.service-detail .inner-prose h4 {
  color: #d69435;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  text-transform: none;
}



.inner-prose .lead {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
}

.inner-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.inner-prose blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid rgba(233, 223, 121, 0.55);
  background: rgba(255, 255, 255, 0.04);
  font-style: italic;
}

.inner-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.95);
}

.inner-price-table th,
.inner-price-table td {
  border: 1px solid rgba(233, 223, 121, 0.35);
  padding: 0.55rem 0.75rem;
  text-align: left;
}

.inner-price-table th {
  background: rgba(233, 223, 121, 0.12);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.inner-blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-blog-list li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.inner-blog-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner-blog-list a {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #dadada;
  text-decoration: none;
}

.inner-blog-list a:hover {
  color: #e9df79;
}

.inner-blog-list .excerpt {
  margin-top: 0.45rem;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.inner-sitemap-list {
  columns: 1;
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 1.5rem;
}

.inner-sitemap-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.inner-sitemap-list a:hover {
  color: #e9df79;
}

@media (min-width: 768px) {
  .inner-sitemap-list {
    columns: 2;
    column-gap: 2rem;
  }
}

.inner-sitemap-list--plain {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem;
  columns: 1;
}

.inner-sitemap-list--plain li {
  margin-bottom: 0.35rem;
}

.sitemap-columns h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1cd6e;
  margin: 0 0 1rem;
}


/* Prices — split blocks + twin tables */
.price-page-h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  color: #ece982;
  margin: 36px 0 60px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .price-page-h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

.price-block--split {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.price-block--split .price-block__media {
  flex: 1 1 260px;
  max-width: 100%;
}

.price-block--split .price-block__media img {
  width: 100%;
  display: block;
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.price-block--split .price-block__tables {
  flex: 1 1 280px;
}

.price-block--reverse {
  flex-direction: row-reverse;
}

.price-twin-tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.price-twin-tables--solo {
  margin-bottom: 1.5rem;
}

.price-table-label {
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1cd6e;
  margin: 0 0 0.35rem;
}

@media (max-width: 575.98px) {
  .price-twin-tables {
    grid-template-columns: 1fr;
  }

  .price-block--reverse {
    flex-direction: column-reverse;
  }
}

.inner-price-table {
  margin-top: 0;
}

/* ============================================================
   Prices page — live-site styled .price / .price-tab1 / .price-tab2
   Matches https://exoticmassagebangkok.com/prices/
   ============================================================ */
.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: flex-start;
  margin: 0 0 2.5rem;
}

.price-row__media {
  position: sticky;
  top: 1rem;
}

.price-row__media img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(212, 175, 55, 0.45);
}

.price-row__content {
  min-width: 0;
}

.price-row--reverse .price-row__media { order: 2; }
.price-row--reverse .price-row__content { order: 1; }

.price-row__lead {
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.25rem;
}

.price-section-title,
.price-girl-title {
  font-family: "Oswald", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #ece982;
  margin: 0 0 1rem;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

.price-girl-title {
  color: #f1cd6e;
  margin: 1.1rem 0 0.75rem;
}

.price-section-title--alt {
  margin-top: 1.75rem;
}

.price-section-sub {
  display: block;
  font-family: "Oswald", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #f1cd6e;
  margin-top: 0.35rem;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

@media (max-width: 767.98px) {
  .price-section-title,
  .price-girl-title {
    font-size: 24px;
    line-height: 28px;
  }

  .price-section-sub {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Outer gold-bordered card */
.price {
  border: 1px solid #DCA845;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  margin: 0 0 1.1rem;
  box-sizing: border-box;
}

.price::after {
  content: "";
  display: block;
  clear: both;
}

.price ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Left column (durations) */
.price-tab1 {
  float: left;
  width: 48%;
  margin: 0 7px 0 0 !important;
}

/* Right column (prices) — vertical separator on the left edge */
.price-tab2 {
  float: left;
  width: 49%;
  background: url("../images/sideborder1.png") left top no-repeat;
}

.price-tab1 li {
  list-style: none;
  line-height: 30px;
  padding: 0 25px;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Roboto", sans-serif;
}

.price-tab2 li {
  list-style: none;
  line-height: 30px;
  padding: 0 0 0 25px;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Roboto", sans-serif;
}

.price-tab1 li img,
.price-tab2 li img {
  margin: 10px 0 0;
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .price-row,
  .price-row--reverse {
    grid-template-columns: 1fr;
  }

  .price-row--reverse .price-row__media { order: 0; }
  .price-row--reverse .price-row__content { order: 0; }

  .price-row__media {
    position: static;
  }

  .price-tab1 li,
  .price-tab2 li {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Facilities justified gallery (matches live Elementor layout) */
.facilities-lead {
  color: rgba(255, 255, 255, 0.6);
}

.facilities-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 60px 0;
}

.facilities-gallery__row {
  display: flex;
  gap: 10px;
  height: clamp(100px, 18vw, 210px);
}

.facilities-gallery__row--compact {
  height: clamp(88px, 15vw, 185px);
}

.facilities-gallery__item {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  transition: opacity 0.25s ease;
}

.facilities-gallery__item:hover,
.facilities-gallery__item:focus-visible {
  opacity: 0.88;
}

.facilities-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  .facilities-gallery__row {
    flex-wrap: wrap;
    height: auto;
  }

  .facilities-gallery__row--compact {
    height: auto;
  }

  .facilities-gallery__item {
    flex: 1 1 calc(50% - 5px);
    min-height: 110px;
  }

  .facilities-gallery__row:first-child .facilities-gallery__item:first-child,
  .facilities-gallery__row:first-child .facilities-gallery__item:last-child {
    flex: 1 1 calc(50% - 5px);
  }

  .facilities-gallery__row:first-child .facilities-gallery__item:nth-child(2) {
    flex: 1 1 100%;
    min-height: 140px;
  }
}

/* Exotic services hub — matches exoticmassagebangkok.com/exotic-services/ */
.exotic-services-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  row-gap: 40px;
}

@media (max-width: 991.98px) {
  .exotic-services-hub {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .exotic-services-hub {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 40px;
  }
}

.exotic-service-card {
  border: 1px solid #d69435;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.exotic-service-card__media {
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.exotic-service-card__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.exotic-service-card__body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exotic-service-card__title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 15px;
  padding: 0;
  width: 100%;
}

.exotic-service-card__title::after {
  content: "";
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
  background-image: url("../images/Layer_150_copy_3.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.exotic-service-card__title a {
  color: transparent;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.exotic-service-card__title a:hover {
  filter: brightness(1.08);
}

.exotic-service-card__text {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  flex: 1;
}

.exotic-service-card .read-more-btn {
  margin: 30px 0;
  padding: 0;
}

.exotic-service-card .read-more-btn a {
  filter: drop-shadow(2.5px 4.33px 10.5px rgba(0, 0, 0, 0.73));
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  border: 1px solid rgba(236, 231, 126, 0.99);
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.exotic-service-card .read-more-btn a:hover,
.exotic-service-card .read-more-btn a:focus-visible {
  filter: none;
  background-color: transparent;
  background-image: none;
  border-color: rgba(236, 231, 126, 0.99);
  color: #ece982;
}

/* Service pages — therapist grid (CTA uses .girls-cta-box in style.css) */
.service-therapist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0 0 2rem;
}

@media (max-width: 767.98px) {
  .service-therapist-grid {
    grid-template-columns: 1fr;
  }
}

.service-therapist-card {
  text-align: center;
}

.service-therapist-card__img {
  border: 2px solid #e9df79;
  margin: 0 0 1rem;
  overflow: hidden;
}

.service-therapist-card__img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.service-therapist-card__name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: 0;
  color: transparent;
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.service-therapist-card__bio {
  margin: 0.75rem 0 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
}

h2.service-therapist-card__name,
h3.service-therapist-card__name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: 0;
  color: transparent;
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.service-therapist-card__name::after,
h2.service-therapist-card__name::after,
h3.service-therapist-card__name::after {
  content: "";
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
  background-image: url("../images/Layer_150_copy_3.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* Kinky massage custom top + price layout */
.kinky-top__head {
  text-align: center;
  margin: 0 0 5rem;
}

.kinky-top__head .girls-cta-box__actions.line {
  align-items: center;
}

.kinky-top__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.kinky-top__media img {
  width: 100%;
  display: block;
  border: 1px solid rgba(212, 148, 53, 0.9);
}

.kinky-msg {
  margin: 0 0 40px;
  overflow: hidden;
}

.kinky-msg ul {
  padding: 0;
  margin: 0;
}

.kinky-msg ul li {
  list-style: none;
  width: 33%;
  float: left;
  line-height: 47px;
  font-size: 19px;
  margin: 0;
  color: #fff;
}

.kinky-msg ul li i {
  color: #D69435;
  font-size: 16px;
}

.kinky-price-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin: 1.5rem 0 2rem;
}

.kinky-price-block__media img {
  width: 100%;
  display: block;
  border: 1px solid rgba(212, 148, 53, 0.9);
}

.kinky-services-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.kinky-services-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(212, 148, 53, 0.9);
}

.kinky-price-block__content h2 {
  margin: 0 0 1rem;
}

.price-tab3 {
  clear: both;
  margin-top: 0.35rem !important;
}

.price-tab3 li {
  list-style: none;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
  .kinky-top__grid,
  .kinky-price-block {
    grid-template-columns: 1fr;
  }

  .kinky-msg ul li {
    width: 50%;
    line-height: 1.7;
    margin-bottom: 0.35rem;
  }

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

@media (max-width: 575.98px) {
  .kinky-msg ul li {
    width: 100%;
  }

  .kinky-services-gallery {
    grid-template-columns: 1fr;
  }
}

/* Outcall — intro split (alis-4 left, copy right) */
body.inner-page:has(.inner-prose--outcall) .inner-page-main {
  padding-top: 100px;
}

body.inner-page:has(.inner-prose--outcall) .inner-page-main .container {
  max-width: 1140px;
}

.outcall-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: flex-start;
  margin: 40px 0 70px;
}

.outcall-intro__media {
  padding-left: 15px;
}

.outcall-intro__media img {
  width: 100%;
  height: auto;
  display: block;
}

.outcall-intro__title {
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ece982;
  margin: 26px 0 1rem;
}

.outcall-intro__body {
  min-width: 0;
}

.outcall-intro__body p {
  font-size: 17px;
  line-height: 1.75;
}

.outcall-contact-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1.25rem 0 0;
}

.outcall-contact-btns a {
  text-decoration: none;
}

.inner-prose--outcall p.big {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  margin: 1rem 0;
}

@media (max-width: 767.98px) {
  body.inner-page:has(.inner-prose--outcall) .inner-page-main {
    padding-top: 3rem;
  }

  .outcall-intro {
    grid-template-columns: 1fr;
    margin: 1.5rem 0 2.5rem;
  }

  .outcall-intro__media {
    padding-left: 0;
  }

  .outcall-intro__title {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 0;
  }
}

/* Blog listing — live site / WordPress structure */
body.blog-page .inner-page-main {
  padding: 0;
  background: #000;
  background-image: none;
}

body.blog-page:not(.blog-detail-page) .inner-page-main .container {
  padding: 0;
}

body.blog-page .inner-page-hero-heading h1,
body.blog-page .inner-page-hero-title {
  font-size: clamp(32px, 5.8vw, 73px) !important;
  line-height: 1.06;
  letter-spacing: clamp(-2px, -0.12vw, -0.4px);
}

/* Blog detail banner title — live site .blog_inner h1 / .banner */
body.blog-detail-page .hero-section {
  min-height: 537px;
}

body.blog-detail-page .inner-page-hero-heading {
  padding: 0 80px 2rem;
}

body.blog-page.blog-detail-page .inner-page-hero-heading h1,
body.blog-page.blog-detail-page .inner-page-hero-title {
  font-size: 70px !important;
  line-height: 76px !important;
  letter-spacing: -2px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
  text-wrap: balance;
}

/* Blog detail — image + content only */
body.blog-detail-page .inner-page-main {
  padding: 0 0 4rem;
  background: #000;
  background-image: none;
}

body.blog-page.blog-detail-page .inner-page-main .blog-detail-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.blog-detail-page .blog-detail-article {
  max-width: 100%;
  margin: 0;
  padding: 2.5rem 0 0;
}

body.blog-detail-page .blog-detail-featured {
  margin: 40px auto;
  overflow: hidden;
  width: 50%;
}

body.blog-detail-page .blog-detail-featured img {
  width: 100%;
  display: block;
}

body.blog-detail-page .blog-detail-body {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

body.blog-detail-page .blog-detail-body p {
  margin: 0 0 1.25rem;
}

.single .blog-points {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1rem;
  row-gap: 0;
  margin: 2rem 0 0;
}

.single .blog-points > p {
  flex: 1 1 100%;
  box-sizing: border-box;
  padding-left: calc(32px + 1rem);
  margin: 0 0 1.25rem;
}

.single .blog-points > h5:not(:first-child) {
  margin-top: 1.25rem;
}

/* Live site: h5 number badge + h6 title on same row (Elementor .single) */
body.blog-detail-page .single .blog-points > h5 {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 7px 0 0;
  padding: 4px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  -moz-text-fill-color: #1a1a1a !important;
  background-color: #d38a2b;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-clip: border-box;
  -webkit-background-clip: border-box;
  filter: drop-shadow(2.5px 4.33px 10.5px rgba(0, 0, 0, 0.73));
}

body.blog-detail-page .single .blog-points > h6 {
  flex: 1 1 calc(100% - 32px - 1rem);
  min-width: 0;
  display: block;
  overflow: visible;
  margin: 0 0 1rem;
  padding-top: 2px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: -1px;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 8.5px rgba(0, 0, 0, 0.86));
}

body.blog-detail-page .single .blog-detail-body a.blog-highlight,
body.blog-detail-page .single .blog-highlight {
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  color: transparent;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-decoration: none;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
}

body.blog-detail-page .single .blog-detail-body a.blog-highlight:hover,
body.blog-detail-page .single .blog-highlight:hover {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

body.blog-detail-page .single .blog-checklist {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
  color: rgba(255, 255, 255, 0.94);
}

body.blog-detail-page .single .blog-checklist li {
  margin: 0 0 0.65rem;
  line-height: 1.75;
}

body.blog-detail-page .single .blog-detail-body a {
  color: #d69435;
  text-decoration: underline;
}

body.blog-detail-page .single .blog-detail-body a:hover {
  color: #ece982;
}

body.blog-detail-page .single .blog-video {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 2rem auto;
  aspect-ratio: 16 / 9;
  border: 2px solid rgba(233, 223, 121, 0.85);
  overflow: hidden;
}

body.blog-detail-page .single .blog-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single .blog-after-points {
  border-block-start: 1px solid #DCA845;
  margin-top: 2.5rem !important;
  padding-top: 2.5rem;
}

body.blog-detail-page .single .blog-section-head {
  margin: 2.5rem 0 1.25rem;
  padding: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 54px !important;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 8.5px rgba(0, 0, 0, 0.86));
}

body.blog-detail-page .single .blog-after-points > h6 {
  margin: 0 0 1rem;
  float: none;
  overflow: visible;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: -1px;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 8.5px rgba(0, 0, 0, 0.86));
}

body.blog-detail-page .single .blog-after-points > p {
  margin: 0 0 1.25rem;
}

body.blog-detail-page .single .blog-after-points > p:last-child {
  margin-bottom: 0;
}

body.blog-detail-page .single .blog-subhead {
  clear: both;
  margin: 2rem 0 1rem;
  float: none;
  overflow: visible;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: -1px;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 8.5px rgba(0, 0, 0, 0.86));
}

.blog-post-nav {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
  padding: 3rem 1.25rem 5rem;
}

.blog-post-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.blog-post-nav__separator {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 56px;
  margin: 0 5rem;
  background: #d38a2b;
}

.blog-post-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-sizing: border-box;
  min-width: 10.5rem;
  padding: 10px 24px;
  border: 1px solid #d38a2b;
  background: transparent;
  color: #d38a2b;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.blog-post-nav__link:hover {
  color: #ece982;
  border-color: #ece982;
  background: rgba(211, 138, 43, 0.08);
}

.blog-post-nav__link--inactive {
  visibility: hidden;
  pointer-events: none;
}

.blog-post-nav__chevron {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}

.blog-post-nav__label {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .blog-post-nav {
    margin-top: 3rem;
    padding: 2rem 0.75rem 3.5rem;
  }

  .blog-post-nav__separator {
    margin: 0 2rem;
    height: 48px;
  }

  .blog-post-nav__link {
    min-width: 8rem;
    padding: 8px 16px;
    font-size: 14px;
    gap: 0.5rem;
  }
}

@media (max-width: 767px) {
  .single .blog-points {
    column-gap: 0.75rem;
  }

  .single .blog-points > p {
    padding-left: calc(28px + 0.75rem);
  }

  body.blog-detail-page .single .blog-points > h6 {
    flex-basis: calc(100% - 28px - 0.75rem);
    font-size: clamp(22px, 6vw, 35px);
    line-height: 1.25;
    padding-top: 0;
  }

  body.blog-detail-page .single .blog-points > h5 {
    flex-basis: 28px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-top: 4px;
    font-size: 14px;
  }

  body.blog-detail-page .single .blog-section-head {
    font-size: clamp(26px, 7vw, 45px);
    line-height: 1.15;
  }

  body.blog-detail-page .single .blog-subhead {
    font-size: clamp(22px, 6vw, 35px);
    line-height: 1.25;
  }
}

.blog_section {
  position: relative;
  background: #000;
}

.blog-01 {
  padding: 1px 110px;
  background: #000;
}

.blog-01 .blog_left {
  float: left;
  width: 45%;
  padding: 0 20px 0 0;
}

.blog-01 .blog_left img {
  width: 100%;
  display: block;
}

.blog-01 article {
  overflow: hidden;
  margin: 100px 0;
}

.blog-01 .blog_right {
  float: left;
  width: 55%;
  padding: 0 0 0 20px;
}

.blog-01 article:nth-child(2n) .blog_left {
  float: right;
  text-align: right;
  padding: 0 0 0 20px;
}

.blog-01 article:nth-child(2n) .blog_right {
  padding: 0 50px 0 0;
}

.blog_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-01 .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 -2rem;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #e5e5e5;
}

.blog-01 .post-meta li {
  flex-shrink: 0;
  margin: 0 0 0 2rem;
  max-width: none;
  letter-spacing: 0;
}

.blog-01 .post-meta .meta-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.blog-01 .post-meta .meta-icon {
  margin-right: 5px;
  flex-shrink: 0;
}

.blog-01 .post-meta .meta-icon img {
  display: block;
  vertical-align: middle;
}

.blog_right .meta-text {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  color: #e5e5e5;
  font-family: "Roboto", sans-serif;
  filter: drop-shadow(2.5px 4.33px 5px rgba(0, 0, 0, 0.75));
}

.blog_right .meta-text a {
  color: #e5e5e5;
  text-decoration: none;
}

.blog_right .meta-text a:hover {
  color: #f1cd6e;
}

.blog_right h2 {
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 45px;
  color: #f68d6d;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  filter: drop-shadow(2.5px 4.33px 8.5px rgba(0, 0, 0, 0.86));
  margin: 10px 0 25px;
  text-transform: uppercase;
}

.blog_right p {
  color: #e5e5e5;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 30px;
}

.blog_right .read-more {
  border: 1px solid #ab7b3a;
  background-color: #000000;
  padding: 15px 20px;
  width: 49%;
  text-align: center;
}

.blog_right .read-more a {
  color: #ffffff;
  font-family: Prata, serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.blog_right .read-more a:hover {
  color: #f1cd6e;
}

.pagination-blog {
  margin-bottom: 40px;
  padding: 0 110px 60px;
  background: #000;
  text-align: center;
}

.pagination-blog .pagination-wrapper,
.pagination-blog .nav-links {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pagination-blog .nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.pagination-blog .blog-pagination__pages {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  pointer-events: none;
}

.pagination-blog .blog-pagination__pages > * {
  pointer-events: auto;
}

.pagination-blog .prev.page-numbers,
.pagination-blog .next.page-numbers {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  white-space: nowrap;
}

.pagination-blog .blog-pagination__spacer {
  display: inline-block;
  flex-shrink: 0;
  min-width: 11.5rem;
  height: 2rem;
  visibility: hidden;
  pointer-events: none;
}

.pagination-blog .page-numbers {
  display: inline-block;
  border: 1px solid #d38a2b;
  padding: 4px 12px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: transparent;
  margin: 0 10px;
}

.pagination-blog .nav-links > * {
  margin: 0 10px;
}

.pagination-blog a.page-numbers:hover,
.pagination-blog a.prev.page-numbers:hover,
.pagination-blog a.next.page-numbers:hover {
  color: #f1cd6e;
  border-color: #f1cd6e;
}

.pagination-blog .page-numbers.current {
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Oswald", sans-serif;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
  border-color: #d38a2b;
}

.pagination-blog .page-numbers.placeholder {
  display: none;
  visibility: hidden;
}

.pagination-blog .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991.98px) {
  body.blog-page:not(.blog-detail-page) .inner-page-hero-heading h1,
  body.blog-page:not(.blog-detail-page) .inner-page-hero-title {
    font-size: clamp(30px, 7.5vw, 44px) !important;
    line-height: 1.12;
    margin: 0 auto 0;
  }

  body.blog-page.blog-detail-page .inner-page-main .blog-detail-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body.blog-detail-page .blog-detail-featured {
    width: 100%;
    margin: 1.5rem auto;
  }

  body.blog-detail-page .inner-page-hero-heading {
    padding: 0 1.25rem 1.5rem;
  }

  body.blog-page.blog-detail-page .inner-page-hero-heading h1,
  body.blog-page.blog-detail-page .inner-page-hero-title {
    font-size: 33px !important;
    line-height: 38px !important;
    letter-spacing: -1px !important;
  }

  .blog-01 {
    padding: 1px 30px;
  }

  .blog-01 .blog_left {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .blog-01 .blog_right {
    float: none;
    width: 100%;
    padding: 25px 0 0;
  }

  .blog-01 article:nth-child(2n) .blog_left {
    float: none;
    text-align: left;
    padding: 0;
  }

  .blog-01 article:nth-child(2n) .blog_right {
    padding: 25px 0 0;
  }

  .blog_right .read-more,
  .blog-01 article:nth-child(2n) .blog_right .read-more {
    width: 100%;
    text-align: center;
  }

  .blog_right h2 {
    font-size: 36px;
  }

  .pagination-blog {
    padding: 0 30px 40px;
  }

  .pagination-blog .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    min-height: 0;
  }

  .pagination-blog .blog-pagination__pages {
    position: static;
    transform: none;
    order: -1;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .pagination-blog .prev.page-numbers,
  .pagination-blog .next.page-numbers {
    flex: 1 1 auto;
  }

  .pagination-blog .blog-pagination__spacer {
    display: none;
  }

}

/* Contact page — live: Group-9 swirls + black map strip (not massge_bnr-1) */
body.contact-page .inner-page-main,
body.inner-page:has(.direction-wrapper) .inner-page-main {
  padding: 0 0 0;
  background-color: #000;
  background-image: none;
}

body.contact-page .contact-import-wrap,
body.inner-page:has(.direction-wrapper) .contact-import-wrap {
  width: 100%;
  background-color: #000;
  background-image: url("../images/Group-9.png");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

body.contact-page .contact-import-wrap .container.contact-import,
body.inner-page:has(.direction-wrapper) .contact-import-wrap .container.contact-import {
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 50px;
}

body.contact-page .contact-map-strip,
body.inner-page:has(.direction-wrapper) .contact-map-strip {
  background-color: #000;
  margin-top: 0;
}

.contact-prose {
  max-width: 100%;
}

.announcement-wrapper-mobl {
  display: none;
  max-width: 1400px;
  margin: 0 auto 1.5rem;
}

.announcement-wrapper-mobl img {
  width: 100%;
  height: auto;
  display: block;
}

.announcement-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 2rem;
}

.announcement-img {
  width: 100%;
  height: auto;
  display: block;
}

.announcement-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  color: #fff;
}

.announcement-content h2 {
  line-height: 58px;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  margin: 0;
}

.announcement-content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  margin: 0;
}

.announcement-content span,
.announcement-content .yel-spa {
  color: #e6c15a;
  font-weight: 800;
}

.contact-directions-header {
  margin: 100px 0 150px;
}

.contact-directions-title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  margin: 0 0 0.75rem;
}

.contact-directions-intro {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin: 0 auto 1rem;
}

.yell {
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.direction-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  background-image: url("../images/Group-12-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 160px;
  margin: 0 auto;
}

.direction-step {
  display: flex;
  align-items: center;
  margin: 80px 0;
  position: relative;
  min-height: 200px;
}

.step-left {
  flex-direction: row;
}

.step-right {
  flex-direction: row-reverse;
}

.step-number {
  width: 50px;
  margin-bottom: 30px;
  display: none;
}

.step-content {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.step1-dir {
  position: absolute;
  top: -266px;
  left: 100px;
  gap: 63px;
}

.step2-dir {
  position: absolute;
  top: -175px;
  left: 23px;
}

.step3-dir {
  position: absolute;
  top: -62px;
  left: 100px;
  gap: 63px;
}

.step4-dir {
  position: absolute;
  top: -7px;
  left: 23px;
}

.step5-dir {
  position: absolute;
  top: 133px;
  left: 100px;
}

.step-content img {
  border-radius: 8px;
  width: 420px;
  height: auto;
}

.step-content p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 32px;
  max-width: 495px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.direction-step::after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  background-image: url("../images/connector-dots.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.direction-step:last-child::after {
  display: none;
}

/* Map + contact aside (full-width strip, matches live contact page) */
.contact-map-strip {
  width: 100%;
  margin-top: 2.75rem;
}

.contact-map-block {
  margin: 0;
  max-width: 100%;
}

.contact-map-col {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-map-embed {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 644px;
  background: #1a1a1a;
}

.contact-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-aside-inner {
  flex: 1 1 auto;
  text-align: left;
  padding: 0 20px 42px 35px;
  min-height: 644px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../images/Layer_42.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-aside-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 40px 0 15px;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
}

.contact-aside-inner > p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
  color: #e5e5e5;
  margin: 0 0 0.85rem;
  max-width: 36rem;
}

.contact-aside-questions {
  border: 1px solid #dca845;
  padding: 8px;
  margin: 0 0 20px;
  max-width: 36rem;
}

.contact-aside-questions h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #e5e5e5;
  margin: 0 0 0.65rem;
}

.contact-aside-questions p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #e5e5e5;
  margin: 0;
}

.contact-aside-outro {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
  color: #e5e5e5;
  margin: 0 0 1.35rem;
  max-width: 36rem;
}

.contact-aside-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  max-width: 100%;
}

.contact-aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.contact-aside-list li {
  margin-bottom: 0.55rem;
}

.contact-aside-list li:last-child {
  margin-bottom: 0;
}

.contact-aside-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #e6c15a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.contact-aside-list a:hover {
  color: #f5e6a8;
}

.contact-aside-list img {
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(79%) sepia(37%) saturate(426%) hue-rotate(359deg) brightness(96%) contrast(93%);
}

.contact-aside-qr {
  flex-shrink: 0;
  padding: 4px;
  background: #000;
  line-height: 0;
  border: 1px solid rgba(227, 193, 90, 0.45);
}

.contact-aside-qr img {
  display: block;
  width: 125px;
  height: auto;
}

body.contact-page .inner-page-hero-title,
body.inner-page:has(.direction-wrapper) .inner-page-hero-title {
  font-size: 87px !important;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .contact-map-embed {
    min-height: 320px;
  }

  .contact-aside-inner {
    min-height: 0;
    padding: 2rem 1.5rem 2rem;
  }

  .contact-aside-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-aside-qr {
    align-self: center;
  }
}

@media (max-width: 1199px) {
  .announcement-wrapper-mobl {
    display: block;
  }

  .announcement-wrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .announcement-wrapper-mobl {
    display: none;
  }

  .announcement-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .direction-wrapper {
    padding-bottom: 0;
    background-image: none;
    padding-top: 0;
  }

  .contact-import {
    padding: 0 20px !important;
  }

  .location-warp {
    padding: 0 0 20px !important;
  }

  .step2-dir,
  .step4-dir {
    flex-direction: column-reverse !important;
  }

  .direction-step::after {
    display: none;
  }

  .direction-step {
    flex-direction: column !important;
    text-align: center;
    margin: 50px 0;
    min-height: auto;
  }

  .step-content {
    flex-direction: column;
  }

  .step-number {
    display: block;
  }

  .step1-dir,
  .step2-dir,
  .step3-dir,
  .step4-dir,
  .step5-dir {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    gap: 20px !important;
    text-align: center;
    width: 100%;
  }

  .step-content p,
  .step-content {
    max-width: 100% !important;
    text-align: center !important;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
  }

  .step-content img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }

  .contact-directions-header {
    padding: 20px 0 10px;
  }

  .contact-directions-title {
    font-size: 42px;
    line-height: 1.1;
  }

  body.contact-page .inner-page-hero-title,
  body.inner-page:has(.direction-wrapper) .inner-page-hero-title {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .direction-step {
    margin: 20px 0;
  }

  .direction-wrapper {
    padding-bottom: 36px;
    padding-top: 36px;
    background-image: none;
  }

  .contact-import {
    padding: 0 20px !important;
  }

  .step-number {
    display: block;
  }

  .step1-dir,
  .step2-dir,
  .step3-dir,
  .step4-dir,
  .step5-dir {
    position: static !important;
  }

  .step-content p {
    font-size: 20px;
    line-height: 26px;
    max-width: 400px;
  }

  .location-warp {
    padding: 0;
  }

  .step-left {
    flex-direction: row;
    gap: 70px;
  }

  .step1-dir {
    left: 28px;
    top: -203px;
  }

  .step2-dir {
    top: -150px;
  }

  .step3-dir {
    top: -108px;
    left: 28px;
  }

  .step4-dir {
    top: -69px;
  }

  .step5-dir {
    top: -19px;
    left: 28px;
  }

  .step-content img {
    width: 45% !important;
  }
}
