/*
  Peach Static Starter
  Static migration styling for Mimi's Country Porch.
*/

:root {
  --mcp-cream: #fff7df;
  --mcp-page: #edd9be;
  --mcp-brown: #64381d;
  --mcp-green: #303a10;
  --mcp-green-dark: #23350f;
  --mcp-green-button: #344d18;
  --mcp-gold: #ffd777;
  --mcp-blue: #0f2334;
  --mcp-card: #ead7b5;
  --site-radius: 8px;
}

body {
  background: var(--mcp-page);
  color: var(--mcp-green);
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  line-height: 1.15;
}

a:not(.btn) {
  color: var(--mcp-brown);
  text-decoration: underline;
}

a:not(.btn):hover {
  color: var(--mcp-brown);
}

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

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
  outline: 3px solid rgba(255, 215, 119, 0.72);
  outline-offset: 3px;
  box-shadow: none;
}

.skip-link {
  background: var(--mcp-cream);
  border: 2px solid var(--mcp-brown);
  border-radius: 4px;
  color: var(--mcp-green);
  left: 1rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

.mcp-hero {
  background-image: url("../images/hero/mcp-hero-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--mcp-cream);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.mcp-hero::after {
  background: linear-gradient(to bottom, rgba(237, 217, 190, 0) 0%, rgba(237, 217, 190, 0.65) 62%, var(--mcp-page) 100%);
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.mcp-hero-overlay {
  background: linear-gradient(to bottom, rgba(5, 13, 35, 0.62) 0%, rgba(5, 13, 35, 0.25) 35%, rgba(5, 13, 35, 0.05) 100%);
  min-height: 760px;
  position: relative;
  z-index: 1;
}

body.interior .mcp-hero,
body.interior .mcp-hero-overlay {
  min-height: min(620px, 85vh);
}

body.interior .mcp-hero::after {
  background: linear-gradient(to bottom, rgba(237, 217, 190, 0) 0%, rgba(237, 217, 190, 0.72) 55%, var(--mcp-page) 100%);
  height: 140px;
}

body.interior .mcp-hero-overlay {
  background: none;
}

body.interior .mcp-hero-content {
  display: none;
}

.mcp-topbar {
  align-items: center;
  display: flex;
  height: 180px;
  padding: 0 5vw;
}

.mcp-header-right {
  position: relative;
}

.mcp-logo-link {
  display: inline-block;
}

.mcp-logo {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 420px;
  width: auto;
}

.mcp-utility {
  align-items: center;
  justify-content: flex-end;
}

.mcp-utility a {
  color: var(--mcp-cream);
  font-size: 15px;
  margin-left: 20px;
  text-decoration: none;
}

.mcp-utility a:nth-child(2) {
  margin-right: 16px;
}

.mcp-social {
  align-items: center;
  background: var(--mcp-cream);
  border-radius: 50%;
  color: #14203a !important;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  margin-left: 8px !important;
  text-decoration: none !important;
  width: 28px;
}

.mcp-utility a:not(.mcp-social):hover,
.mcp-utility a:not(.mcp-social):focus,
.mcp-mobile-links a:hover,
.mcp-mobile-links a:focus {
  color: var(--mcp-gold) !important;
  text-decoration: none;
}

.mcp-social:hover,
.mcp-social:focus {
  background: var(--mcp-gold);
  color: #14203a !important;
}

.mcp-navbar {
  align-items: center;
  display: flex;
  margin-top: 10px;
  min-height: 44px;
  padding: 0;
}

.mcp-navbar .container-fluid {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.mcp-navbar .navbar-toggler {
  align-items: center;
  border-color: rgba(255, 247, 223, 0.6);
  display: flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.mcp-nav-list {
  border-bottom: 1px solid rgba(255, 247, 223, 0.35);
  border-top: 1px solid rgba(255, 247, 223, 0.55);
  margin-left: auto;
}

.mcp-nav-list .nav-link {
  color: var(--mcp-cream) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding-bottom: 14px;
  padding-top: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mcp-nav-list .nav-link:hover,
.mcp-nav-list .nav-link:focus,
.mcp-nav-list .nav-link.active {
  color: var(--mcp-gold) !important;
}

.mcp-mobile-utility {
  display: none;
}

.mcp-hero-content {
  padding: 95px 5vw 80px;
}

.mcp-tagline {
  color: var(--mcp-cream);
  font-family: "Great Vibes", cursive;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.mcp-welcome {
  margin-top: -3rem;
  padding: 0 0 4rem;
}

.mcp-welcome .container {
  position: relative;
  z-index: 3;
}

.mcp-welcome h1,
.mcp-welcome h2 {
  color: var(--mcp-green);
  font-size: 2.2rem;
}

.mcp-welcome-panel {
  background: url("../images/content/welcome-bg.webp") center center / 100% 100% no-repeat;
  padding: 2.5rem 3rem;
  position: relative;
}

.mcp-heading-flourish {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  text-align: center;
}

.mcp-heading-flourish::before,
.mcp-heading-flourish::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 24px;
  width: 42px;
}

.mcp-heading-flourish::before {
  background-image: url("../images/icons/leaf-left.webp");
}

.mcp-heading-flourish::after {
  background-image: url("../images/icons/leaf-right.webp");
}

.mcp-leaf-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.mcp-leaf-list li {
  margin-bottom: 0.65rem;
  padding-left: 1.75rem;
  position: relative;
}

.mcp-leaf-list li::before {
  background: url("../images/icons/leaf-bullet.webp") center center / contain no-repeat;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.35rem;
  width: 15px;
}

.mcp-flower-vase {
  min-width: 100%;
}

.mcp-explore {
  padding: 0 0 4rem;
}

.mcp-explore h2 {
  color: var(--mcp-green);
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.mcp-explore-cards {
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.mcp-explore-cards>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.mcp-explore-card {
  background: var(--mcp-card);
  border: 1px solid rgba(100, 56, 29, 0.18);
  border-radius: var(--site-radius);
  box-shadow: 0 2px 6px rgba(59, 38, 15, 0.18);
  color: var(--mcp-green);
  overflow: hidden;
  text-align: center;
}

.mcp-explore-card-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mcp-explore-card .card-body {
  padding: 1rem;
}

.mcp-explore-card h3 {
  color: var(--mcp-green);
  font-size: 1.65rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.mcp-explore-card p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.mcp-btn-green,
.mcp-friend-btn {
  background: var(--mcp-green-button);
  border: 1px solid var(--mcp-green-dark);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 247, 223, 0.25), 0 2px 4px rgba(59, 38, 15, 0.25);
  color: var(--mcp-cream) !important;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.65rem 1rem;
}

.mcp-btn-green:hover,
.mcp-btn-green:focus,
.mcp-friend-btn:hover,
.mcp-friend-btn:focus {
  background: #415f20;
  color: var(--mcp-cream) !important;
}

.mcp-more-explore {
  background: var(--mcp-blue);
  border: 1px solid rgba(255, 247, 223, 0.18);
  border-radius: var(--site-radius);
  box-shadow: inset 0 1px 0 rgba(255, 247, 223, 0.12), 0 2px 6px rgba(59, 38, 15, 0.22);
  color: #f8dfaa;
  margin-top: 0.75rem;
  overflow: hidden;
  padding: 1.25rem 2rem;
}

.mcp-more-explore-img {
  max-height: 135px;
  object-fit: contain;
}

.mcp-more-explore h2 {
  color: #f8dfaa;
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.mcp-more-explore p {
  color: var(--mcp-cream);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 0;
}

.mcp-btn-cream {
  background: #f5ddb0;
  border: 1px solid #c79d5c;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #3b260f !important;
  font-size: 1rem;
  padding: 0.65rem 1.75rem;
}

.mcp-btn-cream:hover,
.mcp-btn-cream:focus {
  background: #ffe8bb;
  color: #3b260f !important;
}

.mcp-interior-wrapper {
  margin-top: -360px;
  padding: 0 0 4rem;
  position: relative;
  z-index: 3;
}

.mcp-interior-wrapper .container {
  max-width: 980px;
}

.mcp-page-panel {
  background: rgba(255, 247, 223, 0.94);
  border: 1px solid rgba(100, 56, 29, 0.12);
  border-radius: var(--site-radius);
  box-shadow: 0 2px 8px rgba(59, 38, 15, 0.12);
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
}

.mcp-page-panel h1 {
  color: #101820;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.mcp-page-panel h2,
.mcp-page-panel h3 {
  color: #101820;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.25rem;
}

.mcp-page-panel h2 {
  font-size: 1.2rem;
}

.mcp-page-panel h3 {
  font-size: 1.1rem;
}

.mcp-page-panel ul {
  margin-bottom: 1.25rem;
}

.mcp-page-panel p,
.mcp-page-panel li {
  color: #111111;
  font-size: 1rem;
  line-height: 1.5;
}

.mcp-page-panel section {
  margin-top: 1.75rem;
}

.mcp-page-panel .lead {
  color: var(--mcp-green-dark);
  font-size: 1.15rem;
}

.mcp-article-image,
.mcp-section-image,
.mcp-page-panel figure {
  margin: 1.5rem auto;
}

.mcp-article-image img,
.mcp-section-image img,
.mcp-page-panel figure img,
.mcp-hero-image {
  border-radius: var(--site-radius);
  box-shadow: 0 2px 8px rgba(59, 38, 15, 0.18);
  margin-left: auto;
  margin-right: auto;
}

.mcp-article-image img,
.mcp-hero-image {
  max-height: 420px;
  object-fit: contain;
}

.youtube-embed {
  max-width: 760px;
}

.youtube-embed iframe {
  border: 0;
  border-radius: var(--site-radius);
}

.youtube-embed figcaption {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-align: center;
}

.mcp-feature-box,
.mcp-theme-card,
.mcp-klub-card,
.mcp-friend-card {
  background: rgba(234, 215, 181, 0.48);
  border: 1px solid rgba(100, 56, 29, 0.14);
  border-radius: var(--site-radius);
  box-shadow: 0 1px 4px rgba(59, 38, 15, 0.12);
}

.mcp-feature-box,
.mcp-theme-card {
  margin: 1.25rem 0;
  padding: 1.25rem;
}

.keppe-klubs-page .mcp-content {
  margin-bottom: 3rem;
}

.keppe-klubs-page .lead {
  font-size: 1.25rem;
}

.keppe-klubs-page h2,
.keppe-klubs-page h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.keppe-klubs-page h2 {
  font-size: 1.65rem;
  margin-top: 2.5rem;
}

.keppe-klubs-page h3 {
  font-size: 1.15rem;
}

.mcp-two-col-list {
  columns: 2;
  column-gap: 3rem;
}

.mcp-keppe-note {
  background: #fff8e8;
  border-left: 6px solid #d49a2a;
  border-radius: 12px;
  padding: 2rem;
}

.mcp-keppe-note .eyebrow {
  color: #1c5798;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mcp-klub-grid,
.mcp-friend-grid {
  margin-top: 1.25rem;
}

.mcp-klub-card,
.mcp-friend-card {
  height: 100%;
  overflow: hidden;
}

.mcp-friend-card {
  display: flex;
  flex-direction: column;
}

.mcp-klub-card {
  background: #ffffff;
  border: 1px solid rgba(28, 87, 152, 0.2);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.mcp-klub-card img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mcp-friend-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.mcp-klub-card-body {
  padding: 1.25rem;
}

.mcp-klub-card h3,
.mcp-friend-card h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.9rem;
}

.mcp-klub-card h3 {
  color: #1c5798;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.mcp-klub-card p {
  margin-bottom: 0.75rem;
}

.mcp-klub-card .mimi-note {
  color: #5b4630;
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 0;
}

.mcp-friend-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.mcp-role,
.mcp-special {
  font-size: 0.95rem;
}

.mcp-special {
  flex: 1;
}

.mcp-friend-btn {
  margin-top: auto;
  width: 100%;
}

.mcp-friend-modal .modal-content {
  background: var(--mcp-cream);
  color: var(--mcp-green);
}

.mcp-friend-modal .modal-title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.mcp-modal-img {
  border-radius: var(--site-radius);
  margin: 0 auto 1rem;
  max-height: 360px;
  object-fit: contain;
}

.mcp-poem,
.mcp-closing {
  background: rgba(255, 247, 223, 0.6);
  border-left: 4px solid rgba(100, 56, 29, 0.38);
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
}

.mcp-content-image {
  border: 1px solid rgba(100, 56, 29, 0.18);
  box-shadow: none;
  margin-top: 5rem;
}

.page-keppe-klub {
  --keppe-cream: #fff8e8;
  --keppe-parchment: #f6e6c7;
  --keppe-blue: #163f72;
  --keppe-blue-dark: #102a4b;
  --keppe-gold: #c38a2b;
  --keppe-green: #30461c;
  --keppe-ink: #17202b;
}

.page-keppe-klub .mcp-page-panel {
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.97), rgba(246, 230, 199, 0.96)),
    var(--keppe-cream);
  border-color: rgba(99, 56, 29, 0.2);
  overflow: hidden;
}

.page-keppe-klub .mcp-interior-wrapper .container {
  max-width: 1120px;
}

.keppe-klub-page section {
  margin-top: 3rem;
}

.keppe-klub-page h1,
.keppe-klub-page h2,
.keppe-klub-page h3 {
  color: var(--keppe-blue-dark);
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

.keppe-klub-page h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.keppe-klub-page h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
}

.keppe-klub-page h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

.keppe-klub-page p,
.keppe-klub-page li {
  color: var(--keppe-ink);
}

.keppe-klub-kicker,
.keppe-klub-status,
.keppe-klub-label {
  color: var(--keppe-gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.keppe-klub-hero {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  margin-top: 0;
}

.keppe-klub-hero-copy {
  background: rgba(255, 248, 232, 0.78);
  border: 1px solid rgba(195, 138, 43, 0.32);
  border-radius: 8px;
  padding: 2rem;
  position: relative;
}

.keppe-klub-hero-copy::before {
  background: var(--keppe-gold);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 2rem;
  position: absolute;
  top: 1.1rem;
  width: 72px;
}

.keppe-klub-themes {
  color: var(--keppe-blue);
  font-size: 1.05rem;
  font-weight: 700;
}

.keppe-klub-hero blockquote {
  border-left: 4px solid rgba(195, 138, 43, 0.55);
  margin: 1.4rem 0;
  padding-left: 1rem;
}

.keppe-klub-hero blockquote p {
  color: #4e331e;
  font-family: "Great Vibes", cursive;
  font-size: 2.05rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.keppe-klub-hero cite {
  color: var(--keppe-green);
  font-style: normal;
  font-weight: 700;
}

.keppe-klub-mantra {
  background: var(--keppe-blue-dark);
  border-radius: 999px;
  color: var(--mcp-cream) !important;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 0.7rem 1rem;
}

.keppe-klub-hero-art {
  margin: 0;
}

.keppe-klub-hero-art img {
  background: #fff;
  border: 8px solid #fff8e8;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(59, 38, 15, 0.18);
}

.keppe-klub-notice,
.keppe-klub-feature-activity,
.keppe-klub-update {
  background: #fffaf0;
  border: 1px solid rgba(195, 138, 43, 0.38);
  border-radius: 8px;
  padding: 1.65rem;
  position: relative;
}

.keppe-klub-notice {
  padding-left: 4.75rem;
}

.keppe-klub-motif {
  align-items: center;
  background: var(--keppe-blue);
  border-radius: 50%;
  color: var(--mcp-cream) !important;
  display: flex;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  left: 1.55rem;
  margin: 0;
  position: absolute;
  top: 1.65rem;
  width: 44px;
}

.keppe-klub-small-note {
  color: #4d412f !important;
  font-size: 0.95rem !important;
  margin-bottom: 0;
}

.keppe-klub-editorial {
  border-bottom: 1px solid rgba(99, 56, 29, 0.16);
  border-top: 1px solid rgba(99, 56, 29, 0.16);
  padding: 2.25rem 0;
}

.keppe-klub-editorial h2 {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  font-weight: 400;
}

.keppe-klub-section-heading {
  margin-bottom: 1.35rem;
}

.keppe-klub-split-heading {
  align-items: end;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.keppe-klub-split-heading .keppe-klub-label {
  margin-bottom: 0.2rem;
  max-width: 260px;
  text-align: right;
}

.keppe-klub-card-grid,
.keppe-klub-two-panels,
.keppe-klub-activity-grid,
.keppe-klub-qa-grid {
  display: grid;
  gap: 1rem;
}

.keppe-klub-learning-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.keppe-klub-resource-grid,
.keppe-klub-two-panels,
.keppe-klub-qa-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.keppe-klub-card,
.keppe-klub-panel,
.keppe-klub-resource-card,
.keppe-klub-qa-card,
.keppe-klub-activity-tile {
  background: rgba(255, 250, 240, 0.84);
  border: 1px solid rgba(22, 63, 114, 0.18);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(59, 38, 15, 0.08);
}

.keppe-klub-card,
.keppe-klub-panel,
.keppe-klub-resource-card,
.keppe-klub-qa-card {
  padding: 1.15rem;
}

.keppe-klub-card {
  min-height: 210px;
}

.keppe-klub-card-motif {
  display: block;
  height: 40px;
  margin-bottom: 0.9rem;
  position: relative;
  width: 40px;
}

.keppe-klub-card-motif::before,
.keppe-klub-card-motif::after {
  content: "";
  position: absolute;
}

.motif-heart::before {
  background: var(--keppe-gold);
  border-radius: 50% 50% 0 50%;
  height: 28px;
  left: 8px;
  top: 6px;
  transform: rotate(45deg);
  width: 28px;
}

.motif-lantern::before {
  border: 3px solid var(--keppe-blue);
  border-radius: 4px 4px 9px 9px;
  height: 28px;
  left: 8px;
  top: 9px;
  width: 24px;
}

.motif-lantern::after {
  border: 2px solid var(--keppe-gold);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  height: 13px;
  left: 12px;
  top: 0;
  width: 16px;
}

.motif-star::before {
  color: var(--keppe-gold);
  content: "★";
  font-size: 2.2rem;
  left: 1px;
  line-height: 1;
  top: 0;
}

.motif-flip::before {
  border: 3px solid var(--keppe-blue);
  border-left-color: transparent;
  border-radius: 50%;
  height: 32px;
  left: 4px;
  top: 4px;
  width: 32px;
}

.motif-flip::after {
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--keppe-blue);
  border-top: 8px solid transparent;
  left: 25px;
  top: 4px;
}

.motif-leaf::before {
  background: var(--keppe-green);
  border-radius: 100% 0 100% 0;
  height: 30px;
  left: 7px;
  top: 5px;
  transform: rotate(-18deg);
  width: 24px;
}

.motif-leaf::after {
  background: rgba(255, 248, 232, 0.85);
  height: 26px;
  left: 20px;
  top: 8px;
  transform: rotate(22deg);
  width: 2px;
}

.keppe-klub-panel {
  border-color: rgba(195, 138, 43, 0.34);
  padding-top: 1.45rem;
}

.keppe-klub-panel-mark {
  background:
    linear-gradient(var(--keppe-blue), var(--keppe-blue)) center / 2px 30px no-repeat,
    linear-gradient(90deg, var(--keppe-gold), var(--keppe-gold)) center / 30px 2px no-repeat;
  display: block;
  height: 30px;
  margin-bottom: 0.9rem;
  width: 30px;
}

.keppe-klub-activity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.keppe-klub-activity-tile {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  min-height: 76px;
  padding: 1rem;
}

.keppe-klub-activity-tile span {
  align-items: center;
  background: var(--keppe-blue);
  border-radius: 50%;
  color: var(--mcp-cream);
  display: flex;
  flex: 0 0 38px;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.keppe-klub-activity-tile h3 {
  margin-bottom: 0;
}

.keppe-klub-feature-activity {
  background:
    radial-gradient(circle at 2rem 2rem, rgba(255, 215, 119, 0.26), transparent 5rem),
    #fffaf0;
}

.keppe-klub-feature-activity ol {
  counter-reset: lantern-step;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.keppe-klub-feature-activity li {
  background: rgba(246, 230, 199, 0.72);
  border-radius: 8px;
  counter-increment: lantern-step;
  min-height: 56px;
  padding: 0.75rem 0.85rem 0.75rem 3rem;
  position: relative;
}

.keppe-klub-feature-activity li::before {
  align-items: center;
  background: var(--keppe-gold);
  border-radius: 50%;
  color: #24180d;
  content: counter(lantern-step);
  display: flex;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  left: 0.8rem;
  position: absolute;
  top: 0.85rem;
  width: 28px;
}

.keppe-klub-parents {
  background: rgba(22, 63, 114, 0.08);
  border-left: 6px solid var(--keppe-blue);
  border-radius: 8px;
  padding: 1.6rem;
}

.keppe-klub-resource-card {
  min-height: 148px;
}

.keppe-klub-resource-card p {
  color: var(--keppe-gold) !important;
  font-size: 0.88rem !important;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.keppe-klub-update {
  border-left: 6px solid var(--keppe-gold);
}

.keppe-klub-qa-card blockquote {
  border-left: 3px solid rgba(195, 138, 43, 0.52);
  margin: 0 0 1rem;
  padding-left: 1rem;
}

.keppe-klub-qa-card blockquote p {
  color: #4e331e;
  font-weight: 700;
  margin-bottom: 0;
}

.keppe-klub-parent-note {
  margin-top: 1rem;
}

.keppe-klub-closing-links {
  align-items: stretch;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
}

.keppe-klub-closing-links a,
.keppe-klub-closing-links span {
  align-items: center;
  background: var(--keppe-blue-dark);
  border: 1px solid rgba(255, 247, 223, 0.18);
  border-radius: 8px;
  color: var(--mcp-cream) !important;
  display: flex;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
}

.keppe-klub-closing-links a:hover,
.keppe-klub-closing-links a:focus {
  background: var(--keppe-blue);
}

.keppe-klub-closing-links strong {
  color: var(--mcp-gold);
  display: block;
  font-size: 0.72rem;
  margin-left: 0.45rem;
  text-transform: uppercase;
}

.page-cricket-club {
  --cricket-sage: #526b35;
  --cricket-sage-dark: #29421f;
}

.page-cricket-club .keppe-klub-motif,
.page-cricket-club .keppe-klub-activity-tile span {
  background: var(--cricket-sage-dark);
}

.page-cricket-club .keppe-klub-parents {
  background: rgba(82, 107, 53, 0.12);
  border-left-color: var(--cricket-sage-dark);
}

.motif-cricket::before {
  background: var(--cricket-sage-dark);
  border-radius: 50% 45% 50% 45%;
  height: 18px;
  left: 9px;
  top: 14px;
  transform: rotate(-12deg);
  width: 24px;
}

.motif-cricket::after {
  border-color: var(--keppe-gold);
  border-style: solid;
  border-width: 3px 3px 0 0;
  height: 26px;
  left: 18px;
  top: 1px;
  transform: rotate(-20deg);
  width: 18px;
}

.motif-market::before {
  border: 3px solid var(--cricket-sage-dark);
  border-radius: 3px;
  height: 24px;
  left: 6px;
  top: 12px;
  width: 28px;
}

.motif-market::after {
  border-bottom: 10px solid var(--keppe-gold);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  left: 14px;
  top: 3px;
  width: 12px;
}

.cricket-process,
.cricket-care-note {
  background: rgba(255, 250, 240, 0.86);
  border: 1px solid rgba(82, 107, 53, 0.28);
  border-radius: 8px;
  padding: 1.65rem;
}

.cricket-process-list {
  counter-reset: cricket-process;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 1.35rem 0;
  padding: 0;
}

.cricket-process-list li {
  background: rgba(246, 230, 199, 0.62);
  border: 1px solid rgba(195, 138, 43, 0.22);
  border-radius: 8px;
  counter-increment: cricket-process;
  min-height: 190px;
  padding: 3.2rem 0.85rem 0.95rem;
  position: relative;
}

.cricket-process-list li::before {
  align-items: center;
  background: var(--cricket-sage-dark);
  border: 3px solid var(--keppe-gold);
  border-radius: 50%;
  color: var(--mcp-cream);
  content: counter(cricket-process);
  display: flex;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 0.85rem;
  position: absolute;
  top: 0.85rem;
  width: 38px;
}

.cricket-process-list h3 {
  color: var(--cricket-sage-dark);
}

.cricket-process-list p {
  font-size: 0.92rem !important;
  margin-bottom: 0;
}

.cricket-care-note {
  border-left: 6px solid var(--cricket-sage-dark);
}

.page-cricket-club .keppe-klub-qa-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-cricket-club .keppe-klub-qa-card:last-child {
  grid-column: 1 / -1;
}

.mcp-footer {
  background: url("../images/content/footer-bg.webp") center center / cover no-repeat;
  color: var(--mcp-cream);
  padding: 2rem 0 0;
}

.mcp-footer-main {
  border-radius: 10px;
  overflow: hidden;
  padding: 3rem 2.5rem 2.75rem;
  position: relative;
}

.mcp-footer h2 {
  color: var(--mcp-cream);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mcp-footer-links,
.mcp-footer-social {
  position: relative;
  z-index: 2;
}

.mcp-footer-links ul,
.mcp-footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mcp-footer-links li {
  margin-bottom: 0.75rem;
  position: relative;
}

.mcp-footer a {
  color: var(--mcp-cream);
  text-decoration: none;
}

.mcp-footer a:hover,
.mcp-footer a:focus {
  color: #f8dfaa;
  text-decoration: none;
}

.mcp-footer-house {
  min-height: 330px;
  position: relative;
}

.mcp-footer-house-bg {
  background: url("../images/content/footer-house.webp") center center / contain no-repeat;
  inset: -2rem -4rem;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.mcp-footer-social li {
  margin-bottom: 1rem;
}

.mcp-footer-social a {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
}

.mcp-footer-social span {
  align-items: center;
  background: var(--mcp-cream);
  border-radius: 50%;
  color: #3b260f;
  display: inline-flex;
  font-size: 1.15rem;
  height: 38px;
  justify-content: center;
  margin-right: 0.85rem;
  min-width: 38px;
  width: 38px;
}

.mcp-footer-partners {
  padding-left: 2rem;
  position: absolute;
  right: 2.5rem;
  text-align: center;
  top: 3rem;
  width: 220px;
  z-index: 3;
}

.mcp-footer-partners p {
  font-size: 1.05rem;
  line-height: 1.45;
}

.mcp-footer-btn {
  background: var(--mcp-cream);
  border: 1px solid #c79d5c;
  border-radius: 4px;
  color: #3b260f !important;
  font-size: 1.15rem;
  padding: 0.65rem 1.5rem;
}

.mcp-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 247, 223, 0.25);
  color: var(--mcp-cream);
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  padding: 1.25rem 0;
  position: relative;
  z-index: 2;
}

.back-to-top {
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(0.5rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 1030;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .mcp-navbar .navbar-toggler {
    display: none;
  }

  .mcp-navbar .navbar-collapse {
    display: flex !important;
    position: static;
    width: 100%;
  }

  .mcp-mobile-utility {
    display: none !important;
  }

  .mcp-nav-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }

  .mcp-nav-list .nav-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  .mcp-nav-list .nav-link {
    white-space: normal;
  }
}

@media (max-width: 991.98px) {
  .mcp-hero,
  .mcp-hero-overlay {
    min-height: 680px;
  }

  body.interior .mcp-hero,
  body.interior .mcp-hero-overlay {
    min-height: 520px;
  }

  .mcp-interior-wrapper {
    margin-top: -300px;
  }

  .mcp-topbar {
    height: 145px;
    padding: 0 24px;
  }

  .mcp-logo {
    max-height: 115px;
    max-width: 320px;
  }

  .mcp-header-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .mcp-navbar {
    margin-top: 0;
    width: auto;
  }

  .mcp-navbar .navbar-collapse {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(360px, calc(100vw - 48px));
    z-index: 20;
  }

  .mcp-nav-list {
    background: rgba(8, 17, 40, 0.88);
    border: 1px solid rgba(255, 247, 223, 0.3);
    border-bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    width: 100%;
  }

  .mcp-nav-list .nav-item {
    text-align: right;
  }

  .mcp-nav-list .nav-link {
    padding: 10px 16px;
  }

  .mcp-mobile-utility {
    background: rgba(8, 17, 40, 0.95);
    border: 1px solid rgba(255, 247, 223, 0.3);
    border-top: 0;
    display: block;
    padding: 14px 16px 16px;
    width: 100%;
  }

  .mcp-mobile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .mcp-mobile-links a {
    color: var(--mcp-cream);
    font-size: 15px;
    text-decoration: none;
  }

  .mcp-mobile-socials {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }

  .mcp-mobile-socials .mcp-social {
    margin-left: 0 !important;
  }

  .mcp-hero-content {
    padding: 70px 24px;
  }

  .mcp-tagline {
    font-size: 54px;
    text-align: left;
  }

  .mcp-welcome {
    margin-top: -2rem;
  }

  .mcp-welcome-panel {
    background: none;
    overflow: hidden;
    padding: 4rem 3rem;
  }

  .mcp-welcome h1,
  .mcp-welcome h2,
  .mcp-heading-flourish {
    font-size: 2.25rem;
  }

  .mcp-flower-vase {
    margin: 2rem auto;
    max-width: 250px;
    min-width: 0;
  }

  .mcp-explore {
    padding-bottom: 3rem;
  }

  .mcp-more-explore {
    text-align: center;
  }

  .mcp-more-explore-img {
    margin: 0 auto 1rem;
  }

  .mcp-more-explore p {
    margin-bottom: 1.25rem;
  }

  .mcp-footer-main {
    padding: 3rem 2rem;
  }

  .mcp-footer-links,
  .mcp-footer-social {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcp-footer-social {
    text-align: right;
  }

  .mcp-footer-social a {
    justify-content: flex-end;
  }

  .mcp-footer-house {
    display: none;
  }

  .mcp-footer-partners {
    border-left: 0;
    margin-top: 2rem;
    padding-left: 0;
    position: static;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .mcp-hero,
  .mcp-hero-overlay {
    min-height: 600px;
  }

  body.interior .mcp-hero,
  body.interior .mcp-hero-overlay {
    min-height: 430px;
  }

  .mcp-interior-wrapper {
    margin-top: -230px;
  }

  .mcp-topbar {
    height: 120px;
  }

  .mcp-navbar .navbar-collapse {
    width: calc(100vw - 24px);
  }

  .mcp-logo {
    max-height: 95px;
    max-width: 260px;
  }

  .mcp-tagline {
    font-size: 42px;
  }

  .mcp-welcome {
    margin-top: -1.5rem;
  }

  .mcp-welcome-panel {
    padding: 3.25rem 2rem;
  }

  .mcp-welcome h1,
  .mcp-welcome h2,
  .mcp-heading-flourish {
    font-size: 1.9rem;
  }

  .mcp-heading-flourish {
    gap: 0.5rem;
  }

  .mcp-heading-flourish::before,
  .mcp-heading-flourish::after {
    height: 18px;
    width: 24px;
  }

  .mcp-explore h2 {
    font-size: 1.9rem;
  }

  .mcp-more-explore {
    padding: 1.5rem;
  }

  .mcp-page-panel {
    padding: 1.5rem;
  }

  .mcp-two-col-list {
    columns: 1;
  }

  .mcp-keppe-note {
    padding: 1.25rem;
  }

  .mcp-content-image {
    margin-top: 0;
  }

  .mcp-footer-links,
  .mcp-footer-social {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .mcp-footer-social {
    margin-top: 2rem;
  }

  .mcp-footer-social a {
    justify-content: flex-start;
  }

  .mcp-footer-bottom {
    flex-direction: column;
    gap: 0.6rem;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .keppe-klub-page h1 {
    font-size: 2.45rem;
  }

  .keppe-klub-hero,
  .keppe-klub-two-panels,
  .keppe-klub-qa-grid,
  .page-cricket-club .keppe-klub-qa-grid {
    grid-template-columns: 1fr;
  }

  .keppe-klub-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .keppe-klub-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cricket-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cricket-process-list li {
    min-height: 172px;
  }

  .keppe-klub-closing-links {
    grid-template-columns: 1fr;
  }

  .keppe-klub-closing-links strong {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .keppe-klub-page section {
    margin-top: 2.35rem;
  }

  .keppe-klub-page h1 {
    font-size: 2.2rem;
  }

  .keppe-klub-page h2 {
    font-size: 1.45rem;
  }

  .keppe-klub-hero-copy {
    padding: 1.45rem;
  }

  .keppe-klub-hero-copy::before {
    left: 1.45rem;
    top: 0.9rem;
  }

  .keppe-klub-hero blockquote p,
  .keppe-klub-editorial h2 {
    font-size: 2.35rem;
  }

  .keppe-klub-notice {
    padding: 1.35rem;
  }

  .keppe-klub-motif {
    margin-bottom: 1rem;
    position: static;
  }

  .keppe-klub-split-heading {
    align-items: start;
    display: block;
  }

  .keppe-klub-split-heading .keppe-klub-label {
    margin-top: 0.5rem;
    max-width: none;
    text-align: left;
  }

  .keppe-klub-resource-grid,
  .keppe-klub-feature-activity ol {
    grid-template-columns: 1fr;
  }

  .cricket-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .keppe-klub-page h1 {
    font-size: 2rem;
  }

  .keppe-klub-learning-grid,
  .keppe-klub-activity-grid {
    grid-template-columns: 1fr;
  }

  .keppe-klub-card {
    min-height: 0;
  }

  .keppe-klub-activity-tile {
    min-height: 68px;
  }

  .cricket-process-list {
    grid-template-columns: 1fr;
  }

  .cricket-process-list li {
    min-height: 0;
  }
}
