@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i&display=swap");

:root {
  --herpeton-font-sans: "Poppins", "Noto Sans", "Segoe UI", Roboto, Arial, sans-serif;
  --herpeton-ink: #14212e;
  --herpeton-primary: #00203f;
  --herpeton-mint: #adefd1;
  --herpeton-soft: #f0f3f5;
  --herpeton-muted: #5c6670;
  --herpeton-page-width: 1180px;
}

body,
button,
input,
select,
textarea,
.avenir,
.sans-serif,
.serif,
.athelas,
.georgia,
.times {
  font-family: var(--herpeton-font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f1,
.f2,
.f3,
.f4,
.f5,
.f6 {
  font-family: var(--herpeton-font-sans) !important;
  font-weight: 400;
}

strong,
b,
.b {
  font-weight: 600;
}

body {
  background: var(--herpeton-soft);
  color: var(--herpeton-ink);
}

a {
  color: var(--herpeton-primary);
}

a:hover {
  color: #000;
}

.herpeton-site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 32, 63, 0.08);
  box-shadow: 0 8px 30px rgba(20, 33, 46, 0.06);
}

.herpeton-nav {
  width: 100%;
}

.herpeton-nav-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--herpeton-page-width);
  min-height: 92px;
  padding: 0.7rem 1.5rem;
}

.herpeton-brand {
  align-items: center;
  color: var(--herpeton-primary);
  display: inline-flex;
  gap: 0.95rem;
  text-decoration: none;
}

.herpeton-brand:hover {
  color: var(--herpeton-primary);
  text-decoration: none;
}

.herpeton-brand-logo {
  display: block;
  height: 68px;
  object-fit: contain;
  width: 68px;
}

.herpeton-brand-text {
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

.herpeton-nav-actions {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.herpeton-nav-actions ul {
  margin: 0;
}

.herpeton-nav-actions a {
  color: var(--herpeton-primary);
  font-weight: 600;
  text-decoration: none;
}

.herpeton-nav-actions a:hover {
  color: #000;
}

.herpeton-nav-actions li {
  list-style: none;
}

.herpeton-nav-actions .pl0 {
  background: var(--herpeton-soft);
  border: 1px solid rgba(0, 32, 63, 0.08);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}

footer.bg-black {
  background: var(--herpeton-primary);
}

footer.bg-black a {
  color: rgba(255, 255, 255, 0.9);
}

footer.bg-black a:hover {
  color: var(--herpeton-mint);
}

main.pb7 {
  background: linear-gradient(180deg, #f7fbf9 0, #fff 10rem);
}

.herpeton-article {
  max-width: var(--herpeton-page-width);
  padding-bottom: 4rem;
  padding-top: 3rem;
}

.herpeton-kicker {
  color: var(--herpeton-primary);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.herpeton-article-title {
  color: var(--herpeton-ink);
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  margin-top: 1.35rem;
  max-width: 100%;
}

.herpeton-byline,
.herpeton-date {
  color: var(--herpeton-muted);
}

.herpeton-featured-image {
  margin: 0 auto 1rem;
  max-width: 780px;
}

.herpeton-featured-image img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: #fff;
}

.herpeton-content {
  color: #303840;
  max-width: 980px;
}

.herpeton-content p,
.herpeton-content ul,
.herpeton-content ol,
.herpeton-content blockquote {
  max-width: none;
}

.herpeton-content h2,
.herpeton-content h3,
.herpeton-content h4,
.herpeton-content h5,
.herpeton-content h6 {
  color: var(--herpeton-primary);
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 1rem;
  margin-top: 2.2rem;
}

.herpeton-content h2 {
  font-size: 2rem;
}

.herpeton-content h3,
.herpeton-content h4 {
  font-size: 1.55rem;
}

.herpeton-content h5,
.herpeton-content h6 {
  font-size: 1.18rem;
}

.herpeton-content strong {
  color: var(--herpeton-ink);
}

.herpeton-article-meta {
  border-top: 1px solid rgba(0, 32, 63, 0.1);
  color: var(--herpeton-muted);
  font-size: 0.82rem;
  margin-top: 2.5rem;
  padding-top: 1rem;
}

.herpeton-home-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(173, 239, 209, 0.55), transparent 26rem),
    linear-gradient(180deg, #f7fbf9 0, #fff 100%);
  padding: 4.5rem 1.5rem 3.5rem;
}

.herpeton-home-hero-inner {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  margin: 0 auto;
  max-width: 1080px;
}

.herpeton-home-hero h1 {
  color: var(--herpeton-primary);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 400;
  line-height: 1.03;
  margin: 0;
  max-width: 11ch;
}

.herpeton-home-hero p:not(.herpeton-kicker) {
  color: #3c4650;
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 1.25rem 0 0;
  max-width: 38rem;
}

.herpeton-home-hero img {
  justify-self: center;
  max-width: min(300px, 76vw);
  width: 100%;
}

.herpeton-home-posts,
.herpeton-list-page {
  background: #fff;
  padding: 3.25rem 1.5rem 4.5rem;
}

.herpeton-section-heading {
  margin: 0 auto 2rem;
  max-width: 1080px;
}

.herpeton-section-heading h1,
.herpeton-section-heading h2 {
  color: var(--herpeton-primary);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0.35rem 0 0;
}

.herpeton-list-intro {
  color: #3c4650;
  line-height: 1.7;
  max-width: 44rem;
}

.herpeton-post-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1080px;
}

.herpeton-post-card {
  background: #fff;
  border: 1px solid rgba(0, 32, 63, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 33, 46, 0.07);
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr);
  min-height: 250px;
  overflow: hidden;
}

.herpeton-post-card-media {
  align-items: center;
  background: #f7fbf9;
  display: flex;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
}

.herpeton-post-card-media img {
  display: block;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.herpeton-post-card-media img[src$="small_logo.png"] {
  height: auto;
  max-width: 160px;
}

.herpeton-post-card-body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.herpeton-card-meta {
  color: var(--herpeton-primary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.45rem;
}

.herpeton-post-card h2 {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
}

.herpeton-post-card h2 a {
  color: var(--herpeton-ink);
  text-decoration: none;
}

.herpeton-post-card h2 a:hover {
  color: var(--herpeton-primary);
}

.herpeton-post-card time {
  color: var(--herpeton-muted);
  font-size: 0.78rem;
  margin-top: 0.65rem;
}

.herpeton-post-card p {
  color: #3f4851;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0.85rem 0 1rem;
}

.herpeton-read-more {
  align-self: flex-start;
  background: var(--herpeton-primary);
  border-radius: 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: auto;
  padding: 0.52rem 0.8rem;
  text-decoration: none;
}

.herpeton-read-more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 760px) {
  .herpeton-article header.w-100 {
    max-width: 980px;
  }

  .herpeton-featured-image {
    margin-left: 0;
    max-width: 720px;
  }
}

@media (max-width: 759px) {
  .herpeton-nav-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
  }

  .herpeton-brand-logo {
    height: 56px;
    width: 56px;
  }

  .herpeton-brand-text {
    font-size: 1.08rem;
  }

  .herpeton-article-title {
    font-size: 1.55rem;
    max-width: none;
  }

  .herpeton-home-hero {
    padding-top: 2.25rem;
  }

  .herpeton-home-hero-inner,
  .herpeton-post-grid,
  .herpeton-post-card {
    grid-template-columns: 1fr;
  }

  .herpeton-home-hero img {
    max-width: 190px;
  }

  .herpeton-post-card-media {
    min-height: 190px;
  }
}
