/* GENERATED FILE — do not edit by hand.
 * Source of truth: cw-theme.css. Regenerate with bin/split-theme-css.py
 * after any cw-theme.css change, and commit both together.
 */

:root {
  --cw-teal: #4a9494;
  --cw-teal-dark: #0f6667;
  --cw-teal-mid: #338080;
  --cw-teal-light: #ccf5f5;
  --cw-teal-tint: rgba(74, 148, 148, 0.08);
  --cw-clay: #c67560;
  --cw-clay-dark: #914a38;
  --cw-clay-tint: rgba(198, 117, 96, 0.08);
  --cw-ink: #1a1c20;
  --cw-ink-mid: #2d2d35;
  --cw-ink-light: #3f4948;
  --cw-quiet: #6f7979;
  --cw-mist: #f9f9ff;
  --cw-fog: #f0f0f6;
  --cw-fog-dark: #e2e2e8;
  --cw-border: #e2e2e8;
  --cw-white: #ffffff;
  --cw-shadow-card: 0 2px 12px rgba(45, 45, 53, 0.06);
  --cw-shadow-raised: 0 8px 32px rgba(45, 45, 53, 0.12);
  --cw-radius-card: 16px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.cw-body {
  margin: 0;
  background: var(--cw-mist);
  color: var(--cw-ink);
  font-family: "Jost", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.cw-body a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture {
  display: contents;
}
.cw-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.cw-main {
  padding-top: 64px;
  min-height: 100vh;
}
body.cw-mobile-nav-open {
  overflow: hidden;
}
.cw-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
  background: rgba(249, 249, 255, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--cw-border);
}
.cw-site-header__inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 28px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cw-brand {
  display: inline-flex;
  align-items: center;
}
.cw-brand-mark {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.cw-mobile-nav {
  display: none;
}
.cw-mobile-header-actions {
  display: none;
}
.cw-mobile-nav__toggle {
  appearance: none;
  border: 0;
  padding: 0;
}
.cw-mobile-nav__toggle-lines {
  display: inline-grid;
  gap: 4px;
}
.cw-mobile-nav__toggle-lines span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.cw-mobile-nav__scrim {
  display: none;
}
.cw-primary-nav,
.cw-header-actions,
.cw-button-row,
.cw-card-pills,
.cw-hero-stats,
.cw-section-header-row,
.cw-footer-socials,
.cw-filter-row {
  display: flex;
  align-items: center;
}
.cw-primary-nav {
  gap: 2px;
}
.cw-primary-nav a,
.cw-search-button {
  color: var(--cw-ink-light);
  font-size: 14px;
}
.cw-primary-nav a {
  padding: 7px 15px;
  border-radius: 8px;
  font-weight: 400;
  transition: background 150ms ease, color 150ms ease;
}
.cw-primary-nav a:hover,
.cw-primary-nav a.is-active {
  background: var(--cw-teal-tint);
  color: var(--cw-teal);
}
.cw-primary-nav a.is-active {
  font-weight: 600;
}
.cw-header-actions {
  gap: 8px;
}
.cw-fcom-header-menu {
  display: flex;
  align-items: center;
}
.cw-fcom-header-menu .fcom_user_context_menu_items {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.cw-fcom-header-menu .fcom_user_context_menu_items > li:not(.fcom_notification_holder):not(.fcom_menu_item_user) {
  display: none !important;
}
.cw-fcom-header-menu .fcom_user_context_menu_items > li {
  margin: 0 !important;
}
.cw-fcom-header-menu .fcom_user_context_menu_items li:last-child {
  margin: 0 !important;
}
.cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item {
  border-radius: 999px;
}
.cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item .fcom_menu_button,
.cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item > a {
  color: var(--cw-ink-light);
  border-radius: 999px;
  padding: 6px;
}
.cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item .fcom_menu_button:hover,
.cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item > a:hover {
  background: var(--cw-teal-tint);
  color: var(--cw-teal);
}
.cw-fcom-header-menu .fcom_user_context_menu_items .fcom_user_menu_item .user_avatar img {
  width: 36px;
  height: 36px;
}
.cw-fcom-header-menu .fcom_user_context_menu_items .fcom_user_menu_item .user_avatar .avatar_icon {
  width: 14px;
  height: 14px;
  right: -2px;
  bottom: -1px;
}
.cw-fcom-header-menu .fcom_user_context_menu_items .fcom_user_menu_item .fcom_profile_extend.fcom_extend_menu .fcom_profile_sub_menu {
  top: calc(100% + 10px);
  right: 0;
  z-index: 700;
}
.cw-fcom-header-menu .fcom_user_context_menu_items .fcom_theme_button .el-badge__content.is-fixed {
  box-sizing: border-box;
  top: 0;
  right: calc(10px + var(--el-badge-size, 18px) / 2);
  transform: translateY(-50%) translate(100%);
}
.cw-fcom-header-menu--desktop .fcom_user_context_menu_items .fcom_user_menu_item .user_avatar img {
  width: 38px;
  height: 38px;
}
.cw-search-button {
  display: inline-flex;
  padding: 8px;
  border-radius: 8px;
  transition: color 120ms ease;
}
.cw-search-button:hover {
  color: var(--cw-teal);
}
.cw-sign-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--cw-border);
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--cw-ink-light);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease;
}
.cw-sign-in:hover {
  border-color: var(--cw-teal);
  color: var(--cw-teal);
}
.cw-header-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 20px;
  border-radius: 9999px;
  background: var(--cw-clay);
  color: var(--cw-white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.cw-header-join,
.cw-header-join:link,
.cw-header-join:visited {
  color: var(--cw-white) !important;
}
.cw-header-join:hover,
.cw-header-join:focus-visible {
  background: var(--cw-clay-dark);
  color: var(--cw-white);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(198, 117, 96, 0.35);
}
.cw-header-join:focus-visible {
  outline: 2px solid rgba(198, 117, 96, 0.28);
  outline-offset: 3px;
}
.cw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  border: none;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease, color 150ms ease, border-color 150ms ease;
}
.cw-button:hover {
  transform: translateY(-1px);
}
.cw-button-primary {
  background: var(--cw-clay);
  color: var(--cw-white);
}
.cw-button-primary,
.cw-button-primary:link,
.cw-button-primary:visited {
  color: var(--cw-white) !important;
}
.cw-button-primary:hover {
  background: var(--cw-clay-dark);
  box-shadow: 0 6px 20px rgba(198, 117, 96, 0.35);
}
.cw-button-seasonal {
  background: var(--cw-teal);
  color: var(--cw-white);
}
.cw-button-seasonal,
.cw-button-seasonal:link,
.cw-button-seasonal:visited {
  color: var(--cw-white) !important;
}
.cw-button-seasonal:hover {
  background: var(--cw-teal-dark);
  box-shadow: 0 6px 20px rgba(15, 102, 103, 0.28);
}
.cw-button-ghost {
  border: 1.5px solid var(--cw-teal);
  background: transparent;
  color: var(--cw-teal);
  padding: 12px 26px;
}
.cw-button-ghost:hover {
  background: var(--cw-teal-tint);
}
.cw-button-dark {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cw-white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.cw-button-dark,
.cw-button-dark:link,
.cw-button-dark:visited {
  color: var(--cw-white) !important;
}
.cw-button-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.8);
}
.cw-button-dark:focus-visible {
  outline: 2px solid var(--cw-teal-light);
  outline-offset: 3px;
}
.cw-button-small {
  padding: 9px 20px;
  font-size: 13px;
}
.cw-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--cw-fog);
  color: var(--cw-ink-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cw-pill-small {
  padding: 3px 9px;
  font-size: 11px;
}
.cw-pill-teal {
  background: var(--cw-teal-tint);
  color: var(--cw-teal-dark);
}
.cw-pill-clay {
  background: var(--cw-clay-tint);
  color: var(--cw-clay-dark);
}
.cw-featured-card__media.has-image::after,
.cw-tutorial-card__media.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 28, 32, 0.08) 0%, rgba(26, 28, 32, 0.58) 100%);
  pointer-events: none;
}
.cw-card-media__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cw-section--fog.cw-series-discovery--home {
  padding: 72px 0 88px;
  background: var(--cw-mist);
}
.cw-hero,
.cw-page-hero {
  background: var(--cw-white);
  border-bottom: 1px solid var(--cw-border);
}
.cw-hero__inner,
.cw-page-hero__inner {
  display: grid;
  gap: 64px;
  align-items: center;
  padding: 80px 0 72px;
}
.cw-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.cw-hero-badge,
.cw-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cw-teal);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cw-hero-badge {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cw-teal-tint);
  color: var(--cw-teal-dark);
}
.cw-hero-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cw-teal);
}
.cw-hero h1,
.cw-page-hero h1,
.cw-section-title,
.cw-membership-card h2,
.cw-empty-state h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--cw-ink);
}
.cw-hero h1,
.cw-page-hero h1 {
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.cw-hero h1 em,
.cw-membership-card h2 em {
  color: var(--cw-teal);
  font-style: italic;
}
.cw-hero p,
.cw-page-hero p,
.cw-membership-card p {
  margin: 0;
  color: var(--cw-ink-light);
  font-size: 17px;
  line-height: 1.75;
}
.cw-hero__copy > p {
  max-width: 460px;
  margin-bottom: 36px;
}
.cw-button-row {
  gap: 12px;
  flex-wrap: wrap;
}
.cw-hero-stats {
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--cw-border);
}
.cw-hero-stats strong {
  display: block;
  color: var(--cw-teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}
.cw-hero-stats span {
  font-size: 12px;
  color: var(--cw-quiet);
}
.cw-hero-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 160px;
  gap: 12px;
}
.cw-bento-card {
  border-radius: var(--cw-radius-card);
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 22px;
  color: var(--cw-white);
  box-shadow: var(--cw-shadow-card);
}
.cw-bento-card--tall {
  grid-row: 1 / 3;
  background-size: cover;
  background-position: center;
}
.cw-bento-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  background: linear-gradient(to top, rgba(15, 102, 103, 0.9) 0%, transparent 100%);
}
.cw-bento-card h2 {
  margin: 10px 0 4px;
  font-size: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.2;
}
.cw-bento-card p,
.cw-bento-kicker {
  margin: 0;
  font-size: 12px;
}
.cw-bento-card--dark {
  background: var(--cw-ink-mid);
}
.cw-bento-card--clay {
  color: var(--cw-ink);
  background: linear-gradient(140deg, #fff0ee 0%, #ffd6ca 100%);
}
.cw-bento-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cw-section,
.cw-membership-spotlight,
.cw-page-shell,
.cw-browse-grid-wrap {
  padding: 72px 0;
}
.cw-section--fog,
.cw-browse-grid-wrap {
  background: var(--cw-fog);
}
.cw-section-header,
.cw-membership-card,
.cw-page-shell__inner {
  max-width: 860px;
}
.cw-section-title {
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}
.cw-section-header-row {
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.cw-section-link {
  color: var(--cw-teal);
  font-size: 14px;
  font-weight: 600;
}
.cw-category-grid,
.cw-browse-grid,
.cw-browse-grid-wrap .cw-browse-grid {
  display: grid;
  gap: 18px;
}
.cw-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cw-category-card,
.cw-editor-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: var(--cw-white);
  border-radius: 16px;
  box-shadow: var(--cw-shadow-card);
}
.cw-category-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  flex: 0 0 52px;
}
.cw-category-card__body {
  display: grid;
  gap: 4px;
}
.cw-category-card__body strong {
  font-size: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
}
.cw-category-card__body span {
  color: var(--cw-quiet);
  font-size: 12px;
}
.cw-category-card__cta {
  margin-left: auto;
  color: var(--cw-teal);
  font-size: 13px;
  font-weight: 600;
}
.cw-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.cw-side-card-stack {
  display: grid;
  gap: 18px;
}
.cw-featured-card,
.cw-tutorial-card {
  background: var(--cw-white);
  border-radius: var(--cw-radius-card);
  overflow: hidden;
  box-shadow: var(--cw-shadow-card);
}
.cw-featured-card > a {
  display: block;
}
.cw-featured-card__media {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.cw-featured-card__label-box {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 2;
  padding: 20px;
  border-radius: 16px;
  background: rgba(26, 28, 32, 0.86);
  color: var(--cw-white);
}
.cw-featured-card__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cw-teal-light);
}
.cw-featured-card__label-box h3,
.cw-tutorial-card__title {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.22;
}
.cw-featured-card__label-box h3 {
  font-size: 30px;
}
.cw-featured-card__body,
.cw-tutorial-card__body {
  padding: 22px;
}
.cw-featured-card__body p,
.cw-tutorial-card__meta,
.cw-footer-copy,
.cw-entry-content {
  color: var(--cw-ink-light);
}
.cw-featured-card__body p {
  margin: 12px 0 20px;
  font-size: 15px;
  line-height: 1.7;
}
.cw-featured-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.cw-card-link {
  display: block;
}
.cw-tutorial-card__media {
  min-height: 180px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}
.cw-card-badge {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 28, 32, 0.75);
  color: var(--cw-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cw-card-pills {
  position: relative;
  z-index: 2;
  gap: 8px;
  flex-wrap: wrap;
}
.cw-tutorial-card__title {
  font-size: 24px;
}
.cw-tutorial-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  font-size: 12px;
}
.cw-tutorial-card__cta {
  margin-top: 14px;
  color: var(--cw-clay);
  font-size: 13px;
  font-weight: 600;
}
.cw-membership-card {
  margin: 0 auto;
  text-align: center;
}
.cw-membership-card h2 {
  font-size: clamp(42px, 4vw, 50px);
  line-height: 1.08;
  margin-bottom: 16px;
}
.cw-membership-card p {
  max-width: 620px;
  margin: 0 auto 24px;
}
.cw-membership-card__note {
  margin-top: 18px;
  color: var(--cw-quiet);
  font-size: 13px;
}
.cw-seasonal-faq-list {
  margin-top: 28px;
}
.cw-seasonal-faq-item {
  border-bottom: 1px solid var(--cw-border);
}
.cw-seasonal-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  color: var(--cw-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.18;
}
.cw-seasonal-faq-item summary::-webkit-details-marker {
  display: none;
}
.cw-seasonal-faq-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: var(--cw-teal-dark);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform 160ms ease;
}
.cw-seasonal-faq-item[open] .cw-seasonal-faq-item__icon {
  transform: rotate(45deg);
}
.cw-seasonal-faq-item__body {
  padding: 0 0 22px;
}
.cw-seasonal-faq-item__body p {
  margin: 0;
  color: var(--cw-ink-light);
  line-height: 1.8;
}
.cw-shop-shell__strip {
  padding: 32px 0;
  background: var(--cw-ink-mid);
}
.cw-shop-shell__strip-upsell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cw-shop-shell__strip-upsell-copy {
  flex: 1;
  min-width: 0;
}
.cw-shop-shell__strip-upsell-copy h2 {
  margin: 6px 0 14px;
  color: var(--cw-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.cw-shop-shell__strip-upsell-copy h2 em {
  font-style: italic;
  color: var(--cw-clay);
}
.cw-shop-shell__strip-benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cw-shop-shell__strip-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.5;
}
.cw-shop-shell__strip-benefit > span:first-child {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--cw-teal);
  font-size: 13px;
}
.cw-shop-shell__strip-upsell-action {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cw-shop-shell__strip-upsell-price {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-align: center;
}
.cw-shop-shell__strip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cw-shop-shell__strip-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 150ms ease;
}
.cw-shop-shell__strip-card:hover {
  border-color: rgba(74, 148, 148, 0.5);
}
.cw-shop-shell__strip-card--clay {
  border-color: rgba(198, 117, 96, 0.2);
  background: rgba(198, 117, 96, 0.08);
}
.cw-shop-shell__strip-card--clay:hover {
  border-color: rgba(198, 117, 96, 0.5);
}
.cw-shop-shell__strip-label {
  margin-bottom: 6px;
  color: var(--cw-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cw-shop-shell__strip-card--clay .cw-shop-shell__strip-label {
  color: var(--cw-clay);
}
.cw-shop-shell__strip-card h2 {
  margin: 0;
  color: var(--cw-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.cw-shop-shell__strip-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.5;
}
.cw-shop-shell__strip-card span[aria-hidden="true"] {
  color: var(--cw-teal);
  font-size: 22px;
  font-weight: 300;
}
.cw-shop-shell__strip-card--clay span[aria-hidden="true"] {
  color: var(--cw-clay);
}
.cw-shop-shell__products {
  padding: 48px 0 80px;
}
.cw-shop-shell__product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cw-shop-shell__product-grid {
  display: grid;
  gap: 16px;
}
.cw-shop-shell__product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.cw-shop-shell__product-card {
  background: var(--cw-white);
  box-shadow: var(--cw-shadow-card);
}
.cw-shop-shell__product-card:hover {
  transform: translateY(-4px);
}
.cw-shop-shell__product-card:hover {
  box-shadow: 0 8px 28px rgba(45, 45, 53, 0.11);
}
.cw-shop-shell__product-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  background: var(--cw-shop-card-bg);
}
.cw-shop-shell__product-card-link,
.cw-shop-shell__product-card-link:link,
.cw-shop-shell__product-card-link:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cw-shop-shell__product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cw-shop-shell__product-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 20px;
}
.cw-shop-shell__product-body h3 {
  margin: 0;
  color: var(--cw-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.25;
}
.cw-shop-shell__product-body h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.cw-shop-shell__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.cw-shop-shell__title-row h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}
.cw-card-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin-top: 3px;
}
.cw-card-rating__avg {
  font-size: 12px;
  font-weight: 700;
  color: var(--cw-ink);
  line-height: 1;
}
.cw-card-rating__star {
  font-size: 11px;
  color: #e8a13a;
  line-height: 1;
}
.cw-card-rating__count {
  font-size: 10px;
  color: var(--cw-quiet);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
.cw-shop-shell__new-badge {
  flex-shrink: 0;
  margin-top: 3px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--cw-teal);
  color: var(--cw-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
.cw-shop-shell__product-excerpt {
  margin: 0 0 12px;
  color: var(--cw-quiet);
  font-size: 12px;
  line-height: 1.6;
}
.cw-shop-shell__product-title-link,
.cw-shop-shell__product-title-link:link,
.cw-shop-shell__product-title-link:visited {
  color: inherit;
  text-decoration: none;
}
.cw-shop-shell__product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.cw-shop-shell__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.cw-shop-shell__price strong {
  color: var(--cw-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.05;
}
.cw-shop-shell__meta {
  color: var(--cw-quiet);
  font-size: 11px;
  white-space: nowrap;
}
.cw-shop-shell__purchase-action {
  margin-top: 14px;
}
.cw-shop-shell__purchase-buttons {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
}
.cw-shop-shell__purchase-button,
.cw-shop-shell__purchase-button:link,
.cw-shop-shell__purchase-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:link,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:link,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:visited {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  text-decoration: none;
}
.cw-shop-shell__purchase-action .cw-button,
.cw-shop-shell__purchase-action .cw-button:link,
.cw-shop-shell__purchase-action .cw-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:link,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:link,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 9999px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease, color 150ms ease, border-color 150ms ease;
}
.cw-shop-shell__purchase-action .cw-button:hover,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:hover,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:hover {
  transform: translateY(-1px);
}
.cw-shop-shell__purchase-action .cw-button-ghost,
.cw-shop-shell__purchase-action .cw-button-ghost:link,
.cw-shop-shell__purchase-action .cw-button-ghost:visited,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button .text {
  color: inherit;
}
.cw-shop-shell__purchase-action .cw-button-ghost,
.cw-shop-shell__purchase-action .cw-button-ghost:link,
.cw-shop-shell__purchase-action .cw-button-ghost:visited,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button.cw-button-ghost,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button.cw-button-ghost:link,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button.cw-button-ghost:visited {
  border: 1.5px solid var(--cw-teal);
  background: transparent;
  color: var(--cw-teal) !important;
  box-shadow: none;
}
.cw-shop-shell__purchase-action .cw-button-ghost:hover,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button.cw-button-ghost:hover {
  background: var(--cw-teal-tint);
  color: var(--cw-teal) !important;
}
@media (max-width: 540px) {
.cw-shop-shell__purchase-buttons {
    flex-wrap: wrap;
  }
.cw-shop-shell__purchase-button,
.cw-shop-shell__purchase-button:link,
.cw-shop-shell__purchase-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:link,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:link,
.cw-shop-shell__purchase-action .fluent-cart-add-to-cart-button:visited,
.cw-shop-shell__purchase-action .fluent-cart-direct-checkout-button:visited {
    flex-basis: 100%;
  }
}
.cw-shop-shell__strike {
  color: var(--cw-quiet);
  font-size: 13px;
  text-decoration: line-through;
}
.cw-site-footer {
  background: var(--cw-ink);
  padding: 56px 0 32px;
}
.cw-site-footer a,
.cw-site-footer a:link,
.cw-site-footer a:visited {
  text-decoration: none;
}
.cw-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
.cw-footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}
.cw-footer-copy {
  max-width: 280px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
}
.cw-footer-credit,
.cw-footer-bottom {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
.cw-footer-credit {
  margin-top: 12px;
}
.cw-footer-heading {
  margin: 0 0 16px;
  color: var(--cw-teal);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cw-footer-links {
  display: grid;
  gap: 10px;
}
.cw-footer-links a,
.cw-footer-socials a {
  color: rgba(255, 255, 255, 0.45);
  transition: color 150ms ease;
}
.cw-site-footer .cw-footer-links a,
.cw-site-footer .cw-footer-links a:link,
.cw-site-footer .cw-footer-links a:visited {
  color: rgba(255, 255, 255, 0.45) !important;
}
.cw-footer-links a {
  font-size: 13px;
}
.cw-footer-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cw-footer-socials a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}
.cw-footer-socials {
  gap: 16px;
  flex-wrap: wrap;
}
.cw-site-footer .cw-footer-socials a,
.cw-site-footer .cw-footer-socials a:link,
.cw-site-footer .cw-footer-socials a:visited {
  color: rgba(255, 255, 255, 0.35) !important;
}
.cw-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
}
.cw-footer-socials a:hover {
  color: var(--cw-teal);
}
.cw-browse-grid-wrap {
  padding: 36px 0 80px;
}
.cw-browse-grid {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.cw-pagination {
  margin-top: 32px;
  text-align: center;
}
.cw-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 9999px;
  background: var(--cw-white);
  border: 1px solid var(--cw-border);
  color: var(--cw-ink-light);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}
.cw-pagination a.page-numbers:hover,
.cw-pagination a.page-numbers:focus-visible {
  background: var(--cw-teal-tint);
  border-color: var(--cw-teal);
  color: var(--cw-teal-dark);
}
.cw-pagination .dots {
  min-width: 0;
  height: auto;
  padding: 0 4px;
  background: transparent;
  border: 0;
}
.cw-pagination .current {
  background: var(--cw-teal);
  border-color: transparent;
  color: var(--cw-white);
}
.cw-page-shell__inner,
.cw-article-shell {
  max-width: 840px;
}
.cw-entry-thumbnail {
  margin-bottom: 32px;
}
.cw-entry-thumbnail img {
  width: 100%;
  border-radius: 18px;
}
.cw-entry-content {
  font-size: 18px;
  line-height: 1.9;
}
.cw-entry-content p a,
.cw-entry-content p a:link,
.cw-entry-content p a:visited,
.cw-entry-content li a,
.cw-entry-content li a:link,
.cw-entry-content li a:visited,
.cw-entry-content blockquote a,
.cw-entry-content blockquote a:link,
.cw-entry-content blockquote a:visited,
.cw-entry-content figcaption a,
.cw-entry-content figcaption a:link,
.cw-entry-content figcaption a:visited,
.cw-entry-content td a,
.cw-entry-content td a:link,
.cw-entry-content td a:visited,
.cw-entry-content th a,
.cw-entry-content th a:link,
.cw-entry-content th a:visited,
.cw-page-shell__inner p a,
.cw-page-shell__inner p a:link,
.cw-page-shell__inner p a:visited,
.cw-page-shell__inner li a,
.cw-page-shell__inner li a:link,
.cw-page-shell__inner li a:visited,
.cw-page-shell__inner blockquote a,
.cw-page-shell__inner blockquote a:link,
.cw-page-shell__inner blockquote a:visited,
.cw-page-shell__inner figcaption a,
.cw-page-shell__inner figcaption a:link,
.cw-page-shell__inner figcaption a:visited,
.cw-page-shell__inner td a,
.cw-page-shell__inner td a:link,
.cw-page-shell__inner td a:visited,
.cw-page-shell__inner th a,
.cw-page-shell__inner th a:link,
.cw-page-shell__inner th a:visited {
  color: var(--cw-clay) !important;
  text-decoration: none;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}
.cw-entry-content p a:hover,
.cw-entry-content p a:focus-visible,
.cw-entry-content p a:active,
.cw-entry-content li a:hover,
.cw-entry-content li a:focus-visible,
.cw-entry-content li a:active,
.cw-entry-content blockquote a:hover,
.cw-entry-content blockquote a:focus-visible,
.cw-entry-content blockquote a:active,
.cw-entry-content figcaption a:hover,
.cw-entry-content figcaption a:focus-visible,
.cw-entry-content figcaption a:active,
.cw-entry-content td a:hover,
.cw-entry-content td a:focus-visible,
.cw-entry-content td a:active,
.cw-entry-content th a:hover,
.cw-entry-content th a:focus-visible,
.cw-entry-content th a:active,
.cw-page-shell__inner p a:hover,
.cw-page-shell__inner p a:focus-visible,
.cw-page-shell__inner p a:active,
.cw-page-shell__inner li a:hover,
.cw-page-shell__inner li a:focus-visible,
.cw-page-shell__inner li a:active,
.cw-page-shell__inner blockquote a:hover,
.cw-page-shell__inner blockquote a:focus-visible,
.cw-page-shell__inner blockquote a:active,
.cw-page-shell__inner figcaption a:hover,
.cw-page-shell__inner figcaption a:focus-visible,
.cw-page-shell__inner figcaption a:active,
.cw-page-shell__inner td a:hover,
.cw-page-shell__inner td a:focus-visible,
.cw-page-shell__inner td a:active,
.cw-page-shell__inner th a:hover,
.cw-page-shell__inner th a:focus-visible,
.cw-page-shell__inner th a:active {
  color: var(--cw-clay-dark) !important;
  text-decoration: none;
}
.cw-entry-content > * {
  margin-top: 0;
  margin-bottom: 1.4em;
}
.cw-entry-content h2,
.cw-entry-content h3,
.cw-entry-content h4 {
  color: var(--cw-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.18;
}
.cw-entry-content h2 {
  font-size: 38px;
}
.cw-entry-content h3 {
  font-size: 30px;
}
.cw-empty-state {
  text-align: center;
  padding: 80px 0;
}
.cw-empty-state p {
  color: var(--cw-quiet);
}
.cw-pattern-shell,
.cw-editor-card-grid {
  margin: 0;
}
.cw-section-label--clay {
  color: var(--cw-clay);
}
@media (max-width: 1100px) {
.cw-hero__inner,
.cw-footer-grid,
.cw-featured-grid,
.cw-category-grid {
    grid-template-columns: 1fr 1fr;
  }
.cw-featured-grid {
    grid-template-columns: 1fr;
  }
.cw-single-post-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
.cw-single-post-sidebar {
    order: -1;
  }
.cw-single-post-sidebar__sticky {
    position: static;
  }
.cw-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1120px) {
.cw-primary-nav a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
}
@media (max-width: 820px) {
:root {
    --cw-mobile-header-height: 60px;
  }
.cw-site-header {
    position: static;
    backdrop-filter: none;
  }
.cw-main {
    padding-top: 0;
  }
.cw-site-header__inner,
.cw-primary-nav,
.cw-header-actions {
    gap: 10px;
  }
.cw-site-header__inner {
    height: var(--cw-mobile-header-height);
    min-height: var(--cw-mobile-header-height);
    padding-top: 0;
    padding-bottom: 0;
  }
.cw-primary-nav {
    display: none;
  }
.cw-header-actions {
    display: none;
  }
.cw-mobile-nav {
    position: static;
    display: block;
    flex: 0 0 auto;
    margin-left: 0;
  }
.cw-mobile-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(74, 148, 148, 0.28);
    border-radius: 10px;
    background: var(--cw-white);
    color: var(--cw-teal);
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(45, 45, 53, 0.04);
    transition: border-color 150ms ease, color 150ms ease, background 150ms ease, box-shadow 150ms ease;
  }
.cw-mobile-nav.is-open .cw-mobile-nav__toggle,
.cw-mobile-nav__toggle:hover {
    border-color: var(--cw-teal);
    color: var(--cw-teal-dark);
    background: var(--cw-teal-tint);
    box-shadow: 0 8px 24px rgba(74, 148, 148, 0.12);
  }
.cw-mobile-nav__toggle:focus-visible,
.cw-mobile-header-search:focus-visible,
.cw-mobile-header-auth:focus-visible {
    outline: 2px solid rgba(74, 148, 148, 0.28);
    outline-offset: 3px;
  }
.cw-mobile-nav__toggle-lines {
    gap: 3px;
  }
.cw-mobile-nav__toggle-lines span {
    width: 16px;
    height: 2px;
    transition: transform 150ms ease, opacity 150ms ease;
  }
.cw-mobile-nav.is-open .cw-mobile-nav__toggle-lines span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
.cw-mobile-nav.is-open .cw-mobile-nav__toggle-lines span:nth-child(2) {
    opacity: 0;
  }
.cw-mobile-nav.is-open .cw-mobile-nav__toggle-lines span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
.cw-brand {
    flex: 0 0 auto;
    margin-right: auto;
  }
.cw-brand-mark {
    height: 40px;
  }
.cw-mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }
.cw-mobile-header-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: var(--cw-ink-light);
    transition: color 150ms ease, background 150ms ease;
  }
.cw-mobile-header-search:hover {
    color: var(--cw-teal);
    background: var(--cw-teal-tint);
  }
.cw-mobile-header-auth {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }
.cw-mobile-header-auth:hover,
.cw-mobile-header-auth:focus-visible {
    transform: none;
    box-shadow: none;
  }
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items {
    gap: 6px;
  }
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item .fcom_menu_button,
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items li.top_menu_item > a {
    padding: 4px;
  }
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items .fcom_user_menu_item .user_avatar img {
    width: 32px;
    height: 32px;
  }
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items .fcom_user_menu_item .user_avatar .avatar_icon {
    width: 12px;
    height: 12px;
    right: -1px;
    bottom: 0;
  }
.cw-mobile-nav.is-open .cw-mobile-nav__scrim {
    position: fixed;
    inset: calc(var(--cw-mobile-header-height) + 1px) 0 0;
    display: block;
    background: rgba(24, 41, 49, 0.28);
    backdrop-filter: blur(2px);
    z-index: 554;
  }
.cw-mobile-nav__panel {
    position: fixed;
    top: calc(var(--cw-mobile-header-height) + 1px);
    left: 0;
    right: auto;
    z-index: 560;
    width: min(360px, 76vw);
    max-width: 76vw;
    height: calc(100dvh - var(--cw-mobile-header-height) - 1px);
    display: grid;
    align-content: start;
    gap: 20px;
    padding: 18px 16px 24px;
    border-top: 1px solid var(--cw-border);
    border-right: 1px solid var(--cw-border);
    border-bottom: 1px solid var(--cw-border);
    border-left: none;
    border-radius: 0;
    background: var(--cw-white);
    box-shadow: var(--cw-shadow-raised);
    overflow-y: auto;
  }
.cw-mobile-nav__section {
    display: grid;
    gap: 8px;
  }
.cw-mobile-nav__section-label {
    color: var(--cw-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
  }
.cw-mobile-nav__links,
.cw-mobile-nav__actions,
.cw-mobile-nav__auth {
    display: grid;
    gap: 4px;
    width: 100%;
    min-width: 0;
  }
.cw-mobile-nav__links a,
.cw-mobile-nav__search {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--cw-ink-light);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    background: transparent;
    transition: background 150ms ease, color 150ms ease;
  }
.cw-mobile-nav__links a:hover,
.cw-mobile-nav__links a.is-active,
.cw-mobile-nav__search:hover {
    background: #f0f3f5;
    color: var(--cw-ink-light);
  }
.cw-mobile-nav__links a.is-active::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #697386;
    border-radius: 0 8px 8px 0;
  }
.cw-mobile-nav__links a:focus-visible,
.cw-mobile-nav__search:focus-visible {
    outline: 2px solid rgba(105, 115, 134, 0.32);
    outline-offset: 2px;
  }
.cw-single-post-hero__inner {
    padding-right: 28px;
    padding-left: 28px;
    gap: 28px;
  }
.cw-single-post-breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
.cw-single-post-breadcrumb::-webkit-scrollbar {
    display: none;
  }
.cw-single-post-glance__grid {
    grid-template-columns: 1fr 1fr;
  }
.cw-single-post-author-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }
.cw-single-post-author-card__avatar {
    width: 52px;
    height: 52px;
  }
.cw-author-hero__inner {
    grid-template-columns: 1fr;
  }
.cw-single-post-supplies {
    grid-template-columns: 1fr;
  }
.cw-single-post-product {
    flex-wrap: wrap;
  }
.cw-single-post-product__meta {
    width: 100%;
    justify-content: space-between;
  }
.cw-hero__inner,
.cw-page-hero__inner,
.cw-footer-grid,
.cw-category-grid {
    grid-template-columns: 1fr;
  }
.cw-hero-bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
.cw-bento-card--tall {
    grid-row: auto;
    min-height: 260px;
  }
.cw-footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
.cw-shop-shell__strip-grid,
.cw-shop-shell__product-grid {
    grid-template-columns: 1fr;
  }
.cw-footer-bottom {
    text-align: left;
  }
.cw-single-post-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
  }
.cw-single-post-meta__primary {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
.cw-single-post-author {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }
.cw-single-post-meta__dates {
    width: 100%;
    gap: 16px;
  }
.cw-single-post-actions {
    width: 100%;
  }
.cw-single-post-makers {
    width: auto;
    flex-shrink: 0;
  }
.cw-single-post-divider {
    display: none;
  }
.cw-single-post-actions {
    margin-left: 0;
  }
.cw-single-post-shell {
    padding-top: 32px;
  }
.cw-single-post-shell [id] {
    scroll-margin-top: 96px;
  }
}
@media (max-width: 640px) {
.cw-container,
.cw-site-header__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
.cw-mobile-nav__panel {
    width: min(340px, 86vw);
    max-width: 86vw;
    padding: 16px 14px 20px;
  }
.cw-brand-mark {
    height: 36px;
  }
.cw-mobile-header-actions {
    gap: 8px;
  }
.cw-mobile-header-actions .cw-fcom-header-menu .fcom_user_context_menu_items {
    gap: 4px;
  }
.cw-mobile-header-auth {
    min-height: 32px;
    padding: 6px 11px;
    font-size: 12px;
  }
.cw-header-actions .cw-sign-in {
    display: none;
  }
.cw-header-actions .cw-header-join {
    width: auto;
  }
.cw-footer-socials {
    flex-direction: column;
    align-items: flex-start;
  }
.cw-single-post-hero__inner {
    padding: 36px 16px 28px;
  }
.cw-single-post-hero h1 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.08;
  }
.cw-single-post-hero__excerpt {
    font-size: 15px;
    line-height: 1.7;
  }
.cw-single-post-meta,
.cw-single-post-actions,
.cw-single-post-community .cw-button-row,
.cw-single-post-author-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
.cw-single-post-glance,
.cw-single-post-card,
.cw-single-post-footer-meta,
.cw-single-post-author-card,
.cw-single-post-community {
    padding: 22px 20px;
  }
.cw-single-post-glance__grid,
.cw-single-post-author-card {
    grid-template-columns: 1fr;
  }
.cw-single-post-footer-meta__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
.cw-author-hero__card {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 20px;
  }
.cw-author-hero__avatar {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
.cw-single-post-utility-card,
.cw-single-post-product,
.cw-single-post-comments__form,
.cw-single-post-comment {
    padding-right: 20px;
    padding-left: 20px;
  }
.cw-single-post-utility-card__header,
.cw-single-post-product__meta {
    flex-direction: column;
    align-items: flex-start;
  }
.cw-single-post-community h2 {
    font-size: 30px;
  }
.cw-single-post-step__header {
    align-items: flex-start;
  }
.cw-single-post-comments {
    padding: 22px 20px;
  }
.cw-single-share {
    width: 100%;
  }
.cw-single-share__menu {
    left: 0;
    right: auto;
    width: min(100%, 240px);
  }
.cw-single-post-action,
.cw-single-post-action--primary,
.cw-single-post-action--secondary {
    width: 100%;
  }
.cw-single-post-video__frame iframe,
.cw-single-post-video__frame video {
    min-height: 220px;
  }
.cw-single-post-shell {
    padding-top: 24px;
  }
.cw-shop-shell__strip-card {
    padding: 18px 20px;
  }
.cw-shop-shell__strip-upsell {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
.fct-cart-drawer-container > .fct-cart-drawer-open-btn {
    right: 8px;
    bottom: 8px;
    width: 48px;
    height: 48px;
    padding: 2px;
  }
.cw-shop-shell__products {
    padding-top: 40px;
    padding-bottom: 56px;
  }
.cw-button,
.cw-button-small {
    width: 100%;
  }
.cw-hero-stats,
.cw-button-row,
.cw-section-header-row,
.cw-footer-socials {
    flex-direction: column;
    align-items: flex-start;
  }
.cw-seasonal-faq-item summary {
    font-size: 24px;
  }
}
.cw-occasion-spotlight__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.cw-occasion-spotlight__view-all {
  color: var(--cw-teal);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.cw-occasion-spotlight__view-all:hover { text-decoration: underline; }
.cw-occasion-spotlight__intro {
  max-width: 640px;
  margin-bottom: 28px;
}
.cw-occasion-spotlight__intro p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--cw-ink-light);
}
.cw-occasion-spotlight__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.cw-series-browse__hero {
  padding: 52px 0 24px;
  background:
    radial-gradient(circle at top right, rgba(74, 148, 148, 0.12), transparent 34%),
    linear-gradient(180deg, var(--cw-mist) 0%, var(--cw-white) 100%);
}
.cw-series-browse__hero-inner {
  max-width: 760px;
}
.cw-series-browse__hero h1 {
  margin: 0;
}
.cw-series-browse__hero p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--cw-ink-light);
  font-size: 18px;
  line-height: 1.72;
}
.cw-series-browse__filters {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--cw-border);
  border-radius: 18px;
  background: var(--cw-white);
  box-shadow: var(--cw-shadow-card);
}
.cw-series-browse__filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cw-series-browse__filters .cw-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid var(--cw-border);
  background: var(--cw-mist);
  color: var(--cw-ink-light);
  padding: 7px 14px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}
.cw-series-browse__filters .cw-filter-button:hover,
.cw-series-browse__filters .cw-filter-button:focus-visible {
  background: var(--cw-white);
  border-color: rgba(74, 148, 148, 0.28);
  color: var(--cw-teal-dark);
  transform: translateY(-1px);
}
.cw-series-browse__filters .cw-filter-button.is-active {
  background: var(--cw-teal);
  border-color: var(--cw-teal);
  color: var(--cw-white);
}
.cw-series-browse__meta,
.cw-series-discovery__copy {
  color: var(--cw-ink-light);
  font-size: 15px;
  line-height: 1.68;
}
.cw-series-browse__meta {
  margin-bottom: 20px;
}
.cw-series-browse__grid,
.cw-series-discovery__cards--grid,
.cw-series-discovery__cards--feature-grid {
  display: grid;
  gap: 20px;
}
.cw-series-browse__grid,
.cw-series-discovery__cards--grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.cw-series-discovery__cards--feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.cw-series-discovery__cards--feature-grid:has(> :only-child) {
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
}
.cw-series-discovery {
  padding-top: 0;
}
.cw-series-discovery--silo,
.cw-series-discovery--hub {
  margin-top: clamp(36px, 5vw, 56px);
  margin-bottom: 28px;
}
.cw-section--fog.cw-series-discovery--seasonal {
  padding-top: 72px;
  background: var(--cw-teal-tint);
}
.cw-series-discovery__cards--row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.cw-series-discovery__cards--row::-webkit-scrollbar {
  height: 8px;
}
.cw-series-discovery__cards--row::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(63, 73, 72, 0.22);
}
.cw-series-browse__empty {
  margin-top: 8px;
}
@keyframes cw-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
.cw-series-browse__hero {
  padding: 72px 0 52px;
  background: var(--cw-white);
  border-bottom: 1px solid var(--cw-border);
}
.cw-series-browse__hero h1 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 600;
  color: var(--cw-ink);
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.cw-series-browse__tagline {
  max-width: 560px;
  margin: 16px 0 0;
  font-size: 17px;
  color: var(--cw-ink-light);
  line-height: 1.65;
}
.cw-series-browse__filter-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--cw-ink);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 14px 0;
}
.cw-series-browse__filter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
}
.cw-series-browse__filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cw-series-browse__grid-wrap {
  padding: 52px 0 80px;
}
.cw-series-browse__type-intros {
  margin-bottom: 28px;
}
.cw-series-browse__type-intro {
  max-width: 760px;
}
.cw-series-browse__type-copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cw-ink-light);
}
.cw-series-browse__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cw-series-browse__empty {
  padding: 72px 0;
  text-align: center;
  color: var(--cw-quiet);
  font-size: 16px;
}
.cw-series-browse-card {
  background: var(--cw-white);
  border-radius: var(--cw-radius-card);
  overflow: hidden;
  box-shadow: var(--cw-shadow-card);
  transition: box-shadow 180ms, transform 180ms;
  display: flex;
  flex-direction: column;
}
.cw-series-browse-card:hover {
  box-shadow: var(--cw-shadow-raised);
  transform: translateY(-4px);
}
.cw-series-browse-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.cw-series-browse-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.cw-series-browse-card__image--placeholder {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--cw-clay-tint) 0%, var(--cw-teal-tint) 100%);
}
.cw-series-browse-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 11px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cw-series-browse-card__badge--fundamental {
  background: var(--cw-teal);
  color: var(--cw-white);
}
.cw-series-browse-card__badge--countdown {
  background: var(--cw-clay);
  color: var(--cw-white);
}
.cw-series-browse-card__badge--collection {
  background: rgba(63,73,72,0.8);
  color: var(--cw-white);
}
.cw-series-browse-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.cw-series-browse-card__silo {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--cw-quiet);
}
.cw-series-browse-card__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--cw-ink);
  line-height: 1.2;
}
.cw-series-browse-card__title a {
  color: inherit;
  text-decoration: none;
}
.cw-series-browse-card__title a:hover {
  color: var(--cw-teal);
}
.cw-series-browse-card__meta {
  font-size: 12px;
  color: var(--cw-quiet);
}
.cw-series-browse-card__excerpt {
  margin: 0;
  font-size: 13px;
  color: var(--cw-ink-light);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cw-series-browse-card__cta {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 8px;
}
@media (max-width: 1024px) {
.cw-series-browse__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
.cw-series-browse__filter-bar {
    position: static;
  }
.cw-series-browse__filter-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
.cw-series-browse__type-intro {
    max-width: 100%;
  }
.cw-series-browse__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
.cw-occasion-spotlight__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cw-series-discovery__cards--row {
    grid-auto-columns: minmax(270px, 300px);
  }
}
@media (max-width: 640px) {
.cw-occasion-spotlight__grid { grid-template-columns: 1fr; }
.cw-series-browse__hero {
    padding: 36px 0 18px;
  }
.cw-series-browse__filters {
    padding: 16px;
  }
.cw-series-browse__grid,
.cw-series-discovery__cards--grid,
.cw-series-discovery__cards--feature-grid {
    grid-template-columns: 1fr;
  }
.cw-series-discovery__cards--row {
    grid-auto-columns: minmax(240px, 82vw);
  }
.cw-shop-shell__product-grid {
    grid-template-columns: 1fr;
  }
}
.cw-member-free-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.625rem 0.875rem;
  margin-bottom: 0.875rem;
  background: var(--cw-bg-soft, #fbf7f1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  transition: background-color 120ms ease, border-color 120ms ease;
}
a.cw-member-free-strip--linked {
  cursor: pointer;
}
a.cw-member-free-strip--linked:hover,
a.cw-member-free-strip--linked:focus {
  background: rgba(196, 107, 59, 0.06);
  border-color: rgba(196, 107, 59, 0.35);
  text-decoration: none;
}
.cw-member-free-strip--active {
  background: rgba(46, 125, 50, 0.08);
  border-color: rgba(46, 125, 50, 0.25);
}
.cw-member-free-strip__icon {
  font-size: 1rem;
  line-height: 1;
}
.cw-member-free-strip__label {
  font-weight: 600;
  color: var(--cw-text-strong, #2a2218);
}
.cw-member-free-strip__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.cw-member-free-strip__sub {
  font-size: 0.75rem;
  color: var(--cw-text-muted, #6b7280);
  font-weight: 400;
  line-height: 1.35;
}
.cw-member-free-strip__cta {
  margin-left: auto;
  color: var(--cw-color-primary, #c46b3b);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.cw-member-free-strip--linked .cw-member-free-strip__cta {
  margin-left: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 540px) {
.cw-member-free-strip--linked {
    align-items: flex-start;
  }
.cw-member-free-strip--linked .cw-member-free-strip__icon {
    padding-top: 0.1rem;
  }
.cw-member-free-strip--linked .cw-member-free-strip__cta {
    width: 100%;
    margin-left: 0;
    padding-left: 1.6rem;
    margin-top: 0.2rem;
  }
}
.cw-member-free-strip__cta:hover,
.cw-member-free-strip__cta:focus {
  text-decoration: underline;
}
.cw-cta__price {
  font-weight: 400;
  opacity: 0.85;
}
.cw-card-member-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.4rem 0 0.6rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  background: rgba(196, 107, 59, 0.1);
  border: 1px solid rgba(196, 107, 59, 0.25);
  color: var(--cw-color-primary, #c46b3b);
  text-decoration: none;
  width: max-content;
  max-width: 100%;
  transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease;
}
.cw-card-member-pill--linked,
a.cw-card-member-pill {
  cursor: pointer;
}
.cw-card-member-pill--linked:hover,
.cw-card-member-pill--linked:focus,
.cw-card-member-pill--linked:focus-visible {
  background: rgba(196, 107, 59, 0.95);
  border-color: rgba(196, 107, 59, 1);
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
  outline: none;
  box-shadow: 0 6px 14px rgba(196, 107, 59, 0.25);
}
.cw-card-member-pill__icon {
  font-size: 0.9rem;
  line-height: 1;
}
.cw-card-member-pill__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cw-card-member-pill__arrow {
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 120ms ease;
}
.cw-card-member-pill--linked:hover .cw-card-member-pill__arrow,
.cw-card-member-pill--linked:focus .cw-card-member-pill__arrow {
  transform: translateX(2px);
}
.cw-card-member-pill--owned {
  background: rgba(46, 125, 50, 0.12);
  border-color: rgba(46, 125, 50, 0.28);
  color: #1b5e20;
}
.cw-card-member-pill--overlay {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  margin: 0;
  padding: 4px 10px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(196, 107, 59, 0.4);
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  max-width: calc(100% - 24px - 60px); 
}
.cw-card-member-pill--overlay.cw-card-member-pill--owned {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(46, 125, 50, 0.4);
}
@media (max-width: 640px) {
.cw-card-member-pill--overlay {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.cw-sale-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--cw-clay);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  box-shadow: var(--cw-shadow-card);
  z-index: 3;
}
.cw-sale-chip--card {
  top: 10px;
  left: 10px;
  font-size: 10px;
  padding: 3px 8px;
}
.cw-sale-chip--inline {
  position: static;
  top: auto;
  left: auto;
  box-shadow: none;
  font-size: 10px;
  padding: 2px 7px;
  line-height: 1.4;
  vertical-align: baseline;
}
.fct-checkout-modal-container {
  position: fixed;
  inset: 0;
}
.cw-challenges-page__active-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
.cw-challenges-page__active-card,
.cw-challenges-page__empty-card {
  background: var(--cw-white);
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-card);
  box-shadow: var(--cw-shadow-card);
  overflow: hidden;
}
.cw-challenges-page__active-card.has-prize-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.cw-challenges-page__empty-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
.cw-challenges-page__active-media {
  position: relative;
  background-color: var(--cw-fog);
  line-height: 0;
}
.cw-challenges-page__active-image {
  display: block;
  width: 100%;
  height: auto;
}
.cw-challenges-page__active-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 28, 32, 0) 38%, rgba(26, 28, 32, 0.72) 100%);
}
.cw-challenges-page__active-prize-tag {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cw-challenges-page__active-prize-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--cw-clay-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cw-challenges-page__active-prize-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--cw-white);
  text-shadow: 0 1px 12px rgba(26, 28, 32, 0.5);
}
.cw-challenges-page__active-body {
  padding: 28px;
}
.cw-challenges-page__active-pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 9999px;
  background: var(--cw-clay-tint);
  color: var(--cw-clay-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cw-challenges-page__active-title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--cw-ink);
}
.cw-challenges-page__active-desc {
  margin: 0 0 20px;
  color: var(--cw-ink-light);
  font-size: 15px;
  line-height: 1.7;
}
.cw-challenges-page__active-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 18px 0;
  margin-bottom: 22px;
  border-top: 1px solid var(--cw-border);
  border-bottom: 1px solid var(--cw-border);
}
.cw-challenges-page__active-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cw-challenges-page__active-stat span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cw-quiet);
}
.cw-challenges-page__active-stat strong {
  font-size: 15px;
  color: var(--cw-ink);
}
.cw-challenges-page__active-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 900px) {
.cw-challenges-page__active-grid {
    grid-template-columns: 1fr;
  }
.cw-challenges-page__active-card.has-prize-photo {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
.cw-challenges-page__active-actions .cw-button {
    width: 100%;
    justify-content: center;
  }
}
