@charset "UTF-8";
/*
Theme Name: Phú Cường Palace Child
Description: Flatsome child theme — Phú Cường Palace (dựng từ design/*.html)
Author: Webico
Template: flatsome
Version: 1.0.0
Text Domain: phucuongpalace-child
*/
:root {
  --pc-bg: #FAF6EC;
  --pc-bg-alt: #F4EEE0;
  --pc-white: #fff;
  --pc-green: #00573F;
  --pc-green-deep: #013a2a;
  --pc-green-dark: #063d2c;
  --pc-gold: #BB822C;
  --pc-gold-light: #E7C877;
  --pc-gold-1: #eac662;
  --pc-gold-2: #d79d48;
  --pc-ink: #23241f;
  --pc-ink-soft: #6a6658;
  --pc-ink-2: #54534a;
  --pc-ink-muted: #9a9486;
  --pc-ink-3: #7a766b;
  --pc-line: rgba(187,130,44,.3);
  --pc-line-soft: rgba(187,130,44,.16);
  --pc-line-gold: rgba(231,200,119,.2);
  --pc-error: #9F1C33;
  --pc-border-input: #d8cfb8;
  --pc-serif: "Cormorant Garamond", Georgia, serif;
  --pc-sans: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  --pc-header-h: 112px;
  --primary-color: #BB822C;
  --fs-color-primary: #BB822C;
  --fs-color-secondary: #00573F;
  --fs-color-success: #00573F;
  --fs-color-alert: #9F1C33;
  --fs-experimental-link-color: #00573F;
  --fs-experimental-link-color-hover: #BB822C;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--pc-bg);
  font-family: var(--pc-sans);
  color: var(--pc-ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--pc-gold);
}

::placeholder {
  color: var(--pc-ink-muted);
  opacity: 1;
}

h1, h2, h3, h4, h5, .heading-font, .serif {
  font-family: var(--pc-serif);
  color: var(--pc-green);
  margin-top: 0;
  text-wrap: balance;
}

h1 {
  font-weight: 500;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
}

h2 {
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.12;
}

h3 {
  font-weight: 600;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
}

h4 {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
}

p {
  line-height: 1.8;
  text-wrap: pretty;
}

.section, .row {
  scroll-margin-top: 118px;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark p {
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--pc-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pc-gold);
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--pc-gold);
  display: inline-block;
  flex: none;
}

.eyebrow.center-line::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--pc-gold);
  display: inline-block;
  flex: none;
}

.lead-p {
  font-size: 15px;
  color: var(--pc-ink-soft);
  max-width: 600px;
  margin: 14px auto 0;
  font-weight: 400;
  line-height: 1.75;
  text-wrap: pretty;
}

.shead {
  margin-bottom: 52px;
}

.shead p.lead-p {
  margin-left: 0;
}

.shead.text-center p.lead-p, .text-center .lead-p {
  margin-left: auto;
  margin-right: auto;
}

.body-s {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pc-ink-2);
}

.soft {
  color: var(--pc-ink-soft);
}

.gold {
  color: var(--pc-gold);
}

.gold-light {
  color: var(--pc-gold-light);
}

.button {
  font-family: var(--pc-sans);
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 0;
}

.button span {
  font-weight: 600;
}

.button.primary:not(.is-outline):not(.is-link) {
  background: linear-gradient(135deg, var(--pc-gold-1), var(--pc-gold-2));
  color: #fff;
  border: none;
  padding: 16px 30px;
  font-size: 13px;
  line-height: 1;
  min-height: 0;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.button.primary:not(.is-outline):not(.is-link):hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(215, 157, 72, 0.45);
  filter: brightness(1.05);
}

.button.secondary:not(.is-outline):not(.is-link) {
  background: var(--pc-green);
  color: #fff;
  border: none;
  padding: 16px 30px;
  font-size: 13px;
  line-height: 1;
}

.button.is-outline {
  background: transparent;
  color: var(--pc-green);
  border: 1px solid var(--pc-gold);
  padding: 15px 34px;
  font-size: 12.5px;
  line-height: 1;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.button.is-outline:hover {
  background: var(--pc-green);
  color: #fff;
  border-color: var(--pc-green);
}

.dark .button.is-outline, .banner .button.is-outline {
  color: #fff;
  border-color: rgba(231, 200, 119, 0.6);
}

.dark .button.is-outline:hover, .banner .button.is-outline:hover {
  background: var(--pc-gold);
  border-color: var(--pc-gold);
  color: #fff;
}

.button.is-link {
  color: var(--pc-green);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 0 0 4px;
  min-height: 0;
  border: 0;
  box-shadow: none;
  background-image: linear-gradient(var(--pc-line), var(--pc-line));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease;
}

.button.is-link:hover {
  opacity: 0.72;
  color: var(--pc-green);
  transform: none;
  box-shadow: none;
}

.dark .button.is-link, .ocard .button.is-link {
  color: var(--pc-gold-light);
  background-image: linear-gradient(rgba(231, 200, 119, 0.5), rgba(231, 200, 119, 0.5));
}

.link-arrow {
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--pc-line);
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.link-arrow:hover {
  opacity: 0.72;
}

#header .header-main {
  transition: background 0.45s ease, box-shadow 0.45s ease;
}

#header .header-inner {
  padding-left: 36px;
  padding-right: 36px;
  max-width: 1440px;
  margin: 0 auto;
}

#header .flex-left, #header .flex-right {
  flex: 1 1 0;
}

#header .flex-right {
  justify-content: flex-end;
}

#header #logo {
  flex: 0 0 auto;
}

#header #logo img {
  height: 100px;
  width: auto;
  max-height: 100px;
}

.header-wrapper.stuck .header-main {
  background: rgba(250, 246, 236, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 40, 28, 0.1);
}

.header-bg-color, .header-bg-image {
  background-color: transparent;
}

#header:not(.transparent) .header-main {
  background: rgba(250, 246, 236, 0.97);
}

#header .nav-icon a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#header .nav-icon .menu-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 1;
  margin: 0;
}

#header .nav-icon a .icon-menu {
  font-size: 22px;
}

.header-wrapper.stuck .nav-icon a, #header:not(.nav-dark) .nav-icon a {
  color: var(--pc-ink);
}

#header .header-button .button {
  background: linear-gradient(135deg, var(--pc-gold-1), var(--pc-gold-2));
  color: #fff;
  border: 1px solid transparent;
  padding: 12px 22px;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  border-radius: 0;
  margin: 0;
}

#header .header-button .button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 10px 24px rgba(215, 157, 72, 0.4);
}

#main-menu .sidebar-menu {
  background: var(--pc-bg);
  padding: 30px 26px;
}

#main-menu .nav-vertical > li > a {
  color: var(--pc-ink);
  font-family: var(--pc-sans);
  font-size: 15px;
  font-weight: 500;
  padding: 13px 6px;
  border-bottom: 1px solid rgba(187, 130, 44, 0.2);
  text-transform: none;
  letter-spacing: 0;
}

#main-menu .nav-vertical > li > a:hover, #main-menu .nav-vertical li.current-menu-item > a {
  color: var(--pc-gold);
}

#main-menu .nav-vertical ul li a {
  font-size: 13px;
  font-weight: 400;
  color: var(--pc-ink-soft);
  padding-left: 16px;
  border-bottom: 1px solid rgba(187, 130, 44, 0.12);
}

#main-menu .nav-vertical li.menu-item-has-children > a {
  border-bottom: 1px solid rgba(187, 130, 44, 0.2);
}

.pc-drawer-head {
  text-align: center;
  padding: 4px 0 22px;
}

.pc-drawer-head img {
  height: 64px;
  width: auto;
  margin: 0 auto;
}

.pc-drawer-foot {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pc-drawer-foot .button {
  margin: 0;
}

.off-canvas-right .mfp-content {
  max-width: min(340px, 82%);
}

.banner.phero {
  min-height: 60vh;
}

.banner.phero.tall {
  min-height: 72vh;
}

.banner.phero .banner-bg img, .banner.phero .bg {
  animation: pcKen 16s ease-in-out infinite alternate;
}

.banner.phero .overlay {
  background: linear-gradient(180deg, rgba(0, 40, 28, 0.58) 0%, rgba(0, 40, 28, 0.3) 34%, rgba(0, 40, 28, 0.72) 72%, rgba(0, 32, 22, 0.96) 100%);
  opacity: 1;
}

.banner.phero .text-box {
  padding-bottom: 62px;
}

.banner.phero .text-box-content {
  text-align: left;
}

.banner.phero h1 {
  color: #fff;
  margin: 0 0 14px;
}

.banner.phero p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0;
}

.crumb {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
}

.crumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.crumb a:hover {
  color: var(--pc-gold-light);
}

@keyframes pcKen {
  0% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1.14);
  }
}
@keyframes pcPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(187, 130, 44, 0.55);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(187, 130, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(187, 130, 44, 0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.imgframe {
  position: relative;
}

.imgframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgframe::before, .imgframe::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  pointer-events: none;
  z-index: 2;
}

.imgframe::before {
  left: -1px;
  bottom: -1px;
  border-left: 2px solid var(--pc-gold);
  border-bottom: 2px solid var(--pc-gold);
}

.imgframe::after {
  right: -1px;
  top: -1px;
  border-right: 2px solid var(--pc-gold);
  border-top: 2px solid var(--pc-gold);
}

.img-cover .img-inner, .img-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.spec {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
  padding: 18px 0;
  margin: 22px 0;
}

.spec .n {
  font-family: var(--pc-serif);
  font-size: 30px;
  color: var(--pc-gold);
  font-weight: 600;
  line-height: 1;
}

.spec .l {
  font-size: 11px;
  color: var(--pc-ink-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
}

.stat-num {
  font-family: var(--pc-serif);
  font-size: 52px;
  font-weight: 600;
  color: var(--pc-gold);
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: var(--pc-ink-3);
  margin-top: 6px;
  line-height: 1.5;
}

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

.wbc-list li {
  margin: 0;
}

.col-inner .wbc-list li {
  margin-left: 0;
}

.wbc-list.check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 30px;
}

.wbc-list.check.one {
  grid-template-columns: 1fr;
}

.wbc-list.check li {
  font-size: 14px;
  color: var(--pc-ink-2);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}

.wbc-list.check li .wbc-ico {
  flex: none;
  margin-top: 2px;
  width: 15px;
  height: 15px;
  color: var(--pc-gold);
}

.wbc-list.check li .wbc-ico svg {
  width: 15px;
  height: 15px;
  display: block;
}

.fcard, .icon-box.fcard {
  background: #fff;
  padding: 38px 30px;
  border: 1px solid var(--pc-line-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.fcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(0, 40, 28, 0.1);
}

.fcard .icon-box-img {
  width: 56px !important;
  height: 56px;
  border: 1px solid rgba(187, 130, 44, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
}

.fcard .icon-box-img img, .fcard .icon-box-img svg {
  width: 26px;
  height: 26px;
  color: var(--pc-gold);
}

.fcard h3 {
  font-size: 25px;
  margin: 0 0 10px;
}

.fcard p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--pc-ink-soft);
  margin: 0;
}

.ocards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ocard {
  position: relative;
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.ocard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s ease;
}

.ocard:hover img {
  transform: scale(1.06);
}

.ocard .oov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 30, 20, 0.92) 8%, rgba(0, 40, 28, 0.2) 70%);
  z-index: 1;
}

.ocard .oc {
  position: relative;
  z-index: 2;
}

.ocard .badge {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  margin-bottom: 14px;
}

.ocard h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #fff;
}

.ocard p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 14px;
}

.ocard .link-arrow {
  color: var(--pc-gold-light);
  border-color: rgba(231, 200, 119, 0.5);
}

.gal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}

.gal a, .gal .gallery-item {
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.gal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gal a:hover img {
  transform: scale(1.06);
}

.gal.mosaic {
  grid-auto-flow: dense;
  grid-auto-rows: 220px;
}

.gal.mosaic > *:nth-child(1), .gal.mosaic > *:nth-child(9) {
  grid-column: span 2;
  grid-row: span 2;
}

.gal.mosaic > *:nth-child(4) {
  grid-row: span 2;
}

.gal.mosaic > *:nth-child(6) {
  grid-column: span 2;
}

.mcard {
  background: #fff;
  border: 1px solid rgba(187, 130, 44, 0.2);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mcard.feat {
  background: var(--pc-green);
  color: #fff;
  border-color: var(--pc-green);
}

.mcard .tier {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pc-gold);
  font-weight: 600;
  margin-bottom: 10px;
}

.mcard.feat .tier {
  color: var(--pc-gold-light);
}

.mcard h3 {
  font-size: 30px;
  margin: 0 0 6px;
}

.mcard.feat h3 {
  color: #fff;
}

.mcard .price {
  font-family: var(--pc-serif);
  font-size: 22px;
  color: var(--pc-gold);
  font-weight: 600;
  margin-bottom: 18px;
}

.mcard.feat .price {
  color: var(--pc-gold-light);
}

.mcard .wbc-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 24px;
}

.mcard .wbc-list li {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--pc-ink-2);
  padding-bottom: 11px;
  border-bottom: 1px solid var(--pc-line-soft);
}

.mcard.feat .wbc-list li {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(231, 200, 119, 0.2);
}

.mcard .button {
  margin-top: auto;
  align-self: flex-start;
}

.course {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid var(--pc-line);
  padding: 18px 0;
  margin: 0;
}

.course .cn {
  font-family: var(--pc-serif);
  font-size: 24px;
  color: var(--pc-green);
  font-weight: 600;
  flex-shrink: 0;
}

.course .cd {
  font-size: 14px;
  color: var(--pc-ink-soft);
  text-align: right;
  line-height: 1.6;
}

.svclinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.svclink {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  text-decoration: none;
  color: #fff;
}

.svclink img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.6s ease;
}

.svclink:hover img {
  transform: scale(1.06);
}

.svclink .sov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 30, 20, 0.9), rgba(0, 40, 28, 0.25));
  z-index: 1;
}

.svclink .sc {
  position: relative;
  z-index: 2;
}

.svclink h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--pc-gold-light);
  margin: 0 0 6px;
}

.svcindex {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(187, 130, 44, 0.35);
}

.svcindex a {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(187, 130, 44, 0.35);
  text-decoration: none;
  color: var(--pc-green);
  transition: background 0.25s ease;
}

.svcindex a:hover {
  background: rgba(187, 130, 44, 0.06);
}

.svcindex .num {
  font-family: var(--pc-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--pc-gold);
  line-height: 1;
}

.svcindex .nm {
  font-family: var(--pc-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.svcindex .sub {
  display: block;
  font-family: var(--pc-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--pc-ink-soft);
  margin-top: 4px;
}

.svcindex .arr {
  color: var(--pc-gold);
  font-size: 20px;
}

.svc-card {
  display: block;
  text-decoration: none;
}

.svc-card .svc-img {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.svc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.svc-card:hover img {
  transform: scale(1.06);
}

.svc-card h3 {
  font-size: 25px;
  margin: 18px 0 10px;
}

.svc-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--pc-ink-soft);
  margin: 0 0 14px;
}

.hall-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hall-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 40, 28, 0.18);
}

.hall-card .hall-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.hall-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hall-card:hover img {
  transform: scale(1.05);
}

.hall-card .hall-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 30, 20, 0.92) 6%, rgba(0, 40, 28, 0.15) 65%);
}

.hall-card .hall-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 24px;
}

.hall-card .hall-area {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-gold-light);
  margin-bottom: 8px;
}

.hall-card h3 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 12px;
}

.hall-card .hall-spec {
  display: flex;
  gap: 26px;
}

.hall-card .hall-spec .l {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.hall-card .hall-spec .n {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.floorhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  border-bottom: 1px solid rgba(187, 130, 44, 0.35);
  padding-bottom: 26px;
  margin-bottom: 44px;
}

.floorhead h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
  margin: 0;
}

.floorhead p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--pc-ink-soft);
  max-width: 400px;
  margin: 0;
  text-align: right;
  text-wrap: pretty;
}

.hcards2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.hcard2 {
  background: #fff;
  border: 1px solid rgba(187, 130, 44, 0.18);
  display: flex;
  flex-direction: column;
}

.hcard2 .imgwrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.hcard2 .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hcard2:hover .imgwrap img {
  transform: scale(1.05);
}

.hcard2 .imgwrap::before, .hcard2 .imgwrap::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  pointer-events: none;
}

.hcard2 .imgwrap::before {
  left: 14px;
  bottom: 14px;
  border-left: 1.5px solid var(--pc-gold-light);
  border-bottom: 1.5px solid var(--pc-gold-light);
}

.hcard2 .imgwrap::after {
  right: 14px;
  top: 14px;
  border-right: 1.5px solid var(--pc-gold-light);
  border-top: 1.5px solid var(--pc-gold-light);
}

.hcard2 .body {
  padding: 30px 32px 34px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hcard2 h3 {
  margin: 0;
}

.hcard2 .spec {
  margin: 18px 0;
}

.hcard2 p {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--pc-ink-2);
  margin: 0 0 18px;
  text-wrap: pretty;
}

.hcard2 .wbc-list.check {
  margin-bottom: 26px;
}

.hcard2 .button {
  margin-top: auto;
  align-self: flex-start;
}

.vipstrip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.vipstrip a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  cursor: zoom-in;
}

.vipstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.vipstrip a:hover img {
  transform: scale(1.06);
}

.infoline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.infoline .ii {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(187, 130, 44, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--pc-gold);
}

.infoline .ii svg, .infoline .ii img {
  width: 18px;
  height: 18px;
}

.infoline .il {
  font-size: 12px;
  color: var(--pc-ink-muted);
  letter-spacing: 0.04em;
}

.infoline .iv {
  font-size: 15px;
  color: var(--pc-ink);
}

.infoline a {
  text-decoration: none;
}

.wbc-map {
  border: 1px solid var(--pc-line);
  overflow: hidden;
  min-height: 440px;
}

.wbc-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  min-height: 440px;
}

.ctaband .overlay {
  background: rgba(0, 55, 40, 0.9);
  opacity: 1;
}

.ctaband h2 {
  color: #fff;
}

.ctaband p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

.leadform {
  background: var(--pc-bg-alt);
}

.leadcard {
  background: #fff;
  padding: 42px 40px;
  box-shadow: 0 30px 70px rgba(0, 40, 28, 0.1);
}

.leadcard h3 {
  font-size: 26px;
  margin: 0 0 6px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.field label {
  font-size: 12px;
  color: var(--pc-ink-soft);
  letter-spacing: 0.02em;
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=number], .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--pc-border-input);
  background: #fff;
  font-size: 14px;
  color: var(--pc-ink);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  margin: 0;
  transition: border-color 0.25s ease;
}

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  border-color: var(--pc-gold);
  box-shadow: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: var(--pc-error);
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 14px 0 0;
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--pc-green);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--pc-error);
}

.wpcf7 .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.wpcf7 .wpcf7-submit {
  width: 100%;
  justify-content: center;
}

.pc-popup.lightbox-content {
  background: var(--pc-bg);
  max-width: 760px;
  padding: 0 !important;
}

.pc-popup .row {
  margin: 0 !important;
}

.pc-popup .pc-pop-img {
  min-height: 300px;
  position: relative;
}

.pc-popup .pc-pop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.pc-popup .pc-pop-form {
  padding: 46px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc-popup .pc-pop-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pc-gold);
  margin-bottom: 10px;
}

.pc-popup h3 {
  font-size: 28px;
  margin: 0 0 8px;
}

.pc-popup p {
  font-size: 14px;
  color: var(--pc-ink-soft);
  margin: 0 0 18px;
}

.mfp-bg {
  background: rgba(0, 18, 12, 0.92);
}

.mfp-image-holder .mfp-figure img.mfp-img {
  border: 3px solid rgba(231, 200, 119, 0.5);
}

.pc-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pc-float a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 60, 150, 0.28);
  margin: 0;
  padding: 0;
  min-height: 0;
}

.pc-float a svg {
  width: 24px;
  height: 24px;
}

.pc-float .ph {
  background: var(--pc-green);
  animation: pcPulse 2.4s infinite;
}

.pc-float .za {
  background: #0068FF;
}

.pc-float .me {
  background: #0084FF;
}

.footer-pcp {
  background: var(--pc-green-deep);
  color: rgba(255, 255, 255, 0.72);
}

.footer-pcp .footer-logo img {
  width: 200px;
}

.footer-pcp p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.footer-pcp h4 {
  font-size: 19px;
  color: var(--pc-gold-light);
  font-weight: 600;
  margin: 0 0 20px;
}

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

.footer-pcp .col-inner ul li {
  margin: 0 0 12px;
  list-style: none;
}

.footer-pcp a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
}

.footer-pcp a:hover {
  color: var(--pc-gold-light);
}

.footer-bottom {
  border-top: 1px solid var(--pc-line-gold);
  padding-top: 22px;
  margin-top: 32px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(231, 200, 119, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-gold-light);
  font-size: 13px;
  font-weight: 600;
}

.footer-social a:hover {
  background: var(--pc-gold);
  border-color: var(--pc-gold);
  color: #fff;
}

.footer-social svg {
  width: 16px;
  height: 16px;
}

.hall-cards, .svc-cards, .ocards {
  display: grid;
  gap: 24px;
}

.hall-cards.cols-2, .svc-cards.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.hall-cards.cols-3, .svc-cards {
  grid-template-columns: repeat(3, 1fr);
}

.hall-cards.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ocards.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ocards.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.wbc-list.plain li, .wbc-list.dots li {
  font-size: 14px;
  color: var(--pc-ink-2);
  line-height: 1.6;
  padding: 6px 0;
}

.wbc-list.dots li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wbc-list.dots li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pc-gold);
  flex: none;
}

.wbc-list.plain .wbc-ico, .wbc-list.dots .wbc-ico {
  display: none;
}

.pc-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 118px;
}

@media (max-width: 980px) {
  #header .header-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  #header #logo img {
    height: 74px;
    max-height: 74px;
  }
  .banner.phero .text-box {
    padding-bottom: 42px;
  }
  .ocards, .ocards.cols-3, .gal, .hcards2, .svclinks, .hall-cards, .hall-cards.cols-3, .hall-cards.cols-4, .svc-cards {
    grid-template-columns: 1fr 1fr;
  }
  .hcards2, .svclinks {
    grid-template-columns: 1fr;
  }
  .floorhead {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .floorhead p {
    text-align: left;
  }
  .gal.mosaic > *:nth-child(1) {
    grid-column: span 2;
  }
  .gal.mosaic > *:nth-child(4), .gal.mosaic > *:nth-child(6), .gal.mosaic > *:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }
  .vipstrip {
    grid-template-columns: 1fr 1fr;
  }
  .leadcard {
    padding: 34px 26px;
  }
}
@media (max-width: 620px) {
  #header .header-button {
    display: none;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wbc-list.check, .ocards, .ocards.cols-3, .gal, .svclinks, .frow, .vipstrip, .hall-cards, .hall-cards.cols-3, .hall-cards.cols-4, .svc-cards {
    grid-template-columns: 1fr;
  }
  .gal.mosaic > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .hcard2 .body {
    padding: 24px 22px 28px;
  }
  .svcindex a {
    grid-template-columns: 40px 1fr auto;
  }
  .svcindex .nm {
    font-size: 22px;
  }
  .course {
    flex-direction: column;
    gap: 4px;
  }
  .course .cd {
    text-align: left;
  }
  .pc-popup .pc-pop-img {
    display: none;
  }
  .footer-bottom .flex-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .pc-float a {
    width: 48px;
    height: 48px;
  }
}
