.elementor-28 .elementor-element.elementor-element-b0aaf97{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-28 .elementor-element.elementor-element-b0aaf97:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-b0aaf97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F0EA;}.elementor-28 .elementor-element.elementor-element-c59434e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-9f350fe{padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-066483c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-066483c:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-066483c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF9F4;}.elementor-28 .elementor-element.elementor-element-e2e16c2{--display:flex;}.elementor-28 .elementor-element.elementor-element-42b577a{padding:50px 50px 50px 50px;}.elementor-28 .elementor-element.elementor-element-07a9fbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-22221ea *//* ==========================================================================
   1. GLOBAL WRAPPER & CONTAINER SETUP
   ========================================================================== */
.hs-section {
  background-color: #f4f0ea; /* Clean, warm minimalist cream tone */
  padding: 80px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  box-sizing: border-box;
}

/* Master element property resets to keep spacing structured correctly */
.hs-section *, 
.hs-section *::before, 
.hs-section *::after {
  box-sizing: border-box;
}

.hs-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* ==========================================================================
   2. GALLERY GRID LAYOUT & LIVE IMAGE PROPERTIES
   ========================================================================== */
.hs-gallery-side {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Structural mask framing boxes */
.hs-main-upload-box {
  border-radius: 8px;
  height: 280px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.hs-sub-upload-row {
  display: flex;
  gap: 16px;
}

.hs-sub-upload-box {
  flex: 1;
  border-radius: 8px;
  height: 160px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Semantic scale optimization rules to prevent stretching distortion */
.live-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Liveliness animation micro-interaction properties */
.live-image:hover img {
  transform: scale(1.025);
}

.hs-gallery-footer {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #706c64;
  margin-top: 8px;
}

/* ==========================================================================
   3. TYPOGRAPHY, HEADINGS & EDITORIAL CITE BOXES
   ========================================================================== */
.hs-content-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hs-lead-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 30px 0;
}

.hs-lead-text strong {
  color: #111111;
  font-weight: 700;
}

/* Accentuated quote boundaries */
.hs-quote-box {
  border-left: 2px solid #b85c37; /* Terracotta styling attribute line */
  margin: 0 0 35px 0;
  padding: 0 0 0 24px;
}

.hs-quote-box p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.4;
  color: #1a2a3a;
  margin: 0 0 12px 0;
}

.hs-italic-highlight {
  font-style: italic;
  color: #b85c37;
}

.hs-quote-box cite {
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  color: #706c64;
}

/* ==========================================================================
   4. INTERACTIVE GRID ELEMENTS & INDEX NUMBERS
   ========================================================================== */
.hs-focus-header {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #706c64;
  margin-bottom: 16px;
}

.hs-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Standard functional card items configured dynamically */
.hs-focus-item {
  background-color: #f4f0ea;
  border: 1px solid #dcd8d0;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.hs-focus-item:hover {
  background-color: #fdfbf7;
  border-color: #c4beb3;
  transform: translateY(-1px);
}

.hs-focus-label {
  font-size: 14px;
  font-weight: 600;
  color: #1c2d30;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Status circle indicators */
.hs-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.teal-dot { background-color: #2a6f72; }
.orange-dot { background-color: #b85c37; }

.hs-focus-num {
  font-size: 11px;
  color: #a09b93;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

/* ==========================================================================
   5. CROSS-ENVIRONMENT MEDIA ADAPTABILITY
   ========================================================================== */
@media (max-width: 991px) {
  .hs-container {
    flex-direction: column; /* Stack side-by-side elements down */
    gap: 40px;
  }
  .hs-gallery-side, 
  .hs-content-side {
    width: 100%;
  }
  .hs-main-upload-box {
    height: 340px;
  }
}

@media (max-width: 600px) {
  .hs-section {
    padding: 40px 20px;
  }
  .hs-main-upload-box {
    height: 220px;
  }
  .hs-sub-upload-row {
    flex-direction: column; /* Stack gallery grid horizontally row-based */
  }
  .hs-sub-upload-box {
    height: 140px;
  }
  .hs-focus-grid {
    grid-template-columns: 1fr; /* Switch metrics cards to singular full width lines */
  }
  .hs-quote-box p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f350fe *//* ==========================================================================
   1. MAIN WRAPPER & CONTAINER LAYOUT
   ========================================================================== */
.mv-section {
  background-color: #0c3d37; /* Lighter container box background */
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

/* Force layout calculations uniformly */
.mv-section *, 
.mv-section *::before, 
.mv-section *::after {
  box-sizing: border-box;
}

/* Side-by-side border wrapping box layout */
.mv-card-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background-color: #06312c; /* Deeper dark teal base inside cards */
}

/* ==========================================================================
   2. INDIVIDUAL CARD PANELS
   ========================================================================== */
.mv-card {
  padding: 50px 45px 45px 45px;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Create the vertical dividing line between columns dynamically */
.mv-card:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* Header Tags & Circle Badges */
.mv-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.mv-icon-badge {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #a5c0bc;
  font-family: monospace;
}

.mv-card-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #a5c0bc;
}

/* Typography & Accent Highlights */
.mv-card-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

/* Italicized peach highlight color */
.mv-text-highlight {
  font-style: italic;
  color: #e59373; /* Smooth light peach tone */
  font-weight: 300;
}

.mv-card-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #a5c0bc;
  margin: 0 0 45px 0;
  flex-grow: 1; /* Keeps footer bars aligned evenly */
}

/* ==========================================================================
   3. CARD BOTTOM METADATA BAR
   ========================================================================== */
.mv-card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #729691;
}

.mv-meta-divider {
  opacity: 0.4;
  font-size: 8px;
}

.mv-meta-val {
  color: #ffffff;
  margin-left: 4px;
  font-family: monospace;
  font-size: 12px;
}

.mv-meta-val.bold-val {
  font-weight: 700;
}

/* White Solid Highlight Pills */
.mv-meta-val.badge-val {
  background-color: #ffffff;
  color: #06312c;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   4. ADAPTIVE MEDIA QUERY BREAKPOINTS
   ========================================================================== */
@media (max-width: 991px) {
  .mv-card-title {
    font-size: 32px;
  }
  .mv-card {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .mv-section {
    padding: 40px 20px;
  }
  
  /* Pivot grids into standalone vertical rows */
  .mv-card-container {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  
  .mv-card:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .mv-card-title {
    font-size: 28px;
  }
  
  .mv-card-desc {
    margin-bottom: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42b577a *//* ==========================================================================
   1. GLOBAL FRAME CONTAINER SETUP
   ========================================================================== */
.commit-section {
  background-color: #fbf9f4; /* Warm crisp off-white background */
  padding: 80px 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  box-sizing: border-box;
}

.commit-section *, 
.commit-section *::before, 
.commit-section *::after {
  box-sizing: border-box;
}

/* Intro row header column split positioning */
.commit-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  gap: 60px;
}

.commit-title-col { flex: 1.2; }
.commit-desc-col { flex: 1; max-width: 480px; }

/* Top text titles rules styling */
.commit-section-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #7b7872;
  margin-bottom: 16px;
}

.commit-main-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
  margin: 0;
  letter-spacing: -0.5px;
}

.commit-italic-title {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: #1b534d; /* Premium deep green */
}

.commit-main-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #55514b;
  margin: 0;
  padding-top: 35px;
}

/* ==========================================================================
   2. FILTER PILLS NAVIGATION BAR
   ========================================================================== */
.commit-control-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e2da;
  padding-bottom: 16px;
  margin-bottom: 0px;
}

.commit-filter-pills {
  display: flex;
  gap: 10px;
}

.commit-pill {
  background-color: transparent;
  border: 1px solid #dcd8cf;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #4a4640;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.commit-pill.active {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.pill-count {
  opacity: 0.5;
  font-size: 10px;
  margin-left: 2px;
}

.commit-pill.active .pill-count {
  color: #ffffff;
  opacity: 0.6;
}

.commit-counter {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #7b7872;
}

/* Categorization Status Dots */
.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.teal-dot { background-color: #1b534d; }
.orange-dot { background-color: #c96f53; }
.blue-dot { background-color: #4a7c80; }

/* ==========================================================================
   3. COMMITMENTS PANEL MATRIX (CSS GRID COLLAPSING GRID)
   ========================================================================== */
.commit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #e6e2da; /* Becomes the border lines */
  gap: 1px;
  border: 1px solid #e6e2da;
  border-top: none;
}

.commit-box {
  background-color: #fbf9f4;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  transition: background-color 0.2s ease;
}

.commit-box:hover {
  background-color: #f6f3eb;
}

.box-top-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.box-num {
  font-size: 11px;
  font-weight: 600;
  color: #a39f96;
  font-family: monospace;
}

.box-tag {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #615d55;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Custom Soft Color Icon Pod Wrappers */
.box-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-teal { background-color: #e3eded; color: #1b534d; }
.icon-orange { background-color: #f7ebe7; color: #c96f53; }
.icon-blue { background-color: #eef2f2; color: #4a7c80; }

.box-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #111111;
  margin: 0 0 10px 0;
}

.box-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #615d55;
  margin: 0;
}

/* ==========================================================================
   4. METADATA BRANDING ROW UTILITIES FOOTER
   ========================================================================== */
.commit-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #7b7872;
}

.commit-bottom-bar strong {
  color: #111111;
}

/* ==========================================================================
   5. CROSS-SCREEN DEVICE ADAPTABILITY RESPONSIVENESS
   ========================================================================== */
@media (max-width: 1200px) {
  .commit-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
  .commit-section { padding: 50px 30px; }
  .commit-header-row { flex-direction: column; gap: 20px; margin-bottom: 40px; }
  .commit-main-desc { padding-top: 0; }
  .commit-grid { grid-template-columns: repeat(2, 1fr); }
  .commit-main-title { font-size: 36px; }
}

@media (max-width: 640px) {
  .commit-section { padding: 40px 20px; }
  .commit-control-bar { flex-direction: column; align-items: flex-start; gap: 16px; }
  .commit-grid { grid-template-columns: 1fr; }
  .commit-pill { padding: 6px 12px; font-size: 11px; }
  .commit-bottom-bar { flex-direction: column; gap: 10px; align-items: flex-start; }
}/* End custom CSS */