.elementor-2186 .elementor-element.elementor-element-43d2e50{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ef8faa4 */:root {
  --ms-dark: #1a1a1a;
  --ms-cream: #f5f0eb;
  --ms-gold: #c9a96e;
  --ms-gold-light: #e2cb9a;
  --ms-accent: #8b6d4a;
  --ms-accent-soft: #c4a87a;
  --ms-accent-deep: #6b4f2d;
  --ms-text: #3a3a3a;
  --ms-text-light: #7a7a7a;
  --ms-white: #ffffff;
  --ms-bg-warm: #faf7f4;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Raleway', 'Segoe UI', sans-serif;
}

.ms-tch * { box-sizing: border-box; margin: 0; padding: 0; }
.ms-tch { font-family: var(--font-body); color: var(--ms-text); line-height: 1.7; overflow-x: hidden; }
.ms-tch img { max-width: 100%; height: auto; }
.ms-tch a { color: var(--ms-accent-deep); text-decoration: none; transition: all 0.3s; }
.ms-tch a:hover { color: var(--ms-gold); }

/* ===== HERO ===== */
.ms-tch-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-image: url('/wp-content/uploads/2026/03/bg-6.png');
  background-size: cover;
  background-position: right center;
  overflow: hidden;
}
.ms-tch-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    to right,
    rgba(26,26,26,0.93) 0%,
    rgba(26,26,26,0.86) 35%,
    rgba(26,26,26,0.5) 65%,
    rgba(26,26,26,0.12) 100%
  );
  pointer-events: none;
}
.ms-tch-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 40px;
  width: 100%;
}
.ms-tch-hero-text { max-width: 560px; }
.ms-tch-hero-badge {
  display: inline-block;
  background: rgba(139,109,74,0.15);
  border: 1px solid rgba(139,109,74,0.35);
  color: var(--ms-accent-soft);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 2px;
  margin-bottom: 28px;
  animation: msTchFadeDown 0.8s ease;
}
.ms-tch-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 600;
  color: var(--ms-cream);
  line-height: 1.15;
  margin-bottom: 20px;
  animation: msTchFadeUp 0.8s ease 0.2s both;
}
.ms-tch-hero h1 em {
  font-style: italic;
  color: var(--ms-accent-soft);
}
.ms-tch-hero-sub {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  color: rgba(245,240,235,0.7);
  line-height: 1.7;
  margin-bottom: 36px;
  animation: msTchFadeUp 0.8s ease 0.4s both;
}
.ms-tch-hero-features {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  animation: msTchFadeUp 0.8s ease 0.6s both;
}
.ms-tch-hero-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,240,235,0.65);
}
.ms-tch-hero-feat .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ms-accent-soft);
  flex-shrink: 0;
}

/* ===== BREADCRUMBS ===== */
.ms-tch-bread {
  background: var(--ms-bg-warm);
  padding: 14px 20px;
  font-size: 13px;
  color: var(--ms-text-light);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ms-tch-bread-inner { max-width: 1200px; margin: 0 auto; }
.ms-tch-bread a { color: var(--ms-text-light); }
.ms-tch-bread a:hover { color: var(--ms-accent-deep); }
.ms-tch-bread .sep { margin: 0 8px; opacity: 0.4; }

/* ===== PRODUCTS ===== */
.ms-tch-products {
  background: var(--ms-white);
  padding: 60px 20px;
}
.ms-tch-products-inner { max-width: 1200px; margin: 0 auto; }
.ms-tch-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: var(--ms-dark);
  text-align: center;
  margin-bottom: 10px;
}
.ms-tch-section-title em { font-style: italic; color: var(--ms-accent-deep); }
.ms-tch-section-sub {
  text-align: center;
  font-size: 15px;
  color: var(--ms-text-light);
  margin-bottom: 40px;
  font-weight: 300;
}
.ms-tch-prod-group { margin-bottom: 50px; }
.ms-tch-prod-group-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--ms-dark);
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ms-accent-soft);
  display: inline-block;
}
.ms-tch-prod-group-desc {
  font-size: 14px;
  color: var(--ms-text-light);
  margin-bottom: 24px;
  font-weight: 300;
}

/* ===== PRICE GUIDE ===== */
.ms-tch-prices {
  background: var(--ms-bg-warm);
  padding: 60px 20px;
}
.ms-tch-prices-inner { max-width: 900px; margin: 0 auto; }
.ms-tch-prices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.ms-tch-price-card {
  background: var(--ms-white);
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s, border-color 0.3s;
}
.ms-tch-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139,109,74,0.3);
}
.ms-tch-price-range {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--ms-accent-deep);
  margin-bottom: 8px;
}
.ms-tch-price-card h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--ms-dark);
  margin-bottom: 10px;
}
.ms-tch-price-card p {
  font-size: 14px;
  color: var(--ms-text-light);
  line-height: 1.6;
  font-weight: 300;
}

/* ===== WHY US ===== */
.ms-tch-why {
  background: linear-gradient(135deg, #1a1a1a, #2a2318);
  padding: 60px 20px;
}
.ms-tch-why-inner { max-width: 1000px; margin: 0 auto; }
.ms-tch-why .ms-tch-section-title { color: var(--ms-cream); }
.ms-tch-why .ms-tch-section-title em { color: var(--ms-accent-soft); }
.ms-tch-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.ms-tch-why-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(139,109,74,0.15);
  transition: transform 0.3s, border-color 0.3s;
}
.ms-tch-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139,109,74,0.35);
}
.ms-tch-why-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--ms-accent-soft);
  line-height: 1;
  margin-bottom: 12px;
}
.ms-tch-why-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ms-cream);
  margin-bottom: 10px;
}
.ms-tch-why-card p {
  font-size: 14px;
  color: rgba(245,240,235,0.6);
  font-weight: 300;
  line-height: 1.6;
}

/* ===== CORP ===== */
.ms-tch-corp {
  background: var(--ms-white);
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ms-tch-corp-inner { max-width: 700px; margin: 0 auto; }
.ms-tch-corp-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ms-gold);
  margin-bottom: 16px;
}
.ms-tch-corp h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--ms-dark);
  margin-bottom: 16px;
}
.ms-tch-corp h3 em { font-style: italic; color: var(--ms-accent-deep); }
.ms-tch-corp p {
  font-size: 15px;
  color: var(--ms-text-light);
  margin-bottom: 24px;
  font-weight: 300;
}
.ms-tch-corp-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--ms-accent-deep), #7d5a36);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}
.ms-tch-corp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(107,79,45,0.3);
  color: #fff !important;
}
.ms-tch-corp-contact {
  margin-top: 16px;
  font-size: 13px;
  color: var(--ms-text-light);
}

/* ===== SEO TEXT ===== */
.ms-tch-seo {
  background: var(--ms-bg-warm);
  padding: 60px 20px;
}
.ms-tch-seo-inner { max-width: 800px; margin: 0 auto; }
.ms-tch-seo h2 {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  color: var(--ms-dark);
  margin-bottom: 20px;
}
.ms-tch-seo h2 em { font-style: italic; color: var(--ms-accent-deep); }
.ms-tch-seo h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ms-dark);
  margin: 30px 0 12px;
}
.ms-tch-seo p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ms-text);
  margin-bottom: 16px;
  font-weight: 400;
}
.ms-tch-seo a { color: var(--ms-accent-deep); border-bottom: 1px solid rgba(107,79,45,0.3); }
.ms-tch-seo a:hover { border-bottom-color: var(--ms-gold); }

.ms-tch-seo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--ms-accent-deep);
  margin-top: 10px;
  user-select: none;
  border-bottom: 1px dashed rgba(107,79,45,0.4);
  padding-bottom: 2px;
}
.ms-tch-seo-toggle:hover { color: var(--ms-gold); border-bottom-color: var(--ms-gold); }
.ms-tch-seo-hidden { display: none; }
.ms-tch-seo-hidden.open { display: block; }

/* ===== FAQ ===== */
.ms-tch-faq {
  background: var(--ms-white);
  padding: 60px 20px;
}
.ms-tch-faq-inner { max-width: 800px; margin: 0 auto; }
.ms-tch-faq-item {
  background: var(--ms-bg-warm);
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  transition: border-color 0.3s;
}
.ms-tch-faq-item:hover { border-color: rgba(139,109,74,0.3); }
.ms-tch-faq-q {
  padding: 20px 24px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ms-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.ms-tch-faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--ms-accent);
  font-weight: 300;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.ms-tch-faq-q.open::after { transform: rotate(45deg); }
.ms-tch-faq-a {
  display: none;
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ms-text-light);
}
.ms-tch-faq-a.open { display: block; }

/* ===== LINKS ===== */
.ms-tch-links {
  background: var(--ms-bg-warm);
  padding: 50px 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ms-tch-links-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.ms-tch-links h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--ms-dark);
  margin-bottom: 24px;
}
.ms-tch-links h3 em { font-style: italic; color: var(--ms-accent-deep); }
.ms-tch-links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.ms-tch-link-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: var(--ms-white);
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  font-weight: 500;
  color: var(--ms-text);
  transition: all 0.3s;
  text-decoration: none;
}
.ms-tch-link-pill:hover {
  background: var(--ms-accent-deep);
  color: #fff;
  border-color: var(--ms-accent-deep);
}

/* ===== ANIMATIONS ===== */
@keyframes msTchFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes msTchFadeDown {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ms-tch-hero { min-height: 440px; }
  .ms-tch-hero-content { padding: 50px 24px; }
  .ms-tch-hero-text { max-width: 100%; }
  .ms-tch-hero-overlay {
    background: linear-gradient(to bottom, rgba(26,26,26,0.9) 0%, rgba(26,26,26,0.75) 60%, rgba(26,26,26,0.45) 100%);
  }
  .ms-tch-hero-features { gap: 16px; }
  .ms-tch-why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ms-tch-why-card { padding: 20px 14px; }
  .ms-tch-prices-grid { grid-template-columns: 1fr; }
  .ms-tch-faq-q { font-size: 16px; padding: 16px 18px; }
}/* End custom CSS */