{"id":14,"date":"2026-02-16T03:10:20","date_gmt":"2026-02-16T03:10:20","guid":{"rendered":"https:\/\/meridiancontainment.com\/?page_id=14"},"modified":"2026-02-16T15:32:45","modified_gmt":"2026-02-16T15:32:45","slug":"home","status":"publish","type":"page","link":"https:\/\/meridiancontainment.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n<!-- MERIDIAN CONTAINMENT -  -->\n<style>\n\/* \u2500\u2500\u2500 RESET ASTRA INTERFERENCE \u2500\u2500\u2500 *\/\n.entry-content, .ast-container, .site-content, .ast-separate-container, .ast-page-builder-template {\n  max-width: 100% !important;\n  width: 100% !important;\n  padding: 0 !important;\n  margin: 0 !important;\n  background: #0a0a0c !important;\n}\nbody, body.flavor-flavor {\n  background: #0a0a0c !important;\n}\n\n\/* \u2500\u2500\u2500 FONTS \u2500\u2500\u2500 *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Libre+Franklin:wght@200;300;400;500;600&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');\n\n\/* \u2500\u2500\u2500 VARIABLES \u2500\u2500\u2500 *\/\n.mc-site {\n  --obsidian: #0a0a0c;\n  --charcoal: #141418;\n  --slate: #1e1e24;\n  --iron: #2a2a32;\n  --pewter: #8a8a96;\n  --silver: #b8b8c4;\n  --pearl: #e8e6e1;\n  --ivory: #f5f3ee;\n  --gold: #c9a84c;\n  --gold-light: #dfc06a;\n  --gold-dark: #a6872e;\n  --font-display: 'Cormorant Garamond', Georgia, serif;\n  --font-body: 'Libre Franklin', sans-serif;\n  --font-accent: 'EB Garamond', serif;\n\n  color: var(--pearl);\n  font-family: var(--font-body);\n  font-weight: 300;\n  line-height: 1.7;\n  background: var(--obsidian);\n  width: 100%;\n}\n\n.mc-site * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.mc-site ::selection {\n  background: var(--gold);\n  color: var(--obsidian);\n}\n\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n.mc-hero {\n  min-height: 90vh;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  position: relative;\n  padding: 6rem 2rem 4rem;\n  overflow: hidden;\n  background:\n    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201, 168, 76, 0.04) 0%, transparent 70%),\n    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(42, 42, 50, 0.5) 0%, transparent 70%),\n    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(30, 30, 36, 0.5) 0%, transparent 70%),\n    var(--obsidian);\n}\n\n.mc-hero::before,\n.mc-hero::after {\n  content: '';\n  position: absolute;\n  width: 1px;\n  height: 100%;\n  top: 0;\n  background: rgba(201, 168, 76, 0.06);\n}\n.mc-hero::before { left: 20%; }\n.mc-hero::after { right: 20%; }\n\n.mc-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.mc-eyebrow {\n  font-family: var(--font-body);\n  font-size: 0.7rem !important;\n  font-weight: 400 !important;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--gold) !important;\n  margin-bottom: 2.5rem !important;\n  animation: mcFadeUp 1s ease 0.3s both;\n}\n\n.mc-hero-title {\n  font-family: var(--font-display) !important;\n  font-size: clamp(2.8rem, 6vw, 5.5rem) !important;\n  font-weight: 300 !important;\n  line-height: 1.1 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 2rem !important;\n  animation: mcFadeUp 1s ease 0.6s both;\n}\n\n.mc-hero-title em {\n  font-style: italic;\n  color: var(--gold) !important;\n  font-weight: 400;\n}\n\n.mc-divider {\n  width: 60px;\n  height: 1px;\n  background: var(--gold);\n  margin: 0 auto 2rem !important;\n  animation: mcScaleIn 1s ease 0.9s both;\n}\n\n.mc-hero-sub {\n  font-family: var(--font-accent) !important;\n  font-size: 1.15rem !important;\n  font-weight: 400 !important;\n  color: var(--silver) !important;\n  max-width: 600px;\n  margin: 0 auto 3rem !important;\n  line-height: 1.8 !important;\n  animation: mcFadeUp 1s ease 1.2s both;\n}\n\n.mc-hero-actions {\n  display: flex;\n  gap: 1.5rem;\n  justify-content: center;\n  flex-wrap: wrap;\n  animation: mcFadeUp 1s ease 1.5s both;\n}\n\n.mc-btn-primary {\n  font-family: var(--font-body) !important;\n  font-size: 0.72rem !important;\n  font-weight: 500 !important;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  padding: 1rem 2.8rem;\n  background: var(--gold) !important;\n  color: var(--obsidian) !important;\n  border: 1px solid var(--gold) !important;\n  cursor: pointer;\n  transition: all 0.4s ease;\n  text-decoration: none !important;\n  display: inline-block;\n}\n\n.mc-btn-primary:hover {\n  background: transparent !important;\n  color: var(--gold) !important;\n}\n\n.mc-btn-secondary {\n  font-family: var(--font-body) !important;\n  font-size: 0.72rem !important;\n  font-weight: 400 !important;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  padding: 1rem 2.8rem;\n  background: transparent !important;\n  color: var(--pearl) !important;\n  border: 1px solid var(--iron) !important;\n  cursor: pointer;\n  transition: all 0.4s ease;\n  text-decoration: none !important;\n  display: inline-block;\n}\n\n.mc-btn-secondary:hover {\n  border-color: var(--gold) !important;\n  color: var(--gold) !important;\n}\n\n.mc-scroll-cue {\n  margin-top: 4rem;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0.5rem;\n  animation: mcFadeUp 1s ease 2s both;\n}\n\n.mc-scroll-cue span {\n  font-size: 0.6rem !important;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--pewter) !important;\n}\n\n.mc-scroll-line {\n  width: 1px;\n  height: 40px;\n  background: linear-gradient(to bottom, var(--gold), transparent);\n  animation: mcScrollPulse 2s ease-in-out infinite;\n}\n\n\/* \u2500\u2500\u2500 SECTIONS \u2500\u2500\u2500 *\/\n.mc-section {\n  padding: 6rem 2rem;\n  width: 100%;\n}\n\n.mc-section-dark { background: var(--charcoal) !important; }\n.mc-section-darker { background: var(--obsidian) !important; }\n\n.mc-section-header {\n  text-align: center;\n  max-width: 700px;\n  margin: 0 auto 4rem !important;\n}\n\n.mc-section-eyebrow {\n  font-family: var(--font-body) !important;\n  font-size: 0.65rem !important;\n  font-weight: 400 !important;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: var(--gold) !important;\n  margin-bottom: 1.5rem !important;\n}\n\n.mc-section-title {\n  font-family: var(--font-display) !important;\n  font-size: clamp(2rem, 3.5vw, 3rem) !important;\n  font-weight: 300 !important;\n  color: var(--ivory) !important;\n  line-height: 1.2 !important;\n  margin-bottom: 1.5rem !important;\n}\n\n.mc-section-subtitle {\n  font-family: var(--font-accent) !important;\n  font-size: 1.05rem !important;\n  color: var(--pewter) !important;\n  line-height: 1.8 !important;\n}\n\n\/* \u2500\u2500\u2500 PHILOSOPHY \u2500\u2500\u2500 *\/\n.mc-philosophy {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 5rem;\n  max-width: 1100px;\n  margin: 0 auto;\n  align-items: center;\n}\n\n.mc-philosophy-visual {\n  position: relative;\n  height: 400px;\n}\n\n.mc-phi-box {\n  position: absolute;\n  border: 1px solid rgba(201, 168, 76, 0.2);\n}\n\n.mc-phi-box:nth-child(1) {\n  width: 280px; height: 280px;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  background: rgba(201, 168, 76, 0.03);\n}\n\n.mc-phi-box:nth-child(2) {\n  width: 200px; height: 200px;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%) rotate(15deg);\n}\n\n.mc-phi-box:nth-child(3) {\n  width: 130px; height: 130px;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%) rotate(30deg);\n  background: rgba(201, 168, 76, 0.05);\n}\n\n.mc-phi-center {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  font-family: var(--font-display) !important;\n  font-size: 3rem !important;\n  font-weight: 300 !important;\n  color: var(--gold) !important;\n  font-style: italic;\n  z-index: 2;\n}\n\n.mc-philosophy-text h3 {\n  font-family: var(--font-display) !important;\n  font-size: 2rem !important;\n  font-weight: 400 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 1.5rem !important;\n}\n\n.mc-philosophy-text p {\n  color: var(--silver) !important;\n  margin-bottom: 1.2rem !important;\n  font-size: 0.95rem !important;\n  font-family: var(--font-body) !important;\n  line-height: 1.7 !important;\n}\n\n.mc-philosophy-text blockquote {\n  font-family: var(--font-accent) !important;\n  font-size: 1.15rem !important;\n  font-style: italic;\n  color: var(--gold) !important;\n  border-left: 2px solid var(--gold-dark) !important;\n  padding: 0 0 0 1.5rem !important;\n  margin: 2rem 0 0 0 !important;\n  background: none !important;\n}\n\n\/* \u2500\u2500\u2500 SERVICES \u2500\u2500\u2500 *\/\n.mc-services-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 2px;\n  max-width: 1100px;\n  margin: 0 auto;\n  background: rgba(201, 168, 76, 0.08);\n}\n\n.mc-service-card {\n  background: var(--charcoal);\n  padding: 2.5rem 2rem;\n  position: relative;\n  transition: all 0.5s ease;\n  overflow: hidden;\n}\n\n.mc-service-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 2px;\n  background: var(--gold);\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.5s ease;\n}\n\n.mc-service-card:hover::before { transform: scaleX(1); }\n.mc-service-card:hover { background: var(--slate); }\n\n.mc-service-icon {\n  font-size: 1.5rem;\n  margin-bottom: 1.2rem !important;\n  display: block;\n  color: var(--gold) !important;\n}\n\n.mc-service-card h3 {\n  font-family: var(--font-display) !important;\n  font-size: 1.3rem !important;\n  font-weight: 500 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 0.8rem !important;\n}\n\n.mc-service-card p {\n  font-size: 0.85rem !important;\n  color: var(--pewter) !important;\n  line-height: 1.7 !important;\n  font-family: var(--font-body) !important;\n}\n\n\/* \u2500\u2500\u2500 ISSUE CONTAINMENT FEATURE \u2500\u2500\u2500 *\/\n.mc-ic-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 2rem;\n  max-width: 1100px;\n  margin: 0 auto 3rem !important;\n}\n\n.mc-ic-card {\n  padding: 2.5rem 2rem;\n  border: 1px solid rgba(201, 168, 76, 0.12);\n  background: rgba(201, 168, 76, 0.02);\n  transition: all 0.4s ease;\n  position: relative;\n}\n\n.mc-ic-card:hover {\n  border-color: rgba(201, 168, 76, 0.3);\n  background: rgba(201, 168, 76, 0.04);\n}\n\n.mc-ic-tier {\n  font-family: var(--font-body) !important;\n  font-size: 0.6rem !important;\n  font-weight: 500 !important;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--gold) !important;\n  margin-bottom: 1rem !important;\n}\n\n.mc-ic-card h3 {\n  font-family: var(--font-display) !important;\n  font-size: 1.4rem !important;\n  font-weight: 500 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 1rem !important;\n}\n\n.mc-ic-card p {\n  font-size: 0.85rem !important;\n  color: var(--silver) !important;\n  line-height: 1.8 !important;\n  font-family: var(--font-body) !important;\n}\n\n.mc-ic-bottom {\n  max-width: 800px;\n  margin: 0 auto !important;\n  text-align: center;\n  padding-top: 2rem;\n  border-top: 1px solid rgba(201, 168, 76, 0.1);\n}\n\n.mc-ic-bottom p {\n  font-family: var(--font-accent) !important;\n  font-size: 1.05rem !important;\n  font-style: italic;\n  color: var(--gold) !important;\n  line-height: 1.8 !important;\n}\n\n\/* \u2500\u2500\u2500 STATS \u2500\u2500\u2500 *\/\n.mc-stats {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  max-width: 1100px;\n  margin: 0 auto;\n  border-top: 1px solid rgba(201, 168, 76, 0.15);\n  border-bottom: 1px solid rgba(201, 168, 76, 0.15);\n}\n\n.mc-stat {\n  text-align: center;\n  padding: 3rem 1.5rem;\n  position: relative;\n}\n\n.mc-stat:not(:last-child)::after {\n  content: '';\n  position: absolute;\n  right: 0; top: 25%; height: 50%;\n  width: 1px;\n  background: rgba(201, 168, 76, 0.15);\n}\n\n.mc-stat-num {\n  font-family: var(--font-display) !important;\n  font-size: 2.5rem !important;\n  font-weight: 300 !important;\n  color: var(--gold) !important;\n  line-height: 1 !important;\n  margin-bottom: 0.5rem !important;\n}\n\n.mc-stat-label {\n  font-size: 0.68rem !important;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pewter) !important;\n}\n\n\/* \u2500\u2500\u2500 APPROACH \u2500\u2500\u2500 *\/\n.mc-approach {\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.mc-approach-step {\n  display: grid;\n  grid-template-columns: 60px 2px 1fr;\n  gap: 2rem;\n  margin-bottom: 3.5rem !important;\n}\n\n.mc-approach-num {\n  font-family: var(--font-display) !important;\n  font-size: 2.5rem !important;\n  font-weight: 300 !important;\n  color: var(--gold) !important;\n  text-align: right;\n  line-height: 1 !important;\n}\n\n.mc-approach-line {\n  background: linear-gradient(to bottom, var(--gold-dark), rgba(201, 168, 76, 0.1));\n  position: relative;\n}\n\n.mc-approach-line::before {\n  content: '';\n  position: absolute;\n  top: 6px; left: 50%;\n  transform: translateX(-50%);\n  width: 8px; height: 8px;\n  border: 1px solid var(--gold);\n  background: var(--obsidian);\n  border-radius: 50%;\n}\n\n.mc-approach-content h3 {\n  font-family: var(--font-display) !important;\n  font-size: 1.4rem !important;\n  font-weight: 500 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 0.6rem !important;\n}\n\n.mc-approach-content p {\n  font-size: 0.88rem !important;\n  color: var(--pewter) !important;\n  line-height: 1.8 !important;\n  font-family: var(--font-body) !important;\n}\n\n\/* \u2500\u2500\u2500 DISCRETION BANNER \u2500\u2500\u2500 *\/\n.mc-discretion {\n  text-align: center;\n  padding: 5rem 2rem;\n  background:\n    linear-gradient(135deg, rgba(201, 168, 76, 0.06) 0%, transparent 50%),\n    var(--slate) !important;\n  position: relative;\n  overflow: hidden;\n}\n\n.mc-discretion::before {\n  content: '';\n  position: absolute;\n  top: -50%; right: -20%;\n  width: 500px; height: 500px;\n  border: 1px solid rgba(201, 168, 76, 0.05);\n  border-radius: 50%;\n}\n\n.mc-discretion h2 {\n  font-family: var(--font-display) !important;\n  font-size: clamp(1.6rem, 3vw, 2.3rem) !important;\n  font-weight: 300 !important;\n  color: var(--ivory) !important;\n  max-width: 750px;\n  margin: 0 auto 1.5rem !important;\n  line-height: 1.4 !important;\n}\n\n.mc-discretion h2 em {\n  font-style: italic;\n  color: var(--gold) !important;\n}\n\n.mc-discretion p {\n  font-family: var(--font-accent) !important;\n  font-size: 0.95rem !important;\n  color: var(--pewter) !important;\n  max-width: 600px;\n  margin: 0 auto !important;\n  line-height: 1.8 !important;\n}\n\n\/* \u2500\u2500\u2500 CLIENTELE \u2500\u2500\u2500 *\/\n.mc-clientele-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1.5rem;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.mc-clientele-card {\n  text-align: center;\n  padding: 2.5rem 1.5rem;\n  border: 1px solid rgba(201, 168, 76, 0.08);\n  transition: all 0.4s ease;\n}\n\n.mc-clientele-card:hover {\n  border-color: rgba(201, 168, 76, 0.25);\n  background: rgba(201, 168, 76, 0.03);\n}\n\n.mc-clientele-card h4 {\n  font-family: var(--font-display) !important;\n  font-size: 1.15rem !important;\n  font-weight: 500 !important;\n  color: var(--ivory) !important;\n  margin-bottom: 0.8rem !important;\n}\n\n.mc-clientele-card p {\n  font-size: 0.82rem !important;\n  color: var(--pewter) !important;\n  line-height: 1.7 !important;\n  font-family: var(--font-body) !important;\n}\n\n\/* \u2500\u2500\u2500 CONTACT \u2500\u2500\u2500 *\/\n.mc-contact {\n  max-width: 750px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.mc-form {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1.5rem;\n  margin-top: 2.5rem;\n  text-align: left;\n}\n\n.mc-form-group {\n  display: flex;\n  flex-direction: column;\n  gap: 0.5rem;\n}\n\n.mc-form-group.mc-full { grid-column: 1 \/ -1; }\n\n.mc-form-group label {\n  font-size: 0.65rem !important;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pewter) !important;\n  font-family: var(--font-body) !important;\n}\n\n.mc-form-group input,\n.mc-form-group textarea,\n.mc-form-group select {\n  font-family: var(--font-body) !important;\n  font-size: 0.9rem !important;\n  font-weight: 300 !important;\n  padding: 1rem 1.2rem !important;\n  background: rgba(255, 255, 255, 0.03) !important;\n  border: 1px solid var(--iron) !important;\n  color: var(--pearl) !important;\n  transition: all 0.3s;\n  outline: none !important;\n  border-radius: 0 !important;\n  width: 100% !important;\n}\n\n.mc-form-group input:focus,\n.mc-form-group textarea:focus,\n.mc-form-group select:focus {\n  border-color: var(--gold) !important;\n  background: rgba(201, 168, 76, 0.03) !important;\n}\n\n.mc-form-group textarea { min-height: 140px; resize: vertical; }\n.mc-form-group select { cursor: pointer; }\n.mc-form-group select option { background: var(--charcoal); color: var(--pearl); }\n\n.mc-form-submit {\n  grid-column: 1 \/ -1;\n  text-align: center;\n  margin-top: 1rem !important;\n}\n\n.mc-form-note {\n  grid-column: 1 \/ -1;\n  font-family: var(--font-accent) !important;\n  font-size: 0.85rem !important;\n  font-style: italic;\n  color: var(--pewter) !important;\n  text-align: center;\n  opacity: 0.7;\n}\n\n\/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n.mc-footer {\n  padding: 3rem 2rem;\n  border-top: 1px solid rgba(201, 168, 76, 0.08);\n  background: var(--obsidian) !important;\n  text-align: center;\n}\n\n.mc-footer-brand {\n  font-family: var(--font-display) !important;\n  font-size: 1rem !important;\n  font-weight: 500 !important;\n  color: var(--silver) !important;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  margin-bottom: 1.5rem !important;\n}\n\n.mc-footer-links {\n  display: flex;\n  gap: 2rem;\n  justify-content: center;\n  flex-wrap: wrap;\n  list-style: none !important;\n  margin: 0 0 2rem 0 !important;\n  padding: 0 !important;\n}\n\n.mc-footer-links a {\n  font-size: 0.7rem !important;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: var(--pewter) !important;\n  text-decoration: none !important;\n  font-family: var(--font-body) !important;\n  transition: color 0.3s;\n}\n\n.mc-footer-links a:hover { color: var(--gold) !important; }\n\n.mc-footer-copy {\n  font-size: 0.68rem !important;\n  color: var(--pewter) !important;\n  opacity: 0.5;\n  letter-spacing: 0.1em;\n  padding-top: 1.5rem;\n  border-top: 1px solid rgba(255, 255, 255, 0.04);\n}\n\n.mc-footer-phone {\n  font-family: var(--font-body) !important;\n  font-size: 0.7rem !important;\n  letter-spacing: 0.15em;\n  color: var(--pewter) !important;\n  margin-bottom: 1.5rem !important;\n  opacity: 0.6;\n}\n\n\/* \u2500\u2500\u2500 ANIMATIONS \u2500\u2500\u2500 *\/\n@keyframes mcFadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes mcScaleIn {\n  from { opacity: 0; transform: scaleX(0); }\n  to { opacity: 1; transform: scaleX(1); }\n}\n\n@keyframes mcScrollPulse {\n  0%, 100% { opacity: 0.3; }\n  50% { opacity: 1; }\n}\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n@media (max-width: 900px) {\n  .mc-philosophy { grid-template-columns: 1fr !important; }\n  .mc-philosophy-visual { height: 280px; }\n  .mc-services-grid { grid-template-columns: 1fr !important; }\n  .mc-ic-grid { grid-template-columns: 1fr !important; }\n  .mc-clientele-grid { grid-template-columns: 1fr 1fr !important; }\n  .mc-stats { grid-template-columns: 1fr 1fr !important; }\n  .mc-stat:nth-child(2)::after { display: none; }\n  .mc-form { grid-template-columns: 1fr !important; }\n  .mc-approach-step { grid-template-columns: 45px 2px 1fr; gap: 1.2rem; }\n  .mc-hero-actions { flex-direction: column; align-items: center; }\n}\n\n@media (max-width: 600px) {\n  .mc-clientele-grid { grid-template-columns: 1fr !important; }\n  .mc-stats { grid-template-columns: 1fr !important; }\n  .mc-stat::after { display: none !important; }\n  .mc-section { padding: 4rem 1.5rem; }\n}\n<\/style>\n\n<div class=\"mc-site\">\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-hero\">\n  <div class=\"mc-hero-content\">\n    <p class=\"mc-eyebrow\">Estate Architecture &bull; Asset Fortification &bull; Strategic Containment<\/p>\n    <h1 class=\"mc-hero-title\">Enduring Estate Design<br><em>and Maintenance<\/em><\/h1>\n    <div class=\"mc-divider\"><\/div>\n    <p class=\"mc-hero-sub\">We architect impenetrable estate structures and scaffolded business fortresses for discerning individuals and enterprises who refuse to leave their legacy to chance.<\/p>\n    <div class=\"mc-hero-actions\">\n      <a href=\"tel:+19179204073\" class=\"mc-btn-primary\">Contact Intake Coordination<\/a>\n      <a href=\"#mc-philosophy\" class=\"mc-btn-secondary\">Our Philosophy<\/a>\n    <\/div>\n    <div class=\"mc-scroll-cue\">\n      <span>Discover<\/span>\n      <div class=\"mc-scroll-line\"><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 PHILOSOPHY \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-dark\" id=\"mc-philosophy\">\n  <div class=\"mc-philosophy\">\n    <div class=\"mc-philosophy-visual\">\n      <div class=\"mc-phi-box\"><\/div>\n      <div class=\"mc-phi-box\"><\/div>\n      <div class=\"mc-phi-box\"><\/div>\n      <div class=\"mc-phi-center\">MC<\/div>\n    <\/div>\n    <div class=\"mc-philosophy-text\">\n      <h3>The Fortress Doctrine<\/h3>\n      <p>Most individuals and businesses discover the need for asset protection after a precipitating event \u2014 a lawsuit, a judgment, a regulatory action. By then, the architecture of defense is reactive, compromised, and often too late.<\/p>\n      <p>Meridian Containment operates on a fundamentally different premise. We believe that structural integrity must be designed into the foundation \u2014 not bolted on after the walls begin to crack.<\/p>\n      <p>Our firm assembles a coordinated team of specialists who construct layered, interlocking legal and financial structures that render our clients untouchable by design, not by accident.<\/p>\n      <blockquote>&#8220;The best fortress is one that never needs to be defended \u2014 because no adversary believes the siege is worth the cost.&#8221;<\/blockquote>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SERVICES \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-darker\" id=\"mc-services\">\n  <div class=\"mc-section-header\">\n    <p class=\"mc-section-eyebrow\">Integrated Capabilities<\/p>\n    <h2 class=\"mc-section-title\">A Singular Team,<br>Orchestrated in Your Defense<\/h2>\n    <p class=\"mc-section-subtitle\">Each discipline operates in concert \u2014 eliminating the gaps that adversaries exploit when specialists work in isolation.<\/p>\n  <\/div>\n\n  <div class=\"mc-services-grid\">\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9878;<\/span>\n      <h3>Tax Strategy &amp; Compliance<\/h3>\n      <p>Our tax attorneys engineer structures that are both aggressive in protection and unimpeachable in compliance, ensuring every layer withstands the highest level of scrutiny.<\/p>\n    <\/div>\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9879;<\/span>\n      <h3>Trust Architecture<\/h3>\n      <p>Multi-jurisdictional trust design \u2014 domestic, offshore, and hybrid \u2014 constructed to create irrevocable separation between your personal exposure and your accumulated wealth.<\/p>\n    <\/div>\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9881;<\/span>\n      <h3>Entity Structuring &amp; Containment<\/h3>\n      <p>LLCs, corporations, holding companies, and series entities scaffolded across jurisdictions to isolate assets, limit liability exposure, and create strategic opacity.<\/p>\n    <\/div>\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9670;<\/span>\n      <h3>Financial Management &amp; CPA Services<\/h3>\n      <p>Full-spectrum accounting, audit preparation, and financial reporting that ensures every entity in your structure maintains impeccable standing and operational integrity.<\/p>\n    <\/div>\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9733;<\/span>\n      <h3>Investment Advisory &amp; Asset Leverage<\/h3>\n      <p>Strategic capital deployment that grows your estate within the protected structure \u2014 leveraging assets for maximum return without exposing them to external risk vectors.<\/p>\n    <\/div>\n    <div class=\"mc-service-card\">\n      <span class=\"mc-service-icon\">&#9673;<\/span>\n      <h3>Issue Containment &amp; Brand Defense<\/h3>\n      <p>Integrated reputation architecture, crisis management, and social media brand governance \u2014 because a fortress without narrative control is a fortress with an open gate.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 ISSUE CONTAINMENT FEATURE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-dark\" id=\"mc-issue-containment\">\n  <div class=\"mc-section-header\">\n    <p class=\"mc-section-eyebrow\">The Missing Wall in Every Fortress<\/p>\n    <h2 class=\"mc-section-title\">Issue Containment &amp;<br>Brand Integrity<\/h2>\n    <p class=\"mc-section-subtitle\">Your legal and financial structures protect your assets. Issue Containment protects everything else \u2014 your name, your narrative, your public standing, and the perception of invulnerability that keeps adversaries from ever testing the walls.<\/p>\n  <\/div>\n\n  <div class=\"mc-ic-grid\">\n    <div class=\"mc-ic-card\">\n      <div class=\"mc-ic-tier\">Tier I<\/div>\n      <h3>Proactive Brand Architecture<\/h3>\n      <p>We don&#8217;t wait for a crisis to manage your public presence. Our team builds and curates your digital footprint from the ground up \u2014 strategic social media positioning, search result engineering, and controlled visibility. Some clients need to be invisible. Others need to be visible in exactly the right way. We architect both.<\/p>\n    <\/div>\n    <div class=\"mc-ic-card\">\n      <div class=\"mc-ic-tier\">Tier II<\/div>\n      <h3>Reputation Defense<\/h3>\n      <p>When adversaries, competitors, or media attempt to compromise your public standing, our team deploys counter-narrative strategies, content suppression protocols, and monitoring systems that detect threats before they gain traction. The digital equivalent of the legal fortress \u2014 except the battlefield is public perception.<\/p>\n    <\/div>\n    <div class=\"mc-ic-card\">\n      <div class=\"mc-ic-tier\">Tier III<\/div>\n      <h3>Crisis Containment<\/h3>\n      <p>When something breaks, Meridian controls the blast radius. Our Issue Containment team coordinates directly with your legal counsel to ensure the public response never compromises the legal strategy and the legal strategy never ignores the court of public opinion. Most firms get destroyed in the gap between their lawyers and their publicists. That gap doesn&#8217;t exist here.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"mc-ic-bottom\">\n    <p>Issue Containment is not an add-on service. It is an integrated division of every client engagement \u2014 because fortress integrity requires that no wall is left unbuilt.<\/p>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 STATS \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-dark\">\n  <div class=\"mc-stats\">\n    <div class=\"mc-stat\">\n      <div class=\"mc-stat-num\">23+<\/div>\n      <div class=\"mc-stat-label\">Years of Practice<\/div>\n    <\/div>\n    <div class=\"mc-stat\">\n      <div class=\"mc-stat-num\">40+<\/div>\n      <div class=\"mc-stat-label\">Jurisdictions Covered<\/div>\n    <\/div>\n    <div class=\"mc-stat\">\n      <div class=\"mc-stat-num\">100%<\/div>\n      <div class=\"mc-stat-label\">Client Confidentiality<\/div>\n    <\/div>\n    <div class=\"mc-stat\">\n      <div class=\"mc-stat-num\">0<\/div>\n      <div class=\"mc-stat-label\">Publicized Clients<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 APPROACH \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-darker\" id=\"mc-approach\">\n  <div class=\"mc-section-header\">\n    <p class=\"mc-section-eyebrow\">Our Process<\/p>\n    <h2 class=\"mc-section-title\">Designed. Constructed.<br>Impenetrable.<\/h2>\n    <p class=\"mc-section-subtitle\">Every engagement follows a disciplined methodology \u2014 because protection without precision is merely an illusion.<\/p>\n  <\/div>\n\n  <div class=\"mc-approach\">\n    <div class=\"mc-approach-step\">\n      <div class=\"mc-approach-num\">01<\/div>\n      <div class=\"mc-approach-line\"><\/div>\n      <div class=\"mc-approach-content\">\n        <h3>Confidential Assessment<\/h3>\n        <p>A comprehensive, privileged review of your current exposure landscape \u2014 assets, entities, jurisdictional footprint, existing obligations, and potential threat vectors. Nothing leaves the room.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"mc-approach-step\">\n      <div class=\"mc-approach-num\">02<\/div>\n      <div class=\"mc-approach-line\"><\/div>\n      <div class=\"mc-approach-content\">\n        <h3>Fortress Blueprint<\/h3>\n        <p>Our integrated team designs a bespoke containment architecture \u2014 trust structures, entity scaffolding, jurisdictional positioning, and financial frameworks \u2014 tailored to your unique risk profile.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"mc-approach-step\">\n      <div class=\"mc-approach-num\">03<\/div>\n      <div class=\"mc-approach-line\"><\/div>\n      <div class=\"mc-approach-content\">\n        <h3>Systematic Construction<\/h3>\n        <p>Methodical implementation of each structural layer \u2014 entity formation, trust execution, asset repositioning, registered agent placement, and compliance verification across all jurisdictions.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"mc-approach-step\">\n      <div class=\"mc-approach-num\">04<\/div>\n      <div class=\"mc-approach-line\"><\/div>\n      <div class=\"mc-approach-content\">\n        <h3>Perpetual Stewardship<\/h3>\n        <p>Ongoing monitoring, compliance maintenance, strategic adjustment, and threat assessment. Your fortress evolves as regulations shift, assets grow, and new exposure points emerge.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 DISCRETION BANNER \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-discretion\">\n  <h2>Our office locations remain <em>private<\/em> \u2014 because your protection begins with <em>ours<\/em>.<\/h2>\n  <p>Meridian Containment serves a global network of clients. We maintain no public-facing offices, no published directories, and no visible footprint. Engagement is by introduction or direct inquiry only.<\/p>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 CLIENTELE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-section mc-section-darker\" id=\"mc-clientele\">\n  <div class=\"mc-section-header\">\n    <p class=\"mc-section-eyebrow\">Who We Serve<\/p>\n    <h2 class=\"mc-section-title\">Built for Those Who Build<\/h2>\n    <p class=\"mc-section-subtitle\">Our clients share one trait: they understand that the cost of unpreparedness far exceeds the investment in structural protection.<\/p>\n  <\/div>\n\n  <div class=\"mc-clientele-grid\">\n    <div class=\"mc-clientele-card\">\n      <h4>Entrepreneurs &amp; Founders<\/h4>\n      <p>Individuals whose personal wealth is deeply entangled with business risk \u2014 and who need surgical separation between the two.<\/p>\n    <\/div>\n    <div class=\"mc-clientele-card\">\n      <h4>Real Estate Portfolios<\/h4>\n      <p>Property holders requiring multi-entity containment strategies that isolate each asset from cross-liability exposure.<\/p>\n    <\/div>\n    <div class=\"mc-clientele-card\">\n      <h4>Medical &amp; Legal Professionals<\/h4>\n      <p>High-liability practitioners who understand that malpractice insurance is the floor \u2014 not the ceiling \u2014 of adequate protection.<\/p>\n    <\/div>\n    <div class=\"mc-clientele-card\">\n      <h4>High-Net-Worth Families<\/h4>\n      <p>Multi-generational wealth requires multi-generational architecture. We build estates designed to endure beyond any single lifetime.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 FOOTER \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"mc-footer\">\n  <div class=\"mc-footer-brand\">Meridian Containment<\/div>\n  <ul class=\"mc-footer-links\">\n    <li><a href=\"#mc-philosophy\">Philosophy<\/a><\/li>\n    <li><a href=\"#mc-services\">Services<\/a><\/li>\n    <li><a href=\"#mc-approach\">Approach<\/a><\/li>\n    <li><a href=\"#\">Privacy Policy<\/a><\/li>\n    <li><a href=\"#\">Terms of Engagement<\/a><\/li>\n  <\/ul>\n  <div class=\"mc-footer-phone\">Intake Coordination: (917) 920-4073<\/div>\n  <div class=\"mc-footer-copy\">&copy; 2026 Meridian Containment. All rights reserved. Engagement by inquiry only.<\/div>\n<\/div>\n\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Estate Architecture &bull; Asset Fortification &bull; Strategic Containment Enduring Estate Designand Maintenance We architect impenetrable estate structures and scaffolded business [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":5,"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":31,"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/31"}],"wp:attachment":[{"href":"https:\/\/meridiancontainment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}