.elementor-477 .elementor-element.elementor-element-51b5dc4{--display:flex;}.elementor-477 .elementor-element.elementor-element-d045510{--display:flex;}.elementor-477 .elementor-element.elementor-element-734e407{--display:flex;}/* Start custom CSS for html, class: .elementor-element-324d292 */.hm-pbc-wrap *,
.hm-pbc-wrap *::before,
.hm-pbc-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.hm-pbc-wrap {
  --g2: #2d4a1e; --ink2: #2a2a24; --ink4: #909088;
  --border: #E4E4DC; --border2: #CECEC6;
  --cream: #faf8f4;
  --sans: 'DM Sans', system-ui, sans-serif;
  --xs: 13px;
  background: var(--cream);
}

.hm-pbc {
  padding: 12px 52px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
}
.hm-pbc a { font-size: var(--xs); color: var(--ink4); text-decoration: none; transition: color 0.2s; }
.hm-pbc a:hover { color: var(--g2); }
.hm-pbc-sep { font-size: var(--xs); color: var(--border2); }
.hm-pbc-cur { font-size: var(--xs); color: var(--ink2); }

@media (max-width: 768px) { .hm-pbc { padding: 12px 20px; } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a61cb51 */.hm-pp-wrap *,
.hm-pp-wrap *::before,
.hm-pp-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.hm-pp-wrap {
  --g0: #111c0d; --g1: #1e3014; --g2: #2d4a1e; --g3: #4a7a2c;
  --g4: #6b9e45; --g5: #9dc96a; --g6: #c8e0a8; --g8: #f2f7ea;
  --cream: #faf8f4; --white: #ffffff; --off: #F6F6F2;
  --ink: #0e0e0c; --ink2: #2a2a24; --ink3: #52524A; --ink4: #909088;
  --border: #E4E4DC; --border2: #CECEC6;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --xs: 13px; --sm: 15px; --base: 17px; --lg: 19px;
  background: var(--cream);
  font-family: var(--sans);
}

/* ── Two-column layout ── */
.hm-pp-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* ── Sidebar ── */
.hm-pp-sidebar {
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  padding: 48px 24px 48px 52px;
  border-right: 1px solid var(--border);
}
.hm-pp-sidebar::-webkit-scrollbar { width: 0; }

.hm-pp-sidebar-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink4);
  margin-bottom: 16px;
}

.hm-toc-list { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.hm-toc-list a {
  display: block;
  font-size: var(--xs);
  color: var(--ink4);
  text-decoration: none;
  padding: 6px 10px;
  border-left: 2px solid transparent;
  transition: all 0.18s;
  line-height: 1.4;
  border-radius: 2px;
}
.hm-toc-list a:hover { color: var(--g2); background: var(--g8); }
.hm-toc-list a.hm-toc-active {
  color: var(--g2);
  background: var(--g8);
  border-left-color: var(--g3);
  font-weight: 500;
}

.hm-sidebar-divider { height: 1px; background: var(--border); margin: 16px 0; }

.hm-sidebar-updated { font-size: 11px; color: var(--ink4); line-height: 1.6; }
.hm-sidebar-updated strong { color: var(--ink3); font-weight: 500; }
.hm-sidebar-updated a { color: var(--g3); text-decoration: none; border-bottom: 1px solid var(--g6); }
.hm-sidebar-updated a:hover { color: var(--g2); }

/* ── Main content ── */
.hm-pp-main {
  padding: 64px 80px 96px 64px;
  max-width: 760px;
}

/* Page header */
.hm-pp-header { margin-bottom: 56px; }

.hm-pp-kicker {
  font-size: var(--xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g3);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.hm-pp-kicker::before { content: ''; width: 16px; height: 1px; background: var(--g4); }

.hm-pp-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 16px;
}

.hm-pp-intro {
  font-size: var(--lg);
  color: var(--ink3);
  line-height: 1.75;
  font-family: var(--serif);
  font-style: italic;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}

.hm-pp-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: var(--xs);
  color: var(--ink4);
}

/* Sections */
.hm-pp-section {
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--border);
}
.hm-pp-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.hm-pp-section-title {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 16px;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.hm-pp-section-num {
  font-size: var(--xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--g4);
  flex-shrink: 0;
}

.hm-pp-sub {
  font-family: var(--serif);
  font-size: var(--lg);
  font-weight: 700;
  color: var(--ink2);
  margin: 24px 0 10px;
}

.hm-pp-p {
  font-size: var(--base);
  color: var(--ink3);
  line-height: 1.85;
  margin-bottom: 14px;
}
.hm-pp-p:last-child { margin-bottom: 0; }
.hm-pp-p strong { color: var(--ink2); font-weight: 500; }
.hm-pp-p a { color: var(--g3); border-bottom: 1px solid var(--g6); text-decoration: none; }
.hm-pp-p a:hover { color: var(--g2); }

/* Lists */
.hm-pp-list {
  margin: 12px 0 14px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hm-pp-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--base);
  color: var(--ink3);
  line-height: 1.7;
}
.hm-pp-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--g4);
  flex-shrink: 0;
  margin-top: 9px;
}
.hm-pp-list li strong { color: var(--ink2); font-weight: 500; }
.hm-pp-list li a { color: var(--g3); border-bottom: 1px solid var(--g6); text-decoration: none; }
.hm-pp-list li a:hover { color: var(--g2); }

/* Highlight box */
.hm-pp-highlight {
  background: var(--g8);
  border-left: 3px solid var(--g4);
  padding: 16px 20px;
  margin: 20px 0;
}
.hm-pp-highlight p {
  font-size: var(--sm);
  color: var(--ink2);
  line-height: 1.7;
  margin: 0;
}
.hm-pp-highlight p + p { margin-top: 8px; }
.hm-pp-highlight a { color: var(--g3); border-bottom: 1px solid var(--g6); text-decoration: none; }
.hm-pp-highlight a:hover { color: var(--g2); }

/* Table */
.hm-pp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: var(--sm);
}
.hm-pp-table th {
  text-align: left;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink4);
  background: var(--off);
  border-bottom: 2px solid var(--border);
}
.hm-pp-table td {
  padding: 12px 14px;
  color: var(--ink3);
  line-height: 1.55;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.hm-pp-table tr:last-child td { border-bottom: none; }
.hm-pp-table td:first-child { color: var(--ink2); font-weight: 500; }

/* Contact box */
.hm-pp-contact {
  background: var(--g1);
  padding: 28px 32px;
  margin-top: 20px;
}
.hm-pp-contact p {
  font-size: var(--sm);
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 8px;
}
.hm-pp-contact p:last-child { margin-bottom: 0; }
.hm-pp-contact strong { color: rgba(255,255,255,0.9); font-weight: 500; }
.hm-pp-contact a { color: var(--g5); border-bottom: 1px solid rgba(157,201,106,0.3); text-decoration: none; }
.hm-pp-contact a:hover { color: var(--g6); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hm-pp-grid { grid-template-columns: 1fr; }
  .hm-pp-sidebar {
    position: static;
    height: auto;
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .hm-pp-main { padding: 48px 24px 80px; max-width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c05254 */.hm-pfooter-wrap *,
.hm-pfooter-wrap *::before,
.hm-pfooter-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.hm-pfooter-wrap {
  --g0: #111c0d; --g5: #9dc96a;
  --sans: 'DM Sans', system-ui, sans-serif;
  --xs: 13px; --sm: 15px;
  background: var(--g0);
  font-family: var(--sans);
}

.hm-pfooter { padding: 52px 52px 28px; }

.hm-pfooter-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 24px;
}

.hm-pfooter-logo img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1) opacity(0.85);
  margin-bottom: 10px;
  display: block;
}

.hm-pfooter-tagline {
  font-size: var(--sm);
  font-style: italic;
  color: rgba(255,255,255,0.3);
  line-height: 1.7;
  max-width: 200px;
}

.hm-pfc-title {
  font-size: var(--xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--g5);
  margin-bottom: 12px;
}

.hm-pfc-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.hm-pfc-links a {
  font-size: var(--sm);
  color: rgba(255,255,255,0.36);
  text-decoration: none;
  transition: color 0.2s;
}
.hm-pfc-links a:hover { color: rgba(255,255,255,0.88); }

.hm-pfooter-bottom {
  display: flex;
  justify-content: space-between;
  font-size: var(--xs);
  color: rgba(255,255,255,0.18);
}

@media (max-width: 768px) {
  .hm-pfooter { padding: 40px 24px 24px; }
  .hm-pfooter-top { grid-template-columns: 1fr; gap: 32px; }
  .hm-pfooter-bottom { flex-direction: column; gap: 6px; }
}/* End custom CSS */