:root {
  --green-950: #0d3028;
  --green-900: #124035;
  --green-800: #136651;
  --green-700: #13a56a;
  --green-600: #17bf73;
  --green-500: #2fd88b;
  --cream: #f2f0df;
  --cream-2: #faf5ea;
  --sand: #e7dcc7;
  --charcoal: #2f2e2c;
  --charcoal-2: #4a443c;
  --ink: #f7f2e7;
  --text: #201d19;
  --gold: #f2bc57;
  --rust: #a95f31;
  --shadow: rgba(0, 0, 0, 0.2);
  --card-shadow: 0 22px 42px rgba(18, 64, 53, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(242, 188, 87, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(23, 191, 115, 0.14), transparent 24%),
    linear-gradient(180deg, #f2ebdd 0%, #f8f2e8 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.texture {
  background-image:
    linear-gradient(rgba(10, 44, 34, 0.72), rgba(10, 44, 34, 0.72)),
    url("https://statics.myclickfunnels.com/workspace/eOQKpZ/image/13558040/file/977106dac8923699b28e1c56e2fa25f0.jpg");
  background-size: cover;
  background-position: center;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.site-header .wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 160px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
  opacity: 0.92;
}

.nav a.active,
.nav a:hover {
  opacity: 1;
}

.hamburger {
  display: none;
  border: 0;
  background: transparent;
  color: white;
  padding: 6px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: white;
}

.mobile-nav {
  display: none;
  padding: 0 16px 18px;
  color: white;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13, 48, 40, 0.96) 0%, rgba(18, 64, 53, 0.92) 100%);
  color: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 108px;
  background:
    linear-gradient(180deg, rgba(7, 36, 29, 0) 0%, rgba(7, 36, 29, 0.12) 100%),
    linear-gradient(180deg, transparent 0%, #f3ecde 100%);
  clip-path: ellipse(78% 100% at 50% 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: end;
  min-height: 560px;
  padding: 88px 0 104px;
}

.hero-copy {
  max-width: 680px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(242, 188, 87, 0.4);
  border-radius: 999px;
  background: rgba(242, 188, 87, 0.14);
  color: #fff0c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0 0 16px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-subtitle {
  margin: 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.68;
  color: rgba(247, 242, 231, 0.94);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.16);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #1bc879 0%, #149d61 100%);
  color: white;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-side {
  position: relative;
}

.hero-panel {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 251, 243, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.hero-panel h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.hero-panel p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(247, 242, 231, 0.9);
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-bar {
  position: relative;
  z-index: 3;
  width: min(980px, calc(100% - 32px));
  margin: -34px auto 0;
  border-radius: 24px;
  padding: 18px 22px;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
  background: linear-gradient(135deg, #f4c96a 0%, #ecb04d 100%);
  color: #332715;
  font-weight: 700;
  line-height: 1.6;
}

.section {
  padding: 72px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #1f241f;
}

.section-copy {
  font-size: 16px;
  line-height: 1.85;
  color: #554d43;
}

.featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
}

.featured-card,
.utility-card,
.post-card {
  background: rgba(255, 251, 243, 0.88);
  border: 1px solid rgba(18, 64, 53, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.featured-card img,
.post-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.featured-body,
.utility-card,
.post-body {
  padding: 24px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-body h3,
.post-body h3,
.utility-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.08;
  color: #153f34;
}

.post-body h3 {
  font-size: 24px;
}

.featured-body p,
.post-body p,
.utility-card p,
.utility-list,
.category-list {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #595246;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.utility-stack {
  display: grid;
  gap: 20px;
}

.utility-list,
.category-list {
  padding-left: 18px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card {
  min-height: 100%;
}

.article-shell {
  padding: 28px 0 84px;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #6e665b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-breadcrumbs a {
  color: var(--green-800);
  text-decoration: none;
}

.article-hero {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 251, 243, 0.9);
  border: 1px solid rgba(18, 64, 53, 0.1);
  box-shadow: var(--card-shadow);
}

.article-hero img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.article-hero-body {
  padding: 26px;
}

.article-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.article-badge,
.article-date {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-badge {
  background: rgba(169, 95, 49, 0.12);
  color: var(--rust);
  border: 1px solid rgba(169, 95, 49, 0.18);
}

.article-date {
  background: rgba(23, 191, 115, 0.12);
  color: var(--green-800);
  border: 1px solid rgba(23, 191, 115, 0.18);
}

.article-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #153f34;
}

.article-dek {
  margin: 0;
  max-width: 820px;
  font-size: 18px;
  line-height: 1.7;
  color: #554d43;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.52fr);
  gap: 26px;
  align-items: start;
}

.article-main,
.article-sidebar-card,
.article-callout {
  background: rgba(255, 251, 243, 0.88);
  border: 1px solid rgba(18, 64, 53, 0.1);
  border-radius: 28px;
  box-shadow: var(--card-shadow);
}

.article-main {
  padding: 28px;
}

.article-main h2 {
  margin: 34px 0 12px;
  font-size: 29px;
  line-height: 1.08;
  color: #153f34;
}

.article-main h2:first-child {
  margin-top: 0;
}

.article-main p,
.article-main li {
  font-size: 16px;
  line-height: 1.85;
  color: #4f493f;
}

.article-main ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.article-callout {
  margin: 24px 0;
  padding: 20px 22px;
  background:
    radial-gradient(circle at top right, rgba(242, 188, 87, 0.16), transparent 28%),
    linear-gradient(180deg, #fff7e7 0%, #f9efdc 100%);
}

.article-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #153f34;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-sidebar {
  display: grid;
  gap: 20px;
}

.article-sidebar-card {
  padding: 22px;
}

.article-sidebar-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #153f34;
}

.article-sidebar-card p,
.article-sidebar-card li {
  font-size: 14px;
  line-height: 1.75;
  color: #575043;
}

.article-sidebar-card ul {
  margin: 0;
  padding-left: 18px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.related-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(18, 64, 53, 0.08);
}

.related-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #153f34;
}

.related-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.post-meta {
  margin-bottom: 10px;
  color: var(--charcoal-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-band {
  padding: 76px 0 86px;
  background:
    linear-gradient(rgba(10, 44, 34, 0.86), rgba(10, 44, 34, 0.86)),
    url("https://statics.myclickfunnels.com/workspace/eOQKpZ/image/13558040/file/977106dac8923699b28e1c56e2fa25f0.jpg");
  background-size: cover;
  background-position: center;
  color: var(--ink);
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 251, 243, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cta-box h2 {
  margin: 0 0 12px;
  color: var(--ink);
}

.cta-box p {
  margin: 0;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(247, 242, 231, 0.92);
}

.site-footer {
  padding: 24px 0 36px;
  text-align: center;
  color: #6b645a;
  font-size: 13px;
}

.site-footer a {
  color: var(--green-800);
  text-decoration: none;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hamburger {
    display: inline-flex;
  }

  .hero-grid,
  .featured-grid,
  .article-layout,
  .posts-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    padding: 72px 0 96px;
  }
}

@media (max-width: 640px) {
  .site-header .wrap {
    min-height: 72px;
  }

  .hero-grid {
    padding: 60px 0 88px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle,
  .section-copy,
  .cta-box p {
    font-size: 15px;
  }

  .intro-bar {
    padding: 16px 18px;
  }

  .featured-body,
  .utility-card,
  .post-body,
  .article-hero-body,
  .article-main,
  .article-sidebar-card {
    padding: 20px;
  }

  .featured-body h3,
  .post-body h3,
  .utility-card h3,
  .article-sidebar-card h3 {
    font-size: 22px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}
