/* 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-browse-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--cw-ink);
}
.cw-browse-title em {
  color: var(--cw-teal);
  font-style: italic;
}
.cw-browse-title {
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}
.cw-browse-count {
  color: var(--cw-ink-light);
}
.cw-browse-header {
  background: var(--cw-ink-mid);
  padding: 48px 28px 40px;
}
.cw-browse-header .cw-container {
  padding: 0;
}
.cw-browse-header__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cw-browse-header .cw-section-label {
  margin-bottom: 12px;
}
.cw-browse-title {
  color: var(--cw-white);
  margin-bottom: 28px;
  display: block;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.cw-browse-header .cw-search-wrap {
  position: relative;
  max-width: 480px;
  margin-bottom: 24px;
}
.cw-browse-header .cw-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cw-quiet);
  pointer-events: none;
}
.cw-browse-header .cw-search-input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  color: var(--cw-white);
  padding: 11px 16px 11px 42px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
}
.cw-browse-header .cw-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cw-browse-header .cw-search-input:focus {
  border-color: rgba(255, 255, 255, 0.35);
}
.cw-browse-header .cw-filter-row {
  gap: 8px;
  flex-wrap: wrap;
}
.cw-browse-header .cw-filter-row--difficulty {
  margin-top: 10px;
}
.cw-browse-header .cw-filter-button,
.cw-browse-header .cw-difficulty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  padding: 6px 14px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.cw-browse-header .cw-filter-button {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}
.cw-browse-header .cw-filter-button:hover,
.cw-browse-header .cw-filter-button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  color: var(--cw-white);
}
.cw-browse-header .cw-filter-button.is-active {
  background: var(--cw-teal);
  color: var(--cw-white);
}
.cw-browse-header .cw-difficulty-button {
  padding: 5px 12px;
  font-size: 11px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}
.cw-browse-header .cw-difficulty-button:hover,
.cw-browse-header .cw-difficulty-button:focus-visible {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.35);
}
.cw-browse-header .cw-difficulty-button.is-active {
  background: rgba(198, 117, 96, 0.8);
  border-color: transparent;
  color: var(--cw-white);
}
.cw-browse-summary {
  margin: 0 0 20px;
  max-width: 780px;
  color: var(--cw-ink-light);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.72;
  text-wrap: pretty;
}
.cw-browse-intro {
  margin: 0 0 28px;
  max-width: 780px;
}
.cw-browse-intro p {
  margin: 0 0 14px;
  color: var(--cw-ink-light);
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.72;
  text-wrap: pretty;
}
.cw-browse-intro p:last-child {
  margin-bottom: 0;
}
.cw-browse-intro a {
  color: var(--cw-clay, #c4654f);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cw-browse-intro a:hover {
  text-decoration: none;
}
.cw-browse-summary--expandable .cw-browse-intro {
  margin: 12px 0 0;
}
.cw-browse-intro__more {
  display: inline;
}
.cw-browse-intro__more[open] > .cw-browse-intro {
  margin-top: 12px;
}
.cw-browse-intro__toggle {
  display: inline;
  margin-left: 6px;
  color: var(--cw-clay, #c4654f);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}
.cw-browse-intro__toggle::-webkit-details-marker {
  display: none;
}
.cw-browse-intro__toggle:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cw-browse-intro__toggle-less {
  display: none;
}
.cw-browse-intro__more[open] .cw-browse-intro__toggle-more {
  display: none;
}
.cw-browse-intro__more[open] .cw-browse-intro__toggle-less {
  display: inline;
}
.cw-browse-intro__toggle:focus-visible {
  outline: 2px solid var(--cw-clay, #c4654f);
  outline-offset: 3px;
  border-radius: 4px;
}
.cw-browse-hub-nav {
  margin: 0 0 28px;
}
.cw-browse-hub-nav__row {
  gap: 8px;
  flex-wrap: wrap;
}
.cw-browse-hub-nav .cw-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 6px 14px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--cw-fog);
  border: 1px solid var(--cw-border);
  color: var(--cw-ink-light);
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.cw-browse-hub-nav .cw-filter-button:hover,
.cw-browse-hub-nav .cw-filter-button:focus-visible {
  background: var(--cw-white);
  border-color: rgba(74, 148, 148, 0.24);
  color: var(--cw-teal-dark);
}
.cw-browse-hub-nav .cw-filter-button.is-active {
  background: var(--cw-teal);
  border-color: var(--cw-teal);
  color: var(--cw-white);
}
.cw-browse-faq {
  margin-top: clamp(48px, 7vw, 88px);
  padding-top: 8px;
}
.cw-browse-faq__intro {
  max-width: 780px;
}
.cw-browse-faq__title {
  margin: 0;
  color: var(--cw-ink);
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.cw-browse-faq__copy {
  margin: 14px 0 0;
  color: var(--cw-ink-light);
  font-size: 17px;
  line-height: 1.72;
}
