.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  transition: background-color 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: color-mix(in srgb, var(--bg-elev) 82%, transparent);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom-color: var(--line);
}

.header-inner {
  width: min(1240px, 100% - 40px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 620;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 11px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-family: var(--font-display);
  box-shadow: var(--shadow-1);
}
[data-theme="dark"] .brand-mark { color: #0b1512; }
.brand-has-logo { gap: 0; }
.site-header .brand-logo {
  height: auto;
  width: 110px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .site-header .brand-logo {
    width: 90px;
  }
}
@media (max-width: 991.98px) {
  .site-index .brand-has-logo,
  .site-about .brand-has-logo,
  .site-explore-list .brand-has-logo,
  .site-service-detail .brand-has-logo,
  .site-services .brand-has-logo,
  .site-service .brand-has-logo,
  .site-community .brand-has-logo,
  .site-blog .brand-has-logo,
  .site-post .brand-has-logo,
  .site-contact .brand-has-logo,
  .site-terms .brand-has-logo,
  .site-privacy .brand-has-logo{
      justify-content: left;
  }
}
.footer-brand .brand { margin-bottom: 4px; }
.footer-brand .brand-logo {
  max-width: 100%;
  width: 200px;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer-brand .brand-logo{
    width: 130px;
    margin: 0 auto;
  }
  .footer-brand .brand{
    text-align: center;
    width: 100%;
  }
}

.site-nav { display: none; }
@media (min-width: 900px) {
  .site-nav { 
    display: flex; 
    gap: 4px; 
    margin-inline: auto; 
    margin-right: 0;
  }
  .site-nav a {
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink-2);
    transition: all 180ms ease;
  }
  .site-nav a:hover { color: var(--ink); background: var(--surface-2); }
  .site-nav a.is-active { color: var(--ink); background: var(--surface-2); }
}

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
@media (min-width: 900px) { .header-actions { margin-left: 0; } }
.icon-btn-avatar { padding: 3px; overflow: hidden; }
.icon-btn-avatar .avatar { width: 100% !important; height: 100% !important; border-radius: 999px; }

.header-actions a.icon-btn{
  display: flex!important;
}
@media (max-width: 767.98px) {
  .header-actions a.icon-btn{
    display: none !important;
  }
}


/* ---------------- Community (public two-column) ---------------- */
.community-layout { display: grid; gap: 16px; }
.site-community main,
.site-community .section,
.site-community .section-inner,
.site-community .community-layout,
.site-community .community-aside-col {
  overflow: visible;
}

@media (min-width: 768px) {
  .site-community .community-layout {
    /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); */
    gap: 22px;
    align-items: stretch;
  }
  .site-community .community-aside-col {
    display: block;
    min-height: 100%;
  }
  .site-community .community-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2;
  }
}

@media (min-width: 900px) {
  .community-layout {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
  }

  .community-aside .feed-composer > .avatar { display: flex; justify-content: center;}
}
.community-feed .post-card.panel-mt { margin-top: 16px; }
.community-feed .post-card.panel-mt:first-child { margin-top: 0; }

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  padding: calc(var(--header-h) + 48px) 20px 40px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .hero {
    padding: calc(var(--header-h) + 96px) 20px 70px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(52% 44% at 82% 4%, var(--gold-soft), transparent 70%),
    radial-gradient(46% 40% at 8% 20%, var(--accent-soft), transparent 70%);
}
.hero-grain {
  position: absolute; inset: 0; z-index: -1; opacity: 0.5;
  background-image: radial-gradient(var(--line) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent);
}

.hero-inner { width: min(860px, 100%); margin-inline: auto; text-align: center; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 75%, transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 26px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: pulse-dot 2.4s infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 0 var(--ok-soft); } 50% { box-shadow: 0 0 0 6px var(--ok-soft); } }

.display-accent,
.display span.display-accent {
  font-style: normal;
  color: var(--accent);
}
.hero h1 .display-accent { position: relative; }
.hero h1 {
  font-size: clamp(38px, 7vw, 74px);
  margin-bottom: 18px;
}

.hero p.lede {
  font-size: clamp(15px, 2.2vw, 18px);
  color: var(--ink-2);
  max-width: 560px;
  margin: 0 auto 38px;
}

/* Search bar */
.search-shell {
  width: min(680px, 100%);
  margin-inline: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-2);
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 22px;
  gap: 12px;
  transition: box-shadow 250ms var(--ease), border-color 250ms ease, transform 250ms var(--ease);
}
.search-shell:focus-within { border-color: var(--accent); box-shadow: var(--shadow-3), 0 0 0 4px var(--accent-soft); transform: translateY(-2px); }
.search-shell .lead svg { width: 19px; height: 19px; color: var(--ink-3); flex-shrink: 0; }
.search-shell .lead { display: block; flex-shrink: 0; color: var(--ink-3); }
.search-shell input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15.5px;
  color: var(--ink);
}
.search-shell input::placeholder { color: var(--ink-3); }
.search-divider { width: 1px; height: 26px; background: var(--line); display: none; }
.search-loc {
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 550;
  padding-inline: 4px;
  white-space: nowrap;
}
.search-loc svg { width: 16px; height: 16px; color: var(--ink-3); }
@media (min-width: 640px) {
  .search-divider, .search-loc { display: flex; }
}
.search-shell .btn { padding-block: 12px; }

.hero-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
}
.hero-meta strong {
  color: var(--accent);
  background: var(--surface);
  font-weight: 650;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: var(--shadow-1);
  width: 35px;
  height: 35px;
  align-content: center;
}

/* ---------------- Sections ---------------- */
.section { padding: 52px 20px; }
@media (min-width: 900px) { .section { padding: 84px 20px; } }
.section-inner { width: min(1240px, 100%); margin-inline: auto; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.section-head h2 { font-size: clamp(24px, 3.6vw, 38px); }
.section-head .sub {
  color: var(--ink-2);
  margin-top: 8px;
  max-width: 100%;
  font-size: 17px;
  line-height: 1.5;
}
.section-head>div{
  width: 100%;
}

/* Homepage categories — centered title + card grid */
.section-categories .section-head {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.section-categories .section-link {
  display: inline-flex;
  padding-bottom: 0;
}
.section-categories .cat-rail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  overflow: visible;
  grid-auto-flow: unset;
  grid-auto-columns: unset;
  scroll-snap-type: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-categories .cat-rail{
    gap: 8px;
  }
}
@media (min-width: 900px) {
  .section-categories .cat-rail {
    grid-template-columns: repeat(auto-fit, minmax(150px, 180px));
    justify-content: center;
  }
}
.section-categories .cat-card {
  width: auto;
  flex-shrink: unset;
}
.section-link {
  display: none;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 17px;
  color: var(--accent-ink);
  white-space: nowrap;
  padding-bottom: 4px;
}
.section-link svg { width: 15px; height: 15px; transition: transform 200ms var(--ease); }
.section-link:hover svg { transform: translateX(4px); }
@media (min-width: 640px) { .section-link { display: inline-flex; } }

/* ---------------- Category rail ---------------- */
.cat-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 132px;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 900px) {
  .cat-rail { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: unset; overflow: visible; }
}

.cat-card {
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 20px 16px 18px;
  text-align: center;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color 200ms ease;
  cursor: pointer;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); border-color: var(--line-strong); }
.cat-icon {
  width: 52px; height: 52px;
  margin: 0 auto 12px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent-ink);
  transition: transform var(--dur) var(--ease);
}
.cat-card:hover .cat-icon { transform: scale(1.1) rotate(-4deg); }
.cat-icon svg { width: 24px; height: 24px; }
.cat-card h3 { font-size: 18px; font-weight: 700; }
.cat-card span { font-size: 15px; color: var(--ink-3); text-transform: capitalize; }

/* Tinted icon variants */
.cat-card:nth-child(2) .cat-icon { background: var(--gold-soft); color: var(--gold); }
.cat-card:nth-child(3) .cat-icon { background: var(--danger-soft); color: var(--danger); }
.cat-card:nth-child(4) .cat-icon { background: var(--ok-soft); color: var(--ok); }
.cat-card:nth-child(5) .cat-icon { background: var(--warn-soft); color: var(--warn); }

/* ---------------- Listing cards ---------------- */
.listing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { 
  .listing-grid { 
    grid-template-columns: repeat(2, 1fr); 
  } 
}
@media (min-width: 1024px) { 
  .listing-grid { 
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  } 
}

.listing-card {
  background: var(--surface);
  /* border: 1px solid var(--line); */
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.listing-card-stretch {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.listing-quick-actions {
  display: flex;
  gap: 6px;
  position: relative;
  z-index: 3;
  margin-left: auto;
  pointer-events: auto;
}
.listing-quick-actions .inline-form { margin: 0; }
.listing-media { pointer-events: none; }
.listing-body { position: relative; z-index: 2; pointer-events: none; }
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }

.listing-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.listing-media .ph {
  position: absolute;
  inset: 0;
  transition: transform 900ms var(--ease);
}
.listing-card:hover .listing-media .ph { transform: scale(1.06); }

.media-top {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.badge-featured {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(20, 22, 26, 0.62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f4e9d4;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.badge-featured svg { width: 12px; height: 12px; }

.save-btn {
  width: 36px; height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(20, 22, 26, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  transition: transform 200ms var(--ease), background-color 200ms ease;
}
.save-btn:hover { transform: scale(1.12); }
.save-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: fill 200ms ease, color 200ms ease; }
.save-btn.is-saved { background: rgba(179, 64, 47, 0.9); }
.save-btn.is-saved svg { fill: #fff; }

.listing-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; min-height: 0; }
.listing-cat {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--gold);
  margin-bottom: 5px;
}
.listing-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.listing-body h3 { 
  font-size: 18px; 
  font-weight: 600; 
  line-height: normal;
}
.rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 650;
  font-size: 13.5px;
  white-space: nowrap;
}
.rating svg { width: 14px; height: 14px; color: var(--gold); }
.rating .count { color: var(--ink-3); font-weight: 450; }

.listing-loc {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-3);
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 0 13px 0;
}
.listing-loc svg { width: 13px; height: 13px; flex-shrink: 0; }

.listing-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 17px;
}
.listing-foot .price {
  font-weight: 800;
  font-family: "Arial";
}
.listing-foot .price span { color: var(--ink-3); font-weight: 450; }

.open-state { display: inline-flex; align-items: center; gap: 6px; font-weight: 570; }
.open-state .dot { width: 7px; height: 7px; border-radius: 50%; }
.open-state.open { color: var(--ok); } .open-state.open .dot { background: var(--ok); }
.open-state.closed { color: var(--danger); } .open-state.closed .dot { background: var(--danger); }

/* ---------------- Collection banners ---------------- */
.collection-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .collection-grid { grid-template-columns: 1.35fr 1fr; grid-auto-rows: 240px; gap: 22px; }
  .collection-grid .collection-card:first-child { grid-row: span 2; }
}

.collection-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow-1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.collection-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); }
.collection-card .ph { position: absolute; inset: 0; transition: transform 900ms var(--ease); }
.collection-card:hover .ph { transform: scale(1.05); }
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 14, 12, 0.72) 0%, rgba(10, 14, 12, 0.08) 55%);
}
.collection-body { position: relative; z-index: 2; }
.collection-body .kicker { font-size: 12px; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.82; margin-bottom: 6px; }
.collection-body h3 { font-family: var(--font-display); font-size: 24px; font-weight: 580; margin-bottom: 4px; }
.collection-body p { font-size: 13.5px; opacity: 0.85; }

/* ---------------- Stats strip ---------------- */
.stats-strip {
  /* border-block: 1px solid var(--line); */
  background: var(--bg-elev);
}
.stats-inner {
  width: min(1240px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 36px 20px;
  gap: 28px 16px;
  text-align: center;
}
@media (min-width: 900px) { .stats-inner { grid-template-columns: repeat(4, 1fr); padding-block: 48px; } }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}
.stat-label { color: var(--ink-3); font-size: 17px; margin-top: 4px; }

/* ---------------- CTA ---------------- */
.cta-panel {
  position: relative;
  background: var(--accent);
  color: #f2f6f4;
  padding: 48px 28px;
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-2);
}
.site-about .stat-strip{
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  .site-about .stat-strip{
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .site-about .stat-strip{
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px !important;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn-cta{
  font-size: 20px;
  padding: 15px 30px;
}
@media (max-width: 767.98px) {
  .btn-cta{
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (min-width: 900px) { .cta-panel { padding: 78px 40px; } }
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 70% at 85% 10%, rgba(212, 169, 78, 0.28), transparent 70%),
    radial-gradient(40% 60% at 10% 90%, rgba(255, 255, 255, 0.08), transparent 70%);
}
.cta-panel > * { position: relative; }
.cta-panel h2 { font-size: clamp(26px, 4vw, 44px); margin-bottom: 12px; }
.cta-panel .display-accent {
  color: #e9d5a1!important;
}
.cta-panel p { 
  opacity: 0.85; max-width: 460px; margin: 0 auto 30px; font-size: 17px;
}
.cta-panel .btn-primary { background: #f7f5f0; color: var(--accent-ink); }
.cta-panel .btn-primary:hover { background: #fff; }

/* ---------------- Footer ---------------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-elev);
  padding: 52px 20px 25px;
  margin-bottom: var(--tabbar-h);
}
@media (min-width: 900px) { .site-footer { margin-bottom: 0; padding: 72px 20px 25px; } }

.footer-inner { width: min(1240px, 100%); margin-inline: auto; }
.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 44px;
}
@media (min-width: 900px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; } }
.footer-brand-col { grid-column: 1 / -1; }
@media (min-width: 900px) { .footer-brand-col { grid-column: auto; } }
.footer-brand-col p { color: var(--ink-3); font-size: 13.5px; max-width: 280px; margin-top: 14px; }
.footer-grid h4 { font-size: 12px; font-weight: 680; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid ul a { color: var(--ink-2); font-size: 14px; transition: color 160ms ease; }
.footer-grid ul a:hover { color: var(--ink); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  color: var(--ink-3);
  font-size: 15px;
}
.footer-bottom a { color: var(--ink-2); font-weight: 550; }
.footer-bottom a:hover { color: var(--ink); }

.footer-cols {
  display: grid;
  gap: 36px 28px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 44px;
}
@media (min-width: 900px) { .footer-cols { grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px; } }
.footer-brand { grid-column: 1 / -1; }
@media (min-width: 900px) { .footer-brand { grid-column: auto; } }
.footer-brand p {
  color: var(--ink-3);
  font-size: 17px;
  line-height: 1.5;
  max-width: 95%;
  margin-top: 16px;
}
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 99px;
  border: 1px solid var(--line);
  display: grid!important;
  place-items: center;
  color: var(--ink-2);
  transition: all 180ms ease;
  align-content: center;
}
.footer-social a:hover {
  border-color: var(--accent);
  color: #fff;
}
.footer-social svg { width: 16px; height: 16px; }
.footer-cols .ttl-foot {
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.footer-cols div > a {
  display: block;
  color: var(--ink-2);
  font-size: 16px;
  padding: 5px 0;
  transition: color 160ms ease;
  font-weight: 500;
}
.footer-cols div > a:hover { color: var(--accent-ink); }

/* ---------------- How it works / SEO prose ---------------- */
.how-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .how-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.how-card {
  background: var(--surface);
  /* border: 1px solid var(--line); */
  border-radius: var(--r-lg);
  padding: 26px;
  box-shadow: var(--shadow-1);
}
.how-num {
  font-family: var(--font-display); font-size: 15px; font-weight: 650;
  color: var(--accent-ink); background: var(--accent-soft);
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center; margin-bottom: 16px;
}
.how-card h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}
.how-card p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.5;
}
.seo-prose {
  margin-top: 30px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.5;
  max-width: 100%;
}
.seo-prose a { color: var(--accent-ink); font-weight: 570; text-decoration: underline; text-underline-offset: 3px; }

/* ---------------- Article body (WYSIWYG output) ---------------- */
.article-body { 
  font-size: 17px; 
  line-height: 1.5; 
  color: var(--ink-2); 
  overflow-wrap: anywhere; 
}
.article-body h2 { 
  font-family: var(--font-display); 
  font-size: 24px; 
  font-weight: 630; 
  color: var(--ink); 
  margin: 0 0 10px; 
  line-height: normal;
}
@media (max-width: 767.98px) {
  .article-body h2{
    font-size: 21px;
  }
}
.article-body h3 {
  font-size: 21px; 
  font-weight: 650; 
  color: var(--ink); 
  margin: 22px 0 8px; 
  line-height: normal;
}
.article-body p { margin-bottom: 14px; }
.article-body ul { list-style: disc; padding-left: 24px; margin-bottom: 14px; }
.article-body ol { list-style: decimal; padding-left: 24px; margin-bottom: 14px; }
.article-body li { display: list-item; margin-bottom: 6px; }
.article-body blockquote { border-left: 3px solid var(--accent); padding: 6px 18px; color: var(--ink-2); font-style: italic; margin: 16px 0; }
.article-body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.article-body hr { border: 0; border-top: 1px solid var(--line-strong); margin: 24px 0; }
.article-body img { max-width: 100%; border-radius: var(--r-md); }

/* ---------------- Static / CMS pages ---------------- */
.page-prose {
  max-width: 760px;
  margin: 0 auto;
}
.parent-btn-page{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:36px;
  justify-content: center;
}
.page-prose h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 620; letter-spacing: -0.01em;
  margin: 34px 0 12px;
}
.page-prose h2:first-child { margin-top: 0; }
.page-prose p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.page-prose ul { display: grid; gap: 9px; margin: 4px 0 18px; padding-left: 4px; list-style: none; }
.page-prose ul > li {
  color: var(--ink-2); font-size: 15px; line-height: 1.6;
  padding-left: 24px; position: relative;
}
.page-prose ul > li::before {
  content: ""; position: absolute; left: 4px; top: 9px;
  width: 7px; height: 7px; border-radius: 99px; background: var(--accent);
}
.page-prose ol { list-style: decimal; padding-left: 24px; margin: 4px 0 18px; }
.page-prose ol > li {
  color: var(--ink-2); font-size: 15px; line-height: 1.6;
  display: list-item; margin-bottom: 6px;
}

.stat-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px;
  border-radius: var(--r-xl);
  /* border: 1px solid var(--line); */
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent-soft) 55%, transparent), color-mix(in srgb, var(--gold-soft) 35%, transparent)),
    var(--surface);
  box-shadow: var(--shadow-1);
}
@media (min-width: 760px) {
  .stat-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 6px;
  }
}
.stat-strip .stat {
  position: relative;
  text-align: center;
  padding: 22px 16px;
  border-radius: calc(var(--r-xl) - 4px);
  background: color-mix(in srgb, var(--bg-elev) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.site-about .stat-strip .stat{
  padding: 10px 16px;
}
@media (min-width: 760px) {
  .stat-strip .stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 22%;
    height: 56%;
    width: 1px;
    background: var(--line);
  }
  .stat-strip .stat {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
}
.stat-strip .stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--ink);
}
.stat-strip .stat span {
  display: block;
  margin-top: 6px;
  color: var(--ink-3);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.contact-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1.5fr 1fr; gap: 48px; } }
.panel-lite {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(20px, 3vw, 32px); box-shadow: var(--shadow-1);
}
.contact-aside { display: grid; gap: 24px; align-content: start; }
.contact-aside h4 {
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.contact-aside a { color: var(--accent-ink); font-weight: 570; }
.contact-aside p, .contact-aside span {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.5;
}

/* ---------------- Mobile nav drawer ---------------- */
.mnav-toggle { display: inline-grid; }
@media (min-width: 900px) { .mnav-toggle { display: none; } }
.mnav-backdrop {
  position: fixed; inset: 0; z-index: 170;
  background: rgba(15, 20, 18, 0.45);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity 250ms ease;
}
.mnav-backdrop.is-open { opacity: 1; pointer-events: auto; }
.mnav {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 180;
  width: min(320px, 88vw);
  background: var(--bg-elev);
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column;
  padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
  transform: translateX(103%);
  transition: transform 300ms var(--ease);
  overflow-y: auto;
}
.mnav.is-open { transform: translateX(0); box-shadow: var(--shadow-3); }
.mnav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mnav-links { display: grid; gap: 4px; padding: 18px 0; }
.mnav-links a {
  display: flex; align-items: center; gap: 13px;
  padding: 12px 12px; border-radius: var(--r-md);
  font-size: 15px; font-weight: 570; color: var(--ink-2);
  transition: all 160ms ease;
}
.mnav-links a:hover { background: var(--surface-2); color: var(--ink); }
.mnav-links svg { width: 19px; height: 19px; color: var(--ink-3); }
.mnav-foot { margin-top: auto; display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.mnav .brand-has-logo{
  justify-content: left;
  width: 100px;
}

/* ---------------- Mobile tab bar (app-like) ---------------- */
@media (max-width: 899px) {
  html:has(body.page-fade:not(.admin)),
  body.page-fade:not(.admin) {
    overflow-x: clip;
    max-width: 100%;
  }
}

body:not(.admin) > .tabbar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, calc(100% + 4px), 0);
  transition:transform 460ms var(--ease), opacity 360ms ease, visibility 0s linear 460ms;
  will-change: transform, opacity;
}
body:not(.admin) > .tabbar.is-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: transform 460ms var(--ease), opacity 360ms ease, visibility 0s;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.admin) > .tabbar,
  body:not(.admin) > .tabbar.is-ready {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
}

.site-post .page-top{
  padding-top: 0;
}
.article-share-row {
  margin-top: 18px;
}
.article-share {
  margin: 0;
}

.tabbar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  width: 100%;
  max-width: 100vw;
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  padding-inline: max(0px, env(safe-area-inset-left)) max(0px, env(safe-area-inset-right));
  background: color-mix(in srgb, var(--bg-elev) 100%, transparent);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  backdrop-filter: blur(20px) saturate(1.5);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: stretch;
  z-index: 120;
  contain: layout style;
  padding: 0 8px;
}
@media (min-width: 900px) { .tabbar { display: none; } }

.tab-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 10.5px;
  font-weight: 570;
  color: var(--ink-3);
  transition: color 200ms ease;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  padding-inline: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-item svg { width: 22px; height: 22px; transition: transform 250ms var(--ease); }
.tab-item.is-active { color: var(--accent-ink); }
.tab-item.is-active svg { transform: translateY(-1px) scale(1.06); }
.tab-item:active svg { transform: scale(0.88); }
.tab-item.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--accent);
}

/* Center hub tab (Explore on mobile — replaces add-circle for guests/customers) */
.tab-item.tab-hub {
  flex: 0 0 74px;
  font-weight: 620;
}
.tab-item.tab-hub.is-active::before { width: 42px; }

/* Center "Add" tab */
.tab-add {
  flex: 0 0 clamp(56px, 18vw, 74px);
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: visible;
}
.tab-add .add-circle {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform 220ms var(--ease);
  border: 4px solid var(--bg);
}
[data-theme="dark"] .tab-add .add-circle { color: #0b1512; }
.tab-add:active .add-circle { transform: scale(0.9); }
.tab-add .add-circle svg { width: 22px; height: 22px; }

/* ---------------- Explore page ---------------- */
.page-top {
  padding: calc(var(--header-h) + 28px) 20px 0;
}
@media (min-width: 900px) { .page-top { padding-top: calc(var(--header-h) + 52px); } }

.explore-head { 
  width: min(1240px, 100%); 
  margin-inline: auto;
  text-align: center;
}
.explore-head h1 { font-size: clamp(28px, 4.4vw, 46px); margin-bottom: 6px; }
.explore-head .sub {
  font-size: 17px;
  text-transform: capitalize;
  margin: 15px auto;
  max-width: 70%;
}
@media (max-width: 767.98px) {
  .explore-head .sub{
    max-width: 100%;
  }
}
.explore-head .cms-rich p { margin: 0; }
.cms-rich ul { list-style: disc; padding-left: 24px; margin-bottom: 14px; }
.cms-rich ol { list-style: decimal; padding-left: 24px; margin-bottom: 14px; }
.cms-rich li { display: list-item; margin-bottom: 6px; }

.title-row .listing-cat { margin-bottom: 6px; }

.filter-row {
  width: min(1240px, 100%);
  margin: 26px auto 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  align-items: center;
}
.filter-row .chip { flex-shrink: 0; }

.explore-toolbar {
  width: min(1240px, 100%);
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.explore-search {
  display: flex;
  flex: 1;
  min-width: min(100%, 280px);
  max-width: 380px;
}
.explore-search .field {
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
}
.explore-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .explore-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .sort-trigger, .category-trigger{
    justify-content: center;
  }
}
.filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--bg);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.sort-trigger,
.category-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--bg);
}
.sort-trigger:active,
.category-trigger:active,
.filter-trigger:active { transform: scale(0.97); }
.category-trigger.filter-trigger--soft,
.filter-trigger--soft {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-1);
}
[data-theme="dark"] .sort-trigger,
[data-theme="dark"] .filter-trigger:not(.filter-trigger--soft) { color: #0d0f12; }
.sort-trigger svg,
.category-trigger svg,
.filter-trigger svg { width: 15px; height: 15px; flex-shrink: 0; }
.sort-options .sort-option {
  width: 100%;
  justify-content: center;
  cursor: pointer;
  font: inherit;
}
.category-options .cat-option {
  width: 100%;
  justify-content: center;
  cursor: pointer;
  font: inherit;
}
.filter-options--stack {
  display: grid;
  gap: 8px;
}
.filter-options--stack .chip {
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}

/* Article page hero image */
.article-page { display: block; }
.article-hero {
  width: min(1240px, 100%);
  margin: calc(var(--header-h) + 50px) auto 0;
  padding-inline: 20px;
}
@media (max-width: 767.98px) {
  .article-hero{
    margin: calc(var(--header-h) + 10px) auto 0;
  }
}
.article-hero img {
  display: block;
  width: 100%;
  max-height: min(52vh, 520px);
  object-fit: cover;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
}
.article-head .article-deck {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-2);
}

/* ---------------- Detail page ---------------- */
.detail-hero {
  width: min(1240px, 100%);
  margin: calc(var(--header-h) + 20px) auto 0;
  padding-inline: 20px;
}
@media (min-width: 900px) { .detail-hero { margin-top: calc(var(--header-h) + 40px); } }

.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}
.gallery-track { display: contents; }
.gallery-dots {
  display: none;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}
.gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: var(--line-strong);
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}
.gallery-dot.is-active { background: var(--accent); transform: scale(1.15); }
@media (max-width: 899.98px) {
  .gallery.is-swipeable { overflow: hidden; display: block; }
  .gallery.is-swipeable .gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  .gallery.is-swipeable .gallery-track::-webkit-scrollbar { display: none; }
  .gallery.is-swipeable .g-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    min-height: min(58vw, 340px);
    aspect-ratio: auto;
  }
  .gallery.is-swipeable .g-side { display: block; }
  .gallery.is-swipeable .gallery-dots { display: flex; }
}
.gallery .g-item { position: relative; overflow: hidden; min-height: 220px; }
.gallery button.g-item {
  display: block; width: 100%; padding: 0; border: 0; background: none;
  cursor: zoom-in; text-align: left;
}
.gallery .g-item .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease); }
.gallery button.g-item:hover .ph { transform: scale(1.05); }
.gallery .g-item:not(button) .ph { position: absolute; inset: 0; transition: transform 800ms var(--ease); }
.gallery .g-main { aspect-ratio: 16 / 9; }
.gallery .g-side { display: none; }
@media (min-width: 900px) {
  .gallery:has(.g-side) { grid-template-columns: 2fr 1fr; grid-auto-rows: 210px; }
  .gallery:has(.g-side) .g-main { grid-row: span 2; aspect-ratio: auto; }
  .gallery .g-side { display: block; min-height: 0; }
}

.ad-slot {
  margin-top: 28px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ad-label {
  margin-top: 20px !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ad-card {
  display: block;
  font-weight: 800;
  color: var(--surface);
  text-decoration: none!important;
  font-size: 30px;
}
.ad-card--image {
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}
.ad-card--image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: auto;
}
.ad-card:hover { text-decoration: underline; }
.ad-card--image:hover { text-decoration: none; opacity: 0.95; }

.gallery-lightbox {
  position: fixed; inset: 0; z-index: 400;
  display: grid; place-items: center;
  background: rgba(8, 12, 10, 0.92);
  opacity: 0; visibility: hidden;
  transition: opacity 220ms var(--ease), visibility 220ms;
}
.gallery-lightbox.is-open { opacity: 1; visibility: visible; }
.gallery-lightbox-inner {
  position: relative; width: min(96vw, 1100px); max-height: 92vh;
  display: grid; place-items: center; touch-action: none;
}
.gallery-lightbox-img {
  max-width: 100%; max-height: 92vh; width: auto; height: auto;
  object-fit: contain; border-radius: var(--r-md);
  transition: transform 260ms var(--ease);
  cursor: zoom-in; user-select: none;
}
.gallery-lightbox.is-zoomed .gallery-lightbox-img {
  transform: scale(2); cursor: zoom-out;
}
.gallery-lightbox.is-zoomed .gallery-lightbox-inner { overflow: auto; max-height: 92vh; }
.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute; z-index: 2;
  width: 44px; height: 44px; border: 0; border-radius: 999px;
  background: rgba(255,255,255,0.12); color: #fff;
  display: grid; place-items: center; cursor: pointer;
  backdrop-filter: blur(8px);
}
.gallery-lightbox-close { top: 16px; right: 16px; }
.gallery-lightbox-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.gallery-lightbox-next { right: 12px; top: 50%; transform: translateY(-50%); }
.gallery-lightbox-meta {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 650;
  color: #fff; background: rgba(0,0,0,0.45); backdrop-filter: blur(8px);
}

.detail-layout {
  width: min(1240px, 100%);
  margin: 30px auto 0;
  padding-inline: 20px;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .detail-layout { grid-template-columns: 1fr 380px; gap: 56px; margin-top: 44px; } }

.detail-main .title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.detail-main h1 { font-size: clamp(27px, 4vw, 42px); }
.detail-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  margin-top: 12px;
  color: var(--ink-2);
  font-size: 16px;
}
.detail-sub .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-3); }
.detail-sub svg { width: 15px; height: 15px; color: var(--ink-3); flex-shrink: 0; }

.detail-section { margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--line); }
.detail-section h2 { font-size: 25px; margin-bottom: 16px; }
.detail-section p.body {
  color: var(--ink-2);
  font-size: 17px; 
  max-width: 100%;
}
.detail-section .article-body {
  color: var(--ink-2);
  font-size: 17px;
  max-width: 100%;
  line-height: 1.7;
}
.detail-section .article-body h2 { font-size: 22px; font-weight: 650; margin: 20px 0 10px; }
.detail-section .article-body h3 { font-size: 18px; font-weight: 650; margin: 16px 0 8px; }
.detail-section .article-body p { margin-bottom: 12px; }
.detail-section .article-body ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.detail-section .article-body ol { list-style: decimal; padding-left: 22px; margin-bottom: 12px; }
.detail-section .article-body li { display: list-item; margin-bottom: 6px; }
.detail-section .article-body blockquote {
  border-left: 3px solid var(--accent);
  padding: 4px 14px;
  color: var(--ink-2);
  margin: 12px 0;
}
.detail-section .article-body hr { border: 0; border-top: 1px solid var(--line-strong); margin: 16px 0; }

.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 640px) { .amenities { grid-template-columns: repeat(3, 1fr); } }
.amenity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 13.5px;
  font-weight: 540;
  background: var(--surface);
}
.amenity svg { width: 17px; height: 17px; color: var(--accent-ink); flex-shrink: 0; }

/* Reviews */
.review-summary {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.review-score { text-align: center; }
.review-score .num { font-family: var(--font-display); font-size: 52px; font-weight: 580; line-height: 1; }
.review-score .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-top: 6px; }
.review-score .total { color: var(--ink-3); font-size: 12.5px; margin-top: 3px; }

.review-bars { flex: 1; min-width: 220px; display: grid; gap: 7px; }
.rb-row { display: grid; grid-template-columns: 14px 1fr 34px; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink-3); }
.rb-track { height: 6px; border-radius: 99px; background: var(--surface-2); overflow: hidden; }
.rb-fill { height: 100%; border-radius: 99px; background: var(--gold); transition: width 1s var(--ease); }

.review-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
}
.review-card + .review-card { margin-top: 14px; }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.avatar {
  width: 42px; height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 650;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}
.review-head .who { line-height: 1.3; }
.review-head .who strong { font-size: 17px; }
.review-head .who span { display: block; font-size: 12.5px; color: var(--ink-3); }
.review-head .stars { margin-left: auto; color: var(--gold); font-size: 13px; letter-spacing: 1.5px; }
.review-card p { color: var(--ink-2); font-size: 17px; }

/* Booking / contact card (sticky on desktop) */
.detail-aside { position: relative; }
.aside-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-2);
  padding: 24px;
}
@media (min-width: 900px) { .aside-card { position: sticky; top: calc(var(--header-h) + 24px); } }
.aside-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.aside-price .num {
  font-family: "Arial";
  font-size: 25px;
  font-weight: 700;
}
.aside-price .per { 
  color: var(--ink-3); 
  font-size: 15px;
  text-transform: capitalize; 
}
.aside-card .rating { margin-bottom: 18px; }
.display-rate .starrate{
  font-family: "Arial";
  font-weight: 500;
}
.display-rate .starrate span{
  font-size: 20px;
  color: var(--gold);
}
.aside-rows { 
  display: grid; 
  gap: 1px; 
  background: var(--line);
  border-radius: var(--r-md); 
  overflow: hidden; 
  margin-bottom: 18px; 
}
.site-service-detail .btn-soft,
.site-service .btn-soft{
  border-radius: 999px;
}
.site-service-detail .detail-layout,
.site-service .detail-layout{
  margin-bottom: 80px;
}
.site-service-detail .relate-services,
.site-service .relate-services {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .site-service-detail .detail-layout,
  .site-service .detail-layout{
    margin-bottom: 50px;
  }
  .site-service-detail .relate-services,
  .site-service .relate-services {
    padding-bottom: 50px;
  }
}
.aside-rows-spaced { margin-top: 16px; }
.detail-loc-inline { display: inline-flex; align-items: center; gap: 6px; }
.stars-push { margin-left: auto; }
.section-pt-10 { padding-top: 10px; }
.section-pt-20 { padding-top: 20px; }
.section-pt-26 { padding-top: 26px; }
.section-pt-30 { padding-top: 30px; }
.section-pt-24 { padding-top: 24px; }
.img-cover { object-fit: cover; width: 100%; height: 100%; }
.listing-excerpt { margin-top: 8px; }
.section-inner-lg { max-width: 760px; }
.section-inner-community { max-width: 1100px; }
.stat-strip-spaced { margin-bottom: 44px; }
.field-contact { min-height: 140px; }
.article-head-lg { max-width: 760px; }
.fav-ph-abs { position: absolute; inset: 0; }
.link-inherit { color: inherit; }

/* Bio page themes */
.bio-theme-emerald { --bio-c1: #0f4a3d; --bio-c2: #14594a; }
.bio-theme-gold { --bio-c1: #8f6a1e; --bio-c2: #b98a2e; }
.bio-theme-plum { --bio-c1: #4e3355; --bio-c2: #7d5a84; }
.bio-theme-ocean { --bio-c1: #23506e; --bio-c2: #3e7ca6; }
.bio-theme-slate { --bio-c1: #34495c; --bio-c2: #5a7184; }
.bio-page {
  background:
    radial-gradient(ellipse 130% 90% at 50% -15%, color-mix(in srgb, var(--bio-c2) 40%, transparent) 0%, transparent 65%),
    radial-gradient(ellipse 70% 55% at 85% 15%, color-mix(in srgb, var(--bio-c1) 20%, transparent) 0%, transparent 55%),
    var(--bg);
}
.bio-page .bio-links a:hover { border-color: var(--bio-c2); }
.bio-page .bio-accent { color: var(--bio-c1); }
[data-theme="dark"] .bio-page .bio-accent { color: var(--bio-c2); }
.bio-powered { font-weight: 650; }
.aside-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  background: var(--surface);
  font-size: 15px;
  font-weight: 500;
}
.aside-row svg { width: 17px; height: 17px; color: var(--ink-3); flex-shrink: 0; }
.aside-row .val { margin-left: auto; font-weight: 600; text-align: right; }
.aside-card .btn { width: 100%; }
.aside-note { text-align: center; color: var(--ink-3); font-size: 12px; margin-top: 12px; }

/* Sticky mobile action bar on detail page */
.detail-actionbar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, var(--bg-elev) 90%, transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--line);
}
@media (min-width: 900px) { .detail-actionbar { display: none; } }
.detail-actionbar .price-mini { line-height: 1.25; }
.detail-actionbar .price-mini strong { font-size: 17px; }
.detail-actionbar .price-mini > span { display: block; font-size: 12px; color: var(--ink-3); white-space: nowrap; }
.detail-actionbar .btn { margin-left: auto; }

/* ---------------- Bottom sheet / modal ---------------- */
.sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 14, 16, 0.44);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.sheet-backdrop.is-open { opacity: 1; pointer-events: auto; }

.sheet {
  position: fixed;
  z-index: 160;
  background: var(--bg-elev);
  left: 0; right: 0; bottom: 0;
  border-radius: 24px 24px 0 0;
  max-height: 86vh;
  transform: translateY(105%);
  transition: transform 420ms var(--ease);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-3);
  pointer-events: none;
  visibility: hidden;
}
.sheet.is-open {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  z-index: 161;
}
@media (min-width: 900px) {
  .sheet {
    left: 50%; right: auto; bottom: auto; top: 50%;
    width: 460px;
    border-radius: var(--r-xl);
    transform: translate(-50%, -46%) scale(0.96);
    opacity: 0;
    transition: transform 340ms var(--ease), opacity 280ms ease, visibility 0s linear 280ms;
    max-height: 82vh;
  }
  .sheet.is-open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: transform 340ms var(--ease), opacity 280ms ease, visibility 0s;
  }
}

.sheet-grab { display: grid; place-items: center; padding: 12px 0 4px; }
.sheet-grab::before { content: ""; width: 42px; height: 5px; border-radius: 99px; background: var(--line-strong); }
@media (min-width: 900px) { .sheet-grab { display: none; } }

.sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
}
.sheet-head h3 { font-size: 17px; font-weight: 650; }
.sheet-body { padding: 20px 22px; overflow-y: auto; }
.sheet-foot {
  display: flex;
  gap: 12px;
  padding: 16px 22px calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
}
.sheet-foot .btn { flex: 1; }

.filter-group { margin-bottom: 24px; }
.filter-group > label { display: block; font-size: 13px; font-weight: 650; margin-bottom: 12px; }
.filter-options { display: flex; flex-wrap: wrap; gap: 8px; }

.range-row { display: flex; align-items: center; gap: 14px; }
.range-row input[type="range"] { flex: 1; accent-color: var(--accent); }
.range-val { font-weight: 650; font-size: 14px; min-width: 64px; text-align: right; }

/* Toggle switch */
.switch { position: relative; width: 46px; height: 27px; flex-shrink: 0; }
.switch input { opacity: 0; width: 100%; height: 100%; position: absolute; cursor: pointer; z-index: 2; }
.switch .track {
  position: absolute; inset: 0;
  border-radius: 99px;
  background: var(--surface-2);
  border: 1px solid var(--line-strong);
  transition: background-color 220ms ease, border-color 220ms ease;
}
.switch .track::after {
  content: "";
  position: absolute;
  top: 2px; left: 2px;
  width: 21px; height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  transition: transform 220ms var(--ease);
}
.switch input:checked + .track { background: var(--accent); border-color: var(--accent); }
.switch input:checked + .track::after { transform: translateX(19px); }

.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
  font-weight: 550;
}

/* ---------------- Page transitions ---------------- */
.page-fade { animation: page-in 500ms var(--ease) both; }
@keyframes page-in { from { opacity: 0; } }

@media (max-width: 767.98px) {
  .hero-meta{
    gap: 3px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 15px;
  }
  .hero-meta strong{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
    font-size: 23px;
  }
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-3);
  text-decoration: none;
}
.lang-switch a.is-active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-1);
}