.mkt-master {
  --mkt-cream: #f4ede3;
  --mkt-paper: #fbf7f2;
  --mkt-kitchen: #efe6d8;
  --mkt-ink: #2a251f;
  --mkt-forest: #2a2e22;
  --mkt-muted: #8a8076;
  --mkt-soft-muted: #6b6357;
  --mkt-line: rgba(42, 37, 31, 0.1);
  --mkt-green: #77895a;
  --mkt-light-green: #a8ba82;
  --mkt-rose: #b0563e;
  --mkt-clay: #a0673a;
  --mkt-coral: #ff6e72;
  min-height: 100vh;
  color: var(--mkt-ink);
  background: var(--mkt-cream);
  font-family: var(--mkt-font-body);
  -webkit-font-smoothing: antialiased;
}

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

.mkt-master a {
  color: inherit;
  text-decoration: none;
}

.mkt-master img {
  display: block;
  width: 100%;
  height: auto;
}

.mkt-master h1,
.mkt-master h2,
.mkt-master h3,
.mkt-master p,
.mkt-master figure {
  margin: 0;
}

.mkt-master h1,
.mkt-master h2,
.mkt-master h3 {
  font-family: var(--mkt-font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.mkt-master button,
.mkt-master input {
  font: inherit;
}

.mkt-master-container {
  width: 1320px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding: 24px 0 0;
}

.mkt-master main {
  display: block;
}

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

.mkt-master-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.mkt-master-cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.78), rgba(26, 30, 22, 0.16) 60%, rgba(26, 30, 22, 0.3));
}

.mkt-master-cover-copy {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 46px;
}

.mkt-master-cover-label,
.mkt-master-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
}

.mkt-master-cover-label {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.mkt-master-cover-label span:first-child,
.mkt-master-status-pill span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9da0;
}

.mkt-master-cover-label span:last-child,
.mkt-master-status-pill span:last-child {
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkt-master-cover h1 {
  max-width: 680px;
  margin-top: 16px;
  color: #fff;
  font-size: 62px;
  line-height: 1.04;
  letter-spacing: 0;
}

.mkt-master-cover-copy > p {
  max-width: 540px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.mkt-master-cover-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.mkt-master-search-form {
  width: min(100%, 400px);
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 22px;
  background: rgba(251, 247, 242, 0.94);
  border-radius: 999px;
  box-shadow: 0 16px 30px -20px rgba(0, 0, 0, 0.4);
}

.mkt-master-search-form input {
  min-width: 0;
  flex: 1;
  color: var(--mkt-ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.mkt-master-search-form input::placeholder {
  color: var(--mkt-muted);
}

.mkt-master-search-form button {
  min-height: 42px;
  padding: 0 22px;
  color: #fff;
  background: var(--mkt-coral);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.mkt-master-browse-link,
.mkt-master-text-link {
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
}

.mkt-master-browse-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  background: rgba(255, 110, 114, 0.92);
  border-radius: 999px;
}

.mkt-master-section,
.mkt-master-kitchen,
.mkt-master-experiences,
.mkt-master-podcast,
.mkt-master-newsletter,
.mkt-master-familitime,
.mkt-master-promise {
  margin-top: 80px;
}

.mkt-master-section:first-child {
  margin-top: 88px;
}

/* Podcast remains available at its own route but is post-launch on the homepage. */
.mkt-master-podcast {
  display: none !important;
}

.mkt-master-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.mkt-master-section-head h2 {
  max-width: 680px;
  margin-top: 8px;
  font-size: 36px;
  line-height: 1.05;
}

.mkt-master-section:first-of-type .mkt-master-section-head h2 {
  margin-top: 10px;
  font-size: 48px;
}

.mkt-master-section-head p {
  max-width: 520px;
  margin-top: 12px;
  color: var(--mkt-muted);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.5;
}

.mkt-master-text-link {
  flex: 0 0 auto;
  color: var(--mkt-green);
}

.mkt-master-text-link.is-rose {
  color: var(--mkt-rose);
}

.mkt-master-text-link.is-clay {
  color: var(--mkt-clay);
}

.mkt-master-eyebrow {
  color: var(--mkt-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mkt-master-eyebrow.is-rose {
  color: var(--mkt-rose);
}

.mkt-master-eyebrow.is-clay {
  color: var(--mkt-clay);
}

.mkt-master-eyebrow.is-coral {
  color: #ff9da0;
}

.mkt-master-this-week-grid,
.mkt-master-monthly-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.mkt-master-image-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  display: block;
  background: #cfc4b2;
  border-radius: 18px;
}

.mkt-master-image-card.is-large {
  min-height: 520px;
  border-radius: 24px;
}

.mkt-master-image-card.is-recipe {
  min-height: 340px;
  border-radius: 20px;
}

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

.mkt-master-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.88), transparent 58%);
}

.mkt-master-image-card.is-large .mkt-master-card-shade {
  background: linear-gradient(to top, rgba(26, 30, 22, 0.9), transparent 60%);
}

.mkt-master-image-card-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
}

.mkt-master-image-card.is-large .mkt-master-image-card-copy {
  left: 36px;
  right: 36px;
  bottom: 36px;
}

.mkt-master-image-card-copy h3 {
  max-width: 500px;
  margin-top: 8px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.14;
}

.mkt-master-image-card.is-large h3 {
  margin-top: 12px;
  font-size: 42px;
  line-height: 1.06;
}

.mkt-master-image-card.is-recipe h3 {
  max-width: 380px;
  font-size: 30px;
  line-height: 1.1;
}

.mkt-master-image-card-copy p {
  max-width: 440px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
}

.mkt-master-image-card.is-large p {
  margin-top: 12px;
  font-size: 15.5px;
}

.mkt-master-week-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mkt-master-story-tile {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 26px;
  background: var(--mkt-paper);
  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-master-story-tile h3 {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.16;
}

.mkt-master-kitchen {
  padding: 44px 48px;
  background: var(--mkt-kitchen);
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(42, 37, 31, 0.05);
}

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

.mkt-master-kitchen-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mkt-master-kitchen-small {
  flex: 1;
  min-height: 150px;
  display: flex;
  overflow: hidden;
  background: var(--mkt-paper);
  border-radius: 18px;
  box-shadow: 0 14px 34px -26px rgba(42, 37, 31, 0.4), 0 0 0 1px rgba(42, 37, 31, 0.04);
}

.mkt-master-kitchen-small img {
  width: 120px;
  flex: 0 0 120px;
  object-fit: cover;
}

.mkt-master-kitchen-small > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.mkt-master-kitchen-small h3 {
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.16;
}

.mkt-master-moment-rail {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: inline proximity;
}

.mkt-master-moment-card {
  position: relative;
  min-width: 170px;
  flex: 1 0 170px;
  height: 220px;
  overflow: hidden;
  background: #cfc4b2;
  border-radius: 18px;
  scroll-snap-align: start;
}

.mkt-master-moment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-master-moment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 30, 22, 0.8), transparent 65%);
}

.mkt-master-moment-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-family: var(--mkt-font-display);
  font-size: 20px;
  font-weight: 500;
}

.mkt-master-moment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.mkt-master-moment-tags a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #5c544b;
  background: var(--mkt-paper);
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
}

.mkt-master-experiences {
  padding: 48px 52px;
  color: #fff;
  background: var(--mkt-forest);
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-master-experiences .mkt-master-section-head h2 {
  color: #fff;
  font-size: 36px;
}

.mkt-master-experiences .mkt-master-text-link,
.mkt-master-experiences .mkt-master-eyebrow {
  color: var(--mkt-light-green);
}

.mkt-master-experience-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.mkt-master-experience-tile {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.mkt-master-experience-tile__image {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.mkt-master-experience-tile__body {
  min-height: 152px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.mkt-master-experience-tile.is-green {
  background: rgba(168, 186, 130, 0.14);
  border-color: rgba(168, 186, 130, 0.2);
}

.mkt-master-experience-tile h3 {
  margin-top: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.16;
}

.mkt-master-experience-tile p {
  margin-top: auto;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
}

.mkt-master-podcast {
  overflow: hidden;
  display: flex;
  background: #3a4433;
  border-radius: 28px;
  box-shadow: 0 40px 90px -50px rgba(42, 37, 31, 0.6);
}

.mkt-master-podcast-cover {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 32px;
  color: #fff;
  text-align: center;
  background: var(--mkt-forest);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mkt-master-podcast-mark {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  color: var(--mkt-cream);
  background: linear-gradient(150deg, var(--mkt-green), #4a5a3c);
  border-radius: 24px;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.6);
  font-family: var(--mkt-font-display);
  font-size: 64px;
  font-style: italic;
}

.mkt-master-podcast-cover h2 {
  margin-top: 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.mkt-master-podcast-cover p {
  margin-top: 6px;
  color: var(--mkt-light-green);
  font-size: 12.5px;
  font-weight: 600;
}

.mkt-master-podcast-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.mkt-master-podcast-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.mkt-master-podcast-actions a:first-child {
  background: var(--mkt-coral);
  border-color: var(--mkt-coral);
}

.mkt-master-episodes {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 44px;
}

.mkt-master-episodes-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.mkt-master-episodes-head a {
  color: var(--mkt-light-green);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mkt-master-episode-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mkt-master-episode {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.mkt-master-episode > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(168, 186, 130, 0.2);
  border-radius: 50%;
  font-size: 14px;
}

.mkt-master-episode h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.14;
}

.mkt-master-episode p {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
  font-weight: 500;
}

.mkt-master-monthly-grid {
  gap: 22px;
  margin-top: 30px;
}

.mkt-master-monthly-grid .mkt-master-image-card {
  min-height: 360px;
  border-radius: 22px;
}

.mkt-master-monthly-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mkt-master-horizontal-card {
  flex: 1;
  display: flex;
  overflow: hidden;
  background: var(--mkt-paper);
  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-master-horizontal-card img {
  width: 150px;
  flex: 0 0 150px;
  object-fit: cover;
}

.mkt-master-horizontal-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.mkt-master-horizontal-card h3 {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

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

.mkt-master-craft-card {
  overflow: hidden;
  background: var(--mkt-paper);
  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-master-craft-card figure {
  position: relative;
  height: 180px;
  background: #cfc4b2;
}

.mkt-master-craft-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mkt-master-craft-card figure span {
  position: absolute;
  top: 14px;
  left: 14px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--mkt-green);
  background: rgba(251, 247, 242, 0.95);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.mkt-master-craft-card > div {
  padding: 22px;
}

.mkt-master-craft-card h3,
.mkt-master-printable-card h3 {
  margin-top: 6px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.mkt-master-craft-card p,
.mkt-master-printable-card p {
  margin-top: 8px;
  color: var(--mkt-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}

.mkt-master-printable-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: var(--mkt-paper);
  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-master-printable-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-style: italic;
}

.mkt-master-printable-icon.is-green {
  color: var(--mkt-green);
  background: rgba(119, 137, 90, 0.16);
}

.mkt-master-printable-icon.is-rose {
  color: var(--mkt-rose);
  background: rgba(176, 86, 62, 0.14);
}

.mkt-master-printable-icon.is-clay {
  color: var(--mkt-clay);
  background: rgba(160, 103, 58, 0.14);
}

.mkt-master-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 52px;
  background: var(--mkt-paper);
  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-master-newsletter > div {
  max-width: 560px;
}

.mkt-master-newsletter h2 {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.12;
}

.mkt-master-newsletter p {
  margin-top: 12px;
  color: var(--mkt-muted);
  font-size: 15px;
  font-weight: 500;
}

.mkt-master-newsletter-form {
  flex: 0 1 390px;
  min-width: 300px;
}

.mkt-master-newsletter-form > input {
  width: 280px;
  height: 54px;
  padding: 0 22px;
  color: var(--mkt-ink);
  background: #fff;
  border: 1.5px solid rgba(42, 37, 31, 0.14);
  border-radius: 999px;
  outline: 0;
}

.mkt-master-newsletter-form > button {
  height: 54px;
  padding: 0 28px;
  color: #fff;
  background: var(--mkt-coral);
  border: 0;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
}

.mkt-master-newsletter-form--cta {
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
}

.mkt-master-newsletter-form--cta p {
  margin: 0;
  color: var(--mkt-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mkt-master-newsletter .mkt-newsletter-signup-flow {
  width: min(100%, 430px);
  padding: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(42, 37, 31, 0.08);
  border-radius: 22px;
  box-shadow: 0 16px 36px -30px rgba(42, 37, 31, 0.36);
}

.mkt-master-newsletter .mkt-newsletter-signup-flow__fields {
  gap: 14px;
}

.mkt-master-newsletter .mkt-newsletter-signup-flow label {
  color: var(--mkt-ink);
}

.mkt-master-newsletter .mkt-newsletter-signup-flow .cf-turnstile {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 4px 0;
  background: transparent;
  border: 0;
  border-radius: 14px;
}

.mkt-master-newsletter .mkt-newsletter-signup-flow button {
  font-size: 15px;
}

.mkt-master-newsletter .mkt-newsletter-signup-flow__note {
  max-width: 34rem;
}

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

.mkt-master-familitime__content {
  max-width: 760px;
}

.mkt-master-familitime__logo {
  display: block;
  width: min(220px, 58vw);
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
}

.mkt-master-status-pill {
  padding: 6px 14px;
  background: var(--mkt-green);
}

.mkt-master-status-pill span:first-child {
  width: 6px;
  height: 6px;
  background: #fff;
}

.mkt-master-status-pill span:last-child {
  font-size: 10.5px;
}

.mkt-master-familitime h2 {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.16;
}

.mkt-master-familitime p {
  margin-top: 10px;
  color: var(--mkt-soft-muted);
  font-size: 14.5px;
  font-weight: 500;
}

.mkt-master-familitime__trust {
  color: var(--mkt-ink) !important;
  font-weight: 700 !important;
}

.mkt-master-familitime__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.mkt-master-familitime__actions .mkt-button {
  color: #fff;
  white-space: nowrap;
}

.mkt-master-familitime__learn {
  color: var(--mkt-green);
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
}

.mkt-master-promise {
  padding: 0 0 20px;
  text-align: center;
}

.mkt-master-promise h2 {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 46px;
  line-height: 1.1;
}

.mkt-master-promise em {
  color: var(--mkt-green);
  font-style: italic;
}

.mkt-master-promise p {
  margin-top: 16px;
  color: var(--mkt-muted);
  font-size: 15px;
  font-weight: 500;
}

.mkt-master-ad-break {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 4px;
  margin-top: 56px;
  padding: 20px;
  color: rgba(42, 37, 31, 0.62);
  text-align: center;
  background:
    repeating-linear-gradient(135deg, rgba(119, 137, 90, 0.08) 0 10px, rgba(119, 137, 90, 0.14) 10px 20px),
    rgba(251, 247, 242, 0.72);
  border: 1px dashed rgba(119, 137, 90, 0.42);
  border-radius: 22px;
}

.mkt-master-ad-break span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mkt-master-ad-break strong {
  color: var(--mkt-ink);
  font-family: var(--mkt-font-display);
  font-size: 22px;
  font-weight: 400;
}

.mkt-master-ad-break small {
  font-size: 12px;
  font-weight: 700;
}

.mkt-master-ad-break.is-inline {
  min-height: 250px;
}

@media (max-width: 1120px) {
  .mkt-master-this-week-grid,
  .mkt-master-kitchen-grid,
  .mkt-master-experience-grid,
  .mkt-master-monthly-grid {
    grid-template-columns: 1fr;
  }

  .mkt-master-week-stack,
  .mkt-master-kitchen-column,
  .mkt-master-monthly-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .mkt-master-kitchen-column {
    grid-template-columns: repeat(2, 1fr);
  }

.mkt-master-podcast,
.mkt-master-newsletter,
.mkt-master-familitime {
    align-items: stretch;
    flex-direction: column;
  }

  .mkt-master-podcast-cover {
    width: 100%;
    flex-basis: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mkt-master-newsletter-form {
    align-self: flex-start;
  }

  .mkt-master-familitime__actions {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .mkt-master-container {
    max-width: calc(100% - 28px);
    padding-top: 14px;
  }

  .mkt-master-cover {
    height: 580px;
    border-radius: 24px;
  }

  .mkt-master-cover-copy {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .mkt-master-cover h1 {
    font-size: clamp(38px, 13vw, 52px);
  }

  .mkt-master-cover-actions,
  .mkt-master-section-head,
  .mkt-master-episodes-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mkt-master-search-form,
  .mkt-master-newsletter-form,
  .mkt-master-newsletter-form input,
  .mkt-master-newsletter-form button {
    width: 100%;
  }

  .mkt-master-search-form {
    max-width: none;
  }

  .mkt-master-section,
  .mkt-master-kitchen,
  .mkt-master-experiences,
  .mkt-master-podcast,
  .mkt-master-newsletter,
  .mkt-master-promise {
    margin-top: 58px;
  }

  .mkt-master-section:first-child {
    margin-top: 64px;
  }

  .mkt-master-section-head h2,
  .mkt-master-section:first-of-type .mkt-master-section-head h2,
  .mkt-master-experiences .mkt-master-section-head h2,
  .mkt-master-newsletter h2,
  .mkt-master-familitime h2,
  .mkt-master-promise h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .mkt-master-week-stack,
  .mkt-master-kitchen-column,
  .mkt-master-monthly-stack,
  .mkt-master-craft-grid,
  .mkt-master-printables-grid {
    grid-template-columns: 1fr;
  }

  .mkt-master-image-card.is-large {
    min-height: 420px;
  }

  .mkt-master-image-card.is-large h3 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .mkt-master-kitchen,
  .mkt-master-experiences,
  .mkt-master-newsletter,
  .mkt-master-familitime {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .mkt-master-kitchen-small,
  .mkt-master-horizontal-card {
    min-height: 132px;
  }

  .mkt-master-familitime__actions,
  .mkt-master-familitime__actions .mkt-button {
    width: 100%;
  }

  .mkt-master-familitime__actions .mkt-button {
    justify-content: center;
    white-space: normal;
  }

  .mkt-master-moment-card {
    flex-basis: 62vw;
    min-width: 62vw;
  }

  .mkt-master-experience-tile,
  .mkt-master-image-card {
    min-height: 220px;
  }

}

@media (max-width: 520px) {
  .mkt-master-cover {
    height: 620px;
  }

  .mkt-master-cover-label {
    max-width: 100%;
  }

  .mkt-master-cover-actions,
  .mkt-master-search-form {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  .mkt-master-search-form {
    padding: 12px;
  }

  .mkt-master-search-form input {
    min-height: 40px;
    padding: 0 8px;
  }

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

  .mkt-master-kitchen-small img,
  .mkt-master-horizontal-card img {
    width: 104px;
    flex-basis: 104px;
  }

  .mkt-master-podcast-actions,
  .mkt-master-episode {
    align-items: stretch;
    flex-direction: column;
  }

  .mkt-master-podcast-actions a {
    justify-content: center;
  }

  .mkt-master-ad-break {
    min-height: 96px;
  }
}
