/* ------------------------------------------------------------------
   Solei Residence Phú Quốc — brand layer
   Palette derived from the page logo (gold on black).
   Loaded AFTER styles.css so it only refines, never replaces.
   ------------------------------------------------------------------ */

:root {
  /* interactive gold — passes AA both as text on white and as a button fill */
  --Primary: #96701C;
  --Primary-Hover: #7C5C13;

  /* decorative golds sampled from the logo artwork */
  --Gold: #C8963C;
  --Gold-Light: #E8C777;
  --Gold-Deep: #8A6415;
  --Gold-Grad: linear-gradient(100deg, #8A6415 0%, #C8963C 28%, #F0D26E 52%, #C8963C 74%, #8A6415 100%);

  /* logo black */
  --Ink: #0B0B0B;
  --Ink-Soft: #16161A;
}

/* ---------- Header ---------- */
.header-inner-wrap .logo img { max-height: 78px; width: auto; }
.is-fixed .header-inner-wrap .logo img { max-height: 62px; }

/* gold underline on the active / hovered nav item */
.main-menu-list > li > a { position: relative; }
.main-menu-list > li > a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--Gold-Grad);
  transition: width .28s ease;
}
.main-menu-list > li > a:hover::after,
.main-menu-list > li.current-menu-item > a::after { width: 100%; }
.main-menu-list > li > a:hover { color: var(--Primary); }

/* ---------- Buttons ---------- */
.tf-btn.style-default,
.tf-btn.btn-bg-primary,
.btn-primary {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: #fff;
}
.tf-btn.style-default:hover,
.tf-btn.btn-bg-primary:hover,
.btn-primary:hover {
  background-color: var(--Primary-Hover);
  border-color: var(--Primary-Hover);
  color: #fff;
}

/* ---------- Availability / status pills ---------- */
.tags-list .item,
.wg-card .tags,
.card-house .tags {
  background: var(--Ink);
  color: var(--Gold-Light);
  letter-spacing: .04em;
}

/* ---------- Section headings: thin gold rule ---------- */
.heading-section .sub-title,
.heading-section .title-small,
.tf-title .sub { color: var(--Primary); letter-spacing: .12em; }

.heading-section > .title::after,
.tf-title > .title::after {
  content: "";
  display: block;
  width: 68px; height: 2px;
  margin-top: 14px;
  background: var(--Gold-Grad);
}
.heading-section.text-center > .title::after,
.tf-title.text-center > .title::after { margin-left: auto; margin-right: auto; }

/* ---------- Cards ---------- */
.wg-card:hover, .card-house:hover { box-shadow: 0 14px 40px rgba(11, 11, 11, .12); }
.wg-card .price span, .card-house .price span { color: var(--Primary); }

/* price shown when the owner has not entered a rate yet */
.price .price-contact { color: var(--Primary); font-weight: 600; }

/* ---------- Footer: logo black + gold ---------- */
.footer { background-color: var(--Ink); }
.footer::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: var(--Gold-Grad);
}
.footer a:hover { color: var(--Gold-Light); }
.footer .footer-heading, .footer h5, .footer h4 { color: #fff; }
.footer .footer-logo img { max-width: 190px; height: auto; }
.footer-bottom { border-top: 1px solid rgba(200, 150, 60, .22); }
.footer-bottom-copyright p { color: rgba(255, 255, 255, .62); }

/* ---------- Preloader ---------- */
.preload-container .line { background-color: var(--Gold); }
.img-preload .img img { max-width: 220px; }

/* ---------- Misc accents ---------- */
::selection { background: var(--Gold-Light); color: var(--Ink); }
a { color: inherit; }
a:hover { color: var(--Primary); }
.icon-heart1:hover, .heart-1:hover { color: var(--Primary); }
hr { border-color: rgba(150, 112, 28, .25); }

/* scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f2f2f0; }
::-webkit-scrollbar-thumb { background: var(--Primary); border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--Gold-Deep); }

/* ==================================================================
   Hero
   ================================================================== */
.solei-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: var(--Ink);
  overflow: hidden;
  margin-bottom: 8px;
}
.solei-hero-media { position: absolute; inset: 0; }
.solei-hero-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
  transform: scale(1.03);
}
.solei-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,11,11,.72) 0%, rgba(11,11,11,.42) 38%, rgba(11,11,11,.86) 100%),
    radial-gradient(120% 80% at 50% 12%, rgba(200,150,60,.20) 0%, rgba(11,11,11,0) 62%);
}
.solei-hero .tf-container { position: relative; z-index: 2; }
.solei-hero-inner { max-width: 760px; padding: 130px 0 92px; color: #fff; }

.solei-eyebrow {
  font-size: 13px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--Gold-Light); margin-bottom: 18px;
}
.solei-hero-title {
  font-size: clamp(40px, 6.4vw, 82px);
  line-height: 1.04; font-weight: 600; color: #fff;
  margin-bottom: 22px; letter-spacing: -.01em;
}
.solei-hero-title span {
  background: var(--Gold-Grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.solei-hero-sub {
  font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65;
  color: rgba(255,255,255,.88); margin-bottom: 18px; max-width: 620px;
}
.solei-hero-addr {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.62); margin-bottom: 34px;
  padding-left: 16px; border-left: 2px solid rgba(200,150,60,.6);
}
.solei-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.solei-btn {
  display: inline-block; padding: 15px 34px; border-radius: 2px;
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
  transition: all .25s ease; white-space: nowrap;
}
.solei-btn-gold {
  background: var(--Gold-Grad); background-size: 200% auto;
  color: var(--Ink); border: 1px solid transparent;
}
.solei-btn-gold:hover { background-position: right center; color: var(--Ink); }
.solei-btn-ghost {
  border: 1px solid rgba(255,255,255,.5); color: #fff;
}
.solei-btn-ghost:hover {
  border-color: var(--Gold-Light); color: var(--Gold-Light); background: rgba(255,255,255,.05);
}

@media (max-width: 767px) {
  .solei-hero { min-height: 0; }
  .solei-hero-inner { padding: 104px 0 68px; }
  .solei-hero-cta .solei-btn { flex: 1 1 100%; text-align: center; }
}

/* ==================================================================
   Highlights
   ================================================================== */
.solei-features { padding: 74px 0 26px; }
.solei-features .heading-section { margin-bottom: 44px; }
.solei-feature {
  padding: 26px 22px 26px 0;
  border-top: 1px solid rgba(150,112,28,.28);
  margin-bottom: 26px;
}
.solei-feature .num {
  font-size: clamp(26px, 2.6vw, 38px); font-weight: 600; line-height: 1.1;
  background: var(--Gold-Grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  margin-bottom: 8px;
}
.solei-feature h5 {
  font-size: 15px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--On-Surface); margin-bottom: 10px;
}
.solei-feature p { font-size: 14px; line-height: 1.68; color: var(--Secondary); margin: 0; }

/* ==================================================================
   Inner page hero + About
   ================================================================== */
.solei-page-hero {
  position: relative; background: var(--Ink);
  padding: 150px 0 74px; overflow: hidden; text-align: center;
}
.solei-page-hero-media { position: absolute; inset: 0; }
.solei-page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.solei-page-hero .tf-container { position: relative; z-index: 2; }
.solei-page-hero .solei-eyebrow { margin-bottom: 12px; }
.solei-page-title {
  font-size: clamp(30px, 4.2vw, 52px); font-weight: 600; color: #fff; margin-bottom: 12px;
}
.solei-page-sub { color: var(--Gold-Light); font-size: 16px; margin: 0; }

.solei-about { padding: 72px 0 30px; }
.solei-about-h2 {
  font-size: clamp(24px, 2.6vw, 34px); font-weight: 600; margin-bottom: 22px;
  color: var(--On-Surface);
}
.solei-about-h2::after {
  content: ""; display: block; width: 68px; height: 2px; margin-top: 16px;
  background: var(--Gold-Grad);
}
.solei-about p { font-size: 16px; line-height: 1.78; color: var(--Secondary); margin-bottom: 18px; }
.solei-about p strong { color: var(--On-Surface); }

.solei-about-facts {
  background: var(--Ink); color: #fff; padding: 32px 30px; border-radius: 3px;
  border-top: 3px solid transparent;
  border-image: var(--Gold-Grad) 1;
}
.solei-about-facts h3 {
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--Gold-Light); margin-bottom: 22px;
}
.solei-about-facts ul { list-style: none; padding: 0; margin: 0 0 26px; }
.solei-about-facts li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.10);
}
.solei-about-facts li span { color: rgba(255,255,255,.55); font-size: 14px; }
.solei-about-facts li strong { color: #fff; font-size: 15px; text-align: right; }

.solei-about-legal {
  margin-top: 56px; padding: 28px 30px;
  background: var(--Surface); border-left: 3px solid var(--Primary);
}
.solei-about-legal h4 { font-size: 17px; margin-bottom: 12px; color: var(--On-Surface); }
.solei-about-legal p { font-size: 14px; line-height: 1.7; margin-bottom: 8px; color: var(--Secondary); }

@media (max-width: 991px) {
  .solei-about-facts { margin-top: 34px; }
}

/* ---------- Apartment detail: floor plan + map ---------- */
.solei-floorplan {
  background: #fff; padding: 12px; border: 1px solid var(--Line); border-radius: 3px;
}
.solei-floorplan img { display: block; width: 100%; height: auto; }
.map-detail iframe { display: block; width: 100%; min-height: 380px; border: 0; border-radius: 3px; }
.solei-map-addr {
  margin-top: 14px; font-size: 14px; line-height: 1.6; color: var(--Secondary);
  padding-left: 14px; border-left: 2px solid var(--Primary);
}

/* ---------- Contact page ---------- */
.solei-contact-logo { max-width: 320px; margin: 26px 0 34px; }
.solei-contact-logo img { width: 100%; height: auto; }
.solei-contact-addr { border-left: 2px solid var(--Primary); padding-left: 18px; margin-bottom: 24px; }
.solei-contact-addr h5 {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--Primary); margin-bottom: 6px;
}
.solei-contact-addr p { font-size: 15px; line-height: 1.7; color: var(--Secondary); margin-bottom: 18px; }
.solei-contact-addr p:last-child { margin-bottom: 0; }

/* ---------- Footer readability on black ---------- */
.footer, .footer p, .footer li, .footer span, .footer div { color: rgba(255,255,255,.72); }
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer strong, .footer .footer-heading { color: #fff; }
.footer a { color: rgba(255,255,255,.72); }
.footer a:hover { color: var(--Gold-Light); }
.footer .footer-logo img { filter: none; }

/* ---------- Category cards on the homepage ("Our List Apartment") ---------- */
.solei-cat-card { position: relative; overflow: hidden; border-radius: 3px; background: var(--Ink); }
.solei-cat-media { display: block; overflow: hidden; }
.solei-cat-media img {
  display: block; width: 100%; height: 320px; object-fit: cover;
  transition: transform .6s ease;
}
.solei-cat-card:hover .solei-cat-media img { transform: scale(1.06); }
.solei-cat-card .iframe-youtube-title {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 44px 20px 18px;
  background: linear-gradient(180deg, rgba(11,11,11,0) 0%, rgba(11,11,11,.86) 72%);
}
.solei-cat-card .iframe-youtube-title h2 { margin: 0; font-size: 18px; line-height: 1.4; }
.solei-cat-card .iframe-youtube-title h2 a { color: #fff; }
.solei-cat-card .iframe-youtube-title h2 a:hover { color: var(--Gold-Light); }
.solei-cat-card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; z-index: 3;
  background: var(--Gold-Grad); opacity: 0; transition: opacity .3s ease;
}
.solei-cat-card:hover::after { opacity: 1; }

@media (max-width: 991px) { .solei-cat-media img { height: 240px; } }

/* ==================================================================
   Article body — travel guides
   ================================================================== */
.solei-figure { margin: 30px 0 34px; }
.solei-figure img {
  display: block; width: 100%; height: auto; border-radius: 3px;
}
.solei-figure figcaption {
  margin-top: 10px; padding-left: 14px;
  border-left: 2px solid var(--Primary);
  font-size: 13.5px; line-height: 1.6; color: var(--Secondary);
}
.solei-credit { display: block; font-size: 12px; color: var(--Placehoder); margin-top: 3px; }
.solei-credit a { color: var(--Placehoder); text-decoration: underline; }
.solei-credit a:hover { color: var(--Primary); }

/* readable article typography */
.post-content h3, .article-content h3, .blog-details h3, .details-content h3 {
  font-size: clamp(19px, 2vw, 24px); font-weight: 600; color: var(--On-Surface);
  margin: 36px 0 14px;
}
.post-content h3::after, .article-content h3::after,
.blog-details h3::after, .details-content h3::after {
  content: ""; display: block; width: 46px; height: 2px; margin-top: 10px;
  background: var(--Gold-Grad);
}
.post-content p, .article-content p, .blog-details p, .details-content p { line-height: 1.8; }
.post-content ul, .article-content ul, .blog-details ul, .details-content ul {
  padding-left: 20px; margin-bottom: 20px; list-style: disc;
}
.post-content ul li, .article-content ul li, .blog-details ul li, .details-content ul li {
  line-height: 1.75; margin-bottom: 9px; list-style: disc;
}
.post-content ul li::marker, .article-content ul li::marker,
.blog-details ul li::marker, .details-content ul li::marker { color: var(--Primary); }

/* credit line for the cover image the article template prints itself */
.solei-cover-credit {
  margin: 0 0 26px; padding-left: 14px;
  border-left: 2px solid var(--Primary);
  font-size: 13.5px; line-height: 1.6; color: var(--Secondary);
}

/* ==================================================================
   Discover Phú Quốc — homepage strip
   ================================================================== */
.solei-travel { padding: 66px 0 74px; background: var(--Surface); }
.solei-travel .heading-section { margin-bottom: 40px; }
.solei-travel-sub {
  max-width: 620px; margin: 16px auto 0;
  font-size: 15.5px; line-height: 1.7; color: var(--Secondary);
}
.solei-travel-card {
  display: block; background: #fff; border-radius: 3px; overflow: hidden;
  height: 100%; margin-bottom: 26px;
  box-shadow: 0 2px 14px rgba(11,11,11,.06);
  transition: box-shadow .3s ease, transform .3s ease;
}
.solei-travel-card:hover { box-shadow: 0 16px 40px rgba(11,11,11,.14); transform: translateY(-3px); }
.solei-travel-media { display: block; overflow: hidden; }
.solei-travel-media img {
  display: block; width: 100%; height: 230px; object-fit: cover;
  transition: transform .6s ease;
}
.solei-travel-card:hover .solei-travel-media img { transform: scale(1.06); }
.solei-travel-body { display: block; padding: 20px 22px 24px; }
.solei-travel-title {
  display: block; font-size: 17px; line-height: 1.45; font-weight: 600;
  color: var(--On-Surface); margin-bottom: 9px;
}
.solei-travel-card:hover .solei-travel-title { color: var(--Primary); }
.solei-travel-desc {
  display: block; font-size: 14px; line-height: 1.65; color: var(--Secondary);
}
.solei-btn-outline {
  border: 1px solid var(--Primary); color: var(--Primary); background: transparent;
}
.solei-btn-outline:hover { background: var(--Primary); color: #fff; }

@media (max-width: 991px) { .solei-travel-media img { height: 200px; } }
