/*
Theme Name: MyKidsTime Proof Theme
Theme URI: https://www.mykidstime.com/
Author: Mead Media
Author URI: https://meadmedia.ie/
Description: Lightweight proof theme shell for MyKidsTime visual identity. Built to preserve WordPress content architecture while removing GeneratePress presentation dependency.
Version: 0.3.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: mykidstime
*/

@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Hanken+Grotesk:ital,wght@0,400..800;1,400..800&family=Newsreader:opsz,wght@6..72,400..600&display=swap");

@font-face {
  font-family: "OpenDyslexic";
  src:
    local("OpenDyslexic"),
    url("./assets/fonts/OpenDyslexic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --mkt-cream: #f4ede3;
  --mkt-cream-soft: #fbf7f2;
  --mkt-cream-deep: #eadfce;
  --mkt-forest: #77895a;
  --mkt-forest-deep: #2a2e22;
  --mkt-sage: #77895a;
  --mkt-coral: #ff6e72;
  --mkt-ink: #2a251f;
  --mkt-muted: #6b6357;
  --mkt-line: #ded4c6;
  --mkt-white: #fffdfa;
  --mkt-shadow: 0 18px 48px rgba(37, 40, 32, 0.07);
  --mkt-soft-shadow: 0 10px 30px rgba(37, 40, 32, 0.045);
  --mkt-radius-lg: 16px;
  --mkt-radius-md: 12px;
  --mkt-radius-sm: 8px;
  --mkt-container: 1220px;
  --mkt-space-section: clamp(48px, 6vw, 82px);
  --mkt-space-section-tight: clamp(34px, 5vw, 58px);
  --mkt-space-card: clamp(22px, 3vw, 32px);
  --mkt-space-footer: clamp(52px, 6vw, 82px);
  --mkt-space-pre-footer: clamp(52px, 6vw, 88px);
  --mkt-font-body: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mkt-font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --mkt-font-accessible: "Atkinson Hyperlegible", system-ui, sans-serif;
  --mkt-font-dyslexic: "OpenDyslexic", "Atkinson Hyperlegible", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--mkt-cream);
  color: var(--mkt-ink);
  font-family: var(--mkt-font-body);
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--mkt-cream);
  color: var(--mkt-ink);
  font-family: var(--mkt-font-body);
  text-rendering: optimizeLegibility;
}

body.mkt-shell {
  font-family: var(--mkt-font-body);
}

body.mkt-shell :where(.mkt-theme-site-header, .mkt-main, .mkt-theme-site-footer) {
  font-family: var(--mkt-font-body);
}

body.mkt-shell :where(
  .entry-content,
  .mkt-article-content,
  .wp-block-post-content,
  .wp-block-group,
  .wp-block-columns,
  .wp-block-media-text
) {
  font-family: var(--mkt-font-body);
}

body.mkt-font-accessible,
body.mkt-font-accessible * {
  font-family: var(--mkt-font-accessible) !important;
}

body.mkt-font-dyslexic,
body.mkt-font-dyslexic * {
  font-family: var(--mkt-font-dyslexic) !important;
}

body.mkt-text-large {
  font-size: 18px;
}

body.mkt-text-larger {
  font-size: 20px;
}

body.mkt-line-roomy {
  line-height: 1.75;
}

body.mkt-sensory-light {
  --mkt-coral: #c86f70;
  --mkt-shadow: none;
  --mkt-soft-shadow: none;
}

a {
  color: var(--mkt-forest-deep);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--mkt-ink);
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
.mkt-button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  color: #fff;
  background: var(--mkt-forest);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--mkt-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

button:hover,
.mkt-button:hover,
.wp-block-button__link:hover {
  color: #fff;
  background: var(--mkt-forest-deep);
  transform: translateY(-1px);
}

.mkt-button--coral,
.mkt-club-master .mkt-button--coral,
.mkt-master-page--competitions .mkt-master-actions .mkt-button:first-child,
.mkt-master-page--advertise .mkt-master-actions .mkt-button:first-child,
.mkt-newsletter-module button {
  color: #fff;
  background: var(--mkt-coral);
}

.mkt-button--coral:hover,
.mkt-button--coral:focus,
.mkt-master-page--competitions .mkt-master-actions .mkt-button:first-child:hover,
.mkt-master-page--advertise .mkt-master-actions .mkt-button:first-child:hover,
.mkt-newsletter-module button:hover,
.mkt-newsletter-module button:focus {
  color: #fff;
  background: #e95f63;
}

.mkt-button--ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.mkt-button--ghost-light:hover,
.mkt-button--ghost-light:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

input,
textarea,
select {
  width: 100%;
  color: var(--mkt-ink);
  background: var(--mkt-cream-soft);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
}

input,
select {
  min-height: 48px;
  padding: 0 16px;
}

textarea {
  min-height: 140px;
  padding: 14px 16px;
  border-radius: var(--mkt-radius-md);
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0 0 0.45em;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mkt-shell :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .entry-title,
  .page-title,
  .fusion-title-heading,
  .fusion-title h1,
  .fusion-title h2,
  .fusion-title h3,
  .avada-page-titlebar-wrapper h1,
  .mkt-card-title
) {
  font-family: var(--mkt-font-display) !important;
  letter-spacing: 0;
}

body.single-post.mkt-shell :where(
  .mkt-article-header h1,
  .mkt-article-content h1,
  .mkt-article-content h2,
  .mkt-article-content h3,
  .mkt-article-content h4,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .wp-block-heading
) {
  font-family: var(--mkt-font-display) !important;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 5.2vw, 72px);
}

h2 {
  font-size: clamp(30px, 3.5vw, 50px);
}

h3 {
  font-size: clamp(23px, 2.2vw, 32px);
}

p {
  margin: 0 0 1rem;
}

.screen-reader-text,
.mkt-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mkt-shell {
  min-height: 100vh;
  background: var(--mkt-cream);
}

.mkt-theme-container {
  width: min(100% - 32px, var(--mkt-container));
  margin-inline: auto;
}

.mkt-embedded-homepage {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: var(--mkt-cream);
}

.mkt-embedded-homepage > * {
  max-width: none;
}

.mkt-embedded-homepage .mkt-wp-live,
.mkt-embedded-homepage .mkt-conversion-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mkt-embedded-homepage,
.mkt-embedded-homepage :where(p, a, span, button, input, textarea, select, label, small, li, div, figcaption, cite) {
  font-family: var(--mkt-font-body) !important;
}

.mkt-embedded-homepage :where(h1, h2, h3, h4, h5, h6, [data-v2-hero-title="true"]),
.mkt-embedded-homepage .mkt-section-heading h2,
.mkt-embedded-homepage .mkt-home-section__heading h2,
.mkt-embedded-homepage .mkt-conversion-heading h2,
.mkt-embedded-homepage .mkt-editorial-card h3,
.mkt-embedded-homepage .mkt-magazine-card h3,
.mkt-embedded-homepage .mkt-family-picks-card h3,
.mkt-embedded-homepage .mkt-brand-signature h2 {
  font-family: var(--mkt-font-display) !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
}

.mkt-embedded-homepage .mkt-kicker,
.mkt-embedded-homepage .mkt-home-kicker,
.mkt-embedded-homepage .mkt-editorial-card span,
.mkt-embedded-homepage .mkt-magazine-card span,
.mkt-embedded-homepage .mkt-family-picks-card span {
  font-family: var(--mkt-font-body) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.mkt-embedded-homepage .mkt-site-header,
.mkt-embedded-homepage .mkt-site-footer,
.mkt-embedded-homepage .mkt-editorial-footer {
  display: none !important;
}

.mkt-embedded-homepage .mkt-conversion-section,
.mkt-embedded-homepage .mkt-home-section,
.mkt-embedded-homepage .mkt-keep-exploring {
  width: min(100% - 32px, var(--mkt-container));
  margin-inline: auto;
}

.mkt-embedded-homepage .mkt-conversion-hero {
  width: 100%;
  max-width: none;
  padding: clamp(34px, 5vw, 64px) 0 64px;
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-embedded-homepage .mkt-conversion-hero > *,
.mkt-embedded-homepage .mkt-conversion-hero__inner {
  width: min(100% - 32px, var(--mkt-container));
  margin-inline: auto;
}

.mkt-embedded-homepage .mkt-conversion-hero__inner,
.mkt-embedded-homepage .mkt-conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
}

.mkt-embedded-homepage .mkt-conversion-hero__media,
.mkt-embedded-homepage .mkt-hero-media {
  overflow: hidden;
  aspect-ratio: 1.5;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(37, 40, 32, 0.1);
}

.mkt-embedded-homepage .mkt-conversion-hero__media img,
.mkt-embedded-homepage .mkt-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
}

.mkt-embedded-homepage [data-v2-hero-title="true"] {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
}

.mkt-embedded-homepage .mkt-conversion-hero p:not(.mkt-kicker) {
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
}

.mkt-embedded-homepage .mkt-conversion-search,
.mkt-embedded-homepage .mkt-hub-search,
.mkt-embedded-homepage .mkt-inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 690px;
  padding: 8px;
  background: rgba(251, 247, 242, 0.9);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-embedded-homepage .mkt-conversion-section,
.mkt-embedded-homepage .mkt-home-section {
  padding-block: clamp(46px, 6vw, 76px);
}

.mkt-embedded-homepage .mkt-conversion-section:nth-of-type(even),
.mkt-embedded-homepage .mkt-home-section:nth-of-type(even) {
  background: transparent;
}

.mkt-embedded-homepage .mkt-conversion-heading,
.mkt-embedded-homepage .mkt-home-section__heading,
.mkt-embedded-homepage .mkt-section-heading {
  margin-bottom: 24px;
}

.mkt-embedded-homepage .mkt-conversion-heading h2,
.mkt-embedded-homepage .mkt-home-section__heading h2,
.mkt-embedded-homepage .mkt-section-heading h2 {
  max-width: 820px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
}

.mkt-embedded-homepage .mkt-editorial-card,
.mkt-embedded-homepage .mkt-magazine-card,
.mkt-embedded-homepage .mkt-family-picks-card,
.mkt-embedded-homepage .mkt-moment-tile,
.mkt-embedded-homepage .mkt-product-preview {
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-embedded-homepage .mkt-editorial-card img,
.mkt-embedded-homepage .mkt-magazine-card img,
.mkt-embedded-homepage .mkt-family-picks-card img,
.mkt-embedded-homepage .mkt-moment-tile img {
  width: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.95);
}

.mkt-embedded-homepage .mkt-editorial-card > div,
.mkt-embedded-homepage .mkt-magazine-card > div,
.mkt-embedded-homepage .mkt-family-picks-card > div {
  padding: 22px;
}

.mkt-embedded-homepage .mkt-editorial-card h3,
.mkt-embedded-homepage .mkt-magazine-card h3,
.mkt-embedded-homepage .mkt-family-picks-card h3 {
  max-width: 100%;
  font-family: var(--mkt-font-body) !important;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 800 !important;
  line-height: 1.14;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.mkt-embedded-homepage .mkt-editorial-card--feature h3,
.mkt-embedded-homepage .mkt-family-picks-card--feature h3 {
  font-family: var(--mkt-font-display) !important;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 550 !important;
}

.mkt-embedded-homepage .mkt-v2-card-grid--pilot,
.mkt-embedded-homepage .mkt-curated-layout,
.mkt-embedded-homepage .mkt-family-picks-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.mkt-embedded-homepage .mkt-curated-stack--pilot,
.mkt-embedded-homepage .mkt-family-picks-support {
  display: grid;
  gap: 18px;
}

.mkt-embedded-homepage .mkt-v2-home-section .mkt-editorial-card:not(.mkt-editorial-card--feature),
.mkt-embedded-homepage .mkt-family-picks-support .mkt-family-picks-card {
  min-width: 0;
}

.mkt-embedded-homepage .mkt-v2-home-section .mkt-editorial-card:not(.mkt-editorial-card--feature) h3,
.mkt-embedded-homepage .mkt-family-picks-support .mkt-family-picks-card h3 {
  font-family: var(--mkt-font-body) !important;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.18;
}

.mkt-embedded-homepage .mkt-conversion-newsletter,
.mkt-embedded-homepage .mkt-newsletter {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-embedded-homepage .mkt-familitime-soft-bridge {
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: var(--mkt-radius-lg);
}

.mkt-embedded-homepage .mkt-familitime-soft-bridge :where(h2, p) {
  color: #fff;
}

@media (max-width: 980px) {
  .mkt-embedded-homepage .mkt-conversion-hero__inner,
  .mkt-embedded-homepage .mkt-conversion-hero,
  .mkt-embedded-homepage .mkt-v2-card-grid--pilot,
  .mkt-embedded-homepage .mkt-curated-layout,
  .mkt-embedded-homepage .mkt-family-picks-layout {
    grid-template-columns: 1fr;
  }

  .mkt-embedded-homepage .mkt-conversion-search,
  .mkt-embedded-homepage .mkt-hub-search,
  .mkt-embedded-homepage .mkt-inline-form {
    grid-template-columns: 1fr;
    border-radius: var(--mkt-radius-md);
  }
}

.mkt-theme-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 20px 0 0;
  background: rgba(244, 237, 227, 0.94);
  backdrop-filter: blur(16px);
}

.mkt-theme-site-header__inner {
  position: relative;
  display: grid;
  min-height: 84px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 30px;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-theme-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mkt-forest-deep);
  font-weight: 800;
  text-decoration: none;
}

.mkt-theme-brand img {
  width: 190px;
  max-width: 34vw;
  max-height: none;
  object-fit: contain;
}

.mkt-theme-brand__text {
  font-size: 22px;
  letter-spacing: -0.01em;
}

.mkt-theme-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.mkt-primary-nav-list,
.mkt-theme-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mkt-primary-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 24px);
  white-space: nowrap;
}

.mkt-theme-primary-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: #5c544b;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.mkt-theme-primary-nav a:hover,
.mkt-theme-primary-nav a:focus,
.mkt-nav-group:focus-within .mkt-nav-group__trigger,
.mkt-nav-group:hover .mkt-nav-group__trigger {
  color: var(--mkt-forest);
}

.mkt-nav-group {
  position: relative;
}

.mkt-nav-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}

.mkt-nav-group__trigger {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
}

.mkt-nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 80;
  display: grid;
  min-width: 220px;
  gap: 4px;
  margin: 0;
  padding: 12px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  background: var(--mkt-white);
  border: 1px solid var(--mkt-line);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-shadow);
  transition: opacity 160ms ease, transform 160ms ease;
}

.mkt-nav-group:hover .mkt-nav-dropdown,
.mkt-nav-group:focus-within .mkt-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mkt-nav-dropdown a {
  display: flex;
  padding: 10px 12px;
  border-radius: var(--mkt-radius-sm);
}

.mkt-nav-dropdown a:hover,
.mkt-nav-dropdown a:focus {
  background: var(--mkt-cream);
}

.mkt-theme-header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.mkt-icon-button {
  width: 44px;
  min-height: 44px;
  padding: 0;
  color: var(--mkt-ink);
  background: var(--mkt-cream-soft);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
}

.mkt-icon-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mkt-menu-toggle {
  display: none;
}

.mkt-main {
  min-height: 60vh;
}

.mkt-template-fallback {
  background: var(--mkt-cream);
}

.mkt-content-shell {
  width: 100%;
  overflow-x: clip;
}

.mkt-content-shell > :where(.mkt-wp-live, .mkt-conversion-page) {
  margin-top: 0;
}

.mkt-content-shell > :where(:not(.mkt-wp-live):not(.mkt-conversion-page)) {
  width: min(100% - 32px, 920px);
  margin-inline: auto;
}

.mkt-front-hero {
  padding: clamp(34px, 6vw, 74px) 0 64px;
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-front-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
}

.mkt-kicker {
  margin: 0 0 18px;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-front-hero p:not(.mkt-kicker) {
  max-width: 680px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.mkt-hero-search {
  display: grid;
  max-width: 690px;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 28px;
  padding: 8px;
  background: rgba(251, 247, 242, 0.9);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-hero-search input {
  border-color: rgba(100, 93, 78, 0.14);
}

.mkt-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 680px;
  padding: 8px;
  background: rgba(251, 247, 242, 0.9);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.mkt-hero-links a:first-child {
  padding: 12px 22px;
  color: #fff;
  background: var(--mkt-sage);
  border-radius: 999px;
  font-weight: 800;
}

.mkt-front-hero__media {
  overflow: hidden;
  aspect-ratio: 1.5;
  background: var(--mkt-cream-deep);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(37, 40, 32, 0.1);
}

.mkt-front-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
}

.mkt-content-band {
  padding: var(--mkt-space-section) 0;
}

.mkt-content-band:nth-child(even) {
  background: rgba(251, 247, 242, 0.52);
}

.mkt-content {
  width: min(100% - 32px, 920px);
  margin-inline: auto;
}

.mkt-content :where(.wp-block-group, .wp-block-columns, .wp-block-query) {
  margin-block: clamp(28px, 4vw, 54px);
}

.mkt-content :where(.wp-block-post, article, .card, .mkt-card),
.mkt-card {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-content :where(.wp-block-post-title, .entry-title) a {
  color: var(--mkt-ink);
  text-decoration: none;
}

.mkt-content :where(.wp-block-post-featured-image img, .post-thumbnail img) {
  border-radius: var(--mkt-radius-lg);
  filter: saturate(0.9) contrast(0.95);
}

.mkt-design-hero {
  padding: var(--mkt-space-section) 0 var(--mkt-space-section-tight);
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-design-hero__inner {
  max-width: 860px;
}

.mkt-design-hero p:not(.mkt-kicker) {
  max-width: 720px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.mkt-design-page .mkt-page-content > :first-child {
  margin-top: 0;
}

.mkt-design-page .mkt-page-content > :last-child {
  margin-bottom: 0;
}

.mkt-standard-page {
  background: var(--mkt-cream);
}

.mkt-standard-hero {
  padding: clamp(44px, 6vw, 74px) 0 var(--mkt-space-section-tight);
}

.mkt-standard-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.mkt-standard-hero__copy h1 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 400;
  line-height: 1.04;
}

.mkt-standard-hero__copy > p:not(.mkt-kicker) {
  max-width: 650px;
  margin-top: 16px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 500;
  line-height: 1.6;
}

.mkt-standard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mkt-standard-hero__panel {
  display: grid;
  min-height: 360px;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.06);
  border-radius: 24px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.5);
}

.mkt-standard-hero__panel img {
  width: calc(100% + clamp(56px, 8vw, 84px));
  height: calc(100% + clamp(56px, 8vw, 84px));
  margin: calc(clamp(28px, 4vw, 42px) * -1);
  object-fit: cover;
}

.mkt-standard-hero__panel p {
  margin: 0;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-standard-hero__panel strong {
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

.mkt-standard-hero__panel span {
  max-width: 420px;
  color: var(--mkt-muted);
  font-weight: 600;
  line-height: 1.55;
}

.mkt-standard-stats,
.mkt-standard-body,
.mkt-standard-cards {
  padding: var(--mkt-space-section-tight) 0;
}

.mkt-standard-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.mkt-standard-stats article,
.mkt-standard-card {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.05);
  border-radius: 20px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-standard-stats article {
  padding: clamp(24px, 4vw, 32px);
}

.mkt-standard-stats strong {
  display: block;
  font-family: var(--mkt-font-display);
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mkt-standard-stats span {
  display: block;
  margin-top: 9px;
  color: #8a8076;
  font-size: 13px;
  font-weight: 700;
}

.mkt-standard-content {
  width: min(100% - 32px, 920px);
  margin-inline: auto;
  color: #4a443c;
  font-size: 17px;
  line-height: 1.72;
}

.mkt-standard-content > :first-child {
  margin-top: 0;
}

.mkt-standard-content > :last-child {
  margin-bottom: 0;
}

.mkt-standard-content :where(h2, h3) {
  margin-top: clamp(34px, 5vw, 54px);
  font-weight: 500;
}

.mkt-standard-content h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.mkt-standard-content h3 {
  font-size: clamp(23px, 2.3vw, 32px);
}

.mkt-standard-content :where(p, ul, ol) {
  margin: 18px 0 0;
}

.mkt-standard-content :where(.wp-block-group, .wp-block-columns) {
  margin-top: clamp(30px, 5vw, 56px);
}

.mkt-standard-content :where(.wp-block-image img, figure img) {
  border-radius: 22px;
  filter: saturate(0.92) contrast(0.96);
}

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

.mkt-standard-card {
  padding: clamp(24px, 4vw, 32px);
}

.mkt-standard-card span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 999px;
  font-family: var(--mkt-font-display);
  font-size: 18px;
  font-weight: 500;
}

.mkt-standard-card h3 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.14;
}

.mkt-standard-card p {
  margin: 10px 0 0;
  color: var(--mkt-muted);
  line-height: 1.58;
}

.mkt-standard-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--mkt-sage);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mkt-standard-cta,
.mkt-standard-newsletter {
  width: min(100% - 32px, 1000px);
  margin-inline: auto;
}

.mkt-standard-cta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--mkt-space-section-tight);
  padding: clamp(34px, 5vw, 48px);
  color: #fff;
  background: #2a2e22;
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-standard-page--about .mkt-standard-hero__panel,
.mkt-standard-page--press .mkt-standard-hero__panel,
.mkt-standard-page--contact .mkt-standard-hero__panel {
  background: #2a2e22;
}

.mkt-standard-page--about .mkt-standard-hero__panel p,
.mkt-standard-page--press .mkt-standard-hero__panel p,
.mkt-standard-page--contact .mkt-standard-hero__panel p {
  color: #a8ba82;
}

.mkt-standard-page--about .mkt-standard-hero__panel strong,
.mkt-standard-page--press .mkt-standard-hero__panel strong,
.mkt-standard-page--contact .mkt-standard-hero__panel strong {
  color: #fff;
}

.mkt-standard-page--about .mkt-standard-hero__panel span,
.mkt-standard-page--press .mkt-standard-hero__panel span,
.mkt-standard-page--contact .mkt-standard-hero__panel span {
  color: rgba(255, 255, 255, 0.7);
}

.mkt-contact-email-card {
  align-content: center;
  overflow-wrap: anywhere;
}

.mkt-contact-email-card strong {
  display: block;
  max-width: 100%;
  font-family: var(--mkt-font-display);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.mkt-standard-cta p {
  margin: 0;
  color: #a8ba82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-standard-cta h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
}

.mkt-standard-cta span {
  display: block;
  max-width: 620px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  line-height: 1.6;
}

.mkt-standard-newsletter {
  margin-top: var(--mkt-space-section-tight);
}

.mkt-section-heading {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.mkt-section-heading p {
  margin: 0 0 8px;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-section-heading h2 {
  max-width: 760px;
  margin: 0;
}

.mkt-design-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mkt-design-card {
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-design-card > img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  background: var(--mkt-cream-deep);
  filter: saturate(0.9) contrast(0.95);
}

.mkt-design-card > div {
  display: grid;
  gap: 8px;
  padding: var(--mkt-space-card);
}

.mkt-design-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 550;
  line-height: 1.12;
}

.mkt-design-card p:not(.mkt-card-label) {
  margin: 0;
  color: var(--mkt-muted);
  line-height: 1.55;
}

.mkt-printable-page,
.mkt-competitions-page {
  background: var(--mkt-cream);
}

.mkt-printable-hero {
  display: grid;
  width: min(100% - 32px, var(--mkt-container));
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
  margin: 0 auto;
  padding: var(--mkt-space-section) 0 var(--mkt-space-section-tight);
}

.mkt-printable-hero__preview {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid var(--mkt-line);
  border-radius: 28px;
  box-shadow: var(--mkt-shadow);
}

.mkt-printable-hero__preview img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: contain;
}

.mkt-printable-hero__badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  color: #fff;
  background: rgba(42, 46, 34, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--mkt-radius-md);
}

.mkt-printable-hero__badge span,
.mkt-printable-hero__badge strong {
  color: #fff;
}

.mkt-printable-hero__badge span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-printable-hero__badge strong {
  font-family: var(--mkt-font-display);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
}

.mkt-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.mkt-label-row span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  color: var(--mkt-forest-deep);
  background: rgba(119, 137, 90, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.mkt-printable-hero__content h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(46px, 6.6vw, 86px);
  line-height: 0.95;
}

.mkt-printable-hero__content > p:not(.mkt-kicker) {
  max-width: 650px;
  margin-top: 20px;
  color: var(--mkt-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.mkt-printable-actions,
.mkt-competition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.mkt-printable-actions span {
  color: var(--mkt-muted);
  font-size: 14px;
  font-weight: 600;
}

.mkt-printable-benefits,
.mkt-printable-library,
.mkt-preview-gallery,
.mkt-included,
.mkt-keep-exploring,
.mkt-family-perks-block {
  width: min(100% - 32px, var(--mkt-container));
  margin-inline: auto;
}

.mkt-printable-benefits,
.mkt-printable-library,
.mkt-preview-gallery,
.mkt-included,
.mkt-keep-exploring {
  padding: var(--mkt-space-section-tight) 0;
}

.mkt-printable-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mkt-printable-download-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-printable-download-card__preview {
  min-height: 340px;
  display: block;
  overflow: hidden;
  background: #eee9df;
}

.mkt-printable-download-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.mkt-printable-download-card__preview:hover img,
.mkt-printable-download-card__preview:focus img {
  transform: scale(1.02);
}

.mkt-printable-download-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 38px);
}

.mkt-printable-download-card__body h3 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.05;
}

.mkt-printable-download-card__body > p:not(.mkt-card-label) {
  margin: 0;
  color: var(--mkt-muted);
  line-height: 1.58;
}

.mkt-printable-download-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}

.mkt-printable-download-card__actions .mkt-button {
  min-height: 44px;
  padding-inline: 18px;
}

.mkt-design-card__link {
  align-self: flex-start;
  margin-top: 16px;
  color: var(--mkt-forest-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mkt-benefit-grid,
.mkt-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mkt-benefit-grid article {
  padding: var(--mkt-space-card);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-benefit-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  color: var(--mkt-forest-deep);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 999px;
  font-weight: 800;
}

.mkt-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 550;
}

.mkt-benefit-grid p {
  margin: 0;
  color: var(--mkt-muted);
}

.mkt-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mkt-preview-grid a {
  display: block;
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid var(--mkt-line);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-preview-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 180ms ease;
}

.mkt-preview-grid a:hover img {
  transform: scale(1.025);
}

.mkt-family-perks-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: var(--mkt-space-section-tight);
  margin-bottom: 24px;
  padding: clamp(34px, 5vw, 56px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 28px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-family-perks-block p {
  margin: 0 0 10px;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-family-perks-block h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.mkt-family-perks-block span {
  display: block;
  max-width: 700px;
  margin-top: 12px;
  color: var(--mkt-muted);
  line-height: 1.55;
}

.mkt-competition-hero {
  padding: var(--mkt-space-section) 0 var(--mkt-space-section-tight);
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-competition-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.mkt-competition-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 5.8vw, 78px);
}

.mkt-competition-hero p:not(.mkt-kicker) {
  max-width: 680px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.mkt-competition-hero aside {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  background: #2a2e22;
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-competition-hero aside span {
  color: #a8ba82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-competition-hero aside strong {
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.1;
}

.mkt-competition-hero aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.mkt-competition-strip {
  margin: var(--mkt-space-section-tight) 0 0;
}

.mkt-competition-strip .mkt-theme-container {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 52px);
  color: #fff;
  background: #2a2e22;
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-competition-strip h2,
.mkt-competition-strip .mkt-kicker {
  color: #fff;
}

.mkt-competition-strip p:not(.mkt-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.mkt-winner-placeholder {
  padding: clamp(28px, 4vw, 44px);
  background: var(--mkt-cream-soft);
  border: 1.5px dashed rgba(100, 93, 78, 0.26);
  border-radius: 24px;
}

.mkt-winner-placeholder strong {
  display: block;
  font-family: var(--mkt-font-display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
}

.mkt-winner-placeholder p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--mkt-muted);
}

.mkt-master-page {
  background: var(--mkt-cream);
}

.mkt-master-hero {
  padding: var(--mkt-space-section) 0 var(--mkt-space-section-tight);
}

.mkt-master-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.mkt-master-hero__copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.mkt-master-hero__copy > p:not(.mkt-kicker) {
  max-width: 680px;
  margin-top: 16px;
  color: var(--mkt-muted);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 500;
  line-height: 1.65;
}

.mkt-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mkt-master-hero__panel {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-master-hero__panel span {
  color: #a8ba82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-master-hero__panel strong {
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.08;
}

.mkt-master-hero__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.mkt-master-section,
.mkt-master-stats,
.mkt-master-split,
.mkt-master-quote {
  padding: clamp(54px, 6vw, 88px) 0 0;
}

.mkt-master-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mkt-master-stats article,
.mkt-master-card,
.mkt-master-form-card,
.mkt-legal-document,
.mkt-legal-switcher,
.mkt-master-pricing article {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 22px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-master-stats article {
  padding: clamp(24px, 3vw, 34px);
  text-align: center;
}

.mkt-master-stats strong {
  display: block;
  color: var(--mkt-sage);
  font-family: var(--mkt-font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.mkt-master-stats span {
  display: block;
  margin-top: 8px;
  color: var(--mkt-muted);
  font-size: 13px;
  font-weight: 700;
}

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

.mkt-master-card-grid:not(:first-child) {
  margin-top: 24px;
}

.mkt-master-card {
  overflow: hidden;
}

.mkt-master-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  background: var(--mkt-cream-deep);
  filter: saturate(0.92) contrast(0.96);
}

.mkt-master-card > div {
  display: grid;
  gap: 8px;
  padding: clamp(24px, 3vw, 32px);
}

.mkt-master-card span {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-master-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16;
}

.mkt-master-card p {
  margin: 0;
  color: var(--mkt-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.mkt-master-dark-band {
  margin: var(--mkt-space-section-tight) 0 0;
}

.mkt-master-dark-band__inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 56px);
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-master-dark-band h2,
.mkt-master-dark-band .mkt-kicker {
  color: #fff;
}

.mkt-master-dark-band .mkt-kicker {
  color: #b5c991;
}

.mkt-master-dark-band p:not(.mkt-kicker) {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.mkt-master-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.mkt-master-split h2 {
  max-width: 720px;
}

.mkt-master-split p:not(.mkt-kicker) {
  max-width: 680px;
  color: var(--mkt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mkt-master-form-card {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 36px);
}

.mkt-master-form-card label {
  display: grid;
  gap: 7px;
  color: var(--mkt-ink);
  font-size: 13px;
  font-weight: 800;
}

.mkt-master-form-card :where(input, select, textarea) {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: var(--mkt-muted);
  background: #fffdfa;
  border: 1px solid rgba(100, 93, 78, 0.18);
  border-radius: 999px;
}

.mkt-master-form-card textarea {
  min-height: 120px;
  padding: 14px 16px;
  border-radius: 18px;
}

.mkt-master-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mkt-master-pricing article {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 30px);
}

.mkt-master-pricing span {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-master-pricing strong {
  font-family: var(--mkt-font-display);
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 550;
  line-height: 1.1;
}

.mkt-master-pricing p {
  margin: 0;
}

.mkt-master-faq {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-top: 24px;
}

.mkt-master-faq details {
  padding: 20px 22px;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 18px;
}

.mkt-master-faq summary {
  cursor: pointer;
  color: var(--mkt-ink);
  font-weight: 800;
}

.mkt-master-faq p {
  margin: 10px 0 0;
  color: var(--mkt-muted);
}

.mkt-master-quote blockquote {
  max-width: 920px;
  margin: 0;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.mkt-master-quote p {
  margin: 18px 0 0;
  color: var(--mkt-muted);
  font-weight: 700;
}

.mkt-club-master {
  padding-bottom: var(--mkt-space-pre-footer);
  background: var(--mkt-cream);
}

.mkt-club-hero {
  padding: 24px 0 0;
}

.mkt-club-hero__panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  overflow: hidden;
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 50px 100px -55px rgba(42, 37, 31, 0.6);
}

.mkt-club-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 60px) clamp(32px, 5vw, 56px);
}

.mkt-club-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  background: rgba(168, 186, 130, 0.16);
  border: 1px solid rgba(168, 186, 130, 0.28);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-club-pill span {
  width: 8px;
  height: 8px;
  background: #a8ba82;
  border-radius: 999px;
}

.mkt-club-hero h1 {
  max-width: 620px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 56px);
  font-weight: 400;
  line-height: 1.04;
}

.mkt-club-hero__copy > p:not(.mkt-club-pill) {
  max-width: 500px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.mkt-club-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.mkt-club-actions .mkt-button {
  min-height: 52px;
  padding-inline: 28px;
  font-size: 14.5px;
}

.mkt-club-proof {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  font-weight: 600;
}

.mkt-club-hero__image {
  min-height: 480px;
  background-color: #cfc4b2;
  background-position: center;
  background-size: cover;
}

.mkt-club-section {
  margin-top: 88px;
}

.mkt-club-section--center {
  text-align: center;
}

.mkt-club-kicker {
  margin: 0;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-club-section h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 3.4vw, 40px);
  font-weight: 400;
  line-height: 1.08;
}

.mkt-club-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.mkt-club-section-header--center {
  justify-content: center;
  text-align: center;
}

.mkt-club-section-header > a {
  color: var(--mkt-sage);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
}

.mkt-club-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
  text-align: left;
}

.mkt-club-benefit-grid article,
.mkt-club-tier-grid article,
.mkt-club-voice-grid article,
.mkt-club-pack-card {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-club-benefit-grid article {
  padding: 30px 26px;
}

.mkt-club-benefit-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 15px;
  font-family: var(--mkt-font-display);
  font-size: 26px;
  font-style: italic;
}

.mkt-club-benefit-grid h3,
.mkt-club-pack-card h3,
.mkt-club-how-card h3 {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.16;
}

.mkt-club-benefit-grid p,
.mkt-club-pack-card p,
.mkt-club-how-card p {
  margin: 8px 0 0;
  color: var(--mkt-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.mkt-club-pack-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}

.mkt-club-pack-card {
  overflow: hidden;
}

.mkt-club-pack-card--feature {
  position: relative;
  min-height: 320px;
  background-position: center;
  background-size: cover;
}

.mkt-club-pack-card--feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.88), transparent 58%);
}

.mkt-club-pack-card--feature > div {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
}

.mkt-club-pack-card--feature span {
  color: #a8ba82;
}

.mkt-club-pack-card--feature h3 {
  max-width: 360px;
  color: #fff;
  font-size: 28px;
}

.mkt-club-pack-card--feature p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.82);
}

.mkt-club-pack-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.mkt-club-pack-card:not(.mkt-club-pack-card--feature) > div {
  padding: 22px;
}

.mkt-club-pack-card span,
.mkt-club-tier-grid > article > span {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-club-tier-grid {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 36px auto 0;
  text-align: left;
}

.mkt-club-tier-grid article {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 40px;
}

.mkt-club-tier-grid h3 {
  margin: 0;
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 500;
}

.mkt-club-tier-grid small {
  margin-left: 6px;
  color: #8a8076;
  font-family: var(--mkt-font-body);
  font-size: 14px;
  font-weight: 700;
}

.mkt-club-tier-grid ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(42, 37, 31, 0.1);
  list-style: none;
}

.mkt-club-tier-grid li {
  color: #3c362e;
  font-size: 14.5px;
  font-weight: 600;
}

.mkt-club-tier-grid li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--mkt-sage);
  font-weight: 800;
}

.mkt-club-tier--dark {
  position: relative;
  color: #fff;
  background: var(--mkt-forest-deep) !important;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6) !important;
}

.mkt-club-tier--dark em {
  position: absolute;
  top: 26px;
  right: 26px;
  padding: 8px 14px;
  color: var(--mkt-forest-deep);
  background: #a8ba82;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mkt-club-tier--dark h3,
.mkt-club-tier--dark li {
  color: #fff;
}

.mkt-club-tier--dark ul {
  border-color: rgba(255, 255, 255, 0.12);
}

.mkt-club-tier--dark li::before,
.mkt-club-tier--dark > span {
  color: #a8ba82;
}

.mkt-club-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.mkt-club-voice-grid article {
  padding: 30px;
}

.mkt-club-voice-grid article > span {
  color: var(--mkt-sage);
  font-size: 15px;
  letter-spacing: 2px;
}

.mkt-club-voice-grid blockquote {
  margin: 14px 0 0;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
}

.mkt-club-voice-grid p {
  display: grid;
  gap: 2px;
  margin: 20px 0 0;
  color: #8a8076;
  font-size: 12.5px;
  font-weight: 600;
}

.mkt-club-voice-grid strong {
  color: var(--mkt-ink);
  font-size: 14px;
}

.mkt-club-how-card {
  padding: 52px;
  text-align: center;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 28px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-club-how-card > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 36px;
}

.mkt-club-how-card article > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto;
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 999px;
  font-family: var(--mkt-font-display);
  font-size: 24px;
  font-weight: 500;
}

.mkt-club-faq-wrap {
  max-width: 820px;
  text-align: center;
}

.mkt-club-faq-wrap .mkt-master-faq {
  max-width: none;
  margin-top: 32px;
  text-align: left;
}

.mkt-club-faq-wrap .mkt-master-faq summary {
  font-family: var(--mkt-font-display);
  font-size: 20px;
  font-weight: 500;
}

.mkt-club-final-cta {
  margin-top: 88px;
  padding-bottom: 0;
}

.mkt-club-final-cta .mkt-theme-container {
  padding: 56px 52px;
  text-align: center;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-club-final-cta h2 {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.mkt-club-final-cta p {
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15.5px;
  font-weight: 500;
}

.mkt-club-final-cta .mkt-club-actions {
  justify-content: center;
}

.mkt-landing-page {
  padding-bottom: var(--mkt-space-pre-footer);
  background: var(--mkt-cream);
}

.mkt-landing-hero {
  padding: 24px 0 0;
}

.mkt-landing-hero__panel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(46px, 5vw, 64px) clamp(32px, 5vw, 56px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(42, 46, 34, 0.96), rgba(42, 46, 34, 0.84)),
    var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 50px 100px -55px rgba(42, 37, 31, 0.6);
}

.mkt-landing-hero--split .mkt-landing-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.mkt-landing-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.mkt-landing-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.03;
}

.mkt-landing-hero__copy > p:not(.mkt-club-pill) {
  max-width: 580px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.mkt-landing-prize-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 28px;
  color: var(--mkt-ink);
  background: var(--mkt-cream-soft);
  border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-landing-prize-card > span,
.mkt-landing-image-card span,
.mkt-landing-dark-form .mkt-club-kicker {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-landing-prize-card strong {
  font-family: var(--mkt-font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.mkt-landing-prize-card ul {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(42, 37, 31, 0.1);
  list-style: none;
}

.mkt-landing-prize-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #8a8076;
  font-size: 12.5px;
  font-weight: 700;
}

.mkt-landing-prize-card b {
  color: var(--mkt-ink);
  font-size: 13.5px;
}

.mkt-landing-stat-grid,
.mkt-landing-card-grid,
.mkt-landing-offer-grid,
.mkt-landing-result-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.mkt-landing-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mkt-landing-card-grid,
.mkt-landing-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mkt-landing-offer-grid article {
  text-align: left;
}

.mkt-landing-offer-grid article > strong {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--mkt-font-display, Georgia, serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  color: var(--mkt-ink, #29251f);
}

.mkt-landing-offer-grid article > strong small {
  display: block;
  margin-top: 8px;
  font-family: var(--mkt-font-body, sans-serif);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mkt-muted, #756d61);
}

.mkt-landing-offer-grid article ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mkt-landing-offer-grid article li {
  position: relative;
  margin: 9px 0;
  padding-left: 20px;
}

.mkt-landing-offer-grid article li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--mkt-sage, #78915b);
  font-weight: 700;
}

.mkt-landing-seasonal-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mkt-landing-seasonal-grid article h3 {
  margin-bottom: 10px;
}

.mkt-landing-seasonal-grid article > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6;
  margin: -26px -26px 22px;
  width: calc(100% + 52px);
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.mkt-landing-example-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.mkt-landing-example-flow span {
  padding: 14px 18px;
  color: var(--mkt-ink, #29251f);
  background: var(--mkt-cream-soft, #fbf7f2);
  border: 1px solid rgba(42, 37, 31, .1);
  border-radius: 999px;
  font-weight: 700;
}

.mkt-landing-example-flow span:not(:last-child)::after {
  content: "→";
  display: inline-block;
  margin-left: 12px;
  color: var(--mkt-coral, #ff6b6b);
}

.mkt-text-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.mkt-landing-stat-grid article,
.mkt-landing-offer-grid article,
.mkt-landing-mini-grid article,
.mkt-landing-image-card {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-landing-stat-grid article {
  padding: 32px 26px;
  text-align: center;
}

.mkt-landing-stat-grid strong,
.mkt-landing-result-grid strong {
  display: block;
  color: var(--mkt-sage);
  font-family: var(--mkt-font-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.mkt-landing-stat-grid span,
.mkt-landing-result-grid span {
  display: block;
  margin-top: 8px;
  color: var(--mkt-muted);
  font-size: 13px;
  font-weight: 700;
}

.mkt-landing-image-card {
  overflow: hidden;
}

.mkt-landing-image-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.mkt-landing-image-card > div,
.mkt-landing-offer-grid article {
  padding: 30px 28px;
}

.mkt-landing-image-card h3,
.mkt-landing-offer-grid h3,
.mkt-landing-mini-grid h3,
.mkt-landing-dark-form h3 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.mkt-landing-image-card p,
.mkt-landing-offer-grid p,
.mkt-landing-mini-grid p,
.mkt-landing-detail-grid > div > p {
  margin: 10px 0 0;
  color: var(--mkt-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.mkt-landing-offer-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 15px;
  font-family: var(--mkt-font-display);
  font-size: 26px;
  font-style: italic;
}

.mkt-landing-detail-grid,
.mkt-landing-entry-grid,
.mkt-landing-story-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.mkt-landing-detail-grid h2,
.mkt-landing-entry-grid h2 {
  max-width: 720px;
  margin-top: 8px;
  font-size: clamp(34px, 3.4vw, 40px);
  font-weight: 400;
  line-height: 1.08;
}

.mkt-landing-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.mkt-landing-mini-grid article {
  padding: 20px 22px;
  border-radius: 16px;
}

.mkt-landing-mini-grid h3 {
  margin-top: 0;
  font-size: 20px;
}

.mkt-landing-image-panel {
  overflow: hidden;
  margin: 0;
  background: var(--mkt-cream-deep);
  border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-landing-image-panel img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.mkt-landing-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.mkt-landing-step-row span {
  color: #c9bca6;
  font-family: var(--mkt-font-display);
  font-size: 30px;
  font-weight: 500;
}

.mkt-landing-step-row b {
  display: block;
  margin-top: 4px;
  color: var(--mkt-ink);
  font-size: 14.5px;
}

.mkt-landing-dark-form {
  display: grid;
  gap: 14px;
  padding: 36px;
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 26px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.7);
}

.mkt-landing-dark-form .mkt-club-kicker {
  color: #a8ba82;
}

.mkt-landing-dark-form h3 {
  margin-top: 0;
  color: #fff;
  font-size: 28px;
}

.mkt-landing-dark-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11.5px;
  font-weight: 800;
}

.mkt-landing-dark-form input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 13px;
}

.mkt-landing-dark-form p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.mkt-landing-format-panel {
  padding: 52px;
  text-align: center;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 28px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-landing-format-panel h2 {
  margin-top: 8px;
  font-size: clamp(32px, 3vw, 36px);
}

.mkt-landing-format-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  margin-top: 34px;
}

.mkt-landing-format-grid article {
  display: grid;
  min-height: 150px;
  place-items: center;
  align-content: center;
  background: #efe6d8;
  border: 1.5px dashed rgba(42, 37, 31, 0.2);
  border-radius: 18px;
}

.mkt-landing-format-grid span {
  color: #a89e92;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-landing-format-grid strong {
  margin-top: 6px;
  color: #8a8076;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 500;
}

.mkt-landing-format-grid__native {
  color: #fff;
  background: var(--mkt-sage) !important;
  border-style: solid !important;
}

.mkt-landing-format-grid__native :where(span, strong) {
  color: #fff;
}

.mkt-landing-story-panel {
  padding: 56px;
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-landing-story-panel h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
  font-style: italic;
  line-height: 1.25;
}

.mkt-landing-story-panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.mkt-landing-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.mkt-landing-result-grid article {
  padding: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.mkt-landing-result-grid strong {
  color: #a8ba82;
}

.mkt-landing-result-grid span {
  color: rgba(255, 255, 255, 0.65);
}

.mkt-landing-how-inline {
  margin-top: 36px;
}

.mkt-legal-master__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.mkt-legal-switcher {
  min-width: 0;
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.05);
  border-radius: 20px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-legal-switcher a {
  display: block;
  padding: 11px 14px;
  color: var(--mkt-muted);
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.mkt-legal-switcher a:hover,
.mkt-legal-switcher a:focus,
.mkt-legal-switcher a[aria-current="page"] {
  color: #fff;
  background: var(--mkt-forest);
}

.mkt-legal-document {
  min-width: 0;
  padding: clamp(28px, 5vw, 54px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.05);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-legal-document table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mkt-legal-document h2 {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.mkt-legal-document h3 {
  margin: 30px 0 10px;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-body);
  font-size: 18px;
  font-weight: 800;
}

.mkt-legal-document p {
  max-width: 780px;
  color: var(--mkt-muted);
  font-size: 17px;
  line-height: 1.72;
}

.mkt-legal-document ul {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--mkt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.mkt-legal-callout {
  max-width: 760px;
  margin-top: 28px;
  padding: 24px 28px;
  background: rgba(119, 137, 90, 0.08);
  border: 1px solid rgba(119, 137, 90, 0.2);
  border-radius: 18px;
}

.mkt-legal-callout span {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-legal-callout p {
  margin: 8px 0 0;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: 19px;
  font-style: italic;
  line-height: 1.5;
}

.mkt-legal-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: space-between;
  max-width: 820px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(42, 37, 31, 0.1);
}

.mkt-legal-contact strong {
  display: block;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 550;
}

.mkt-legal-contact p {
  margin: 4px 0 0;
}

.mkt-archive-header,
.mkt-single-header,
.mkt-page-header {
  padding: var(--mkt-space-section) 0 var(--mkt-space-section-tight);
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-utility-master {
  background: var(--mkt-cream);
}

.mkt-utility-hero {
  padding: clamp(44px, 6vw, 74px) 0 var(--mkt-space-section-tight);
}

.mkt-utility-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.mkt-utility-hero h1 {
  max-width: 780px;
  margin: 14px 0 0;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}

.mkt-utility-hero p:not(.mkt-kicker),
.mkt-utility-empty > p:not(.mkt-kicker) {
  max-width: 650px;
  margin-top: 16px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 500;
  line-height: 1.6;
}

.mkt-utility-search,
.mkt-utility-empty {
  padding: clamp(28px, 4vw, 42px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.05);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-utility-search > p {
  margin: 0 0 14px;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-utility-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.mkt-utility-results {
  padding: var(--mkt-space-section-tight) 0 var(--mkt-space-section);
}

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

.mkt-utility-card {
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.05);
  border-radius: 20px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-utility-card a {
  display: grid;
  height: 100%;
  color: var(--mkt-ink);
  text-decoration: none;
}

.mkt-utility-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  background: var(--mkt-cream-deep);
}

.mkt-utility-card span,
.mkt-utility-card h2,
.mkt-utility-card p {
  margin-inline: 22px;
}

.mkt-utility-card span {
  margin-top: 22px;
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-utility-card h2 {
  margin-top: 8px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.14;
}

.mkt-utility-card p {
  margin-top: 10px;
  margin-bottom: 24px;
  color: var(--mkt-muted);
  line-height: 1.55;
}

.mkt-utility-empty {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.mkt-utility-empty h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.mkt-utility-empty > p:not(.mkt-kicker) {
  margin-inline: auto;
}

.mkt-utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}

.mkt-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 42px 0 72px;
}

.mkt-post-card {
  overflow: hidden;
}

.mkt-post-card__body {
  padding: 22px;
}

.mkt-post-card img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.mkt-entry-meta {
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-article-master {
  background: var(--mkt-cream);
}

.mkt-article-master__article {
  padding-bottom: 1px;
}

.mkt-article-narrow {
  width: min(100% - 32px, 760px);
  margin-inline: auto;
}

.mkt-article-header {
  padding: clamp(48px, 6vw, 72px) 0 0;
}

.mkt-article-header h1 {
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
}

.mkt-article-standfirst {
  margin: 18px 0 0;
  color: #6b6357;
  font-family: var(--mkt-font-display);
  font-size: clamp(20px, 2vw, 24px);
  font-style: italic;
  line-height: 1.4;
}

.mkt-article-meta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(42, 37, 31, 0.12);
}

.mkt-article-author {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mkt-article-author__avatar {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--mkt-sage);
  border-radius: 999px;
  font-family: var(--mkt-font-display);
  font-size: 20px;
}

.mkt-article-author strong,
.mkt-article-author span {
  display: block;
}

.mkt-article-author strong {
  color: var(--mkt-ink);
  font-size: 14px;
  font-weight: 800;
}

.mkt-article-author span {
  color: #8a8076;
  font-size: 13px;
  font-weight: 600;
}

.mkt-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mkt-article-actions :where(a, button) {
  min-height: 38px;
  padding: 0 16px;
  color: var(--mkt-ink);
  background: transparent;
  border: 1.5px solid rgba(42, 37, 31, 0.16);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
}

.mkt-article-actions button {
  color: #fff;
  background: var(--mkt-sage);
  border-color: var(--mkt-sage);
}

.mkt-article-hero {
  width: min(100% - 32px, var(--mkt-container));
  margin: 36px auto 0;
}

.mkt-article-hero img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 40px 90px -55px rgba(42, 37, 31, 0.5);
}

.mkt-article-hero figcaption {
  width: min(100%, 760px);
  margin: 12px auto 0;
  color: #a89e92;
  font-size: 12.5px;
  font-style: italic;
  font-weight: 600;
}

.mkt-article-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
}

.mkt-article-chip-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 16px;
  color: #5c544b;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.1);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
}

.mkt-article-chip-row .is-active {
  color: #5f6e48;
  background: rgba(119, 137, 90, 0.12);
  border-color: transparent;
}

.mkt-article-content {
  margin-top: 42px;
  color: #4a443c;
  font-size: 17px;
  line-height: 1.72;
}

.mkt-article-content > :first-child {
  margin-top: 0;
}

.mkt-article-content > :last-child {
  margin-bottom: 0;
}

.mkt-article-content > p:first-of-type {
  color: #3c362e;
  font-size: 19px;
}

.mkt-article-content > p:first-of-type::first-letter {
  float: left;
  padding: 8px 14px 0 0;
  color: var(--mkt-sage);
  font-family: var(--mkt-font-display);
  font-size: 82px;
  font-weight: 500;
  line-height: 0.82;
}

.mkt-article-content :where(p, ul, ol) {
  margin: 22px 0 0;
}

.mkt-article-content :where(h2, h3) {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 52px 0 0;
  font-weight: 500;
}

.mkt-article-content h2 {
  font-size: clamp(28px, 3vw, 34px);
}

.mkt-article-content h3 {
  font-size: clamp(22px, 2vw, 26px);
}

.mkt-article-content :where(figure, .wp-block-image, .wp-caption) {
  margin: 34px 0 0;
}

.mkt-article-content :where(figure, .wp-block-image, .wp-caption) img,
.mkt-article-content :where(img.aligncenter, img.alignleft, img.alignright, img.alignnone) {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
}

.mkt-article-content :where(.wp-caption) {
  max-width: 100%;
}

.mkt-article-content :where(.wp-caption-text, figcaption) {
  margin-top: 10px;
  color: var(--mkt-muted);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.mkt-article-content :where(.wp-block-embed, .wp-block-video, .wp-block-embed__wrapper) {
  width: 100%;
}

.mkt-article-content :where(.wp-block-embed, .wp-block-video) {
  margin: 34px 0 0;
}

.mkt-article-content .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  background: var(--mkt-forest-deep);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(37, 40, 32, 0.12);
}

.mkt-article-content .wp-has-aspect-ratio .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.mkt-article-content .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.mkt-article-content .wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.mkt-article-content blockquote,
.mkt-family-tip {
  margin: 56px auto 0;
}

.mkt-article-content blockquote {
  max-width: 820px;
  padding: 0 clamp(18px, 4vw, 40px);
  color: var(--mkt-ink);
  border: 0;
  text-align: center;
}

.mkt-article-content blockquote p {
  margin: 0;
  font-family: var(--mkt-font-display);
  font-size: clamp(28px, 3.4vw, 36px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.28;
}

.mkt-family-tip {
  padding: clamp(26px, 4vw, 36px);
  background: rgba(119, 137, 90, 0.12);
  border: 1px solid rgba(119, 137, 90, 0.22);
  border-radius: 24px;
}

.mkt-family-tip > p {
  margin: 0 0 10px;
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-family-tip div :where(p, ul, ol) {
  margin: 0;
  color: #4a443c;
  font-size: 16px;
  line-height: 1.65;
}

.mkt-article-master .mkt-ad-slot {
  margin-top: 52px;
  min-height: 140px;
  background: #efe6d8;
}

.mkt-article-printable-cta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
  padding: clamp(30px, 5vw, 44px);
  color: #fff;
  background: #2a2e22;
  border-radius: 24px;
  box-shadow: 0 40px 90px -55px rgba(42, 37, 31, 0.6);
}

.mkt-article-printable-cta p {
  margin: 0;
  color: #a8ba82;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-article-printable-cta h2 {
  max-width: 440px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 30px);
  font-weight: 500;
}

.mkt-article-printable-cta span {
  display: block;
  max-width: 480px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
}

.mkt-article-printable-cta .mkt-button {
  flex: 0 0 auto;
  background: var(--mkt-coral);
}

.mkt-article-related,
.mkt-article-newsletter {
  width: min(100% - 32px, 1000px);
  margin-inline: auto;
}

.mkt-article-related {
  margin-top: 72px;
}

.mkt-article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.mkt-article-related-card {
  display: grid;
  overflow: hidden;
  color: var(--mkt-ink);
  text-decoration: none;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 20px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-article-related-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.mkt-article-related-card span,
.mkt-article-related-card strong {
  margin-inline: 22px;
}

.mkt-article-related-card span {
  margin-top: 22px;
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-article-related-card strong {
  margin-top: 8px;
  margin-bottom: 22px;
  font-family: var(--mkt-font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.mkt-article-newsletter {
  margin-top: 80px;
}

.mkt-recipe-master {
  background: var(--mkt-cream);
}

.mkt-recipe-master__article {
  padding-bottom: 1px;
}

.mkt-recipe-header {
  padding: clamp(48px, 6vw, 72px) 0 0;
}

.mkt-recipe-header__inner {
  display: grid;
  width: min(100% - 32px, 1000px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: end;
  margin-inline: auto;
}

.mkt-recipe-header h1 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}

.mkt-recipe-standfirst {
  max-width: 680px;
  margin: 18px 0 0;
  color: #6b6357;
  font-family: var(--mkt-font-display);
  font-size: clamp(20px, 2vw, 24px);
  font-style: italic;
  line-height: 1.4;
}

.mkt-recipe-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.06);
  border-radius: 22px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-recipe-stats div {
  padding: 16px;
  background: rgba(244, 237, 227, 0.72);
  border-radius: 16px;
}

.mkt-recipe-stats span,
.mkt-recipe-card span {
  display: block;
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-recipe-stats strong {
  display: block;
  margin-top: 6px;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.mkt-recipe-hero {
  width: min(100% - 32px, var(--mkt-container));
  margin: 36px auto 0;
}

.mkt-recipe-hero img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 40px 90px -55px rgba(42, 37, 31, 0.5);
}

.mkt-recipe-hero figcaption {
  width: min(100%, 760px);
  margin: 12px auto 0;
  color: #a89e92;
  font-size: 12.5px;
  font-style: italic;
  font-weight: 600;
}

.mkt-recipe-layout {
  display: grid;
  width: min(100% - 32px, 1000px);
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  margin: 54px auto 0;
}

.mkt-recipe-ingredients,
.mkt-recipe-tip,
.mkt-recipe-nutrition {
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.06);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-recipe-ingredients {
  position: sticky;
  top: 130px;
  padding: clamp(24px, 4vw, 32px);
}

.mkt-recipe-ingredients h2,
.mkt-recipe-method h2,
.mkt-recipe-nutrition h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
}

.mkt-recipe-ingredients ul,
.mkt-recipe-method ol,
.mkt-recipe-shopping-list ul {
  margin: 22px 0 0;
  padding: 0;
}

.mkt-recipe-ingredients li,
.mkt-recipe-shopping-list li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  color: #4a443c;
  border-top: 1px solid rgba(42, 37, 31, 0.1);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.mkt-recipe-ingredients li::before,
.mkt-recipe-shopping-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 7px;
  background: var(--mkt-sage);
  border-radius: 999px;
}

.mkt-recipe-shopping-list {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(42, 37, 31, 0.12);
}

.mkt-recipe-shopping-list h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.mkt-recipe-method > section {
  color: #4a443c;
}

.mkt-recipe-method ol {
  display: grid;
  gap: 22px;
  counter-reset: recipe-step;
}

.mkt-recipe-method li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  list-style: none;
  counter-increment: recipe-step;
}

.mkt-recipe-method li::before {
  content: counter(recipe-step);
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.14);
  border-radius: 999px;
  font-family: var(--mkt-font-display);
  font-size: 20px;
  font-weight: 500;
}

.mkt-recipe-method li strong,
.mkt-recipe-method li span {
  display: block;
  grid-column: 2;
}

.mkt-recipe-method li strong {
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.mkt-recipe-method li span {
  margin-top: 6px;
  line-height: 1.65;
}

.mkt-recipe-body-content {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.72;
}

.mkt-recipe-body-content > :first-child {
  margin-top: 0;
}

.mkt-recipe-tip {
  margin-top: 44px;
  padding: clamp(26px, 4vw, 36px);
  background: rgba(119, 137, 90, 0.12);
  border-color: rgba(119, 137, 90, 0.22);
}

.mkt-recipe-tip > p {
  margin: 0 0 10px;
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-recipe-tip div :where(p, ul, ol) {
  margin: 0;
  color: #4a443c;
  line-height: 1.65;
}

.mkt-recipe-nutrition {
  margin-top: 44px;
  padding: clamp(26px, 4vw, 36px);
}

.mkt-recipe-nutrition > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mkt-recipe-nutrition article {
  padding: 16px;
  background: rgba(244, 237, 227, 0.72);
  border-radius: 16px;
}

.mkt-recipe-nutrition span {
  display: block;
  color: #8a8076;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-recipe-nutrition strong {
  display: block;
  margin-top: 6px;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 500;
}

.mkt-recipe-ad,
.mkt-recipe-related,
.mkt-recipe-newsletter {
  width: min(100% - 32px, 1000px);
  margin-inline: auto;
}

.mkt-recipe-ad {
  margin-top: 56px;
}

.mkt-recipe-ad .mkt-ad-slot {
  min-height: 140px;
  background: #efe6d8;
}

.mkt-recipe-related {
  margin-top: 72px;
}

.mkt-recipe-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.mkt-recipe-card {
  display: grid;
  overflow: hidden;
  color: var(--mkt-ink);
  text-decoration: none;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-radius: 20px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-recipe-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.mkt-recipe-card span,
.mkt-recipe-card strong {
  margin-inline: 22px;
}

.mkt-recipe-card span {
  margin-top: 22px;
}

.mkt-recipe-card strong {
  margin-top: 8px;
  margin-bottom: 22px;
  font-family: var(--mkt-font-display);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.mkt-recipe-newsletter {
  margin-top: 80px;
}

.mkt-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 18px 0 0;
  color: var(--mkt-muted);
  font-size: 13px;
  font-weight: 700;
}

.mkt-breadcrumbs a {
  color: var(--mkt-forest-deep);
  text-decoration: none;
}

.mkt-page-shell .mkt-page-header p,
.mkt-single-shell .mkt-single-header p:not(.mkt-entry-meta) {
  max-width: 720px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.mkt-hub-page {
  background: var(--mkt-cream);
}

.mkt-hub-master {
  padding: 24px 0 0;
  color: #2a251f;
  background: #f4ede3;
}

.mkt-hub-master__canvas {
  width: 1320px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.mkt-hub-master .mkt-breadcrumbs {
  gap: 8px;
  padding: 22px 0 0;
  color: #a89e92;
  font-size: 12.5px;
  font-weight: 700;
}

.mkt-hub-master .mkt-breadcrumbs a,
.mkt-hub-master .mkt-breadcrumbs span[aria-current="page"] {
  color: var(--mkt-sage);
  text-decoration: none;
}

.mkt-hub-master-kicker {
  margin: 0;
  color: var(--mkt-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-hub-master-pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-hub-master-pill span {
  width: 8px;
  height: 8px;
  background: #b5c991;
  border-radius: 999px;
}

.mkt-hub-master-hero {
  position: relative;
  height: 460px;
  margin-top: 14px;
  overflow: hidden;
  background: #3a4a38;
  border-radius: 28px;
  box-shadow: 0 50px 100px -50px rgba(42, 37, 31, 0.55);
}

.mkt-hub-master-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.95) contrast(0.97);
}

.mkt-hub-master-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.82), rgba(26, 30, 22, 0.16) 60%, rgba(26, 30, 22, 0.34));
}

.mkt-hub-master-hero__copy {
  position: absolute;
  right: 56px;
  bottom: 46px;
  left: 56px;
  z-index: 1;
}

.mkt-hub-master-hero h1 {
  max-width: 720px;
  margin-top: 16px;
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.mkt-hub-master-hero__copy > p:not(.mkt-hub-master-pill) {
  max-width: 560px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.5;
}

.mkt-hub-master-intro {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
  margin-top: 64px;
}

.mkt-hub-master-intro h2 {
  max-width: 640px;
  margin-top: 12px;
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.16;
}

.mkt-hub-master-intro__copy > p:not(.mkt-hub-master-kicker) {
  max-width: 620px;
  margin-top: 14px;
  color: #6b6357;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.mkt-hub-master-in-this-hub {
  padding: 26px;
  background: #fbf7f2;
  border-radius: 20px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4), 0 0 0 1px rgba(42, 37, 31, 0.04);
}

.mkt-hub-master-in-this-hub ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mkt-hub-master-in-this-hub li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3c362e;
  font-size: 14px;
  font-weight: 700;
}

.mkt-hub-master-in-this-hub li span {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--mkt-sage);
  border-radius: 999px;
}

.mkt-hub-master-lead,
.mkt-hub-master-section {
  margin-top: 80px;
}

.mkt-hub-master-lead {
  margin-top: 72px;
}

.mkt-hub-master-lead__panel {
  position: relative;
  display: flex;
  min-height: 440px;
  align-items: flex-end;
  margin-top: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #cfc4b2;
  border-radius: 26px;
}

.mkt-hub-master-lead__panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-hub-master-lead__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(26, 30, 22, 0.9) 30%, rgba(26, 30, 22, 0.15) 78%);
}

.mkt-hub-master-lead__copy {
  position: relative;
  display: grid;
  max-width: 600px;
  gap: 12px;
  padding: 48px 52px;
}

.mkt-hub-master-lead__copy .mkt-hub-master-kicker {
  color: #b5c991;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.mkt-hub-master-lead__copy > span:nth-child(2) {
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.05;
}

.mkt-hub-master-lead__copy > span:nth-child(3) {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.mkt-hub-master-lead__copy strong {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  margin-top: 10px;
  padding: 0 26px;
  color: #2a251f;
  background: #fbf7f2;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.mkt-hub-master-section__head {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.mkt-hub-master-section__head h2 {
  margin-top: 8px;
  font-size: clamp(30px, 3.4vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.mkt-hub-master-section__head a {
  flex: 0 0 auto;
  color: var(--mkt-sage);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mkt-hub-master-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.mkt-hub-master-card {
  display: grid;
  overflow: hidden;
  color: #2a251f;
  text-decoration: none;
  background: #fbf7f2;
  border-radius: 20px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4), 0 0 0 1px rgba(42, 37, 31, 0.04);
}

.mkt-hub-master-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #cfc4b2;
}

.mkt-hub-master-card span {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.mkt-hub-master-card small {
  color: var(--mkt-sage);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-hub-master-card strong {
  color: #2a251f;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
}

.mkt-hub-master-card em {
  color: #8a8076;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.mkt-hub-master .mkt-ad-slot {
  min-height: 150px;
  margin-top: 56px;
  background: #efe6d8;
  border: 1.5px dashed rgba(42, 37, 31, 0.18);
  border-radius: 20px;
}

.mkt-hub-master-seasonal {
  margin-top: 80px;
  padding: 44px 48px;
  color: #fff;
  background: #2a2e22;
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-hub-master-seasonal h2,
.mkt-hub-master-seasonal .mkt-hub-master-kicker {
  color: #fff;
}

.mkt-hub-master-seasonal .mkt-hub-master-kicker,
.mkt-hub-master-seasonal .mkt-hub-master-section__head a {
  color: #b5c991;
}

.mkt-hub-master-seasonal__grid,
.mkt-hub-master-moment-rail {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.mkt-hub-master-seasonal__grid a,
.mkt-hub-master-moment-rail a {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #cfc4b2;
  border-radius: 18px;
}

.mkt-hub-master-seasonal__grid a {
  height: 190px;
}

.mkt-hub-master-moment-rail a {
  height: 200px;
  border-radius: 20px;
}

.mkt-hub-master-seasonal__grid img,
.mkt-hub-master-moment-rail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-hub-master-seasonal__grid a > span,
.mkt-hub-master-moment-rail a > span {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.85), transparent 62%);
}

.mkt-hub-master-seasonal__grid small,
.mkt-hub-master-seasonal__grid strong,
.mkt-hub-master-moment-rail strong {
  position: absolute;
  right: 18px;
  left: 18px;
  z-index: 1;
}

.mkt-hub-master-seasonal__grid small {
  bottom: 45px;
  color: #b5c991;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-hub-master-seasonal__grid strong {
  bottom: 16px;
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.14;
}

.mkt-hub-master-printable {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 80px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4), 0 0 0 1px rgba(42, 37, 31, 0.04);
}

.mkt-hub-master-printable > div {
  padding: 48px;
  background: #fbf7f2;
}

.mkt-hub-master-printable .mkt-hub-master-pill {
  color: var(--mkt-sage);
  background: rgba(119, 137, 90, 0.12);
  border: 0;
}

.mkt-hub-master-printable .mkt-hub-master-pill span {
  background: var(--mkt-sage);
}

.mkt-hub-master-printable h2 {
  margin-top: 16px;
  font-size: clamp(29px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.mkt-hub-master-printable p:not(.mkt-hub-master-pill) {
  max-width: 420px;
  margin-top: 12px;
  color: #6b6357;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.mkt-hub-master-printable > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  background: #cfc4b2;
}

.mkt-hub-master-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mkt-hub-master-moment-rail strong {
  bottom: 18px;
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.14;
}

.mkt-hub-master .mkt-newsletter-module {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding: 56px 52px;
  background: #fbf7f2;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4), 0 0 0 1px rgba(42, 37, 31, 0.04);
}

.mkt-hub-master .mkt-newsletter-module h2 {
  max-width: 560px;
  font-size: clamp(30px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.mkt-hub-master .mkt-newsletter-module form {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
}

.mkt-hub-master .mkt-newsletter-module input {
  width: 280px;
  min-height: 54px;
  background: #fff;
  border: 1.5px solid rgba(42, 37, 31, 0.14);
}

.mkt-hub-master .mkt-newsletter-module button {
  min-height: 54px;
  padding: 0 28px;
  background: var(--mkt-coral);
}

.mkt-hub-master-familitime {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: clamp(38px, 5vw, 56px) clamp(34px, 5vw, 56px);
  background: rgba(119, 137, 90, 0.1);
  border: 1px solid rgba(119, 137, 90, 0.22);
  border-radius: 28px;
}

.mkt-hub-master-familitime .mkt-hub-master-pill {
  padding: 6px 14px;
  background: var(--mkt-sage);
  border: 0;
  font-size: 10.5px;
}

.mkt-hub-master-familitime h2 {
  max-width: 640px;
  margin-top: 14px;
  color: #2a251f;
  font-size: clamp(26px, 2.7vw, 30px);
  font-weight: 400;
  line-height: 1.16;
}

.mkt-hub-master-familitime p:not(.mkt-hub-master-pill) {
  max-width: 640px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #6b6357;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.6;
}

.mkt-hub-master-familitime > a {
  flex: 0 0 auto;
  color: var(--mkt-sage);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mkt-hub-hero {
  padding: clamp(42px, 6vw, 82px) 0 clamp(46px, 6vw, 78px);
  background: linear-gradient(180deg, var(--mkt-cream-soft), var(--mkt-cream));
}

.mkt-hub-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.mkt-hub-hero__content p:not(.mkt-kicker) {
  max-width: 680px;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.mkt-hub-hero__media {
  overflow: hidden;
  aspect-ratio: 1.48;
  margin: 0;
  background: var(--mkt-cream-deep);
  border-radius: 24px;
  box-shadow: 0 30px 74px rgba(37, 40, 32, 0.1);
}

.mkt-hub-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
}

.mkt-hub-intro,
.mkt-hub-section,
.mkt-hub-printable {
  padding: clamp(48px, 6vw, 82px) 0;
}

.mkt-hub-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
}

.mkt-hub-intro__content {
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.mkt-hub-section__heading {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
}

.mkt-hub-section__heading h2 {
  max-width: 820px;
}

.mkt-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mkt-hub-card {
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-hub-card a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mkt-hub-card img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  background: var(--mkt-cream-deep);
  filter: saturate(0.9) contrast(0.95);
}

.mkt-hub-card__body {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.mkt-hub-card h3 {
  margin: 0;
  font-family: var(--mkt-font-body);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.14;
}

.mkt-hub-card p {
  color: var(--mkt-muted);
}

.mkt-card-label {
  margin: 0;
  color: var(--mkt-sage) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-hub-card--lead a {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: stretch;
}

.mkt-hub-card--lead img {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  aspect-ratio: auto;
}

.mkt-hub-card--lead .mkt-hub-card__body {
  grid-column: 1;
  grid-row: 1;
  align-content: center;
  padding: clamp(30px, 5vw, 56px);
}

.mkt-hub-card--lead h3 {
  font-family: var(--mkt-font-display);
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 550;
}

.mkt-ad-slot {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  background: rgba(251, 247, 242, 0.72);
  border: 1.5px dashed rgba(100, 93, 78, 0.28);
  border-radius: var(--mkt-radius-lg);
}

.mkt-ad-slot p {
  margin: 0;
  color: #a89e92;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-ad-slot strong {
  margin-top: 8px;
  color: #8a8076;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 550;
}

.mkt-ad-slot span {
  margin-top: 4px;
  color: #a89e92;
  font-size: 13px;
  font-weight: 700;
}

.mkt-hub-community {
  margin: clamp(48px, 6vw, 82px) 0;
  padding: clamp(34px, 5vw, 50px) 0;
  color: #fff;
  background: #2a2e22;
}

.mkt-hub-community :where(h2, .mkt-kicker) {
  color: #fff;
}

.mkt-hub-community .mkt-kicker {
  color: #b5c991;
}

.mkt-master-text-link {
  color: #b5c991;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mkt-community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mkt-community-card {
  display: grid;
  min-height: 190px;
  align-content: end;
  gap: 6px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(42, 46, 34, 0.12), rgba(42, 46, 34, 0.84)),
    rgba(181, 201, 145, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.mkt-community-card span {
  color: #b5c991;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-community-card strong {
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: 21px;
  font-weight: 550;
  line-height: 1.14;
}

.mkt-hub-printable__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-hub-printable__grid > div {
  padding: clamp(30px, 5vw, 54px);
}

.mkt-hub-printable__grid img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.mkt-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mkt-button--secondary {
  color: var(--mkt-ink);
  background: transparent;
  border-color: rgba(100, 93, 78, 0.24);
}

.mkt-button--secondary:hover {
  color: #fff;
  background: var(--mkt-forest-deep);
}

.mkt-moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mkt-moment-link {
  display: grid;
  min-height: 180px;
  align-items: end;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(37, 40, 32, 0.05), rgba(37, 40, 32, 0.72)),
    var(--mkt-sage);
  border-radius: 20px;
}

.mkt-moment-link span {
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: 24px;
  font-weight: 550;
  line-height: 1.1;
}

.mkt-newsletter-module {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: center;
  margin: clamp(28px, 5vw, 72px) 0;
  padding: clamp(30px, 5vw, 56px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-newsletter-module h2 {
  max-width: 640px;
}

.mkt-newsletter-module p:not(.mkt-kicker) {
  color: var(--mkt-muted);
}

.mkt-newsletter-module form {
  display: grid;
  gap: 10px;
}

.mkt-newsletter-signup-flow {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.mkt-newsletter-signup-flow__fields {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
}

.mkt-newsletter-signup-flow__honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mkt-newsletter-signup-flow input[type="text"],
.mkt-newsletter-signup-flow input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 0 18px;
  color: var(--mkt-ink);
  background: #fff;
  border: 1px solid rgba(100, 93, 78, 0.22);
  border-radius: 999px;
  font: 600 15px/1 var(--mkt-font-sans);
}

.mkt-newsletter-signup-flow__fields label:first-child {
  grid-column: 1 / -1;
}

.mkt-newsletter-signup-flow label {
  display: grid;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  color: var(--mkt-muted);
  font: 600 13px/1.45 var(--mkt-font-sans);
}

.mkt-newsletter-signup-flow button {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: var(--mkt-coral);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(217, 107, 79, 0.18);
  cursor: pointer;
  font: 800 14px/1 var(--mkt-font-sans);
}

.mkt-newsletter-signup-flow button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.mkt-newsletter-signup-flow__note,
.mkt-newsletter-signup-flow__missing p,
.mkt-newsletter-signup-flow__message {
  margin: 0;
  color: var(--mkt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mkt-newsletter-signup-flow__note a {
  color: var(--mkt-green);
  font-weight: 800;
}

.mkt-newsletter-signup-flow__missing {
  box-sizing: border-box;
  max-width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(100, 93, 78, 0.16);
  border-radius: var(--mkt-radius-sm);
}

.mkt-newsletter-signup-flow .cf-turnstile {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 2px 0 0;
  overflow: hidden;
  border-radius: 14px;
}

.mkt-newsletter-signup-flow .cf-turnstile iframe {
  max-width: 100%;
}

@media (min-width: 560px) {
  .mkt-newsletter-signup-flow__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mkt-content-newsletter-cta {
  display: grid;
  gap: 12px;
  margin: clamp(28px, 5vw, 48px) 0;
  padding: clamp(24px, 4vw, 38px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 24px;
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-content-newsletter-cta h2 {
  margin: 0;
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.mkt-content-newsletter-cta p:not(.mkt-kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--mkt-muted);
}

.mkt-familitime-teaser {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0;
  padding: clamp(28px, 4vw, 44px);
  background: rgba(119, 137, 90, 0.12);
  border: 1px solid rgba(119, 137, 90, 0.22);
  border-radius: 24px;
}

.mkt-familitime-teaser h2 {
  max-width: 680px;
  font-size: clamp(25px, 2.4vw, 36px);
}

.mkt-familitime-teaser p:not(.mkt-status-pill) {
  max-width: 680px;
  color: var(--mkt-muted);
}

.mkt-familitime-teaser > a {
  flex: 0 0 auto;
  color: var(--mkt-forest-deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mkt-status-pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 14px;
  color: #fff;
  background: var(--mkt-sage);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-status-pill span {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 999px;
}

.mkt-promise-statement {
  max-width: 900px;
  margin: clamp(44px, 6vw, 76px) auto;
  text-align: center;
}

.mkt-promise-statement h2 {
  font-size: clamp(30px, 4vw, 56px);
}

.mkt-theme-site-footer {
  margin-top: var(--mkt-space-pre-footer);
  background: transparent;
  border-top: 0;
}

.mkt-theme-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 0.9fr));
  gap: 28px;
  padding: var(--mkt-space-footer) clamp(24px, 4vw, 52px) clamp(44px, 6vw, 72px);
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(42, 37, 31, 0.04);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4);
}

.mkt-theme-footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.mkt-theme-footer-brand .mkt-theme-brand {
  align-self: start;
}

.mkt-theme-footer-brand .mkt-theme-brand img {
  width: 170px;
  max-width: 100%;
}

.mkt-theme-site-footer h2 {
  margin: 0 0 14px;
  color: var(--mkt-forest-deep);
  font-family: var(--mkt-font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mkt-theme-site-footer p,
.mkt-theme-site-footer a {
  color: #686154;
  font-size: 14px;
  line-height: 1.55;
}

.mkt-theme-footer-nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.mkt-theme-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 24px clamp(24px, 4vw, 52px) clamp(34px, 5vw, 56px);
  background: var(--mkt-cream-soft);
  color: #837b6e;
  border-top: 1px solid rgba(100, 93, 78, 0.16);
  font-size: 13px;
}

.mkt-visual-centre {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
}

.mkt-visual-centre__toggle {
  width: 48px;
  min-height: 48px;
  padding: 0;
  background: var(--mkt-forest);
  box-shadow: var(--mkt-shadow);
}

.mkt-visual-centre__panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(320px, calc(100vw - 36px));
  padding: 18px;
  background: var(--mkt-cream-soft);
  border: 1px solid var(--mkt-line);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-shadow);
}

.mkt-visual-centre__panel[hidden] {
  display: none;
}

.mkt-visual-centre__panel h2 {
  font-family: var(--mkt-font-body);
  font-size: 15px;
  font-weight: 800;
}

.mkt-visual-centre__field {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.mkt-visual-centre__field label {
  font-size: 13px;
  font-weight: 700;
}

.mkt-visual-centre__actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.mkt-visual-centre__actions button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .mkt-theme-site-header__inner,
  .mkt-front-hero__grid,
  .mkt-theme-site-footer__inner,
  .mkt-standard-hero__inner,
  .mkt-utility-hero__inner,
  .mkt-standard-stats__grid,
  .mkt-standard-card-grid,
  .mkt-master-hero__inner,
  .mkt-master-stats__grid,
  .mkt-master-card-grid,
  .mkt-master-split__inner,
  .mkt-master-pricing,
  .mkt-legal-master__layout,
  .mkt-recipe-header__inner,
  .mkt-recipe-layout,
  .mkt-recipe-related__grid,
  .mkt-hub-hero__grid,
  .mkt-hub-intro__grid,
  .mkt-hub-card--lead a,
  .mkt-hub-printable__grid,
  .mkt-hub-master-intro,
  .mkt-hub-master-printable,
  .mkt-newsletter-module {
    grid-template-columns: 1fr;
  }

  .mkt-club-hero__panel,
  .mkt-landing-hero--split .mkt-landing-hero__panel,
  .mkt-landing-stat-grid,
  .mkt-landing-card-grid,
  .mkt-landing-offer-grid,
  .mkt-landing-detail-grid,
  .mkt-landing-entry-grid,
  .mkt-landing-story-panel,
  .mkt-landing-result-grid,
  .mkt-club-benefit-grid,
  .mkt-club-pack-grid,
  .mkt-club-tier-grid,
  .mkt-club-voice-grid,
  .mkt-club-how-card > div,
  .mkt-landing-format-grid,
  .mkt-landing-mini-grid,
  .mkt-landing-step-row {
    grid-template-columns: 1fr;
  }

  .mkt-club-hero,
  .mkt-landing-hero {
    padding-top: 18px;
  }

  .mkt-club-hero__copy {
    padding: 36px 24px;
  }

  .mkt-club-hero h1,
  .mkt-landing-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mkt-club-hero__image {
    min-height: 300px;
  }

  .mkt-landing-hero__panel {
    min-height: 0;
    padding: 36px 24px;
  }

  .mkt-club-section {
    margin-top: 58px;
  }

  .mkt-club-section-header {
    display: grid;
    align-items: start;
  }

  .mkt-club-benefit-grid,
  .mkt-club-pack-grid,
  .mkt-club-tier-grid,
  .mkt-club-voice-grid {
    gap: 18px;
  }

  .mkt-club-how-card,
  .mkt-club-final-cta .mkt-theme-container,
  .mkt-landing-format-panel,
  .mkt-landing-story-panel,
  .mkt-landing-dark-form {
    padding: 34px 24px;
  }

  .mkt-club-actions .mkt-button {
    width: 100%;
  }

  .mkt-theme-site-header__inner {
    min-height: 68px;
    gap: 14px;
    padding-block: 10px;
  }

  .mkt-theme-brand img {
    width: 148px;
    max-width: 148px;
  }

  .mkt-theme-primary-nav {
    display: none;
    align-items: start;
    justify-content: start;
    gap: 14px;
    padding-bottom: 18px;
  }

  .mkt-theme-site-header[data-menu-open="true"] .mkt-theme-primary-nav {
    display: grid;
  }

  .mkt-primary-nav-list {
    display: grid;
    width: 100%;
    gap: 8px;
    white-space: normal;
  }

  .mkt-theme-primary-nav a {
    width: 100%;
    min-height: 42px;
  }

  .mkt-theme-site-header[data-menu-open="true"] .mkt-nav-dropdown {
    position: static;
    display: grid;
    min-width: 0;
    margin: 2px 0 6px;
    padding: 8px 0 8px 14px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: rgba(255, 253, 250, 0.66);
    border-radius: var(--mkt-radius-md);
    box-shadow: none;
  }

  .mkt-theme-header-actions {
    position: absolute;
    right: 16px;
    top: 12px;
  }

  .mkt-menu-toggle {
    display: inline-flex;
  }

  .mkt-front-hero {
    padding-top: 34px;
  }

  .mkt-hero-search {
    grid-template-columns: 1fr;
    border-radius: var(--mkt-radius-md);
  }

  .mkt-search-form {
    grid-template-columns: 1fr;
    border-radius: var(--mkt-radius-md);
  }

  .mkt-utility-search-form {
    grid-template-columns: 1fr;
  }

  .mkt-utility-hero__inner > *,
  .mkt-utility-search,
  .mkt-utility-search-form,
  .mkt-utility-search-form > * {
    min-width: 0;
    max-width: 100%;
  }

  .mkt-utility-search-form .mkt-button {
    width: 100%;
  }

  .mkt-archive-grid {
    grid-template-columns: 1fr;
  }

  .mkt-hub-card-grid,
  .mkt-hub-master-card-grid,
  .mkt-utility-grid,
  .mkt-community-grid,
  .mkt-moment-grid,
  .mkt-design-card-grid,
  .mkt-article-related__grid,
  .mkt-benefit-grid,
  .mkt-preview-grid,
  .mkt-printable-library__grid,
  .mkt-competition-hero__inner {
    grid-template-columns: 1fr;
  }

  .mkt-section-heading,
  .mkt-competition-strip .mkt-theme-container,
  .mkt-master-dark-band__inner,
  .mkt-family-perks-block,
  .mkt-standard-cta,
  .mkt-hub-master-familitime {
    display: grid;
    align-items: start;
  }

  .mkt-printable-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .mkt-standard-hero {
    padding-top: 36px;
  }

  .mkt-standard-hero__copy h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .mkt-master-hero__copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .mkt-legal-switcher {
    position: static;
  }

  .mkt-master-actions .mkt-button,
  .mkt-master-dark-band .mkt-button,
  .mkt-master-form-card .mkt-button {
    width: 100%;
  }

  .mkt-standard-hero__panel {
    min-height: 280px;
    border-radius: 22px;
  }

  .mkt-standard-hero__actions,
  .mkt-standard-cta {
    align-items: stretch;
  }

  .mkt-standard-hero__actions .mkt-button,
  .mkt-standard-cta .mkt-button {
    width: 100%;
  }

  .mkt-article-header {
    padding-top: 36px;
  }

  .mkt-article-header h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mkt-article-meta-panel,
  .mkt-article-printable-cta,
  .mkt-article-actions {
    align-items: stretch;
  }

  .mkt-article-actions,
  .mkt-article-printable-cta {
    display: grid;
  }

  .mkt-article-actions :where(a, button),
  .mkt-article-printable-cta .mkt-button {
    width: 100%;
  }

  .mkt-article-hero img {
    max-height: 380px;
    border-radius: 22px;
  }

  .mkt-article-content .wp-block-embed__wrapper iframe {
    min-height: 220px;
  }

  .mkt-article-content > p:first-of-type::first-letter {
    font-size: 64px;
  }

  .mkt-recipe-header {
    padding-top: 36px;
  }

  .mkt-recipe-header h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mkt-recipe-stats,
  .mkt-recipe-nutrition > div {
    grid-template-columns: 1fr 1fr;
  }

  .mkt-recipe-hero img {
    max-height: 380px;
    border-radius: 22px;
  }

  .mkt-recipe-layout {
    margin-top: 42px;
  }

  .mkt-recipe-ingredients {
    position: static;
  }

  .mkt-printable-hero__preview,
  .mkt-printable-hero__preview img {
    min-height: 310px;
  }

  .mkt-printable-download-card {
    grid-template-columns: 1fr;
  }

  .mkt-printable-download-card__preview {
    min-height: 280px;
    max-height: 460px;
  }

  .mkt-printable-download-card__actions {
    display: grid;
  }

  .mkt-printable-download-card__actions .mkt-button {
    width: 100%;
  }

  .mkt-hub-master {
    padding-top: 16px;
  }

  .mkt-hub-master__canvas {
    max-width: calc(100% - 32px);
  }

  .mkt-hub-master-hero {
    height: min(520px, 74vh);
    border-radius: 22px;
  }

  .mkt-hub-master-hero__copy {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .mkt-hub-master-intro {
    gap: 24px;
    margin-top: 46px;
  }

  .mkt-hub-master-lead,
  .mkt-hub-master-section,
  .mkt-hub-master-seasonal,
  .mkt-hub-master-printable,
  .mkt-hub-master .mkt-newsletter-module {
    margin-top: 52px;
  }

  .mkt-hub-master-section__head {
    display: grid;
    align-items: start;
  }

  .mkt-hub-master-lead__panel {
    min-height: 430px;
  }

  .mkt-hub-master-lead__copy {
    padding: 30px 24px;
  }

  .mkt-hub-master-seasonal {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .mkt-hub-master-seasonal__grid,
  .mkt-hub-master-moment-rail {
    display: grid;
    grid-auto-columns: minmax(220px, 78vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .mkt-hub-master-seasonal__grid a,
  .mkt-hub-master-moment-rail a {
    scroll-snap-align: start;
  }

  .mkt-hub-master-printable > div,
  .mkt-hub-master-familitime,
  .mkt-hub-master .mkt-newsletter-module {
    padding: 32px 24px;
  }

  .mkt-hub-master .mkt-newsletter-module,
  .mkt-hub-master .mkt-newsletter-module form,
  .mkt-hub-master-familitime {
    display: grid;
  }

  .mkt-hub-master .mkt-newsletter-module input {
    width: 100%;
  }

  .mkt-hub-card--lead img,
  .mkt-hub-card--lead .mkt-hub-card__body {
    grid-column: auto;
    grid-row: auto;
  }

  .mkt-newsletter-module form {
    grid-template-columns: 1fr;
  }

  .mkt-familitime-teaser {
    display: grid;
  }

  .mkt-theme-site-footer__inner {
    gap: 26px;
  }
}

.mkt-competition-launch {
  overflow: hidden;
  background: var(--mkt-cream);
}

.mkt-competition-launch__hero {
  padding: 18px 0 0;
}

.mkt-competition-launch__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  min-height: 560px;
  padding: clamp(38px, 6vw, 72px);
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 28px;
  box-shadow: 0 42px 90px -54px rgba(42, 37, 31, 0.76);
}

.mkt-competition-launch__hero-copy {
  min-width: 0;
}

.mkt-competition-launch__hero-copy .mkt-kicker {
  color: #aec28a;
}

.mkt-competition-launch__hero-copy h1 {
  max-width: 690px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 82px);
  font-weight: 450;
  line-height: 0.98;
}

.mkt-competition-launch__hero-copy > p:not(.mkt-kicker, .mkt-competition-launch__pill) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.mkt-competition-launch__pill {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 22px;
  padding: 8px 15px;
  color: var(--mkt-forest-deep);
  background: var(--mkt-coral);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mkt-competition-launch__pill span {
  width: 8px;
  height: 8px;
  background: currentcolor;
  border-radius: 999px;
}

.mkt-competition-launch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mkt-competition-launch__hero-image {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #d8e9f3;
  border-radius: 22px;
  box-shadow: 0 32px 70px -34px rgba(0, 0, 0, 0.58);
}

.mkt-competition-launch__hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(22, 26, 18, 0.62));
  content: "";
  pointer-events: none;
}

.mkt-competition-launch__hero-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 54% center;
}

.mkt-competition-launch__hero-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mkt-competition-launch__summary {
  padding: 22px 0 0;
}

.mkt-competition-launch__summary-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 0.9fr;
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-competition-launch__summary-grid > div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 24px 26px;
  border-right: 1px solid rgba(100, 93, 78, 0.12);
}

.mkt-competition-launch__summary-grid > div:last-child {
  border-right: 0;
}

.mkt-competition-launch__summary-grid span,
.mkt-competition-launch__detail-grid span {
  color: var(--mkt-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mkt-competition-launch__summary-grid strong {
  color: var(--mkt-ink);
  font-size: 14px;
  line-height: 1.4;
}

.mkt-competition-launch__prize,
.mkt-competition-launch__entry,
.mkt-competition-launch__details {
  padding: var(--mkt-space-section) 0;
}

.mkt-competition-launch__prize-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.mkt-competition-launch__picnic-image {
  margin: 0;
  overflow: hidden;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.14);
  border-radius: 22px;
  box-shadow: var(--mkt-shadow);
}

.mkt-competition-launch__picnic-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.mkt-competition-launch__prize-copy h2,
.mkt-competition-launch__entry-copy h2,
.mkt-competition-launch__details h2 {
  max-width: 780px;
  margin: 8px 0 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 450;
  line-height: 1.02;
}

.mkt-competition-launch__prize-copy > p:not(.mkt-kicker),
.mkt-competition-launch__entry-copy > p:not(.mkt-kicker) {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--mkt-muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.62;
}

.mkt-competition-launch__prize-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.mkt-competition-launch__prize-cards article,
.mkt-competition-launch__detail-grid article {
  padding: 24px;
  background: var(--mkt-cream-soft);
  border: 1px solid rgba(100, 93, 78, 0.13);
  border-radius: var(--mkt-radius-lg);
  box-shadow: var(--mkt-soft-shadow);
}

.mkt-competition-launch__prize-cards article > span {
  color: var(--mkt-sage);
  font-family: var(--mkt-font-display);
  font-size: 28px;
  font-weight: 500;
}

.mkt-competition-launch__prize-cards h3 {
  margin: 8px 0 0;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.08;
}

.mkt-competition-launch__prize-cards p {
  margin: 10px 0 0;
  color: var(--mkt-muted);
  line-height: 1.55;
}

.mkt-competition-launch__terms-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--mkt-forest-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mkt-competition-launch__entry {
  background: var(--mkt-cream-deep);
}

.mkt-competition-launch__entry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: start;
}

.mkt-competition-launch__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.mkt-competition-launch__steps li {
  display: grid;
  gap: 8px;
}

.mkt-competition-launch__steps span {
  color: #b8aa94;
  font-family: var(--mkt-font-display);
  font-size: 32px;
  font-weight: 500;
}

.mkt-competition-launch__steps strong {
  font-size: 14px;
  line-height: 1.35;
}

.mkt-competition-launch__privacy-note {
  padding: 18px 20px;
  background: rgba(255, 253, 250, 0.55);
  border-left: 3px solid var(--mkt-sage);
  border-radius: 0 var(--mkt-radius-md) var(--mkt-radius-md) 0;
  font-size: 14px !important;
}

.mkt-competition-form-card {
  min-width: 0;
  padding: clamp(26px, 4vw, 38px);
  color: #fff;
  background: var(--mkt-forest-deep);
  border-radius: 24px;
  box-shadow: 0 42px 90px -52px rgba(42, 37, 31, 0.78);
}

.mkt-competition-form-card .mkt-kicker {
  color: #aec28a;
}

.mkt-competition-form-card h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1.05;
}

.mkt-competition-form-card > p,
.mkt-competition-form__heading > p:not(.mkt-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.mkt-competition-form {
  display: grid;
  gap: 16px;
}

.mkt-competition-form__heading {
  margin-bottom: 4px;
}

.mkt-competition-form__two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mkt-competition-form label:not(.mkt-competition-form__consent) {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
}

.mkt-competition-form :where(input[type="text"], input[type="email"], input[type="tel"], select) {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--mkt-radius-md);
  font-family: var(--mkt-font-body);
  font-size: 16px;
}

.mkt-competition-form select {
  color-scheme: dark;
}

.mkt-competition-form :where(input, select):focus {
  border-color: var(--mkt-coral);
  box-shadow: 0 0 0 3px rgba(255, 110, 114, 0.2);
  outline: 0;
}

.mkt-competition-form__consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.5px;
  line-height: 1.5;
  cursor: pointer;
}

.mkt-competition-form__consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--mkt-coral);
}

.mkt-competition-form__consent a,
.mkt-competition-form__legal a {
  color: #c4d7a0;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mkt-competition-form__turnstile {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--mkt-radius-md);
}

.mkt-competition-form__turnstile .cf-turnstile,
.mkt-competition-form__turnstile iframe {
  max-width: 100%;
}

.mkt-competition-form .mkt-button {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
  border: 0;
}

.mkt-competition-form .mkt-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.mkt-competition-form__legal {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11.5px;
  line-height: 1.5;
  text-align: center;
}

.mkt-competition-form__status {
  min-height: 0;
  padding: 0;
  border-radius: var(--mkt-radius-sm);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.mkt-competition-form__status:not(:empty) {
  padding: 12px 14px;
}

.mkt-competition-form__status[data-status="error"] {
  color: #fff;
  background: rgba(255, 110, 114, 0.18);
  border: 1px solid rgba(255, 110, 114, 0.46);
}

.mkt-competition-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.mkt-competition-form__success {
  padding: 18px 0 8px;
  text-align: center;
}

.mkt-competition-form__success > span {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  place-items: center;
  color: var(--mkt-forest-deep);
  background: #aec28a;
  border-radius: 999px;
  font-size: 30px;
  font-weight: 800;
}

.mkt-competition-form__success p {
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.mkt-competition-launch__details {
  padding-bottom: 0;
}

.mkt-competition-launch__detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.mkt-competition-launch__detail-grid article {
  display: grid;
  gap: 10px;
}

.mkt-competition-launch__detail-grid strong {
  font-size: 15px;
  line-height: 1.45;
}

.mkt-competition-launch__condition {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 22px 24px;
  color: var(--mkt-muted);
  background: rgba(255, 253, 250, 0.6);
  border: 1px solid rgba(100, 93, 78, 0.12);
  border-radius: var(--mkt-radius-lg);
}

.mkt-competition-launch__condition p {
  margin: 0;
  line-height: 1.58;
}

.mkt-competition-launch__condition a {
  color: var(--mkt-forest-deep);
  font-weight: 750;
}

@media (max-width: 960px) {
  .mkt-competition-launch__hero-grid,
  .mkt-competition-launch__prize-grid,
  .mkt-competition-launch__entry-grid {
    grid-template-columns: 1fr;
  }

  .mkt-competition-launch__hero-grid {
    padding: 42px;
  }

  .mkt-competition-launch__hero-image {
    min-height: 360px;
  }

  .mkt-competition-launch__hero-image img {
    min-height: 360px;
  }

  .mkt-competition-launch__summary-grid,
  .mkt-competition-launch__detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mkt-competition-launch__summary-grid > div:nth-child(2) {
    border-right: 0;
  }

  .mkt-competition-launch__summary-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(100, 93, 78, 0.12);
  }
}

@media (max-width: 620px) {
  .mkt-competition-launch__hero {
    padding-top: 8px;
  }

  .mkt-competition-launch__hero-grid {
    max-width: calc(100% - 24px);
    gap: 28px;
    min-height: 0;
    padding: 32px 22px 22px;
    border-radius: 22px;
  }

  .mkt-competition-launch__hero-copy h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .mkt-competition-launch__actions {
    display: grid;
  }

  .mkt-competition-launch__actions .mkt-button {
    width: 100%;
  }

  .mkt-competition-launch__hero-image,
  .mkt-competition-launch__hero-image img {
    min-height: 270px;
  }

  .mkt-competition-launch__summary {
    padding-top: 14px;
  }

  .mkt-competition-launch__summary-grid,
  .mkt-competition-launch__detail-grid,
  .mkt-competition-launch__prize-cards,
  .mkt-competition-launch__steps,
  .mkt-competition-form__two-column {
    grid-template-columns: 1fr;
  }

  .mkt-competition-launch__summary-grid > div {
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(100, 93, 78, 0.12);
  }

  .mkt-competition-launch__summary-grid > div:last-child {
    border-bottom: 0;
  }

  .mkt-competition-launch__prize,
  .mkt-competition-launch__entry,
  .mkt-competition-launch__details {
    padding: 50px 0;
  }

  .mkt-competition-launch__prize-copy h2,
  .mkt-competition-launch__entry-copy h2,
  .mkt-competition-launch__details h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .mkt-competition-form-card {
    padding: 26px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
