:root {
  --kmk-ink: #172024;
  --kmk-muted: #5d6a70;
  --kmk-soft: #f6f8f7;
  --kmk-card: #ffffff;
  --kmk-line: #e2e7e4;
  --kmk-brass: #b98938;
  --kmk-sage: #6f8175;
  --kmk-blue: #172024;
  --kmk-shadow: 0 18px 45px rgba(18, 28, 33, 0.08);
}

body {
  background: var(--kmk-soft);
  color: var(--kmk-ink);
  letter-spacing: 0;
}

.ct-header [data-row] {
  border-bottom: 1px solid rgba(23, 32, 36, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(140%) blur(14px);
}

.ct-header [data-row] .ct-container {
  min-height: 90px;
}

.ct-header .site-title a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 300px;
  color: var(--kmk-ink);
  font-weight: 720;
  line-height: 1.08;
}

.ct-header .site-title a::before {
  display: none;
}

.header-menu-1 .menu {
  align-items: center;
  justify-content: center;
  gap: 0;
}

.header-menu-1 .ct-menu-link {
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 4px;
  color: var(--kmk-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.header-menu-1 .ct-menu-link:hover {
  color: var(--kmk-blue);
  background: rgba(41, 76, 96, 0.07);
}

@media (min-width: 1000px) {
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg path,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg use {
    color: var(--kmk-ink) !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link svg,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link svg {
    color: #071823 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link .ct-icon,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg path,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg use,
  .home header#header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link,
  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link {
    color: #fff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}

@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item.kmk-menu-hold > .sub-menu {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item.kmk-menu-hold > .sub-menu > li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link {
    color: #fff;
    background: transparent !important;
  }

  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.home {
  background: #fff;
  --theme-content-vertical-spacing: 0px !important;
}

.home #main-container,
.home .site-main,
.home .ct-container-full {
  background: #fff;
}

.home .ct-container-full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home .entry-content {
  --theme-content-spacing: 0;
  margin-top: 0;
}

.home main#main,
.home .site-main,
.home article,
.home .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


.home .page-title {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home .entry-content > .kmk-home-source {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home .entry-content.is-layout-constrained > .kmk-home-source {
  max-width: none !important;
}

.home header#header {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 56px;
}

.home header#header [data-row] {
  --height: 56px !important;
  height: 56px !important;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)) !important;
  backdrop-filter: none;
}

.home header#header [data-row] .ct-container {
  min-height: 56px;
}

@media (min-width: 1000px) {
  .home header#header [data-device="desktop"] [data-row] .ct-container {
    max-width: 1600px;
    grid-template-columns: 260px 1fr !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items] {
    justify-content: flex-start;
    padding-left: 16px;
  }
}

.home header#header .site-branding,
.home header#header .header-menu-1,
.home header#header .ct-header-search {
  transform: none;
}

.home header#header .site-title a {
  width: 220px;
  max-width: 220px;
  height: 48px;
  color: #fff;
  font-size: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .site-title a::before {
  display: none;
}

.home header#header .site-title a::after {
  content: "";
  display: block;
  width: 220px;
  height: 48px;
  background: url("/wp-content/uploads/2025/07/1-1.png") center / contain no-repeat;
}

.home header#header .ct-menu-link {
  color: #fff;
  background: transparent !important;
  min-height: 40px;
  padding-inline: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .header-menu-1 .menu {
  gap: 16px;
}

.home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link {
  position: relative;
}

.home header#header .ct-menu-link:hover {
  color: #fff;
  background: transparent !important;
}

.home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 5px;
  left: 7px;
  height: 2px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.home header#header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.home header#header .header-menu-1 .sub-menu {
  position: fixed !important;
  top: 98px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000;
  width: 100vw;
  min-width: 100vw;
  padding: 28px calc((100vw - min(1220px, 92vw)) / 2);
  border: 0;
  background: rgba(20, 20, 20, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transform: none !important;
}

body.admin-bar.home header#header .header-menu-1 .sub-menu {
  top: 130px !important;
}

.home header#header .header-menu-1 .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.home header#header .header-menu-1 .sub-menu li {
  display: inline-flex;
  width: 25%;
  min-width: 180px;
  vertical-align: top;
}

.home header#header .header-menu-1 .sub-menu .ct-menu-link {
  min-height: 36px;
  width: 100%;
  padding: 8px 18px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: none;
  white-space: nowrap;
}

.home header#header .header-menu-1 .sub-menu .ct-menu-link:hover {
  color: #c3935b !important;
  background: transparent !important;
}

.home header#header .ct-header-trigger,
.home header#header .ct-header-search {
  color: #fff !important;
}

.home header#header .ct-header-search {
  width: 40px;
  height: 40px;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent !important;
  opacity: 1;
  transition: color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

.home header#header .ct-header-search .ct-icon {
  width: 18px;
  height: 18px;
  color: #fff !important;
  fill: currentColor !important;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.42));
}

.home header#header .ct-header-search .ct-icon path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.home header#header .ct-header-search:hover,
.home header#header .ct-header-search:focus-visible {
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 0.82;
  transform: translateY(-1px);
}

.kmk-home-source {
  --kmk-home-max: 1208px;
  --kmk-category-max: 1524px;
  color: #222;
  background: #fff;
}

.kmk-home-source :where( figure, p, h2, h3) {
  margin-block-start: 0;
  margin-block-end: 0;
}

.kmk-home-topbar {
  display: grid;
  place-items: center;
  min-height: 45px;
  padding: 4px 16px;
  background: #1c3b2d;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.kmk-home-hero {
  position: relative;
  height: min(684px, calc(100vh - 45px));
  min-height: 520px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.kmk-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: transparent;
}

.kmk-home-hero picture,
.kmk-home-hero img {
  display: block;
  width: 100%;
  height: 100%;
}

.kmk-home-hero img {
  object-fit: cover;
}


.kmk-home-hero picture,
.kmk-home-hero picture img {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kmk-home-hero .kmk-hero-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.kmk-home-hero.is-playing .kmk-hero-video {
  opacity: 1;
}


.kmk-home-hero.is-playing picture,
.kmk-home-hero.is-playing picture img {
  opacity: 0;
  visibility: hidden;
}

.kmk-home-inner {
  max-width: var(--kmk-category-max);
  margin: 0 auto;
  padding: 0 18px;
}

.home .entry-content > section,
.home .entry-content > div {
  margin-block: 0;
}

.home .entry-content h1,
.home .entry-content h2 {
  color: var(--kmk-ink);
  letter-spacing: 0;
}

.home .entry-content p {
  color: var(--kmk-muted);
}

@media (max-width: 999px) {
  .header-menu-1 .ct-menu-link {
    padding-inline: 9px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .ct-header .site-title a {
    max-width: 220px;
    font-size: 14px;
  }

  .home header#header {
    top: 40px;
  }

  .home header#header .site-title a::after {
    font-size: 15px;
  }

  .kmk-home-topbar {
    min-height: 40px;
    padding: 3px 10px;
    font-size: 9px;
  }

  .kmk-home-hero {
    height: 558px;
    min-height: 0;
  }

  .kmk-home-inner {
    padding: 0 16px;
  }
}
.kmk-home-source {
  --kmk-home-max: 1240px;
  --kmk-home-pad: 24px;
  color: var(--kmk-ink);
  background: #fff;
}

.kmk-home-topbar {
  min-height: 42px;
  padding: 7px var(--kmk-home-pad);
  background: #12231d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.home header#header {
  top: 42px;
}

.home header#header [data-row] {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.16)) !important;
}

.home header#header .header-menu-1 .menu {
  gap: 30px;
}

.home header#header .ct-menu-link {
  padding-inline: 6px;
  font-size: 15px;
  font-weight: 800;
}

.kmk-home-inner {
  max-width: var(--kmk-home-max);
  margin: 0 auto;
  padding-inline: var(--kmk-home-pad);
}

.kmk-home-eyebrow {
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-home-section-head {
  max-width: 690px;
  margin-bottom: 34px;
}

.kmk-home-section-head.is-centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.kmk-home-section-head h2 {
  margin: 8px 0 0;
  color: var(--kmk-ink);
  font-size: 36px;
  line-height: 1.12;
}

.kmk-home-section-head.is-centered .kmk-home-display-title {
  justify-items: center;
}

.kmk-home-action {
  min-height: 40px;
  border-radius: 4px;
}

.kmk-home-hero {
  min-height: 660px;
  height: 720px;
  cursor: default;
}

.kmk-home-hero::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.72), rgba(6, 12, 11, 0.34) 46%, rgba(6, 12, 11, 0.06)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
}

.kmk-home-hero img {
  object-position: center center;
}

.kmk-home-hero-content {
  position: absolute;
  bottom: 86px;
  left: max(24px, calc((100vw - var(--kmk-home-max)) / 2 + var(--kmk-home-pad)));
  z-index: 4;
  max-width: 620px;
  color: #fff;
}

.kmk-home-hero-content .kmk-home-eyebrow {
  color: #e7c58c;
}

.kmk-home-hero-content h1 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: 64px;
  line-height: 1.02;
  text-wrap: balance;
}

.home .entry-content .kmk-home-hero-content h1 {
  color: #fff;
}

.kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
}

.kmk-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kmk-home-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-home-hero-content .kmk-home-action {
  font-weight: 600;
}

.kmk-home-action.is-primary {
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-home-action.is-secondary {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
}

.kmk-home-rituals {
  padding: 76px 0;
  background: #fff;
}

.kmk-home-rituals {
  padding: 68px 0 28px;
  background:
    linear-gradient(180deg, #fbfcfb 0%, #fff 46%, #f7f8f5 100%);
}

.kmk-home-rituals .kmk-home-inner {
  max-width: 1340px;
}

.kmk-home-collections .kmk-home-section-head {
  margin-bottom: 28px;
}

.kmk-home-rituals .kmk-home-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.kmk-home-rituals .kmk-home-eyebrow {
  color: #9a6b2e;
  font-size: 12px;
  font-weight: 750;
}

.kmk-home-rituals .kmk-home-section-head h2 {
  max-width: 780px;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
}

.kmk-home-rituals .kmk-home-section-copy {
  max-width: 640px;
  margin: 14px 0 0;
  color: #526166;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.68;
}

.kmk-ritual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  counter-reset: kmk-ritual;
}

.kmk-ritual-carousel {
  position: relative;
}

.kmk-ritual-nav,
.kmk-ritual-dots {
  display: none;
}

.kmk-ritual-card {
  color: inherit;
  text-decoration: none;
}

.kmk-ritual-card {
  display: grid;
  position: relative;
  counter-increment: kmk-ritual;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 137, 56, 0.2);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #fbfbf8 100%);
  box-shadow: 0 18px 45px rgba(18, 28, 33, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kmk-ritual-card::before {
  content: "0" counter(kmk-ritual);
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  color: rgba(23, 32, 36, 0.52);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.kmk-ritual-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 1px;
  background: rgba(185, 137, 56, 0.45);
}

.kmk-ritual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 137, 56, 0.5);
  box-shadow: 0 26px 68px rgba(18, 28, 33, 0.1);
}

.kmk-ritual-card img {
  display: block;
  width: calc(100% - 32px);
  margin: 16px 16px 0;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  aspect-ratio: 1 / 0.92;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), rgba(248, 247, 241, 0.78) 62%, rgba(238, 232, 219, 0.52) 100%);
}

.kmk-ritual-card span {
  margin: 20px 20px 0;
  color: var(--kmk-brass);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.kmk-ritual-card strong {
  margin: 7px 20px 0;
  color: var(--kmk-ink);
  font-size: 22px;
  line-height: 1.18;
}

.kmk-ritual-card strong {
  margin: 8px 22px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.kmk-ritual-card em {
  margin: 9px 20px 22px;
  color: var(--kmk-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.kmk-ritual-card span {
  margin: 18px 22px 0;
  color: #9a6b2e;
  font-size: 10px;
  font-weight: 800;
}

.kmk-ritual-card em {
  margin: 10px 22px 30px;
  color: #526166;
  font-size: 14px;
  line-height: 1.62;
}

.kmk-gift-copy .kmk-home-eyebrow {
  color: #d7b470;
}

.kmk-gift-copy p:not(.kmk-home-eyebrow) {
  margin-top: 16px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.kmk-craft-intro > p:not(.kmk-home-eyebrow) {
  margin-top: 18px;
  color: var(--kmk-muted);
  font-size: 16px;
  line-height: 1.75;
}

.kmk-home-journal .kmk-home-inner {
  max-width: 1380px;
}

.kmk-home-journal .kmk-home-section-head {
  max-width: 820px;
  margin: 0 auto 34px;
}

.kmk-home-journal .kmk-home-eyebrow {
  color: #a5762f;
  font-size: 12px;
  font-weight: 750;
}

.kmk-home-journal .kmk-home-section-head h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
}

.kmk-home-section-copy {
  max-width: 640px;
  margin: 16px auto 0;
  color: #546168;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.68;
}

.kmk-home-journal .kmk-home-section-copy {
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
}

@media (max-width: 1180px) {

  .kmk-home-journal .kmk-home-section-head h2 {
    font-size: 38px;
  }

  .kmk-home-rituals .kmk-home-section-head h2 {
    font-size: 38px;
  }
}

@media (max-width: 900px) {
  .kmk-home-source {
    --kmk-home-pad: 18px;
  }

  .kmk-home-hero {
    min-height: 640px;
    height: 640px;
  }

  .kmk-home-hero-content h1 {
    font-size: 46px;
  }

  .kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
    font-size: 16px;
  }

  .kmk-ritual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-home-rituals .kmk-home-section-copy {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .kmk-home-source {
    --kmk-home-pad: 14px;
  }

  .kmk-home-topbar {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 9.5px;
    line-height: 1.3;
  }

  .home header#header {
    top: 34px;
  }

  .home header#header .site-title a,
  .home header#header .site-title a::after {
    width: 152px;
    max-width: 152px;
  }

  header#header .ct-header-trigger {
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(19, 35, 31, 0.11) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82) !important;
    color: #17302d !important;
    box-shadow: 0 10px 24px rgba(18, 28, 33, 0.08) !important;
  }

  header#header .ct-header-trigger .ct-icon,
  header#header .ct-header-trigger svg {
    width: 20px !important;
    height: 20px !important;
  }

  .home header#header .ct-header-trigger {
    border-color: rgba(255, 255, 255, 0.32) !important;
    background: rgba(18, 28, 33, 0.32) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(12px);
  }

  .kmk-home-eyebrow {
    font-size: 10.5px;
  }

  .kmk-home-section-head {
    margin-bottom: 18px;
  }

  .kmk-home-journal .kmk-home-section-head h2 {
    font-size: 32px;
    line-height: 1.16;
  }

  .kmk-home-rituals .kmk-home-section-head h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .kmk-home-rituals .kmk-home-section-copy {
    max-width: none;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .kmk-home-rituals .kmk-home-section-head {
    margin-bottom: 18px;
  }

  .kmk-ritual-grid {
    gap: 12px;
  }

  .kmk-ritual-card {
    grid-template-columns: clamp(92px, 29vw, 116px) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    align-items: center;
    padding: 10px 12px 10px 10px;
    box-shadow: 0 12px 30px rgba(18, 28, 33, 0.05);
  }

  .kmk-ritual-card::before {
    top: 20px;
    left: 20px;
    padding: 3px 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    font-size: 10px;
  }

  .kmk-ritual-card::after {
    display: none;
  }

  .kmk-ritual-card span {
    margin: 0 0 5px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .kmk-ritual-card strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.18;
  }

  .kmk-ritual-card img {
    grid-row: 1 / 4;
    width: 100%;
    margin: 0;
    padding: 10px;
    aspect-ratio: 1;
  }

  .kmk-ritual-card em {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .kmk-home-journal .kmk-home-section-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.62;
  }

  .kmk-home-hero {
    height: 520px;
    min-height: 520px;
  }

  .kmk-home-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 12, 11, 0.12), rgba(6, 12, 11, 0.12) 32%, rgba(6, 12, 11, 0.78)),
      linear-gradient(90deg, rgba(6, 12, 11, 0.1), rgba(6, 12, 11, 0.03));
  }

  .kmk-home-hero img {
    object-position: center center;
  }

  .kmk-home-hero-content {
    right: 16px;
    bottom: 24px;
    left: 16px;
    max-width: none;
  }

  .kmk-home-hero-content h1 {
    margin: 8px 0 10px;
    font-size: 31px;
    line-height: 1.05;
  }

  .kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.45;
  }

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

  .kmk-home-action {
    width: 100%;
    min-height: 38px;
    padding: 8px 9px;
    font-size: 10.5px;
    line-height: 1.15;
    text-align: center;
  }

  .kmk-home-section-head h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .kmk-home-rituals {
    padding: 34px 0;
  }

  .kmk-home-rituals {
    padding-bottom: 18px;
  }

  .kmk-home-journal .kmk-home-section-head {
    margin-bottom: 24px;
  }

  .kmk-home-section-copy {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kmk-ritual-grid {
    grid-template-columns: 1fr;
  }

  .kmk-gift-copy p:not(.kmk-home-eyebrow) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kmk-craft-intro > p:not(.kmk-home-eyebrow) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] {
    width: 100%;
    gap: 16px;
    overflow: visible;
  }

  .ct-header .header-menu-1 {
    flex: 0 1 auto;
    min-width: 0;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    display: inline-flex !important;
    flex: 0 0 clamp(190px, 17vw, 340px);
    align-items: center;
    justify-content: flex-end;
    width: clamp(190px, 17vw, 340px) !important;
    min-width: 190px;
    height: 36px !important;
    padding: 0 2px 0 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(20, 36, 43, 0.42) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--kmk-ink);
    box-shadow: none !important;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search .ct-icon,
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search svg {
    width: 19px;
    height: 19px;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:hover,
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:focus-visible {
    border-bottom-color: var(--kmk-brass) !important;
    color: var(--kmk-brass);
    background: transparent !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    border-bottom-color: #fff !important;
    color: #fff !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:hover,
  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:focus-visible {
    border-bottom-color: #fff !important;
    color: #fff !important;
  }

  .ct-header [data-device="desktop"] [data-row],
  .ct-header [data-device="desktop"] [data-column],
  .ct-header [data-device="desktop"] [data-items] {
    overflow: visible;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline {
    position: relative;
    justify-content: stretch;
    cursor: text;
  }

  .ct-header .kmk-header-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: currentColor;
    font-size: 14px;
    font-weight: 650;
    line-height: 36px;
    box-shadow: none;
  }

  .ct-header .kmk-header-search-input::-webkit-search-decoration,
  .ct-header .kmk-header-search-input::-webkit-search-cancel-button {
    display: none;
  }

  .ct-header .kmk-header-search-input::placeholder {
    color: rgba(20, 36, 43, 0.58);
    opacity: 1;
  }

  .ct-header .kmk-header-search-submit {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: flex-end;
    width: 32px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }

  .ct-header .kmk-header-search-submit:hover,
  .ct-header .kmk-header-search-submit:focus-visible {
    color: var(--kmk-brass);
    background: transparent;
    outline: 0;
  }

  .home header#header .kmk-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.74);
  }

  .home header#header .kmk-header-search-submit:hover,
  .home header#header .kmk-header-search-submit:focus-visible {
    color: #fff;
    opacity: 0.82;
  }

  .ct-header .kmk-header-search-label {
    margin: 0 0 8px;
    color: rgba(20, 36, 43, 0.66);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .ct-header .kmk-header-search-label:not(:first-child) {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(20, 36, 43, 0.08);
  }

  .ct-header .kmk-header-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .ct-header .kmk-header-search-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid rgba(20, 36, 43, 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--kmk-ink);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    cursor: pointer;
  }

  .ct-header .kmk-header-search-chip:hover,
  .ct-header .kmk-header-search-chip:focus-visible {
    border-color: rgba(195, 147, 91, 0.62);
    color: var(--kmk-brass);
    outline: 0;
  }

  .ct-header .kmk-header-search-status {
    margin: 2px 0;
    color: rgba(20, 36, 43, 0.68);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
  }

  .ct-header .kmk-header-search-result {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 6px;
    border-radius: 6px;
    color: var(--kmk-ink);
    text-decoration: none;
  }

  .ct-header .kmk-header-search-result:hover,
  .ct-header .kmk-header-search-result:focus-visible {
    background: rgba(20, 36, 43, 0.045);
    color: var(--kmk-ink);
    outline: 0;
  }

  .ct-header .kmk-header-search-result-thumb {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #f5f4f1;
    object-fit: cover;
  }

  .ct-header .kmk-header-search-result-thumb.is-empty::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 15px;
    border: 1px solid rgba(20, 36, 43, 0.22);
    border-radius: 50%;
  }

  .ct-header .kmk-header-search-result-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .ct-header .kmk-header-search-result-copy strong {
    overflow: hidden;
    color: var(--kmk-ink);
    font-size: 13px;
    font-weight: 820;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ct-header .kmk-header-search-result-copy span {
    overflow: hidden;
    color: rgba(20, 36, 43, 0.58);
    font-size: 11px;
    font-weight: 720;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ct-header .kmk-header-account-link {
    flex: 0 0 auto;
  }
}

.ct-header .kmk-header-account-link,
.ct-header .kmk-header-icon-link,
.ct-header .kmk-header-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  color: var(--kmk-ink);
  text-decoration: none;
  white-space: nowrap;
}

.ct-header .kmk-header-account-link {
  width: 28px;
  height: 28px;
  min-height: 28px;
}

.ct-header .kmk-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.ct-header .kmk-header-icon-link,
.ct-header .kmk-header-cart-icon {
  width: 28px;
  height: 28px;
}

.ct-header .kmk-header-liked-link {
  position: relative;
}

.ct-header .kmk-header-like-count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kmk-brass);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.ct-header .kmk-header-like-count[hidden] {
  display: none !important;
}

.ct-header .kmk-header-icon-link svg,
.ct-header .kmk-header-account-link svg,
.ct-header .kmk-header-cart-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ct-header .kmk-header-account-link svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-header .kmk-header-icon-link svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.ct-header .kmk-header-cart-link {
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.ct-header .kmk-header-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ct-header .kmk-header-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kmk-brass);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.ct-header .kmk-header-cart-total small {
  font-size: 10px;
}

.home header#header .kmk-header-account-link,
.home header#header .kmk-header-icon-link,
.home header#header .kmk-header-cart-link {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .kmk-header-account-link {
  margin-left: 0;
}

.home header#header .kmk-header-account-link:hover,
.home header#header .kmk-header-icon-link:hover,
.home header#header .kmk-header-cart-link:hover {
  color: #fff;
  opacity: 0.82;
}

@media (min-width: 1000px) and (max-width: 1320px) {
  .home header#header [data-device="desktop"] [data-row] .ct-container {
    grid-template-columns: 250px 1fr !important;
  }

  .home header#header .header-menu-1 .menu {
    gap: 16px;
  }

  .home header#header .ct-menu-link {
    font-size: 13px;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    flex-basis: 160px;
    width: 160px !important;
    min-width: 160px;
  }

  .ct-header .kmk-header-cart-total {
    display: none;
  }
}

@media (max-width: 999px) {
  .ct-header .kmk-header-account-link,
  .ct-header .kmk-header-actions {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .kmk-home-rituals {
    overflow: hidden;
  }

  .kmk-ritual-carousel {
    margin-right: calc(var(--kmk-home-pad, 14px) * -1);
  }

  .kmk-ritual-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 calc(var(--kmk-home-pad, 14px) + 42px) 16px 0;
    counter-reset: kmk-ritual;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .kmk-ritual-grid::-webkit-scrollbar {
    display: none;
  }

  .kmk-ritual-card {
    flex: 0 0 min(82vw, 318px);
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    min-height: 132px;
    align-items: center;
    padding: 10px 13px 10px 10px;
    border-radius: 7px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .kmk-ritual-card::before {
    top: 18px;
    left: 18px;
  }

  .kmk-ritual-card img {
    grid-row: 1 / 4;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 9px;
    aspect-ratio: 1;
  }

  .kmk-ritual-card span {
    margin: 0 0 5px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .kmk-ritual-card strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
  }

  .kmk-ritual-card em {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .kmk-ritual-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(23, 32, 36, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(18, 28, 33, 0.12);
    color: var(--kmk-ink);
    cursor: pointer;
    transform: translateY(-50%);
  }

  .kmk-ritual-nav span {
    display: block;
    margin-top: -1px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
  }

  .kmk-ritual-nav.is-prev {
    left: -4px;
  }

  .kmk-ritual-nav.is-next {
    right: 10px;
  }

  .kmk-ritual-nav:disabled {
    opacity: 0.38;
    pointer-events: none;
  }

  .kmk-ritual-dots {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0 var(--kmk-home-pad, 14px) 0 0;
  }

  .kmk-ritual-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 32, 36, 0.2);
    cursor: pointer;
  }

.kmk-ritual-dots button[aria-current="true"] {
  width: 18px;
  background: var(--kmk-brass);
}
}

/* Desktop primary navigation typography */
@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item > .ct-menu-link {
    font-weight: 400 !important;
  }
}

@media (min-width: 1330px) {
  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item > .ct-menu-link {
    font-size: 16px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1320px) {
  .home header#header [data-device="desktop"] .header-menu-1 .menu > .menu-item > .ct-menu-link {
    font-size: 14px !important;
  }
}

/* Desktop secondary navigation typography */
@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] .header-menu-1 .sub-menu .ct-menu-link,
  body:not(.home) .ct-header [data-device="desktop"] .header-menu-1 .menu > .kmk-shop-categories-menu > .sub-menu > li:nth-child(1)::before,
  body:not(.home) .ct-header [data-device="desktop"] .header-menu-1 .menu > .kmk-shop-categories-menu > .sub-menu > li:nth-child(6)::before,
  body:not(.home) .ct-header [data-device="desktop"] .header-menu-1 .menu > .kmk-shop-categories-menu > .sub-menu > li:nth-child(11)::before {
    font-weight: 400 !important;
  }
}


/* Floating desktop header search */
@media (min-width: 1000px) {
  body.kmk-search-floating .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline {
    position: fixed !important;
    top: 12px;
    right: max(24px, calc((100vw - 1220px) / 2));
    z-index: 100050;
    width: clamp(280px, 22vw, 360px) !important;
    min-width: 280px;
    height: 42px !important;
    padding: 0 8px 0 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    background: rgba(10, 25, 21, 0.94) !important;
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  body.admin-bar.kmk-search-floating .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline {
    top: 44px;
  }

  body.kmk-search-floating .ct-header .kmk-header-search-input,
  body.kmk-search-floating .ct-header .kmk-header-search-submit {
    color: #fff !important;
  }

  body.kmk-search-floating .ct-header .kmk-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
  }
}

/* Crisp white search divider */
@media (min-width: 1000px) {
  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline::after,
  body.kmk-search-floating .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
    pointer-events: none;
  }
}

/* Mobile sticky header */
@media (max-width: 999px) {
  header#header.ct-header {
    position: sticky !important;
    top: 0;
    z-index: 100120;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 22px rgba(16, 31, 38, 0.12);
  }

  header#header.ct-header > [data-device="mobile"],
  header#header.ct-header [data-device="mobile"] [data-row="middle"] {
    background: #fff;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  body.admin-bar header#header.ct-header {
    top: 46px;
  }
}

@media (min-width: 783px) and (max-width: 999px) {
  body.admin-bar header#header.ct-header {
    top: 32px;
  }
}
