._header_l9g16_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 1.1rem 0;
  background: var(--bg);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.25s,
    padding 0.25s,
    box-shadow 0.25s;
}
._header_l9g16_1._scrolled_l9g16_8 {
  border-bottom-color: var(--border);
  padding: 0.8rem 0;
  box-shadow: 0 1px 12px #0f1a0f0d;
}
._inner_l9g16_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
._logoImg_l9g16_16 {
  height: 32px;
  width: auto;
}
._logoText_l9g16_17 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.03em;
}
._logoMark_l9g16_22 {
  color: var(--accent);
  font-size: 0.75rem;
  line-height: 1;
}
._nav_l9g16_25 ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
._nav_l9g16_25 a {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.2s;
}
._nav_l9g16_25 a:hover {
  color: var(--text);
}
._actions_l9g16_30 {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
._ctaBtn_l9g16_31 {
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.5rem 1.15rem;
  background: var(--accent);
  color: #fff;
  border-radius: var(--r);
  border: 1.5px solid var(--accent);
  transition:
    background 0.2s,
    transform 0.15s;
  white-space: nowrap;
}
._ctaBtn_l9g16_31:hover {
  background: var(--accent-mid);
  border-color: var(--accent-mid);
  transform: translateY(-1px);
}
._hamburger_l9g16_43 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
}
._hamburger_l9g16_43 span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text);
  transition: 0.3s;
  border-radius: 2px;
}
._hamburger_l9g16_43._open_l9g16_48 span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
._hamburger_l9g16_43._open_l9g16_48 span:nth-child(2) {
  opacity: 0;
}
._hamburger_l9g16_43._open_l9g16_48 span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
._mobileMenu_l9g16_53 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 2rem;
  box-shadow: 0 8px 24px #0f1a0f14;
}
._mobileMenu_l9g16_53 ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._mobileMenu_l9g16_53 a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
}
._mobileCtaBtn_l9g16_61 {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.55rem 1.2rem;
  background: var(--accent);
  color: #fff !important;
  border-radius: var(--r);
  font-weight: 700;
  font-size: 0.85rem;
}
@media (max-width: 680px) {
  ._nav_l9g16_25,
  ._ctaBtn_l9g16_31 {
    display: none;
  }
  ._hamburger_l9g16_43 {
    display: flex;
  }
}
._hero_9oqke_1 {
  padding: 9rem 0 5rem;
  border-bottom: 1px solid var(--border);
}
._grid_9oqke_2 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 3.5rem;
  align-items: center;
}
._content_9oqke_3 {
  min-width: 0;
}
._badge_9oqke_3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  background: var(--accent-lt);
  padding: 0.32rem 0.9rem;
  border-radius: 99px;
  margin-bottom: 1.75rem;
  animation: _fadeUp_9oqke_1 0.5s var(--ease) both;
  letter-spacing: 0.01em;
}
._dot_9oqke_14 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: _pulse_9oqke_1 2s ease-in-out infinite;
}
@keyframes _pulse_9oqke_1 {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.6);
  }
}
._title_9oqke_21 {
  font-size: clamp(2.4rem, 5.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 680px;
  margin-bottom: 1.4rem;
  animation: _fadeUp_9oqke_1 0.55s 0.08s var(--ease) both;
}
._desc_9oqke_30 {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 2rem;
  animation: _fadeUp_9oqke_1 0.55s 0.16s var(--ease) both;
}
._chips_9oqke_37 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 2.25rem;
  animation: _fadeUp_9oqke_1 0.55s 0.22s var(--ease) both;
}
._chip_9oqke_37 {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--surface);
  color: var(--muted);
  transition:
    border-color 0.2s,
    color 0.2s;
}
._chip_9oqke_37:hover {
  border-color: var(--accent);
  color: var(--accent);
}
._btns_9oqke_54 {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  animation: _fadeUp_9oqke_1 0.55s 0.28s var(--ease) both;
}
._btnPrimary_9oqke_58 {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.78rem 1.65rem;
  background: var(--accent);
  color: #fff;
  border: 1.5px solid var(--accent);
  border-radius: var(--r);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
._btnPrimary_9oqke_58:hover {
  background: var(--accent-mid);
  border-color: var(--accent-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #1a7a3c40;
}
._btnGhost_9oqke_72 {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.78rem 1.45rem;
  border: 1.5px solid var(--border);
  color: var(--muted);
  border-radius: var(--r);
  transition:
    border-color 0.2s,
    color 0.2s;
  display: inline-flex;
  align-items: center;
}
._btnGhost_9oqke_72:hover {
  border-color: var(--accent);
  color: var(--accent);
}
._stats_9oqke_83 {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
  animation: _fadeUp_9oqke_1 0.55s 0.36s var(--ease) both;
}
._stat_9oqke_83 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
._statN_9oqke_90 {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}
._statL_9oqke_91 {
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
._visual_9oqke_92 {
  display: flex;
  justify-content: flex-end;
}
._visualCard_9oqke_93 {
  width: min(100%, 480px);
  background: linear-gradient(180deg, #ffffff, #eef2ec);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 22px 60px #0f1a0f12;
  transform: rotate(1.2deg);
}
._visualImg_9oqke_94 {
  width: 100%;
  aspect-ratio: 5 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}
@media (max-width: 560px) {
  ._stats_9oqke_83 {
    gap: 1.75rem;
  }
  ._statN_9oqke_90 {
    font-size: 1.5rem;
  }
}
@media (max-width: 920px) {
  ._grid_9oqke_2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  ._visual_9oqke_92 {
    justify-content: flex-start;
  }
  ._visualCard_9oqke_93 {
    transform: none;
  }
}
._overlay_u0g10_1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #0a140aeb;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: _fadeIn_u0g10_1 0.2s var(--ease) both;
}
._box_u0g10_7 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  box-shadow: none;
  max-width: 98vw;
  max-height: 98vh;
  width: auto;
  height: auto;
}
._close_u0g10_9 {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff8c;
  font-size: 1.2rem;
  line-height: 1;
  transition: color 0.2s;
}
._close_u0g10_9:hover {
  color: #fff;
}
._nav_u0g10_17 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff0d;
  color: #fffc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: var(--r);
  transition: 0.2s;
}
._nav_u0g10_17:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
._navPrev_u0g10_26 {
  left: -52px;
}
._navNext_u0g10_27 {
  right: -52px;
}
._imgWrap_u0g10_29 img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 98vw;
  max-height: 95vh;
  object-fit: contain;
  border-radius: var(--r);
}
._caption_u0g10_30 {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: #ffffff4d;
  margin-top: 0.85rem;
  text-align: center;
}
@media (max-width: 700px) {
  ._navPrev_u0g10_26 {
    left: -10px;
  }
  ._navNext_u0g10_27 {
    right: -10px;
  }
}
._section_1j879_1 {
  background: var(--surface);
  border-top: 1px solid var(--border);
}
._header_1j879_3 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 5rem 0 3rem;
}
._sectionLabel_1j879_8 {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
  display: block;
}
._sectionTitle_1j879_13 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
._allWork_1j879_17 {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 0.42rem 1rem;
  transition: 0.2s;
  white-space: nowrap;
}
._allWork_1j879_17:hover {
  border-color: var(--accent);
  color: var(--accent);
}
._list_1j879_24 {
  column-count: 4;
  column-gap: 1.5rem;
  border-top: 1px solid var(--border);
  padding: 1rem 0 3rem;
}
._item_1j879_27 {
  display: inline-flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  margin: 0 0 1.5rem;
  break-inside: avoid;
  vertical-align: top;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease);
}
.reveal-item.revealed {
  opacity: 1 !important;
  transform: none !important;
}
._title_1j879_50 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--text);
  margin: 0;
}
._imgWrap_1j879_61 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: calc(var(--r) * 1.4);
  background: var(--bg-alt);
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
._imgWrap_1j879_61:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 38px rgba(17, 61, 31, 0.16);
}
._imgWrap_1j879_61 img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}
._imgWrap_1j879_61:hover img {
  transform: scale(1.03);
}
._overlay_1j879_71 {
  position: absolute;
  inset: 0;
  background: rgba(15, 26, 15, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  padding: 1.3rem;
}
._imgWrap_1j879_61:hover ._overlay_1j879_71 {
  opacity: 1;
}
._overlayPill_1j879_78 {
  display: block;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 500;
  white-space: normal;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 1024px) {
  ._list_1j879_24 {
    column-count: 2;
  }
}
@media (max-width: 680px) {
  ._list_1j879_24 {
    column-count: 1;
  }
}
._section_1bpdu_1 {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 5rem 0;
}
._top_1bpdu_3 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
._label_1bpdu_7 {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.6rem;
}
._heading_1bpdu_12 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
._controls_1bpdu_14 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._btn_1bpdu_15 {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  background: var(--surface);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  transition: 0.2s;
}
._btn_1bpdu_15:hover {
  border-color: var(--accent);
  color: var(--accent);
}
._counter_1bpdu_23 {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
  min-width: 36px;
  text-align: center;
}
._card_1bpdu_26 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 2.5rem 2.75rem;
  max-width: 740px;
  margin: 0 auto;
  animation: _fadeIn_1bpdu_1 0.35s var(--ease) both;
  position: relative;
}
._card_1bpdu_26:before {
  content: '"';
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  font-size: 5rem;
  line-height: 1;
  color: var(--accent-lt);
  font-weight: 800;
  pointer-events: none;
}
._stars_1bpdu_44 {
  color: var(--accent);
  letter-spacing: 3px;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
._quote_1bpdu_45 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 1.75rem;
  font-weight: 400;
}
._meta_1bpdu_51 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._avatar_1bpdu_52 {
  width: 40px;
  height: 40px;
  border-radius: var(--r);
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}
._name_1bpdu_58 {
  font-weight: 700;
  font-size: 0.88rem;
}
._role_1bpdu_59 {
  font-size: 0.78rem;
  color: var(--accent);
  font-weight: 600;
  margin-top: 1px;
}
._loc_1bpdu_60 {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--muted);
}
._dots_1bpdu_63 {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 2rem;
}
._dot_1bpdu_63 {
  width: 20px;
  height: 2px;
  background: var(--border);
  border: none;
  border-radius: 2px;
  transition: 0.3s;
  padding: 0;
}
._dotActive_1bpdu_69 {
  background: var(--accent);
  width: 28px;
}
@media (max-width: 560px) {
  ._card_1bpdu_26 {
    padding: 2rem 1.5rem;
  }
  ._card_1bpdu_26:before {
    display: none;
  }
}
._section_u534e_1 {
  border-top: 1px solid var(--border);
  padding: 5rem 0 6rem;
  background: var(--surface);
}
._inner_u534e_3 {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 6rem;
  align-items: start;
}
._blurb_u534e_11 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._label_u534e_12 {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
}
._title_u534e_17 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
._intro_u534e_18 {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.78;
}
._perks_u534e_20 {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
._perk_u534e_20 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}
._perkIcon_u534e_22 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-lt);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  flex-shrink: 0;
}
._formWrap_u534e_30 {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: calc(var(--r) * 1.5);
  padding: 2.25rem;
}
._form_u534e_30 {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
._row2_u534e_37 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
._field_u534e_38 {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
._fieldLabel_u534e_39 {
  font-family: var(--mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 500;
}
._input_u534e_44,
._textarea_u534e_44 {
  padding: 0.72rem 0.9rem;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--text);
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100%;
}
._input_u534e_44:focus,
._textarea_u534e_44:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #1a7a3c1a;
}
._textarea_u534e_44 {
  min-height: 130px;
  resize: vertical;
}
._submit_u534e_59 {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.8rem 1.75rem;
  background: var(--accent);
  color: #fff;
  border: 1.5px solid var(--accent);
  border-radius: var(--r);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  align-self: flex-start;
}
._submit_u534e_59:hover:not(:disabled) {
  background: var(--accent-mid);
  border-color: var(--accent-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #1a7a3c38;
}
._submit_u534e_59:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._errorMsg_u534e_74 {
  font-size: 0.82rem;
  color: #c0392b;
}
._success_u534e_77 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.75rem;
  background: var(--accent-lt);
  border: 1.5px solid var(--accent);
  border-radius: var(--r);
}
._successIcon_u534e_84 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  flex-shrink: 0;
}
._successTitle_u534e_90 {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent);
}
._successSub_u534e_91 {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 2px;
}
@media (max-width: 780px) {
  ._inner_u534e_3 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  ._formWrap_u534e_30 {
    padding: 1.75rem;
  }
}
@media (max-width: 460px) {
  ._row2_u534e_37 {
    grid-template-columns: 1fr;
  }
}
._footer_13n8o_1 {
  background: var(--bg-dark);
  padding: 2.5rem 0;
}
._top_13n8o_3 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-dk);
  margin-bottom: 1.5rem;
}
._brand_13n8o_9 {
  display: flex;
  align-items: center;
  gap: 7px;
}
._brandMark_13n8o_10 {
  color: var(--accent-mid);
  font-size: 0.75rem;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
._brandName_13n8o_11 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
._tagline_13n8o_12 {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: #ffffff4d;
}
._bottom_13n8o_14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
._copy_13n8o_18 {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: #ffffff4d;
}
._links_13n8o_19 {
  display: flex;
  gap: 1.5rem;
}
._links_13n8o_19 a {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: #ffffff4d;
  transition: color 0.2s;
}
._links_13n8o_19 a:hover {
  color: var(--accent-mid);
}
._social_13n8o_23 {
  display: flex;
  gap: 0.4rem;
}
._socialIcon_13n8o_24 {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #ffffff4d;
  transition: 0.2s;
}
._socialIcon_13n8o_24:hover {
  border-color: var(--accent-mid);
  color: var(--accent-mid);
}
@media (max-width: 560px) {
  ._bottom_13n8o_14 {
    flex-direction: column;
    align-items: flex-start;
  }
  ._top_13n8o_3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
._page_1vapd_1 {
  padding-top: 5.5rem;
  background: var(--bg);
}
._hero_1vapd_3 {
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border);
}
._label_1vapd_7 {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
}
._hero_1vapd_3 h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
._date_1vapd_16 {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.5rem;
}
._content_1vapd_18 {
  padding: 3.5rem 0 5rem;
  max-width: 680px;
}
._content_1vapd_18 h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2rem 0 0.6rem;
  letter-spacing: -0.02em;
}
._content_1vapd_18 p {
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 0.85rem;
}
._content_1vapd_18 ul {
  margin: 0.5rem 0 0.85rem 1.25rem;
}
._content_1vapd_18 li {
  color: var(--muted);
  line-height: 1.85;
  list-style: disc;
}
._content_1vapd_18 a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
._content_1vapd_18 a:hover {
  color: var(--accent-mid);
}
:root {
  --bg: #fafaf8;
  --bg-alt: #f3f3ef;
  --bg-dark: #0f1a0f;
  --surface: #ffffff;
  --border: #e4e4dc;
  --border-dk: #1a2a1a;
  --text: #0f1a0f;
  --muted: #5c6b5c;
  --accent: #1a7a3c;
  --accent-lt: #e8f5ee;
  --accent-mid: #2ea158;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "DM Mono", "Courier New", monospace;
  --max: 980px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --r: 6px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  font-family: var(--sans);
}
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2rem;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0 1.25rem;
  }
}
