/* 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.
 */

.cw-home-page {
  background: var(--cw-mist);
}
.cw-home-page h1,
.cw-home-page h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--cw-ink);
}
.cw-home-hero {
  background: var(--cw-white);
  border-bottom: 1px solid var(--cw-border);
}
.cw-home-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  
  padding-top: 80px;
  padding-bottom: 72px;
}
.cw-home-hero__badge,
.cw-home-section-label,
.cw-home-about__supertitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cw-teal);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cw-home-hero__badge {
  background: var(--cw-teal-tint);
  border-radius: 9999px;
  padding: 6px 14px;
  margin-bottom: 24px;
  color: var(--cw-teal-dark);
}
.cw-home-hero__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cw-teal);
}
.cw-home-hero h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.cw-home-hero h1 em,
.cw-home-membership__title em,
.cw-home-about__title em {
  color: var(--cw-teal);
  font-style: italic;
}
.cw-home-hero__copy > p,
.cw-home-membership__copy,
.cw-home-about__copy {
  color: var(--cw-ink-light);
  line-height: 1.75;
}
.cw-home-hero__copy > p {
  max-width: 430px;
  margin: 0 0 36px;
  font-size: 17px;
}
.cw-home-hero__stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--cw-border);
}
.cw-home-hero__stats strong,
.cw-home-about__stats strong {
  display: block;
  color: var(--cw-teal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}
.cw-home-hero__stats span {
  font-size: 12px;
  color: var(--cw-quiet);
  margin-top: 4px;
}
.cw-home-hero__bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 160px;
  gap: 12px;
}
.cw-home-bento {
  position: relative;
  display: block;
  border-radius: 16px;
  box-shadow: var(--cw-shadow-card);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cw-home-bento:hover {
  transform: translateY(-3px);
  box-shadow: var(--cw-shadow-raised);
}
.cw-home-bento--teal {
  grid-row: 1 / 3;
  background: linear-gradient(160deg, #ccf5f5 0%, #4a9494 100%);
}
.cw-home-bento__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cw-home-bento__media-tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cw-home-bento__media-tint--teal {
  background: linear-gradient(180deg, rgba(18, 82, 82, 0.12) 0%, rgba(18, 82, 82, 0.2) 100%);
}
.cw-home-bento__media-tint--dark {
  background: linear-gradient(180deg, rgba(26, 28, 32, 0.2) 0%, rgba(26, 28, 32, 0.86) 100%);
}
.cw-home-bento__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  background: linear-gradient(to top, rgba(15, 102, 103, 0.9) 0%, transparent 100%);
}
.cw-home-bento__overlay--feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 22px 20px;
  background: linear-gradient(180deg, rgba(11, 52, 52, 0) 16%, rgba(11, 52, 52, 0.12) 44%, rgba(11, 52, 52, 0.32) 66%, rgba(11, 52, 52, 0.82) 100%);
}
.cw-home-bento__pill {
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.9);
  color: var(--cw-teal-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  box-shadow: 0 6px 18px rgba(26, 28, 32, 0.08);
}
.cw-home-bento__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
}
.cw-home-bento--teal .cw-home-bento__title {
  margin-top: 2px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(9, 38, 38, 0.22);
}
.cw-home-bento__meta {
  font-size: 12px;
  margin-top: 4px;
}
.cw-home-bento__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}
.cw-home-bento--teal .cw-home-bento__meta {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.86);
}
.cw-home-bento__cue {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.cw-home-bento__cue-arrow {
  font-size: 11px;
  line-height: 1;
  transition: transform 180ms ease;
}
.cw-home-bento--teal:hover .cw-home-bento__cue,
.cw-home-bento--teal:focus-visible .cw-home-bento__cue {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
}
.cw-home-bento--teal:hover .cw-home-bento__cue-arrow,
.cw-home-bento--teal:focus-visible .cw-home-bento__cue-arrow {
  transform: translateX(2px);
}
.cw-home-bento--teal .cw-home-bento__title,
.cw-home-bento--dark .cw-home-bento__title {
  color: var(--cw-white);
}
.cw-home-bento--teal .cw-home-bento__meta {
  color: rgba(255, 255, 255, 0.75);
}
.cw-home-bento--dark {
  background: var(--cw-ink-mid);
}
.cw-home-bento__content {
  position: relative;
  z-index: 2;
}
.cw-home-bento--dark .cw-home-bento__content {
  min-height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cw-home-bento--dark .cw-home-bento__meta {
  color: rgba(255, 255, 255, 0.5);
}
.cw-home-bento--dark .cw-home-bento__title {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
.cw-home-bento--clay {
  background: linear-gradient(140deg, #ffede8 0%, #ffa48d 100%);
  color: var(--cw-ink);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cw-home-bento--clay .cw-home-bento__title {
  color: var(--cw-ink);
  font-size: 18px;
  font-weight: 500;
}
.cw-home-bento--clay .cw-home-bento__meta {
  color: var(--cw-ink-light);
}
.cw-home-bento__eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cw-home-bento--dark .cw-home-bento__eyebrow {
  color: var(--cw-teal);
}
.cw-home-bento--clay .cw-home-bento__eyebrow {
  color: var(--cw-clay-dark);
}
.cw-home-categories,
.cw-home-tutorials,
.cw-home-seasonal {
  padding: 64px 0;
}
.cw-home-membership,
.cw-home-about {
  padding: 80px 0;
}
.cw-home-categories {
  background: var(--cw-mist);
}
.cw-home-tutorials,
.cw-home-seasonal {
  background: var(--cw-fog);
}
.cw-home-section-header {
  margin-bottom: 36px;
}
.cw-home-section-label {
  margin-bottom: 10px;
}
.cw-home-section-title {
  font-size: 38px;
  font-weight: 500;
}
.cw-home-section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 32px;
}
.cw-home-section-link {
  color: var(--cw-teal);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cw-home-section-link:hover {
  text-decoration: underline;
}
.cw-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cw-home-category-card {
  background: var(--cw-white);
  border-radius: 14px;
  padding: 20px 20px 18px;
  box-shadow: var(--cw-shadow-card);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cw-home-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(45, 45, 53, 0.1);
}
.cw-home-category-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cw-home-category-card__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cw-home-category-card__body {
  display: block;
}
.cw-home-category-card__title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--cw-ink);
  margin-bottom: 2px;
}
.cw-home-category-card__count {
  display: block;
  font-size: 11px;
  color: var(--cw-quiet);
  letter-spacing: 0.03em;
}
.cw-home-category-card__cta {
  font-size: 12px;
  color: var(--cw-quiet);
  transition: color 150ms ease;
}
.cw-home-category-card:hover .cw-home-category-card__cta {
  color: var(--cw-teal);
  font-weight: 600;
}
.cw-home-category-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
}
.cw-home-category-art__image {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.cw-home-tutorials__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.cw-home-tutorials__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cw-home-recent {
  padding: 64px 0;
  background: var(--cw-mist);
}
.cw-home-recent__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cw-home-recent__note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 15px;
  color: var(--cw-ink-light);
}
.cw-home-recent__note a {
  color: var(--cw-clay-dark);
  font-weight: 600;
}
.cw-home-featured-card,
.cw-home-tutorial-card {
  background: var(--cw-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--cw-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cw-home-featured-card:hover,
.cw-home-tutorial-card:hover {
  transform: translateY(-4px);
}
.cw-home-featured-card:hover {
  box-shadow: 0 10px 36px rgba(45, 45, 53, 0.13);
}
.cw-home-tutorial-card:hover {
  box-shadow: var(--cw-shadow-raised);
}
.cw-home-featured-card__media {
  aspect-ratio: 5 / 3;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background-color: var(--cw-fog);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cw-home-featured-card__media.has-image::after,
.cw-home-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-home-featured-card__image,
.cw-home-tutorial-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cw-home-featured-card__label-box {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 14px 18px;
}
.cw-home-featured-card__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--cw-teal);
  margin-bottom: 4px;
}
.cw-home-featured-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--cw-ink);
}
.cw-home-featured-card__body {
  padding: 18px 22px 22px;
}
.cw-home-featured-card__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.cw-home-featured-card__body p {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--cw-ink-light);
}
.cw-home-featured-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--cw-quiet);
}
.cw-home-tutorial-card__media {
  aspect-ratio: 5 / 3;
  min-height: 172px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background-color: var(--cw-fog);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cw-home-tutorial-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: var(--cw-clay);
  color: var(--cw-white);
  border-radius: 9999px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cw-home-tutorial-card__pills {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cw-home-tutorial-card__body {
  padding: 16px 18px 20px;
}
.cw-home-tutorial-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--cw-ink);
  margin-bottom: 10px;
}
.cw-home-tutorial-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--cw-quiet);
}
.cw-home-tutorial-card__meta span:first-child {
  font-size: 12px;
}
.cw-home-tutorial-card__meta span:last-child {
  font-size: 11px;
}
.cw-home-tutorial-card__cta {
  margin-top: 14px;
  background: var(--cw-ink-mid);
  color: var(--cw-white);
  border-radius: 9999px;
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 150ms ease;
}
.cw-home-tutorial-card:hover .cw-home-tutorial-card__cta {
  background: var(--cw-clay);
}
.cw-home-about {
  background: var(--cw-ink-mid);
  position: relative;
  overflow: hidden;
}
.cw-home-about::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 148, 148, 0.22) 0%, rgba(74, 148, 148, 0) 70%);
  pointer-events: none;
}
.cw-home-about::after {
  content: "";
  position: absolute;
  inset: auto -140px -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 117, 96, 0.18) 0%, rgba(198, 117, 96, 0) 72%);
  pointer-events: none;
}
.cw-home-about__inner {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1.1fr) minmax(240px, 320px);
  gap: 32px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.cw-home-about__portrait-column,
.cw-home-about__content,
.cw-home-about__stats {
  min-width: 0;
}
.cw-home-about__portrait-card,
.cw-home-about__content,
.cw-home-about__stats > div {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cw-home-about__portrait-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}
.cw-home-about__portrait {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.cw-home-about__portrait-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, rgba(204, 245, 245, 0.22) 0%, rgba(74, 148, 148, 0.55) 100%);
}
.cw-home-about__portrait-caption {
  padding: 20px 22px 22px;
  background: linear-gradient(180deg, rgba(26, 28, 32, 0.22) 0%, rgba(26, 28, 32, 0.52) 100%);
}
.cw-home-about__portrait-caption p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}
.cw-home-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}
.cw-home-about__supertitle {
  margin-bottom: 16px;
}
.cw-home-about__title {
  color: var(--cw-white) !important;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}
.cw-home-about__title span {
  display: block;
  color: rgba(255, 255, 255, 0.88);
}
.cw-home-about__title em {
  color: var(--cw-teal);
}
.cw-home-about__copy {
  max-width: 520px;
  margin: 0 0 24px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}
.cw-home-about__highlights {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.cw-home-about__highlights div {
  padding-left: 18px;
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}
.cw-home-about__highlights div::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cw-teal);
}
.cw-home-about__button,
.cw-home-about__button:link,
.cw-home-about__button:visited {
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.88) !important;
}
.cw-home-about__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: center;
}
.cw-home-about__stats > div {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 24px 20px;
}
.cw-home-about__stats span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
  margin-top: 6px;
}
.cw-home-membership {
  padding: 72px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(74, 148, 148, 0.08), transparent 36%),
    linear-gradient(180deg, var(--cw-white) 0%, #fcfcff 100%);
}
.cw-home-membership__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
  gap: 24px;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
}
.cw-home-membership__content,
.cw-home-membership__panel {
  border: 1px solid var(--cw-border);
  border-radius: 24px;
  box-shadow: var(--cw-shadow-card);
}
.cw-home-membership__content {
  padding: 34px 36px;
  background: var(--cw-white);
}
.cw-home-membership__panel {
  padding: 28px 26px;
  background: linear-gradient(180deg, rgba(204, 245, 245, 0.42) 0%, rgba(255, 255, 255, 0.96) 100%);
}
.cw-home-membership__title {
  font-size: clamp(40px, 4.2vw, 50px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 20px 0 16px;
  max-width: none;
}
.cw-home-membership__title em {
  white-space: nowrap;
}
.cw-home-membership__copy {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--cw-ink-light);
}
.cw-home-membership__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.cw-home-membership__note {
  margin: 0;
  max-width: 540px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cw-quiet);
}
.cw-home-membership__panel-kicker {
  color: var(--cw-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cw-home-membership__panel-title {
  margin: 12px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.16;
  color: var(--cw-ink);
}
.cw-home-membership__benefits {
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 0;
}
.cw-home-membership__benefits li {
  padding: 16px 18px;
  border: 1px solid rgba(26, 35, 35, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.cw-home-membership__benefits strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--cw-ink);
}
.cw-home-membership__benefits span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--cw-ink-light);
}
.cw-home-seasonal__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.cw-home-season-card {
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cw-home-season-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(45, 45, 53, 0.1);
}
.cw-home-season-card__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.cw-home-season-card__sub {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.cw-home-seasonal__copy {
  margin: 10px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cw-ink-light);
}
.cw-home-trust {
  padding: 22px 0;
  background: var(--cw-white);
  border-bottom: 1px solid var(--cw-border);
}
.cw-home-trust__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.cw-home-trust__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cw-quiet);
}
.cw-home-trust__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cw-home-trust__logos li {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--cw-ink-light);
}
.cw-home-trust__note {
  font-size: 13px;
  color: var(--cw-quiet);
}
@media (max-width: 640px) {
.cw-home-trust {
    overflow: hidden;
  }
.cw-home-trust__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 14px 20px;
    padding: 0 var(--cw-gutter, 20px);
    scrollbar-width: none;
  }
.cw-home-trust__inner::-webkit-scrollbar {
    display: none;
  }
.cw-home-trust__eyebrow {
    flex-shrink: 0;
  }
.cw-home-trust__logos {
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px 20px;
  }
.cw-home-trust__logos li {
    white-space: nowrap;
    flex-shrink: 0;
  }
.cw-home-trust__note {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.cw-home-shop {
  padding: 64px 0;
  background: var(--cw-mist);
}
.cw-home-shop .cw-shop-shell__product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cw-home-shop__member-note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 15px;
  color: var(--cw-ink-light);
}
.cw-home-shop__member-note a {
  color: var(--cw-clay-dark);
  font-weight: 600;
}
.cw-home-community {
  padding: 64px 0;
  background: var(--cw-fog);
}
.cw-home-community__spaces {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.cw-home-community__space {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: var(--cw-white);
  box-shadow: var(--cw-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cw-home-community__space:hover {
  transform: translateY(-3px);
  box-shadow: var(--cw-shadow-raised);
}
.cw-home-community__space-image {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}
.cw-home-community__space-body {
  display: block;
  padding: 14px 16px 16px;
}
.cw-home-community__space-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--cw-ink);
}
.cw-home-community__space-blurb {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--cw-quiet);
}
.cw-home-community__board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  border: 1px solid var(--cw-border);
  border-radius: 24px;
  background: var(--cw-white);
  box-shadow: var(--cw-shadow-card);
}
.cw-home-community__board-title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  color: var(--cw-ink);
}
.cw-home-community__board-copy p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cw-ink-light);
}
.cw-home-community__board-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cw-home-community__board-step {
  padding: 16px;
  border: 1px solid var(--cw-border);
  border-radius: 18px;
  background: var(--cw-mist);
  text-align: center;
}
.cw-home-community__board-step img {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
}
.cw-home-community__board-step strong {
  display: block;
  font-size: 14px;
  color: var(--cw-ink);
}
.cw-home-community__board-step span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--cw-quiet);
}
.cw-home-challenge {
  padding: 64px 0;
  background: var(--cw-white);
}
.cw-home-challenge__head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.cw-home-challenge__title {
  margin: 12px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--cw-ink);
}
.cw-home-challenge__title em {
  font-style: italic;
  color: var(--cw-clay);
}
.cw-home-challenge__lead {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: var(--cw-ink-light);
}
.cw-home-challenge__cards {
  max-width: 980px;
  margin: 0 auto;
}
.cw-home-challenge__empty {
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 32px;
  border: 1px solid var(--cw-border);
  border-radius: 24px;
  background: var(--cw-mist);
  text-align: center;
}
.cw-home-challenge__empty p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--cw-ink-light);
}
.cw-home-challenge__empty .cw-button-row {
  justify-content: center;
}
.cw-home-faq {
  padding: 80px 0;
}
.cw-home-faq__list {
  max-width: 820px;
}
.cw-home-finale {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--cw-teal-mid) 0%, var(--cw-teal-dark) 100%);
  color: var(--cw-white);
}
.cw-home-finale__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cw-home-finale__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.cw-home-finale h2.cw-home-finale__title {
  margin: 14px 0 12px;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  color: var(--cw-white);
}
.cw-home-finale__copy {
  margin: 0 0 26px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.cw-home-finale .cw-button-primary {
  background: var(--cw-white);
}
.cw-home-finale .cw-button-primary,
.cw-home-finale .cw-button-primary:link,
.cw-home-finale .cw-button-primary:visited {
  color: var(--cw-teal-dark) !important;
}
.cw-home-finale .cw-button-primary:hover {
  background: var(--cw-mist);
  box-shadow: 0 6px 20px rgba(26, 28, 32, 0.25);
}
.cw-home-finale a.cw-home-finale__signin {
  margin-top: 16px;
  font-size: 14px;
  color: var(--cw-teal-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cw-home-finale a.cw-home-finale__signin:hover {
  color: var(--cw-white);
}
@media (max-width: 1024px) {
.cw-home-shop .cw-shop-shell__product-grid,
.cw-home-community__spaces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cw-home-community__board {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
.cw-home-shop .cw-shop-shell__product-grid,
.cw-home-community__spaces,
.cw-home-community__board-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
.cw-home-category-card {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
  }
.cw-home-category-card__icon {
    width: 48px;
    height: 48px;
  }
.cw-home-category-card__body {
    flex: 1;
    min-width: 0;
  }
.cw-home-category-card__cta {
    margin-left: auto;
    white-space: nowrap;
  }
}
@media (max-width: 1100px) {
.cw-home-hero__inner,
.cw-home-about__inner,
.cw-home-category-grid,
.cw-home-seasonal__grid {
    grid-template-columns: 1fr 1fr;
  }
.cw-home-hero__inner {
    grid-template-columns: 1fr;
  }
.cw-home-about__inner {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  }
.cw-home-about__content {
    grid-column: 2;
  }
.cw-home-about__stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.cw-home-tutorials__top,
.cw-home-tutorials__bottom,
.cw-home-recent__grid {
    grid-template-columns: 1fr 1fr;
  }
.cw-home-featured-card {
    grid-column: 1 / -1;
  }
}
@media (max-width: 820px) {
.cw-home-category-grid,
.cw-home-seasonal__grid,
.cw-home-tutorials__top,
.cw-home-tutorials__bottom,
.cw-home-recent__grid,
.cw-home-about__inner {
    grid-template-columns: 1fr;
  }
.cw-home-about__content {
    grid-column: auto;
  }
.cw-home-about__stats {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
  }
.cw-home-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
.cw-home-hero__bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
.cw-home-bento--teal {
    grid-row: auto;
    min-height: 260px;
  }
.cw-home-bento__footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
.cw-home-membership__buttons,
.cw-home-section-header-row,
.cw-home-featured-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
.cw-home-hero__stats {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
.cw-home-hero__stats::-webkit-scrollbar {
    display: none;
  }
.cw-home-hero__stats > div {
    flex: 0 0 auto;
    min-width: max-content;
  }
.cw-home-hero h1 {
    font-size: 42px;
  }
.cw-home-membership__inner {
    grid-template-columns: 1fr;
  }
.cw-home-about__content {
    padding: 28px 22px;
  }
.cw-home-about__stats {
    grid-template-columns: 1fr;
  }
.cw-home-membership__content,
.cw-home-membership__panel {
    padding: 26px 22px;
  }
.cw-home-membership__title,
.cw-home-membership__copy,
.cw-home-membership__note {
    max-width: none;
  }
}
