/*
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: var(--black);
  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%;
}
