/* Fonts
--------------------------------------------- */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* Base
--------------------------------------------- */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  --cmc-edge-padding: clamp(1rem, 3vw, 2rem);
  --cmc-text-edge-padding: clamp(1.5rem, 5vw, 4rem);
  --cmc-green: #6edb74;
  --cmc-green-strong: #58cf66;
  --cmc-green-dark: #58b864;
  --cmc-forest: #24422b;
  --cmc-ink: #15231a;
  --cmc-teal: #19bfd7;
  --cmc-cream: #f7f7f1;
  --cmc-radius-card: 18px;
  --cmc-radius-control: 8px;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--cmc-ink);
}

.cmc-main {
  padding-top: 0;
}

.cmc-main > * + *,
.cmc-main .wp-block-post-content > * + * {
  margin-block-start: 0;
}

.cmc-main + .wp-block-template-part {
  margin-block-start: 0;
}


/* Header / Navigation
--------------------------------------------- */

.cmc-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 99999 !important;
  background: #ffffff !important;
  color: var(--cmc-forest) !important;
  min-height: 84px;
  padding-top: 0;
  padding-bottom: 0;
  padding-inline: var(--cmc-edge-padding);
  display: flex;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.cmc-header-inner {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
}

.cmc-site-header a {
  color: var(--cmc-forest) !important;
  text-decoration: none;
}

.cmc-site-header a:hover {
  color: #76b947 !important;
  text-decoration: none;
}


/* Logo
--------------------------------------------- */

.cmc-logo {
  margin: 0;
  line-height: 0;
  flex-shrink: 0;
}

.cmc-logo img {
  display: block;
  height: 56px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}


/* Site Title fallback
--------------------------------------------- */

.cmc-site-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cmc-site-title a {
  color: var(--cmc-forest) !important;
  text-decoration: none;
}


/* Main Navigation
--------------------------------------------- */

.cmc-main-nav {
  font-size: 0.88rem;
  font-weight: 700;
}

.cmc-main-nav a {
  color: var(--cmc-forest) !important;
  text-decoration: none;
  font-weight: 700;
}

.cmc-main-nav a:hover {
  color: #76b947 !important;
  text-decoration: none;
}

.cmc-main-nav .wp-block-navigation-item {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.cmc-main-nav .cmc-language-switcher {
  margin-left: 0.55rem;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(36, 66, 43, 0.18);
}

.cmc-main-nav .cmc-nav-cta a,
.cmc-main-nav a.cmc-nav-cta {
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--cmc-forest) !important;
  background: transparent;
  font-weight: 700;
}

.cmc-main-nav .cmc-nav-cta a:hover,
.cmc-main-nav a.cmc-nav-cta:hover {
  background: transparent;
  color: #76b947 !important;
}

.cmc-main-nav .wp-block-navigation__responsive-container-open {
  position: relative;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.cmc-main-nav .wp-block-navigation__responsive-container-open svg {
  display: none;
}

.cmc-main-nav .wp-block-navigation__responsive-container-open::before,
.cmc-main-nav .wp-block-navigation__responsive-container-open::after,
.cmc-main-nav .wp-block-navigation__responsive-container-open {
  color: var(--cmc-forest);
}

.cmc-main-nav .wp-block-navigation__responsive-container-open::before,
.cmc-main-nav .wp-block-navigation__responsive-container-open::after {
  position: absolute;
  left: 6px;
  width: 22px;
  height: 2px;
  content: "";
  background: currentColor;
}

.cmc-main-nav .wp-block-navigation__responsive-container-open::before {
  top: 9px;
  box-shadow: 0 7px 0 currentColor;
}

.cmc-main-nav .wp-block-navigation__responsive-container-open::after {
  top: 23px;
}

.cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open {
  position: fixed;
  inset: 0 0 0 auto;
  left: auto;
  align-items: stretch;
  width: max-content;
  max-width: calc(100vw - 1rem);
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  background: transparent;
}

.cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  display: flex;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 1.5rem clamp(1.5rem, 4vw, 2.25rem) max(2rem, calc(1.5rem + env(safe-area-inset-bottom)));
  flex-direction: column;
  background: #ffffff;
  box-shadow: -14px 0 36px rgba(0, 0, 0, 0.12);
}

.cmc-main-nav .wp-block-navigation__responsive-container-close {
  display: none;
}

.cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
}

.cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  align-items: flex-start;
  gap: 1rem;
}


/* Hero
--------------------------------------------- */

.cmc-hero-cover {
  padding-top: 0;
}

.cmc-hero-inner {
  width: min(1180px, calc(100% - (2 * var(--cmc-edge-padding))));
  margin-inline: auto;
}

.cmc-hero-grid {
  gap: 1.5rem;
  padding-top: 104px !important;
  margin-bottom: 0;
}

.cmc-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.98;
  font-weight: 200;
  letter-spacing: 0.025em;
}

.cmc-hero-title span {
  display: block;
  white-space: nowrap;
}

.cmc-nowrap {
  white-space: nowrap;
}

.cmc-hero-subtitle {
  margin-top: 2rem;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.4rem);
  letter-spacing: 0.08em;
}

.cmc-phone img {
  display: block;
  width: auto;
  max-height: 620px;
  margin-left: auto;
}


/* Hero Trust Badges
--------------------------------------------- */

.cmc-hero-badges {
  margin-top: 2rem;
  gap: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cmc-hero-badges p {
  display: grid;
  grid-template-columns: 1.35em minmax(0, 1fr);
  column-gap: 0.45rem;
  align-items: center;
  margin: 0;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  color: var(--cmc-forest);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
}

.cmc-hero-badges p::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35em;
  height: 1.35em;
  border-radius: 999px;
  color: #ffffff;
  background: #76b947;
  font-size: 0.8em;
  font-weight: 900;
}


/* Store Badges
--------------------------------------------- */

.cmc-store-badges {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.cmc-store-badges a {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cmc-store-badges a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.cmc-store-badges img {
  display: block;
  height: 48px;
  width: auto;
}


/* Sections
--------------------------------------------- */

.cmc-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-inline: var(--cmc-edge-padding);
}

.cmc-editorial-section,
.cmc-gradient-section,
.cmc-package-section,
.cmc-contact-section {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  padding-inline: var(--cmc-edge-padding);
}

.cmc-editorial-section {
  padding-inline: var(--cmc-text-edge-padding);
}

.cmc-section-cream {
  background: var(--cmc-cream);
}

.cmc-display-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--cmc-green);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  font-weight: 300;
}

.cmc-display-heading strong {
  font-weight: 750;
}

.cmc-display-heading-centered {
  text-align: center;
}

.cmc-display-heading-light {
  color: #ffffff;
}

.cmc-editorial-split,
.cmc-stat-row,
.cmc-strength-row,
.cmc-package-grid,
.cmc-download-grid,
.cmc-timeline-row {
  gap: 1.5rem;
  margin-bottom: 0;
}

.cmc-function-split {
  gap: clamp(2.5rem, 5vw, 5rem);
}

.cmc-stat-row.wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cmc-stat-row > .wp-block-column {
  width: auto;
  min-width: 0;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  margin: 0;
}

.cmc-editorial-split p {
  font-size: 1.08rem;
  line-height: 1.7;
}

.cmc-media-placeholder {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--cmc-radius-card);
  color: rgba(36, 66, 43, 0.58);
  background: linear-gradient(135deg, rgba(118, 217, 87, 0.18), rgba(36, 66, 43, 0.08));
}

.cmc-media-placeholder-large {
  min-height: 360px;
}

.cmc-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--cmc-radius-card);
}

.cmc-video-frame-intro,
.cmc-plots-image {
  aspect-ratio: 978 / 922;
  border-radius: 0;
}

.cmc-video-frame-intro::after,
.cmc-plots-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: url("../images/overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.cmc-video-frame video {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.cmc-video-frame-intro video {
  height: 100%;
}

.cmc-collage {
  position: relative;
  min-height: 620px;
}

.cmc-media-placeholder-tall {
  min-height: 620px;
}

.cmc-media-placeholder-overlay {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  width: min(58%, 280px);
  min-height: 220px;
  border-radius: 0;
  background: rgba(110, 219, 116, 0.82);
}

.cmc-wheat-crop img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: right center;
  border-radius: var(--cmc-radius-card);
}

.cmc-video-frame-workflow {
  position: absolute;
  right: -1rem;
  bottom: 2.5rem;
  width: min(58%, 280px);
  aspect-ratio: 9 / 16;
  border-radius: var(--cmc-radius-card);
}

.cmc-video-frame-workflow video {
  height: 100%;
}

.cmc-plots-image {
  position: relative;
  overflow: hidden;
}

.cmc-plots-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmc-stat,
.cmc-partner-card,
.cmc-download-card {
  height: 100%;
  padding: 2rem;
  border-radius: var(--cmc-radius-card);
  background: #ffffff;
}

.cmc-stat {
  display: flex;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: space-between;
}

.cmc-stat p:not(.cmc-stat-value) {
  margin-bottom: 0;
  font-style: italic;
}

.cmc-stat-emphasis {
  border: 2px solid var(--cmc-green);
}

.cmc-stat-value {
  margin: 0 0 1rem;
  color: var(--cmc-green-strong);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.cmc-stat-note {
  margin-top: 1rem;
  color: rgba(88, 184, 100, 0.62);
}

.cmc-strength-card {
  box-sizing: border-box;
  height: 100%;
  min-height: 320px;
  padding: 1.75rem 1.5rem;
  border-radius: var(--cmc-radius-card);
  color: #ffffff;
  background: var(--cmc-green);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cmc-strength-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.5rem;
}

.cmc-strength-row .cmc-strength-card {
  width: auto;
  min-width: 0;
  flex: none;
}

.cmc-strength-row > .wp-block-column {
  width: auto;
  min-width: 0;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  margin: 0;
}

.cmc-strength-card-dark {
  background: var(--cmc-green-dark);
}

.cmc-strength-heading {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.cmc-strength-card-header h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.15;
  hyphens: auto;
}

.cmc-strength-card p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cmc-strength-number {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 999px;
  color: var(--cmc-green-dark);
  background: #ffffff;
  font-weight: 700;
}

.cmc-image-band {
  color: #ffffff;
}

.cmc-image-band .wp-block-cover__inner-container {
  width: min(1180px, calc(100% - 2rem));
}

.cmc-results-phone img {
  max-height: 520px;
  margin-left: auto;
}

.cmc-accuracy-callout {
  max-width: none;
  padding: 3rem 3.5rem;
  border-radius: var(--cmc-radius-card);
  color: #ffffff;
  background: var(--cmc-green);
}

.cmc-accuracy-callout h3 {
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 300;
}

.cmc-accuracy-callout h3 strong {
  font-weight: 750;
}

.cmc-accuracy-callout .cmc-stat-value {
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.cmc-accuracy-callout p {
  max-width: 520px;
}

.cmc-accuracy-callout .wp-block-button__link {
  color: #ffffff;
  border-color: #ffffff;
}

.cmc-accuracy-lower-row {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 3rem;
  margin-bottom: 0;
}

.cmc-accuracy-lower-row > .wp-block-column {
  align-self: center;
}

.cmc-image-compare {
  --cmc-compare-position: 50%;
  position: relative;
  overflow: hidden;
  max-width: 390px;
  margin-inline: auto;
  cursor: ew-resize;
  touch-action: none;
}

.cmc-image-compare > * + * {
  margin-block-start: 0;
}

.cmc-image-compare-base,
.cmc-image-compare-overlay {
  margin: 0;
}

.cmc-image-compare-base img,
.cmc-image-compare-overlay img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.cmc-image-compare-overlay {
  position: absolute;
  inset: 0;
  width: var(--cmc-compare-position);
  overflow: hidden;
}

.cmc-image-compare-overlay img {
  width: var(--cmc-compare-width, 100%);
  max-width: none;
}

.cmc-image-compare-divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--cmc-compare-position);
  width: 2px;
  transform: translateX(-50%);
  background: var(--cmc-green);
  pointer-events: none;
}


.cmc-timeline-row {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(var(--cmc-timeline-count, 5), minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 5rem;
}

.cmc-timeline-row::before {
  position: absolute;
  top: 1.9rem;
  right: 2rem;
  left: 0.35rem;
  height: 2px;
  content: "";
  background: var(--cmc-green);
}

.cmc-timeline-row > .wp-block-column {
  width: auto;
  min-width: 0;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  margin: 0;
}

.cmc-timeline-item {
  position: relative;
  padding-top: 4.8rem;
}

.cmc-timeline-item::before {
  position: absolute;
  top: calc(1.4rem - (1.3rem * var(--cmc-timeline-progress, 0.4)));
  left: 0;
  width: calc(1rem + (2.6rem * var(--cmc-timeline-progress, 0.4)));
  height: calc(1rem + (2.6rem * var(--cmc-timeline-progress, 0.4)));
  border-radius: 999px;
  content: "";
  background: var(--cmc-green);
}

.cmc-timeline-item-5,
.cmc-timeline-current {
  padding-top: 5.5rem;
}

.cmc-timeline-item-5::before,
.cmc-timeline-current::before {
  display: none;
}

.cmc-timeline-logo {
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0;
  border-radius: 999px;
  overflow: hidden;
  background: var(--cmc-green);
}

.cmc-timeline-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmc-timeline-year {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
}

.cmc-timeline-item p:not(.cmc-timeline-year) {
  margin-top: 0;
}

.cmc-timeline-item:not(.cmc-timeline-item-5):not(.cmc-timeline-current) .cmc-timeline-year {
  color: rgba(21, 35, 26, 0.72);
}

.cmc-gradient-section,
.cmc-contact-section {
  background: linear-gradient(110deg, var(--cmc-teal) 0%, var(--cmc-green) 100%);
}

.cmc-partner-card {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
  padding: 2.5rem 2rem 2.25rem;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border-radius: var(--cmc-radius-card);
}

.cmc-partner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 330px));
  gap: 1.5rem;
  justify-content: center;
  justify-items: center;
}

.cmc-partner-logo {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.cmc-partner-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 100%;
  margin: 0 auto;
}

.cmc-partner-heading {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.cmc-partner-card h3 {
  margin: auto 0 0;
  color: var(--cmc-green-strong);
  font-size: 1.15rem;
  line-height: 1.25;
}

.cmc-partner-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}

.cmc-about-section {
  text-align: center;
}

.cmc-about-section .cmc-display-heading {
  margin-bottom: 1.5rem;
}

.cmc-about-section p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.cmc-package-section {
  position: relative;
  padding-top: 0;
  background:
    linear-gradient(rgba(118, 217, 87, 0.2), rgba(118, 217, 87, 0.2)),
    url("../images/hero-wheat.jpg") center / cover no-repeat;
}

.cmc-package-header {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 11.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.cmc-package-header::before {
  position: absolute;
  inset-block: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  content: "";
  transform: translateX(-50%);
  background: #ffffff;
}

.cmc-package-header .cmc-display-heading {
  margin-bottom: 0;
}

.cmc-package-intro {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.1rem;
}

.cmc-package-tier {
  width: min(100%, 960px);
  margin-inline: auto;
}

.cmc-package-tier + .cmc-package-tier {
  margin-top: 6.5rem;
}

.cmc-package-band {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  border-radius: 999px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.1;
  font-weight: 400;
}

.cmc-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin-inline: 0;
}

.cmc-package-band {
  background: var(--cmc-package-band);
}

.cmc-package-card {
  height: 100%;
  min-height: 260px;
  padding: 2rem 1.75rem;
  border-radius: var(--cmc-radius-card);
  color: #06146f;
}

.cmc-package-price {
  margin-top: 0;
  color: #08106d;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 750;
}

.cmc-package-price span {
  font-size: 0.45em;
}

.cmc-package-card h4 {
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.cmc-package-card ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cmc-package-card li {
  position: relative;
  padding-left: 2rem;
}

.cmc-package-card li + li {
  margin-top: 0.6rem;
}

.cmc-package-card li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  background: url("../images/md_check-circle.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.cmc-package-card[class$="-1"] {
  background: var(--cmc-package-card-1);
}

.cmc-package-card[class$="-2"] {
  background: var(--cmc-package-card-2);
}

.cmc-package-card[class$="-3"] {
  background: var(--cmc-package-card-3);
}

.cmc-download-card {
  display: flex;
  height: auto;
  min-height: 380px;
  padding: 2rem 2.25rem;
  flex-direction: column;
  border-radius: var(--cmc-radius-card);
}

.cmc-download-description > :first-child {
  margin-top: 0;
}

.cmc-download-description > :last-child {
  margin-bottom: 0;
}

.cmc-download-heading {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.cmc-download-card h3 {
  margin-top: 0;
  color: var(--cmc-green);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 300;
}

.cmc-download-card p {
  line-height: 1.8;
}

.cmc-download-card .wp-block-buttons {
  margin-top: auto;
}

.cmc-download-button .wp-block-button__link {
  position: relative;
  padding-left: 3rem;
  border: 3px solid var(--cmc-green);
  border-radius: 999px;
  color: var(--cmc-green);
  background: transparent;
  text-transform: uppercase;
}

.cmc-download-button .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  transform: translateY(-50%);
  background: url("../images/md_download.svg") center / contain no-repeat;
}

.cmc-download-carousel {
  position: relative;
}

.cmc-download-carousel-track {
  display: grid;
  grid-auto-columns: calc((100% - 3rem) / 3);
  grid-auto-flow: column;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.cmc-download-carousel-track-short {
  display: flex;
  justify-content: center;
}

.cmc-download-carousel-track-short .cmc-download-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  width: calc((100% - 3rem) / 3);
}

.cmc-download-carousel-track .cmc-download-card {
  scroll-snap-align: start;
}

.cmc-download-carousel-track::-webkit-scrollbar {
  display: none;
}

.cmc-download-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(-50%);
}

.cmc-download-carousel-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-top: 2px solid var(--cmc-green);
  border-left: 2px solid var(--cmc-green);
  content: "";
}

.cmc-download-carousel-button-prev {
  left: -1rem;
}

.cmc-download-carousel-button-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.cmc-download-carousel-button-next {
  right: -1rem;
}

.cmc-download-carousel-button-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.cmc-download-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.cmc-download-carousel-dots[hidden] {
  display: none;
}

.cmc-download-carousel-dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.cmc-download-carousel-dot.is-active {
  background: #ffffff;
}

.cmc-form-placeholder {
  min-height: 260px;
  padding: 2rem;
  border-radius: var(--cmc-radius-card);
  color: var(--cmc-ink);
  background: rgba(255, 255, 255, 0.92);
}

.cmc-contact-section {
  background:
    linear-gradient(rgba(36, 66, 43, 0.28), rgba(36, 66, 43, 0.28)),
    url("../images/hero-wheat.jpg") center / cover no-repeat;
}

.cmc-contact-section .cmc-display-heading {
  margin-bottom: 2rem;
}

.cmc-form-placeholder h3 {
  margin-top: 0;
}

.cmc-form-placeholder .wpcf7 form {
  display: grid;
  gap: 1rem;
}

.cmc-form-placeholder .wpcf7 form > p {
  margin: 0;
}

.cmc-form-placeholder .wpcf7 label {
  display: grid;
  gap: 0.45rem;
  color: var(--cmc-forest);
  font-weight: 650;
}

.cmc-form-placeholder .wpcf7-form-control-wrap {
  display: block;
}

.cmc-form-placeholder .wpcf7 input[type="text"],
.cmc-form-placeholder .wpcf7 input[type="email"],
.cmc-form-placeholder .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(36, 66, 43, 0.22);
  border-radius: var(--cmc-radius-control);
  color: var(--cmc-ink);
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cmc-form-placeholder .wpcf7 input[type="text"],
.cmc-form-placeholder .wpcf7 input[type="email"] {
  min-height: 3rem;
  padding: 0.7rem 0.9rem;
}

.cmc-form-placeholder .wpcf7 textarea {
  min-height: 10rem;
  padding: 0.85rem 0.9rem;
  resize: vertical;
}

.cmc-form-placeholder .wpcf7 input[type="text"]:focus,
.cmc-form-placeholder .wpcf7 input[type="email"]:focus,
.cmc-form-placeholder .wpcf7 textarea:focus {
  border-color: var(--cmc-green-dark);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(88, 184, 100, 0.18);
}

.cmc-form-placeholder .wpcf7 input[type="submit"] {
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--cmc-forest);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cmc-form-placeholder .wpcf7 input[type="submit"]:hover {
  background: var(--cmc-green-dark);
  transform: translateY(-1px);
}

.cmc-form-placeholder .wpcf7 input[type="submit"]:focus-visible {
  outline: 3px solid rgba(36, 66, 43, 0.24);
  outline-offset: 3px;
}

.cmc-form-placeholder .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  color: #b42318;
  font-size: 0.9rem;
}

.cmc-form-placeholder .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--cmc-radius-control);
}

.cmc-form-placeholder .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--cmc-green-dark);
}

.cmc-form-extra {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cmc-section-light {
  background: #f5f8f2;
}

.cmc-section-dark {
  background: var(--cmc-forest);
  color: #ffffff;
}

.cmc-section-accent {
  background: #eef8e9;
}

.cmc-section-heading {
  margin-bottom: 2.5rem;
}

.cmc-section-heading h2,
.cmc-split h2,
.cmc-contact-band h2 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 700;
}

.cmc-eyebrow {
  margin: 0;
  color: #76b947;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cmc-lead {
  max-width: 720px;
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(21, 35, 26, 0.72);
  font-size: 1.12rem;
}

.cmc-section-dark .cmc-lead {
  color: rgba(255, 255, 255, 0.76);
}

.cmc-step-grid,
.cmc-card-grid,
.cmc-metric-grid,
.cmc-logo-grid,
.cmc-pricing-grid,
.cmc-split,
.cmc-contact-band {
  gap: 1.5rem;
  margin-bottom: 0;
}

.cmc-step,
.cmc-info-card,
.cmc-metric,
.cmc-pricing-card {
  height: 100%;
}

.cmc-step-number {
  margin: 0 0 1rem;
  color: #76b947;
  font-weight: 800;
}

.cmc-step h3,
.cmc-info-card h3,
.cmc-pricing-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.cmc-info-card,
.cmc-pricing-card {
  padding: 1.5rem;
  border: 1px solid rgba(36, 66, 43, 0.12);
  border-radius: var(--cmc-radius-card);
  background: #ffffff;
}

.cmc-metric {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.cmc-metric p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.cmc-metric-value {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 750;
}

.cmc-logo-placeholder {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(36, 66, 43, 0.25);
  border-radius: var(--cmc-radius-card);
  color: rgba(36, 66, 43, 0.52);
  background: rgba(255, 255, 255, 0.72);
}

.cmc-pricing-card-featured {
  border-color: rgba(118, 185, 71, 0.6);
  box-shadow: 0 18px 42px rgba(36, 66, 43, 0.12);
}

.cmc-price {
  margin-top: 0;
  color: var(--cmc-forest);
  font-size: 1.35rem;
  font-weight: 750;
}

.cmc-pricing-card .wp-block-buttons {
  margin-top: 1.25rem;
}


/* Footer
--------------------------------------------- */

.cmc-site-footer {
  background: var(--cmc-green);
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-inline: var(--cmc-edge-padding);
}

.cmc-footer-grid {
  gap: 3rem;
}

.cmc-footer-logo {
  margin: 0 0 1.5rem;
  line-height: 0;
}

.cmc-footer-logo img {
  display: block;
  height: 64px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}

.cmc-footer-claim {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.cmc-footer-product-note {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 650;
}

.cmc-footer-text {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cmc-footer-heading {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cmc-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmc-footer-links li {
  margin-bottom: 0.45rem;
}

.cmc-site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.cmc-site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.cmc-footer-bottom {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.cmc-footer-bottom p {
  margin: 0;
}

.cmc-footer-legal {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}


/* 404
--------------------------------------------- */

.cmc-404 {
  min-height: 70vh;
  padding-top: 10rem;
  padding-bottom: 6rem;
  text-align: center;
}

.cmc-404-title {
  margin: 0;
  color: #76b947;
  font-size: clamp(5rem, 16vw, 12rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.cmc-404-heading {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: var(--cmc-forest);
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.cmc-404-text {
  max-width: 620px;
  margin: 1.25rem auto 0;
  color: rgba(36, 66, 43, 0.78);
  font-size: 1.1rem;
  line-height: 1.6;
}

.cmc-page {
  min-height: 60vh;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.cmc-page-title {
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--cmc-forest);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 750;
}

.cmc-page .wp-block-post-content > * + * {
  margin-block-start: 1rem;
}

.cmc-404-actions {
  margin-top: 2rem;
}

.cmc-404-button .wp-block-button__link {
  border-radius: 999px;
  background: var(--cmc-forest);
  color: #ffffff;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
}

.cmc-404-button .wp-block-button__link:hover {
  background: #76b947;
  color: var(--cmc-forest);
}

.cmc-404-button-secondary .wp-block-button__link {
  border-radius: 999px;
  background: transparent;
  color: var(--cmc-forest);
  border: 1px solid var(--cmc-forest);
  padding: 0.85rem 1.35rem;
  font-weight: 700;
}

.cmc-404-button-secondary .wp-block-button__link:hover {
  background: var(--cmc-forest);
  color: #ffffff;
}


/* Editor
--------------------------------------------- */

.editor-styles-wrapper .cmc-site-header {
  position: relative !important;
}


/* Responsive
--------------------------------------------- */

@media (max-width: 1100px) {
  .cmc-stat-row.wp-block-columns {
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
  }

  .cmc-strength-row {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }

  .cmc-strength-row .cmc-strength-card {
    width: auto;
  }

  .cmc-strength-count-4 .cmc-strength-card:last-child {
    grid-column: 2;
  }

  .cmc-package-grid {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .cmc-package-card {
    height: auto;
  }

  .cmc-timeline-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .cmc-timeline-row::before {
    top: 0;
    bottom: 0;
    left: 1.35rem;
    width: 2px;
    height: auto;
  }

  .cmc-timeline-item,
  .cmc-timeline-item-5,
  .cmc-timeline-current {
    min-height: 4rem;
    padding-top: 0;
    padding-left: 4rem;
  }

  .cmc-timeline-item::before {
    left: 1.35rem;
    transform: translateX(-50%);
    top: calc(0.5rem - (1.3rem * var(--cmc-timeline-progress, 0.4)));
  }

  .cmc-timeline-logo {
    top: -0.5rem;
    left: 1.35rem;
    transform: translateX(-50%);
  }

  .cmc-download-carousel-track {
    grid-auto-columns: 100%;
    gap: 0.75rem;
    scroll-padding-inline: 0;
  }

  .cmc-download-carousel-track-short {
    display: grid;
    justify-content: normal;
  }

  .cmc-download-carousel-track-short .cmc-download-card {
    flex-basis: auto;
    width: auto;
  }

  .cmc-download-carousel-track .cmc-download-card {
    scroll-snap-align: center;
  }
}

@media (max-width: 940px) {
  .cmc-main-nav .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .cmc-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 84px;
  }

  .cmc-site-header {
    min-height: 72px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cmc-header-inner {
    min-height: 72px;
  }

  .cmc-logo img {
    height: 42px !important;
    width: auto !important;
    max-width: none !important;
  }

  .cmc-site-title {
    font-size: 1rem;
  }

  .cmc-main-nav {
    font-size: 0.9rem;
  }

  .cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    font-size: 1.05rem;
  }

  .cmc-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    padding-block: 0.2rem;
  }

  .cmc-main-nav .wp-block-navigation-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .cmc-hero-grid {
    gap: 2rem;
    padding-top: 96px !important;
  }

  .cmc-phone img {
    max-height: 420px;
    margin: 0 auto;
  }

  .cmc-hero-title,
  .cmc-hero-subtitle {
    text-align: center;
  }

  .cmc-hero-badges {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .cmc-hero-badges p {
    width: 100%;
    max-width: 420px;
    text-align: left;
    padding: 0.85rem 1rem;
  }

  .cmc-store-badges {
    justify-content: center;
  }

  .cmc-store-badges img {
    height: 44px;
  }

  .cmc-stat-row.wp-block-columns {
    grid-template-columns: repeat(auto-fit, minmax(160px, 180px));
    justify-content: center;
    justify-items: stretch;
    gap: 1rem;
  }

  .cmc-stat {
    width: 100%;
    padding: 1.25rem;
  }

  .cmc-stat-value {
    margin-bottom: 0.35rem;
  }

  .cmc-strength-row {
    gap: 0.75rem;
  }

  .cmc-strength-row .cmc-strength-card {
    padding: 1.25rem;
  }

  .cmc-strength-card-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .cmc-strength-card-header h3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .cmc-package-header {
    min-height: 14rem;
  }

  .cmc-package-tier + .cmc-package-tier {
    margin-top: 3rem;
  }

  .cmc-package-card {
    height: auto;
    min-height: 0;
    padding: 1.5rem;
  }

  .cmc-partner-list {
    grid-template-columns: minmax(0, min(330px, 100%));
    justify-content: center;
  }

  .cmc-partner-card {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1rem 0;
  }

  .cmc-download-card {
    min-height: 0;
    padding: 1.5rem;
  }

  .cmc-download-card .wp-block-buttons {
    margin-top: auto;
    padding-top: 1.25rem;
  }

  .cmc-site-footer {
    padding-top: 3.5rem;
  }

  .cmc-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cmc-editorial-section,
  .cmc-gradient-section,
  .cmc-package-section,
  .cmc-contact-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cmc-package-section {
    padding-top: 0;
  }

  .cmc-media-placeholder-overlay {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .cmc-contact-band .wp-block-buttons {
    justify-content: flex-start;
  }

  .cmc-footer-grid {
    gap: 2rem;
  }

  .cmc-footer-logo img {
    height: 48px !important;
  }

  .cmc-footer-bottom {
    gap: 1rem;
  }

  .cmc-footer-legal {
    gap: 0.9rem;
  }

  .cmc-404 {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .cmc-404-text {
    font-size: 1rem;
  }
}

@media (max-width: 760px) {
  .cmc-strength-count-4 .cmc-strength-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .cmc-hero-title {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
    max-width: 100%;
  }
}
