/*
Theme Name: Classy - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

:root{
  --black:#1A1A18;--gold:#C9A227;--gold2:#B8891A;--gold3:#8B6014;
  --cream:#FAF9F4;--charcoal:#2D2D2B;--mgray:#7A7A76;--lgray:#C8C8C2;
  --offwhite:#F5F4EF;--white:#fff;--creambg:#FDF8EC;
}
* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
}

#header a.btn {
    padding: 10px 15px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}

#dnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(10, 10, 8, 0.97);
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  backdrop-filter: blur(12px);
}
.nt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 18px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}
.nb {
  font-family: "Marcellus", serif;
  font-size: 13px;
  color: var(--gold);
}
.nm {
  font-size: 10px;
  color: var(--mgray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nps {
  display: flex;
  gap: 3px;
  padding: 6px 14px;
  flex-wrap: wrap;
  align-items: center;
}
.ng {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 162, 39, 0.35);
  padding: 0 5px 0 8px;
  border-left: 1px solid rgba(201, 162, 39, 0.12);
  margin-left: 3px;
}
.nps a {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 3px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  color: var(--lgray);
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
}
.nps a:hover,
.nps a.active {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.nps a.mt {
  border-color: rgba(139, 96, 20, 0.4);
  color: #c8a875;
}
.nps a.spt {
  border-color: rgba(201, 162, 39, 0.35);
  color: var(--gold2);
}

.pw {
  display: none;
  padding-top: 83px;
}
.pw.active {
  display: block;
}
.plb {
  background: var(--gold3);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}

/* SITE CHROME */
.stb {
  background: var(--gold2);
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.stb span {
  font-size: 10px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.04em;
}
.sh {
  background: var(--black);
  padding: 13px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl {
  font-family: "Marcellus", serif;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.02em;
}
.sl span {
  color: var(--gold);
}
.snv {
  display: flex;
  gap: 18px;
  align-items: center;
}
.snv a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lgray);
  text-decoration: none;
}
.snv .sc {
  background: var(--gold);
  color: var(--black) !important;
  padding: 7px 13px;
  border-radius: 3px;
}

/* HERO */
.hero {
  background: var(--black);
  padding: 58px 38px 50px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(
    ellipse at 80% 50%,
    rgba(201, 162, 39, 0.05) 0%,
    transparent 70%
  );
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
}
.heb {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 13px;
}
.hero h2 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 6px;
}
.hero h2 em {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 45px;
}

@media (min-width: 881px) {
	.mobile_cta_buttons.hide-d.mobile-btn {
		display: none;
	}
}

.hs {
  font-size: 14px;
  color: var(--lgray);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 22px;
  font-weight: 300;
}
.hf {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(201, 162, 39, 0.5);
  margin-bottom: 24px;
}
.hbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* BUTTONS */
.bg {
  background: var(--gold);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.bo {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.bgh {
  background: transparent;
  color: var(--lgray);
  border: 1px solid rgba(200, 200, 194, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
/* Spa uses gold2 branded color */
.bsp {
  background: var(--gold2);
  color: var(--black);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

/* STATS */
.sb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--black);
}
.si {
  padding: 20px 14px;
  text-align: center;
  border-right: 1px solid rgba(201, 162, 39, 0.1);
}
.si:last-child {
  border-right: none;
}
.sv {
  font-family: "Marcellus", serif;
  font-size: 21px;
  color: var(--gold);
  margin-bottom: 4px;
}
.sl2 {
  font-size: 10px;
  color: var(--lgray);
  font-weight: 300;
  line-height: 1.4;
}

/* SECTIONS */
.sec {
  padding: 46px 38px;
}
.sc2 {
  background: var(--cream);
}
.sb2 {
  background: var(--black);
}
.sw {
  background: #fff;
}
.so {
  background: var(--offwhite);
}
/* Spa section: gold-tinted */
.ssp {
  background: linear-gradient(135deg, #fdf8ec 0%, #faf9f4 60%, #fdf5e0 100%);
}
.ey {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 8px;
}
.hd {
  font-family: "Marcellus", serif;
  font-size: 26px;
  color: var(--charcoal);
  margin-bottom: 8px;
  line-height: 1.2;
}
.hd.lt {
  color: #fff;
}
.sb3 {
  font-size: 13px;
  color: var(--mgray);
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 570px;
  font-weight: 300;
}
.sb3.lt {
  color: var(--lgray);
}

/* GRID */
.g3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.g4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.tc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: start;
}
.tcn {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 38px;
  align-items: start;
}

/* CARDS */
.cd {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  padding: 22px;
}
.cd.gt {
  border-top: 3px solid var(--gold);
}
.cd.glt {
  border-top: 3px solid var(--gold2);
} /* gold2 spa card top */
.cd.dk {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.12);
}
.cd h3 {
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: var(--charcoal);
  margin-bottom: 7px;
}
.cd h3.gt2 {
  color: var(--gold2);
}
.cd h3.lt {
  color: #fff;
}
.cd p {
  font-size: 12px;
  color: var(--mgray);
  line-height: 1.65;
  font-weight: 300;
}
.cl {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold3);
  margin-top: 10px;
  display: block;
}
.cl.sp {
  color: var(--gold2);
}

/* WAY */
.wg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 162, 39, 0.08);
}
.wi {
  background: transparent;
  padding: 28px 24px;
}
.wn {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 33px;
  color: rgba(201, 162, 39, 0.2);
  margin-bottom: 8px;
}
.wt {
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: var(--gold);
  margin-bottom: 8px;
}
.wb {
  font-size: 12px;
  color: var(--lgray);
  line-height: 1.7;
  font-weight: 300;
}

/* TESTI */
.tg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.ti {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  padding: 20px;
}
.ts {
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 8px;
}
.tq {
  font-size: 12px;
  color: var(--charcoal);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 12px;
  font-weight: 300;
}
.ta {
  font-size: 10px;
  color: var(--mgray);
  font-weight: 700;
}

/* PHOTO */
.pp {
  background: linear-gradient(145deg, var(--black) 0%, #252520 100%);
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pi {
  font-family: "Marcellus", serif;
  color: var(--gold);
}

/* BC */
.bc2 {
  background: var(--cream);
  padding: 9px 30px;
  border-bottom: 1px solid #e8e5de;
}
.bc2 span {
  font-size: 11px;
  color: var(--mgray);
}
.bc2 span.cur {
  color: var(--gold3);
  font-weight: 700;
}

/* PAGE HERO */
.ph {
  background: var(--black);
  padding: 40px 38px 36px;
  position: relative;
  overflow: hidden;
}
.ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
}
.phe {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 9px;
}
.ph h1 {
  font-family: "Marcellus", serif;
  font-size: 27px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ph p {
  font-size: 13px;
  color: var(--lgray);
  max-width: 600px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 17px;
}

/* SPA HERO (gold2 branded — not green) */
.spah {
  background: linear-gradient(135deg, #1a1508 0%, #1a1a18 45%, #201a08 100%);
  padding: 50px 38px 42px;
  position: relative;
  overflow: hidden;
}
.spah::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(
    ellipse at 80% 40%,
    rgba(201, 162, 39, 0.07) 0%,
    transparent 60%
  );
}
.spah::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.spae {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 13px;
}
.spah h1 {
  font-family: "Marcellus", serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 8px;
}
.spah h1 em {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 42px;
}
.spah p {
  font-size: 14px;
  color: rgba(201, 162, 39, 0.55);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 22px;
  font-weight: 300;
}

/* CALLOUT */
.co {
  background: var(--creambg);
  border-left: 3px solid var(--gold);
  padding: 18px 22px;
  border-radius: 0 8px 8px 0;
  margin: 16px 0;
}
.co p {
  font-size: 13px;
  color: var(--charcoal);
  line-height: 1.75;
  font-style: italic;
  font-weight: 300;
}
.co strong {
  font-style: normal;
  color: var(--gold3);
}

/* MEMORIAL (v2 style) */
.mem {
  background: var(--creambg);
  border: 1px solid var(--gold3);
  border-radius: 8px;
  padding: 28px 32px;
  margin: 22px 0;
  position: relative;
}
.mem::before {
  content: "In Memoriam";
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 11px;
  color: var(--gold2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: -9px;
  left: 20px;
  background: var(--creambg);
  padding: 0 8px;
}
.mem h3 {
  font-family: "Marcellus", serif;
  font-size: 17px;
  color: var(--gold3);
  margin-bottom: 5px;
}
.mem .dt {
  font-size: 11px;
  color: var(--mgray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}
.mem p {
  font-size: 13px;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 11px;
  font-weight: 300;
}
.mlink {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold3);
  display: inline-block;
  margin-top: 10px;
}

/* STEPS */
.st {
  display: flex;
  flex-direction: column;
}
.sti {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0ece3;
}
.sti:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.stx h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 3px;
}
.stx p {
  font-size: 12px;
  color: var(--mgray);
  line-height: 1.6;
  font-weight: 300;
}

/* TEAM */
.tc2 {
  background: #fff;
  border: 1px solid #e8e5de;
  border-radius: 8px;
  overflow: hidden;
}
.tph {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0ece3;
}
.tin {
  padding: 16px 18px;
}
.tn {
  font-family: "Marcellus", serif;
  font-size: 15px;
  color: var(--charcoal);
  margin-bottom: 3px;
}
.tcr {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.tbfl {
  font-size: 10px;
  font-weight: 700;
  color: var(--mgray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.tbf {
  font-size: 11px;
  color: var(--mgray);
  line-height: 1.55;
  margin-bottom: 11px;
  font-weight: 300;
}
.tbk {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold3);
  text-decoration: none;
}

/* CONDITIONS */
.cg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.ci {
  background: #fff;
  border: 1px solid #e8e5de;
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  padding: 13px 14px;
}
.cit {
  font-family: "Marcellus", serif;
  font-size: 13px;
  color: var(--charcoal);
  margin-bottom: 4px;
}
.cib {
  font-size: 11px;
  color: var(--mgray);
  line-height: 1.55;
  font-weight: 300;
}
.cil {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold3);
  margin-top: 5px;
  display: block;
}

/* LASER */
.lc {
  background: var(--black);
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 8px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.lc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}
.ln {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 4px;
}
.ld {
  font-size: 10px;
  font-weight: 700;
  color: rgba(201, 162, 39, 0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.lb {
  font-size: 11px;
  color: var(--lgray);
  line-height: 1.6;
  font-weight: 300;
}
.lt2 {
  font-size: 10px;
  color: rgba(200, 200, 194, 0.45);
  margin-top: 6px;
  font-style: italic;
}

/* SPA SERVICE (gold-tinted) */
.ssc {
  background: #fff;
  border: 1px solid #e8d8a0;
  border-radius: 8px;
  padding: 17px 18px;
  position: relative;
}
.ssc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  border-radius: 8px 8px 0 0;
}
.ssn {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: var(--gold3);
  margin-bottom: 5px;
}
.ssb {
  font-size: 11px;
  color: var(--mgray);
  line-height: 1.6;
  font-weight: 300;
}

/* DIFF */
.dg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--black);
}
.di {
  padding: 19px 21px;
  border-right: 1px solid rgba(201, 162, 39, 0.1);
}
.di:last-child {
  border-right: none;
}
.dc {
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
}
.dt2 {
  font-family: "Marcellus", serif;
  font-size: 13px;
  color: #fff;
  margin-bottom: 4px;
}
.db {
  font-size: 11px;
  color: var(--mgray);
  line-height: 1.6;
  font-weight: 300;
}

/* PILLARS */
.pg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.pi2 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.12);
  border-radius: 8px;
  padding: 18px;
}
.pi2 h4 {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 6px;
}
.pi2 p {
  font-size: 12px;
  color: var(--lgray);
  line-height: 1.65;
  font-weight: 300;
}

/* TREATMENT LIST */
.tli {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #f0ece3;
}
.tli:last-child {
  border-bottom: none;
}
.tlic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.tlt h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 2px;
}
.tlt p {
  font-size: 11px;
  color: var(--mgray);
  font-weight: 300;
}
.tll {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold3);
  white-space: nowrap;
  text-decoration: none;
}

/* FAQ */
.fi {
  padding: 12px 0;
  border-bottom: 1px solid #e8e5de;
}
.fi:last-child {
  border-bottom: none;
}
.fq {
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.fq::after {
  content: "↓";
  color: var(--gold);
  font-size: 13px;
  flex-shrink: 0;
}
.fa {
  font-size: 12px;
  color: var(--mgray);
  line-height: 1.65;
  font-weight: 300;
}

/* CRED TABLE */
.crt {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.crt tr:nth-child(even) {
  background: var(--creambg);
}
.crt td {
  padding: 8px 11px;
  font-size: 12px;
  border-bottom: 1px solid #e8e5de;
  vertical-align: top;
}
.crt td:first-child {
  font-weight: 700;
  color: var(--gold3);
  width: 150px;
  white-space: nowrap;
}
.crt td:last-child {
  color: var(--mgray);
  line-height: 1.6;
}

/* BOOKING */
.bsp2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bdk {
  background: var(--black);
  padding: 32px;
}
.blt {
  background: var(--offwhite);
  padding: 32px;
}
.bdk h3,
.blt h3 {
  font-family: "Marcellus", serif;
  font-size: 18px;
  margin-bottom: 7px;
}
.bdk h3 {
  color: #fff;
}
.blt h3 {
  color: var(--charcoal);
}
.bdk p {
  font-size: 12px;
  color: var(--lgray);
  line-height: 1.65;
  margin-bottom: 13px;
  font-weight: 300;
}
.blt p {
  font-size: 12px;
  color: var(--mgray);
  line-height: 1.65;
  margin-bottom: 13px;
  font-weight: 300;
}
.bl {
  list-style: none;
  margin-bottom: 18px;
}
.bl li {
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 300;
  color: var(--lgray);
}
.bl.lt2 li {
  border-bottom-color: rgba(0, 0, 0, 0.06);
  color: var(--mgray);
}
.bl li::before {
  content: "✓  ";
  color: var(--gold);
  font-weight: 700;
}

/* LOCAL BADGES */
.lbg {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 12px 0 20px;
}
.lbgi {
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 4px;
  padding: 5px 10px;
}
.lbgi span {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
}

/* MAP */
.mp {
  background: #e8e5de;
  height: 180px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
.mp span {
  font-size: 12px;
  color: var(--mgray);
}

/* FORM */
.fg {
  margin-bottom: 10px;
}
.fg label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mgray);
  margin-bottom: 4px;
}
.fg input,
.fg select,
.fg textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #fff;
  font-family: "Lato", sans-serif;
  color: var(--charcoal);
}
.fg textarea {
  height: 80px;
  resize: none;
}
.fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* SKNV */
.sknv-card {
  background: var(--black);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 10px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.sknv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold3), var(--gold), var(--gold2));
}
.sknv-badge {
  display: inline-block;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.sknv-reason {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 8px;
  border-left: 2px solid var(--gold2);
}
.sknv-reason h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}
.sknv-reason p {
  font-size: 11px;
  color: var(--lgray);
  line-height: 1.6;
  font-weight: 300;
}

/* FOOTER */
.ft {
  background: var(--black);
  padding: 36px 38px 18px;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
}
.ftg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 26px;
  margin-bottom: 22px;
}
.flo {
  font-family: "Marcellus", serif;
  font-size: 19px;
  color: #fff;
  margin-bottom: 5px;
}
.flo span {
  color: var(--gold);
}
.ftag {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold2);
  margin-bottom: 8px;
}
.fbdy {
  font-size: 11px;
  color: var(--mgray);
  line-height: 1.8;
  font-weight: 300;
}
.fc h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 8px;
}
.fc a {
  display: block;
  font-size: 11px;
  color: var(--mgray);
  text-decoration: none;
  padding: 2px 0;
  font-weight: 300;
}
.fb {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
  font-size: 10px;
  color: var(--mgray);
  display: flex;
  justify-content: space-between;
}
.fmem {
  font-size: 10px;
  color: rgba(201, 162, 39, 0.45);
  font-style: italic;
}

ul#menu-main-menu {
    list-style: none;
}

ul#menu-main-menu {
    display: flex;
    gap: 15px;
    margin: 0px;
    padding: 0px;
    align-items: center;
}

.stb a {
    color: #fff;
}

#logo img {
    filter: brightness(0) invert(1);
    margin: 0px;
    display: block;
}

.cass {
    background: var(--black);
}

#logo {
    margin: 0px;
}

.fb {
    flex-wrap: wrap;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer a {
    color: #fff;
}

.bottom-footer p {
    margin: 0px;
}

footer a {
    color: #fff;
}
.bottom-footer p {
	margin-right: 10px;
}
.pp img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: 50% 3%;
}

.awards-section {
  padding: 100px 20px;
}

.awards-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}

.eyebrow {
  display: inline-block;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--gold);
  margin: 0 0 15px;
  line-height: 1.1;
}

.section-header p {
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.7;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.award-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}

.award-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #b2681a, #c3a227);
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.award-badge img {outline: unset !important;}

.award-badge {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: rgba(15, 118, 110, 0.08);
  border-radius: 50%;
  margin-bottom: 25px;
}

.award-year {
  display: inline-block;
  padding: 8px 14px;
  background: #ecfeff;
  color: #0f766e;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.award-card h3 {
  font-size: 1.6rem;
  color: #111827;
  margin: 0 0 15px;
  line-height: 1.3;
}

.award-card p {
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .awards-section {
    padding: 70px 20px;
  }

  .award-card {
    padding: 30px;
  }
}

.gold-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .gold-box { background: #c9a227; color: #000; padding: 30px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.12); } .gold-box h3 { margin: 0 0 15px; font-size: 22px; letter-spacing: 1px; color: black; } .gold-box p { margin: 0; line-height: 1.6; }

.doctor-quote {
  max-width: 100%;
  margin: 40px auto;
  padding: 48px 56px;
  background: #f8f5f0;
  border-left: 6px solid var(--gold);
  border-radius: 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: #2f2f2f;
  position: relative;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.doctor-quote .quote-mark {
  font-size: 90px;
  line-height: 1;
  color: #b48a5a;
  opacity: 0.35;
  position: absolute;
  top: 20px;
  left: 28px;
}

.doctor-quote p {
  font-size: 22px;
  line-height: 1.65;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.quote-author {
  margin-top: 28px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (max-width: 600px) {
  .doctor-quote {
    padding: 36px 28px;
  }

  .doctor-quote p {
    font-size: 19px;
  }
}

.credentials-section {
  color: #071d3a;
  font-family: Georgia, "Times New Roman", serif;
  padding: 0 24px 50px;
}

body:not(.home) .hero {
  background: linear-gradient(135deg, #191a1c, #0d2d52);
  color: #fff;
  text-align: center;
  padding: 42px 20px 46px;
  border-top: 8px solid #c9973f;
  border-bottom: 5px solid #c9973f;
  margin: 0 -24px 40px;
}

.crest {
  width: 72px;
  height: 72px;
  border: 3px solid #d7a64d;
  border-radius: 50%;
  color: #d7a64d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 40px;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 76px);
  letter-spacing: 6px;
  text-transform: uppercase;
	color: white;
  text-shadow: 0 3px 6px rgba(0,0,0,.35);
}

.credentials-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.card {
  background: rgba(255,255,255,.72);
  border: 1.5px solid #d7a64d;
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: 0 12px 30px rgba(7, 29, 58, .08);
}

.card h2 {
  margin: 0 0 18px;
  color: #071d3a;
  font-size: 27px;
  line-height: 1.1;
  text-transform: uppercase;
  border-bottom: 2px solid #d7a64d;
  padding-bottom: 12px;
}

.card h2 span,
.subhead {
  font-size: 17px;
  color: #6f4d14;
  font-style: italic;
}

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

.card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.45;
}

.card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c9973f;
  font-weight: 700;
  font-size: 18px;
}

.highlight {
  margin: 18px 0 0;
  color: #9a650c;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 850px) {
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    letter-spacing: 3px;
  }

  .card {
    padding: 24px 22px;
  }
}

html .meetd {background-position: 50% 0%;}

.sub-menu .current_page_item:before {display: none !important;}

.tribute-opening {
  padding: 60px 24px;
}

.tribute-opening__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 48px;
  border: 2px solid #c9a24d;
  background: #fffaf1;
  text-align: center;
}

.tribute-opening p {
  margin: 0 0 22px;
  color: #2f2a24;
  font-size: 20px;
  line-height: 1.75;
}

.tribute-opening p:last-child {
  margin-bottom: 0;
}

.tribute-opening strong {
  color: #8a6a1f;
  font-weight: 700;
}

@media (max-width: 600px) {
  .tribute-opening {
    padding: 40px 18px;
  }

  .tribute-opening__inner {
    padding: 30px 24px;
  }

  .tribute-opening p {
    font-size: 18px;
  }
}

.edu-training {
  color: #071d3a;
  font-family: Georgia, "Times New Roman", serif;
  padding-bottom: 50px;
}

.edu-hero {
  background: linear-gradient(135deg, #191a1c, #0d2d52);
  color: #fff;
  text-align: center;
  padding: 38px 20px 44px;
  border-top: 7px solid #c9973f;
  border-bottom: 5px solid #c9973f;
}

.edu-monogram {
  width: 76px;
  height: 76px;
  border: 3px solid #d7a64d;
  border-radius: 50%;
  color: #d7a64d;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 42px;
  font-weight: 700;
}

.edu-hero h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 76px);
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0,0,0,.35);
	color: white;
}

.edu-wrap {
  max-width: 1120px;
  margin: 36px auto 0;
  padding: 0 22px;
}

.edu-panel {
  background: rgba(255,255,255,.72);
  border: 1.5px solid #d7a64d;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(7,29,58,.08);
}

.edu-row {
  display: grid;
  grid-template-columns: 110px 260px 1fr;
  align-items: center;
  gap: 26px;
  padding: 26px 32px;
  border-bottom: 1px solid rgba(201,151,63,.55);
}

.edu-row:last-child {
  border-bottom: none;
}

.edu-icon {
  width: 70px;
  height: 70px;
  background: white;
  color: #d7a64d;
  border: 3px solid #d7a64d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 6px 14px rgba(7,29,58,.18);
}

.edu-row h3 {
  margin: 0;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-right: 2px solid #d7a64d;
  padding-right: 22px;
}

.edu-row p {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.section-ribbon {
  width: fit-content;
  margin: 34px auto -18px;
  position: relative;
  z-index: 2;
  background: #071d3a;
  color: #fff;
  border: 3px solid #d7a64d;
  border-radius: 12px;
  padding: 14px 42px;
  font-size: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(7,29,58,.2);
}

.recognition {
  padding-top: 18px;
}

@media (max-width: 900px) {
  .edu-row {
    grid-template-columns: 80px 1fr;
    gap: 18px;
  }

  .edu-row h3 {
    border-right: none;
    padding-right: 0;
  }

  .edu-row p {
    grid-column: 2;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .edu-hero h1 {
    letter-spacing: 2px;
  }

  .edu-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .edu-icon {
    margin: auto;
  }

  .edu-row p {
    grid-column: auto;
  }

  .section-ribbon {
    font-size: 22px;
    padding: 12px 24px;
  }
}

.legacy-box {
  max-width: 900px;
  margin: 60px auto;
  padding: 0;
  background: #faf8f5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.legacy-content {
  padding: 48px 56px;
  position: relative;
}

.legacy-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 56px;
  width: 80px;
  height: 4px;
  background: #b48a5a;
  border-radius: 999px;
}

.legacy-content h3 {
  margin: 0 0 28px;
  padding-top: 18px;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #2d2d2d;
}

.legacy-content p {
  margin: 0 0 22px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.8;
  color: #444;
}

.legacy-content p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: #5a4631;
}

@media (max-width: 768px) {
  .legacy-content {
    padding: 36px 28px;
  }

  .legacy-content::before {
    left: 28px;
  }

  .legacy-content h3 {
    font-size: 26px;
  }

  .legacy-content p {
    font-size: 18px;
  }
}

ul.sub-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility:hidden;
    position: absolute;
    left: 0px;
    padding: 0px;
    width: 200px;
    background: var(--charcoal);
    padding: 10px;
}

ul#menu-main-menu > li {
    position: relative;
}

ul#menu-main-menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

html .menu-item-has-children > a:after {
    right: -8px;
}

header#site-header {
    position: relative;
    z-index: 999;
}

.abcde-header * {
	color: white !important;
}
.abcde-card {
  max-width: 920px;
  margin: 40px auto;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1a1a18, #232322);
  box-shadow: 0 20px 50px rgba(92, 61, 46, 0.12);
  font-family: Arial, sans-serif;
  color: #3d2f2a;
}

.abcde-header {
  text-align: center;
  margin-bottom: 28px;
}

.abcde-header span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #f2d6c8;
  color: #8a4f3d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.abcde-header h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  color: #7a3e2d;
  text-transform: uppercase;
}

.abcde-list {
  display: grid;
  gap: 18px;
}

.abcde-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #f0ddd3;
  box-shadow: 0 10px 24px rgba(122, 62, 45, 0.08);
}

.abcde-item strong {
  flex: 0 0 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--gold2);
  color: white;
  display: grid;
  place-items: center;
  font-size: 32px;
  line-height: 1;
}

.abcde-item h3 {
  margin: 0 0 6px;
  font-size: 22px;
  color: var(--gold2);
  text-transform: uppercase;
}

.abcde-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5e504b;
}

.abcde-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 6px solid #b8644c;
  border-radius: 16px;
  background: #fff1ea;
  color: #4f3d36;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .abcde-card {
    padding: 24px;
  }

  .abcde-item {
    flex-direction: column;
  }

  .abcde-item strong {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
}


  .innova-philosophy {
    color: #f7f2ec;
    padding: 90px 24px;
	  border-radius: 50px;
  }

  .innova-container {
    max-width: 1180px;
    margin: 0 auto;
  }

  .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 13px;
    color: #c8a77b;
    margin-bottom: 16px;
  }

  .innova-philosophy h2 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    max-width: 850px;
    margin: 0 0 56px;
    font-weight: 400;
  }

  .pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .pillar-card {
    background: #1b1917;
    border: 1px solid rgba(200, 167, 123, 0.28);
    padding: 38px;
    min-height: 260px;
  }

  .pillar-number {
    display: block;
    color: #c8a77b;
    font-size: 14px;
    letter-spacing: 0.16em;
    margin-bottom: 28px;
  }

  .pillar-card h3 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 400;
  }

  .pillar-card p {
    font-family: Arial, sans-serif;
    color: #d8d0c7;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 768px) {
    .pillar-grid {
      grid-template-columns: 1fr;
    }

    .innova-philosophy {
      padding: 64px 18px;
    }

    .pillar-card {
      padding: 30px;
    }
  }


.hero video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    opacity: 0.2;
}

.cass {
    position: relative;
}

.cass:before {
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute !important;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/wp-content/uploads/2026/07/wellness-nature-2-scaled.jpg);
    opacity: 0.1;
}

.cass > * {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.cd img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    opacity: 0.2;
}

.cd {
    position: relative;
}

.cd > * {
    position: relative;
    z-index: 1;
}

.cd h3 {
    font-size: 24px;
}

.cd p {
    color: #000;
    font-size: 14px;
}

.bg {z-index: 100;}
.hbs {position: relative; z-index: 100;}