/**
 * Coffee Labo Commerce storefront
 *
 * The public site theme is intentionally isolated below .clc-storefront so
 * SWELL and other WordPress components keep their own visual responsibilities.
 */

body.clc-commerce-page {
  margin: 0;
  background: #f1f1ee;
}

.clc-storefront > .clc-skip-link {
  position: absolute !important;
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background: #fff;
  color: #1c1c1c;
}

.clc-storefront > .clc-skip-link:focus-visible {
  width: auto !important;
  height: auto !important;
  padding: 12px 16px;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  border: 2px solid #1c1c1c;
  outline: 2px solid #fff;
  font-weight: 700;
  text-decoration: none;
}

.clc-storefront {
  --clc-ink: #171717;
  --clc-muted: #626260;
  --clc-page: #f1f1ee;
  --clc-panel: #fff;
  --clc-border: #d5d5d0;
  --clc-control-border: #737371;
  --clc-accent: #1d1d1d;
  --clc-accent-soft: #e8e8e4;
  --clc-line: #06c755;
  --clc-line-hover: #05b34d;
  --clc-line-active: #048b3c;
  --clc-line-ink: #fff;
  --clc-surface-soft: #f6f6f3;
  --clc-shadow-sm: 0 10px 28px rgb(0 0 0 / 7%);
  --clc-shadow-md: 0 22px 56px rgb(0 0 0 / 13%);
  --clc-star: #272727;
  --clc-sale: #8f201a;
  --clc-danger-soft: #faf0ef;
  --clc-success: #30302f;
  --clc-font-display: "New York", "Iowan Old Style", "Apple Garamond", Baskerville,
    "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --clc-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --clc-font-utility: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --clc-content-width: 1440px;
  --clc-section-gap: clamp(48px, 6vw, 64px);
  --clc-focus: 2px solid var(--clc-accent);
  min-width: 0;
  min-height: 100vh;
  color: var(--clc-ink);
  background: var(--clc-page);
  font-family: var(--clc-font-body);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.clc-storefront,
.clc-storefront *,
.clc-storefront *::before,
.clc-storefront *::after {
  box-sizing: border-box;
}

.clc-storefront :where(h1, h2, h3, h4, p, ul, ol, dl, dd, figure, fieldset) {
  margin: 0;
}

.clc-storefront :where(ul, ol) {
  padding: 0;
}

.clc-storefront :where(button, input, select, textarea) {
  color: inherit;
  font: inherit;
}

.clc-storefront :where(button, [type="button"], [type="submit"]) {
  border-radius: 0;
}

.clc-storefront :where(img, svg) {
  display: block;
  max-width: 100%;
}

.clc-storefront :where(a) {
  color: inherit;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.clc-storefront :where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: var(--clc-focus);
  outline-offset: 3px;
}

.clc-storefront ::selection {
  background: var(--clc-accent);
  color: #fff;
}

.clc-storefront [hidden] {
  display: none !important;
}

.clc-storefront .clc-container,
.clc-storefront .clc-inner {
  width: min(calc(100% - 48px), var(--clc-content-width));
  margin-inline: auto;
}

.clc-storefront .clc-section {
  padding-block: var(--clc-section-gap);
}

.clc-storefront .clc-panel {
  border: 1px solid var(--clc-border);
  border-radius: 0;
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The specimen-rule label is the single brand signature used throughout. */
.clc-storefront :where(.clc-overline, .clc-kicker, .clc-specimen-label) {
  display: grid;
  grid-template-columns: max-content minmax(24px, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.clc-storefront :where(.clc-overline, .clc-kicker, .clc-specimen-label)::after {
  width: 100%;
  height: 1px;
  background: var(--clc-border);
  content: "";
}

.clc-storefront :where(.clc-heading, .clc-product-title, .clc-collection-title, .clc-card-title) {
  font-family: var(--clc-font-display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.clc-storefront .clc-heading {
  max-width: 18ch;
  margin-top: 18px;
  font-size: clamp(36px, 5vw, 68px);
}

.clc-storefront .clc-lead {
  max-width: 62ch;
  margin-top: 22px;
  color: var(--clc-muted);
  font-size: clamp(15px, 1.35vw, 18px);
}

/* Store header and navigation */
.clc-storefront .clc-announcement {
  position: relative;
  z-index: 22;
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 7px 20px;
  background: var(--clc-ink);
  color: #fff;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.clc-storefront .clc-shop-header {
  position: relative;
  z-index: 21;
  border-bottom: 1px solid var(--clc-border);
  background: var(--clc-panel);
  box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.clc-storefront .clc-shop-header-inner {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  min-height: 82px;
  gap: clamp(18px, 1.7vw, 30px);
}

.clc-storefront .clc-brand-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.clc-storefront .clc-brand-link {
  min-height: 44px;
}

.clc-storefront .clc-brand-logo {
  display: block;
  width: clamp(146px, 11.5vw, 176px);
  height: auto;
}

.clc-storefront .clc-nav-panel,
.clc-storefront .clc-nav-list {
  display: flex;
  align-items: center;
  min-width: 0;
}

.clc-storefront .clc-nav-list {
  justify-content: center;
  width: 100%;
  gap: clamp(11px, 1.15vw, 23px);
  list-style: none;
}

.clc-storefront .clc-nav-panel a,
.clc-storefront .clc-nav-disclosure > summary,
.clc-storefront .clc-nav-action-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 3px;
  border: 0;
  background: transparent;
  font-family: var(--clc-font-utility);
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.clc-storefront .clc-nav-panel a:hover,
.clc-storefront .clc-nav-panel a[aria-current="page"],
.clc-storefront .clc-nav-disclosure > summary:hover,
.clc-storefront .clc-nav-disclosure > summary[aria-current="page"],
.clc-storefront .clc-nav-disclosure[open] > summary {
  color: var(--clc-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.clc-storefront .clc-nav-disclosure {
  position: relative;
}

.clc-storefront .clc-nav-disclosure > summary {
  gap: 8px;
  list-style: none;
}

.clc-storefront .clc-nav-disclosure > summary::-webkit-details-marker {
  display: none;
}

.clc-storefront .clc-nav-chevron {
  position: relative;
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--clc-accent-soft);
  color: var(--clc-ink);
  transform: none;
  transition: background-color 170ms ease, color 170ms ease;
}

.clc-storefront .clc-nav-chevron::before,
.clc-storefront .clc-nav-chevron::after {
  position: absolute;
  width: 9px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: opacity 170ms ease, transform 170ms ease;
}

.clc-storefront .clc-nav-chevron::after {
  transform: rotate(90deg);
}

.clc-storefront .clc-nav-disclosure[open] > summary > .clc-nav-chevron {
  background: var(--clc-ink);
  color: var(--clc-panel);
  transform: none;
}

.clc-storefront .clc-nav-disclosure[open] > summary > .clc-nav-chevron::after {
  opacity: 0;
  transform: rotate(0deg);
}

.clc-storefront .clc-mega-menu,
.clc-storefront .clc-nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  z-index: 5;
  padding: 24px;
  border: 1px solid var(--clc-border);
  border-top: 2px solid var(--clc-accent);
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-md);
}

.clc-storefront .clc-mega-menu::before,
.clc-storefront .clc-nav-submenu::before {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  height: 14px;
  content: "";
}

.clc-storefront .clc-mega-menu {
  left: clamp(-300px, -20vw, -160px);
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  width: min(760px, calc(100vw - 48px));
  gap: 30px;
}

.clc-storefront .clc-mega-menu-column + .clc-mega-menu-column {
  padding-left: 26px;
  border-left: 1px solid var(--clc-border);
}

.clc-storefront .clc-mega-menu-title {
  margin-bottom: 11px;
  color: var(--clc-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.clc-storefront :where(.clc-mega-menu, .clc-nav-submenu) ul {
  list-style: none;
}

.clc-storefront :where(.clc-mega-menu, .clc-nav-submenu) a {
  width: 100%;
  min-height: 40px;
  padding-inline: 10px;
  font-size: 12px;
  font-weight: 500;
  white-space: normal;
  transition: background-color 150ms ease, color 150ms ease, padding-left 150ms ease;
}

.clc-storefront :where(.clc-mega-menu, .clc-nav-submenu) a:hover,
.clc-storefront :where(.clc-mega-menu, .clc-nav-submenu) a:focus-visible {
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
  padding-left: 14px;
  text-decoration: none;
}

.clc-storefront .clc-mega-menu-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
}

.clc-storefront .clc-mega-menu-all {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-nav-submenu {
  left: 50%;
  display: grid;
  width: 230px;
  transform: translateX(-50%);
}

.clc-storefront .clc-nav-mobile-only {
  display: none;
}

.clc-storefront .clc-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.clc-storefront .clc-header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 7px;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}

.clc-storefront .clc-header-action:hover,
.clc-storefront .clc-header-action:focus-visible {
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
}

.clc-storefront .clc-header-action svg {
  width: 25px;
  height: 25px;
}

.clc-storefront .clc-header-quiz {
  gap: 7px;
  padding-inline: 10px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.clc-storefront .clc-header-quiz svg {
  width: 20px;
  height: 20px;
}

.clc-storefront .clc-cart-count {
  position: absolute;
  top: 3px;
  right: 0;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  padding-inline: 4px;
  border-radius: 999px;
  background: var(--clc-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.clc-storefront .clc-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 9px;
  border: 1px solid var(--clc-ink);
  background: transparent;
  font-family: var(--clc-font-utility);
  cursor: pointer;
}

.clc-storefront .clc-menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 18px;
}

.clc-storefront .clc-menu-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transition: top 160ms ease, transform 160ms ease;
}

.clc-storefront .clc-menu-icon span:first-child {
  top: 5px;
}

.clc-storefront .clc-menu-icon span:last-child {
  top: 12px;
}

.clc-storefront .clc-nav-toggle[aria-expanded="true"] .clc-menu-icon span:first-child {
  top: 8.5px;
  transform: rotate(45deg);
}

.clc-storefront .clc-nav-toggle[aria-expanded="true"] .clc-menu-icon span:last-child {
  top: 8.5px;
  transform: rotate(-45deg);
}

/* Search, cart, and coffee finder panels */
.clc-overlay-open {
  overflow: hidden;
}

.clc-navigation-open {
  overflow: hidden;
}

.clc-storefront .clc-utility-panel {
  position: fixed;
  z-index: 10000;
  inset: 0;
}

.clc-storefront .clc-panel-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgb(0 0 0 / 48%);
  cursor: default;
}

.clc-storefront :where(.clc-search-dialog, .clc-cart-dialog, .clc-quiz-dialog, .clc-cart-reminder-dialog) {
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 60px rgb(0 0 0 / 18%);
}

.clc-storefront .clc-search-dialog {
  top: 0;
  right: 0;
  left: 0;
  max-height: min(90vh, 600px);
  padding: clamp(28px, 5vw, 64px) max(24px, calc((100vw - min(100vw - 48px, var(--clc-content-width))) / 2));
}

.clc-storefront :where(.clc-cart-dialog, .clc-quiz-dialog) {
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 520px);
  padding: 28px;
}

.clc-storefront .clc-cart-reminder-dialog {
  top: 50%;
  left: 50%;
  width: min(calc(100% - 32px), 640px);
  max-height: min(90vh, 760px);
  padding: clamp(36px, 5vw, 58px);
  transform: translate(-50%, -50%);
}

.clc-storefront .clc-cart-reminder-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.clc-storefront .clc-cart-reminder-dialog > .clc-home-eyebrow {
  padding-right: 52px;
}

.clc-storefront .clc-cart-reminder-dialog > h2 {
  margin-top: 14px;
  padding-right: 46px;
  font-family: var(--clc-font-display);
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.25;
}

.clc-storefront .clc-cart-reminder-lead {
  margin-top: 8px;
  color: var(--clc-muted);
  font-family: var(--clc-font-display);
  font-size: clamp(17px, 2.2vw, 23px);
}

.clc-storefront .clc-cart-reminder-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--clc-border);
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-cart-reminder-media,
.clc-storefront .clc-cart-reminder-media img {
  width: 120px;
  height: 120px;
}

.clc-storefront .clc-cart-reminder-media {
  background: var(--clc-page);
}

.clc-storefront .clc-cart-reminder-media img {
  display: block;
  object-fit: cover;
}

.clc-storefront .clc-cart-reminder-copy h3 {
  font-family: var(--clc-font-display);
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 600;
  line-height: 1.4;
}

.clc-storefront .clc-cart-reminder-meta {
  margin-top: 5px;
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.65;
}

.clc-storefront .clc-cart-reminder-price {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 700;
}

.clc-storefront .clc-cart-reminder-extra {
  margin-top: 12px;
  color: var(--clc-muted);
  font-size: 12px;
  text-align: right;
}

.clc-storefront .clc-cart-reminder-action {
  width: 100%;
  min-height: 56px;
  margin-top: 28px;
  padding: 12px 20px;
  border: 1px solid var(--clc-ink);
  background: var(--clc-ink);
  color: #fff;
  font-family: var(--clc-font-display);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.clc-storefront .clc-cart-reminder-action:hover {
  background: #323232;
}

.clc-storefront .clc-quiz-dialog {
  display: grid;
  width: min(92vw, 400px);
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  font-family: var(--clc-font-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.clc-storefront .clc-quiz-dialog .clc-panel-heading {
  min-height: 80px;
  align-items: center;
  padding: 18px 32px;
}

.clc-storefront .clc-quiz-dialog .clc-panel-heading h2 {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.clc-storefront .clc-quiz-dialog .clc-panel-close {
  border: 0;
  font-family: inherit;
  font-size: 26px;
  font-weight: 300;
}

.clc-storefront .clc-quiz-body {
  min-height: 0;
  padding: 32px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.clc-storefront .clc-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--clc-border);
}

.clc-storefront .clc-panel-heading h2 {
  margin-top: 5px;
  font-family: var(--clc-font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
}

.clc-storefront .clc-panel-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--clc-control-border);
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.clc-storefront .clc-search-form {
  max-width: 980px;
  margin-top: 28px;
}

.clc-storefront .clc-search-form > label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.clc-storefront .clc-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.clc-storefront .clc-search-form input {
  min-width: 0;
  min-height: 54px;
  padding: 11px 15px;
  border: 1px solid var(--clc-control-border);
  border-right: 0;
  background: #fff;
  font-size: 16px;
}

.clc-storefront .clc-search-form button,
.clc-storefront .clc-cart-checkout,
.clc-storefront .clc-quiz-actions button {
  min-height: 54px;
  padding: 11px 24px;
  border: 1px solid var(--clc-ink);
  background: var(--clc-ink);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.clc-storefront .clc-search-shortcuts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
}

.clc-storefront .clc-search-shortcuts p {
  margin-right: 6px;
  color: var(--clc-muted);
}

.clc-storefront .clc-search-shortcuts a {
  padding: 6px 10px;
  border: 1px solid var(--clc-border);
  text-decoration: none;
}

.clc-storefront .clc-cart-empty {
  padding-block: 48px;
  color: var(--clc-muted);
  text-align: center;
}

.clc-storefront .clc-cart-items {
  display: grid;
  list-style: none;
}

.clc-storefront .clc-cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid var(--clc-border);
}

.clc-storefront .clc-cart-item-image,
.clc-storefront .clc-cart-item-media img {
  width: 92px;
  height: 110px;
  object-fit: cover;
  background: var(--clc-page);
}

.clc-storefront .clc-cart-item-title {
  font-family: var(--clc-font-display);
  font-size: 20px;
  line-height: 1.25;
}

.clc-storefront .clc-cart-item-meta {
  margin-top: 5px;
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.clc-storefront .clc-cart-item-price {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
}

.clc-storefront .clc-cart-item-actions,
.clc-storefront .clc-cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 12px;
}

.clc-storefront .clc-cart-quantity {
  display: inline-grid;
  grid-template-columns: 34px 38px 34px;
  border: 1px solid var(--clc-control-border);
}

.clc-storefront .clc-cart-quantity button,
.clc-storefront .clc-cart-remove,
.clc-storefront .clc-cart-item-step,
.clc-storefront .clc-cart-item-remove {
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid var(--clc-control-border);
  background: transparent;
  cursor: pointer;
}

.clc-storefront .clc-cart-quantity span,
.clc-storefront .clc-cart-item-quantity {
  display: grid;
  min-width: 38px;
  min-height: 34px;
  place-items: center;
  border-block: 1px solid var(--clc-control-border);
  font-size: 13px;
}

.clc-storefront .clc-cart-remove,
.clc-storefront .clc-cart-item-remove {
  min-width: 52px;
  margin-left: auto;
  border-color: transparent;
  color: var(--clc-muted);
  font-size: 12px;
  text-decoration: underline;
}

.clc-storefront .clc-cart-error {
  margin-top: 12px;
  color: #9f1f1f;
  font-size: 13px;
  line-height: 1.6;
}

.clc-storefront .clc-cart-continue {
  display: inline-flex;
  margin-top: 22px;
  font-size: 13px;
}

.clc-storefront .clc-search-result-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid var(--clc-border);
  background: #fff;
  font-size: 14px;
}

.clc-storefront .clc-search-result-summary a {
  flex: 0 0 auto;
  font-size: 12px;
}

.clc-storefront .clc-cart-summary {
  padding-top: 22px;
}

.clc-storefront .clc-cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 17px;
}

.clc-storefront .clc-cart-summary > small {
  display: block;
  margin-top: 7px;
  color: var(--clc-muted);
  font-size: 11px;
  line-height: 1.6;
}

.clc-storefront .clc-policy-consent {
  display: block;
  margin: 16px 0 12px;
  color: var(--clc-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
}

.clc-storefront .clc-cart-summary > .clc-policy-consent {
  display: block;
  margin: 14px 0 10px;
  padding-top: 12px;
  border-top: 1px solid var(--clc-border);
  color: #454543;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.clc-storefront .clc-policy-consent a {
  display: inline-block;
  color: var(--clc-ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.clc-storefront .clc-policy-consent a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.clc-storefront .clc-account-policy {
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-account-policy.clc-rich-text > h2 {
  margin-top: 0;
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.5;
}

.clc-storefront .clc-cart-summary > .clc-cart-discount {
  margin: 10px 0 0;
  padding: 9px 11px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-surface-soft);
  color: var(--clc-ink);
  font-size: 12px;
  line-height: 1.6;
}

.clc-storefront .clc-cart-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

.clc-storefront .clc-cart-checkout[aria-disabled="true"],
.clc-storefront .clc-quiz-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.clc-storefront .clc-cart-error {
  margin-top: 12px;
  color: var(--clc-sale);
  font-size: 13px;
}

.clc-storefront .clc-cart-continue {
  display: block;
  min-height: 44px;
  margin-top: 16px;
  text-align: center;
}

.clc-storefront .clc-quiz-progress-wrap {
  margin: 0;
}

.clc-storefront .clc-quiz-progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: rgb(28 28 28 / 10%);
}

.clc-storefront .clc-quiz-progress-track > span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: 2px;
  background: var(--clc-ink);
  transition: width 400ms ease;
}

.clc-storefront .clc-quiz-progress {
  margin-top: 5px;
  color: var(--clc-muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

.clc-storefront .clc-quiz-step {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 0;
  border: 0;
}

.clc-storefront .clc-quiz-step.is-entering {
  animation: clc-quiz-enter 280ms ease both;
}

@keyframes clc-quiz-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.clc-storefront .clc-quiz-step legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px 16px 16px 4px;
  background: rgb(28 28 28 / 5%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.clc-storefront .clc-quiz-question-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: currentcolor;
  opacity: 0.75;
}

.clc-storefront .clc-quiz-question-icon svg {
  width: 20px;
  height: 20px;
}

.clc-storefront .clc-quiz-options {
  display: grid;
  gap: 8px;
}

.clc-storefront .clc-quiz-step label {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgb(28 28 28 / 15%);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.clc-storefront .clc-quiz-step label:hover {
  border-color: rgb(28 28 28 / 40%);
  background: rgb(28 28 28 / 3%);
}

.clc-storefront .clc-quiz-step input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.clc-storefront .clc-quiz-option-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.clc-storefront .clc-quiz-option-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: currentcolor;
  opacity: 0.75;
}

.clc-storefront .clc-quiz-option-icon svg {
  width: 20px;
  height: 20px;
}

.clc-storefront .clc-quiz-step label.is-selected,
.clc-storefront .clc-quiz-step label:has(input:checked) {
  border-color: rgb(28 28 28 / 40%);
  background: rgb(28 28 28 / 6%);
  color: var(--clc-ink);
}

.clc-storefront .clc-quiz-step input:focus-visible + .clc-quiz-option-content {
  outline: var(--clc-focus);
  outline-offset: 3px;
}

.clc-storefront .clc-quiz-result {
  padding: 0;
}

.clc-storefront .clc-quiz-result-heading {
  text-align: center;
}

.clc-storefront .clc-quiz-result-heading h3 {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.clc-storefront .clc-quiz-result-heading > p:last-child {
  max-width: 34em;
  margin: 8px auto 0;
  color: var(--clc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.clc-storefront .clc-quiz-recommendations {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.clc-storefront .clc-quiz-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgb(28 28 28 / 10%);
  border-radius: 0;
  background: #fff;
  animation: clc-quiz-enter 300ms ease both;
}

.clc-storefront .clc-quiz-product:first-child,
.clc-storefront .clc-quiz-product[style*="order: 1"] {
  border-color: rgb(28 28 28 / 10%);
  box-shadow: none;
}

.clc-storefront .clc-quiz-product-media {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 0;
  overflow: hidden;
  background: var(--clc-page);
}

.clc-storefront .clc-quiz-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clc-storefront .clc-quiz-product-info {
  min-width: 0;
}

.clc-storefront .clc-quiz-product-info h4 {
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.clc-storefront .clc-quiz-product-info h4 a {
  color: inherit;
  text-decoration: none;
}

.clc-storefront .clc-quiz-product-price {
  margin-top: 4px;
  color: var(--clc-muted);
  font-size: 14px;
  font-weight: 400;
}

.clc-storefront .clc-quiz-product-actions {
  display: block;
  margin-top: 8px;
}

.clc-storefront .clc-quiz-product-actions :where(a, button) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--clc-ink);
  border-radius: 0;
  background: var(--clc-ink);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.clc-storefront .clc-quiz-product-actions button {
  background: var(--clc-ink);
  color: #fff;
}

.clc-storefront .clc-quiz-subscription {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--clc-border);
  border-radius: 0;
  background: rgb(28 28 28 / 3%);
}

.clc-storefront .clc-quiz-subscription-icon {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.clc-storefront .clc-quiz-subscription strong,
.clc-storefront .clc-quiz-subscription span {
  display: block;
}

.clc-storefront .clc-quiz-subscription strong {
  font-size: 13px;
}

.clc-storefront .clc-quiz-subscription span {
  margin-top: 3px;
  color: var(--clc-muted);
  font-size: 11px;
}

.clc-storefront .clc-quiz-subscription > a {
  grid-column: 1 / -1;
  min-height: 44px;
  padding: 12px 16px;
  background: var(--clc-ink);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.clc-storefront .clc-quiz-result-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.clc-storefront .clc-quiz-reset {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--clc-ink);
  border-radius: 0;
  background: #fff;
  color: var(--clc-ink);
  font-family: inherit;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.clc-storefront .clc-quiz-line {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 16px;
  border: 1px solid var(--clc-line);
  border-radius: 999px;
  background: var(--clc-line);
  color: var(--clc-line-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.clc-storefront .clc-quiz-line:hover {
  background: var(--clc-line-hover);
  box-shadow: 0 8px 20px rgb(6 199 85 / 0.2);
}

.clc-storefront .clc-quiz-line:active {
  background: var(--clc-line-active);
  box-shadow: none;
}

.clc-storefront .clc-quiz-floating {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 88px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--clc-ink);
  box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
  color: #fff;
  font-family: var(--clc-font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.clc-storefront .clc-quiz-floating:hover {
  box-shadow: 0 6px 24px rgb(0 0 0 / 20%);
  transform: translateY(-2px);
}

.clc-storefront .clc-quiz-floating svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.clc-storefront .clc-quiz-floating-label-short {
  display: none;
}

.clc-storefront .clc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding-block: 18px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 12px;
  line-height: 1.5;
}

.clc-storefront .clc-breadcrumbs a {
  display: inline-block;
  padding-block: 7px;
  border: 0;
  background: none;
  box-shadow: none;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}

.clc-storefront .clc-breadcrumbs a:is(:hover, :focus-visible) {
  color: var(--clc-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.clc-storefront .clc-breadcrumbs > span {
  line-height: inherit;
}

.clc-storefront .clc-breadcrumbs [aria-current="page"] {
  color: var(--clc-ink);
}

/* Product detail */
.clc-storefront .clc-product {
  padding-block: var(--clc-section-gap);
}

.clc-storefront :where(.clc-product-layout, .clc-product__layout) {
  display: grid;
  grid-template-columns: minmax(0, 60fr) minmax(300px, 32fr);
  align-items: start;
  gap: clamp(48px, 4.5vw, 64px);
}

.clc-storefront :where(.clc-gallery, .clc-product-gallery) {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: start;
  gap: 14px;
  min-width: 0;
}

.clc-storefront .clc-gallery-main {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-inline: contain;
}

.clc-storefront .clc-gallery-main img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 180ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.clc-storefront :where(.clc-gallery-thumbs, .clc-gallery-thumbnails) {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  max-height: min(66vw, 780px);
  overflow-y: auto;
  padding: 1px 4px 1px 1px;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.clc-storefront :where(.clc-gallery-thumbs, .clc-gallery-thumbnails)::-webkit-scrollbar {
  display: none;
}

.clc-storefront .clc-gallery-thumb {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 64px;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--clc-border);
  border-radius: 0;
  background: var(--clc-panel);
  cursor: pointer;
}

.clc-storefront .clc-gallery-thumb:is(.is-active, [aria-pressed="true"]) {
  border-color: var(--clc-ink);
  box-shadow: inset 0 0 0 1px var(--clc-ink);
}

.clc-storefront .clc-gallery-thumb:focus-visible {
  outline-offset: -4px;
}

.clc-storefront .clc-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clc-storefront :where(.clc-product-summary, .clc-purchase-panel, .clc-product-info) {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--clc-border);
  border-top: 3px solid var(--clc-accent);
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-product-vendor {
  margin-bottom: 12px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.clc-storefront .clc-product-title {
  font-size: clamp(30px, 2.8vw, 40px);
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

.clc-storefront .clc-product-dossier {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  border-block: 1px solid var(--clc-border);
}

.clc-storefront .clc-product-dossier > div {
  min-width: 0;
  padding: 12px 14px 12px 0;
}

.clc-storefront .clc-product-dossier > div + div {
  padding-left: 14px;
  border-left: 1px solid var(--clc-border);
}

.clc-storefront .clc-product-dossier dt {
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.clc-storefront .clc-product-dossier dd {
  margin-top: 4px;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.45;
}

.clc-storefront .clc-product-subtitle,
.clc-storefront .clc-product-description-short {
  margin-top: 18px;
  color: var(--clc-muted);
  font-size: 14px;
  line-height: 1.8;
}

.clc-storefront .clc-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-top: 18px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 12px;
  text-decoration: none;
  transition: color 140ms ease;
}

.clc-storefront a.clc-rating:hover {
  color: var(--clc-ink);
  text-decoration: underline;
}

.clc-storefront .clc-rating-stars,
.clc-storefront .clc-star {
  color: var(--clc-star);
  letter-spacing: 0.08em;
}

.clc-storefront .clc-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-top: 28px;
  font-family: var(--clc-font-utility);
  font-variant-numeric: tabular-nums;
}

.clc-storefront .clc-price-current {
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 650;
  line-height: 1.1;
}

.clc-storefront .clc-price-current.is-sale {
  color: var(--clc-sale);
}

.clc-storefront .clc-price-compare {
  color: var(--clc-muted);
  font-size: 15px;
  text-decoration: line-through;
}

.clc-storefront .clc-price-note {
  flex-basis: 100%;
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.clc-storefront .clc-availability {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  margin-top: 16px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 12px;
}

.clc-storefront .clc-availability::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.clc-storefront .clc-availability.is-available {
  color: var(--clc-success);
}

.clc-storefront .clc-availability.is-unavailable {
  color: var(--clc-sale);
}

.clc-storefront :where(.clc-product-form, .clc-purchase-form) {
  margin-top: 30px;
  border-top: 1px solid var(--clc-border);
  padding-top: 30px;
}

.clc-storefront .clc-option-group,
.clc-storefront .clc-plan-group {
  min-width: 0;
  padding: 0;
  border: 0;
}

.clc-storefront .clc-option-group + .clc-option-group,
.clc-storefront .clc-plan-group {
  margin-top: 26px;
}

.clc-storefront :where(.clc-option-legend, .clc-plan-legend, .clc-field-label) {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.clc-storefront :where(.clc-option-list, .clc-option-values, .clc-plan-list) {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.clc-storefront .clc-plan-list {
  display: grid;
  grid-template-columns: 1fr;
}

.clc-storefront :where(.clc-option-input, .clc-plan-input) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}

.clc-storefront :where(.clc-option-label, .clc-option-choice, .clc-option-input + label) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-panel);
  font-family: var(--clc-font-utility);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.clc-storefront :where(.clc-plan-label, .clc-plan-choice, .clc-plan-input + label) {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 11px;
  min-height: 54px;
  padding: 15px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-panel);
  font-size: 13px;
  line-height: 1.55;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.clc-storefront :where(.clc-option-label, .clc-option-choice, .clc-option-input + label):hover,
.clc-storefront :where(.clc-plan-label, .clc-plan-choice, .clc-plan-input + label):hover {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
}

.clc-storefront :where(.clc-plan-label, .clc-plan-choice)::before,
.clc-storefront .clc-plan-input + label::before {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 1px solid var(--clc-ink);
  border-radius: 50%;
  background: transparent;
  content: "";
}

.clc-storefront .clc-option-input:checked + label,
.clc-storefront :where(.clc-option-label, .clc-option-choice):has(.clc-option-input:checked) {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
  box-shadow: inset 0 0 0 1px var(--clc-accent);
  color: var(--clc-accent);
}

.clc-storefront .clc-plan-input:checked + label,
.clc-storefront :where(.clc-plan-label, .clc-plan-choice):has(.clc-plan-input:checked) {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
  box-shadow: inset 0 0 0 1px var(--clc-accent);
}

.clc-storefront .clc-plan-input:checked + label::before,
.clc-storefront :where(.clc-plan-label, .clc-plan-choice):has(.clc-plan-input:checked)::before {
  box-shadow: inset 0 0 0 3px var(--clc-panel);
  background: var(--clc-accent);
}

.clc-storefront :where(.clc-option-label, .clc-option-choice, .clc-plan-label, .clc-plan-choice):has(input:focus-visible),
.clc-storefront .clc-option-input:focus-visible + label,
.clc-storefront .clc-plan-input:focus-visible + label {
  outline: var(--clc-focus);
  outline-offset: 3px;
}

.clc-storefront :where(.clc-option-label, .clc-option-choice, .clc-plan-label, .clc-plan-choice):has(input:disabled),
.clc-storefront :where(.clc-option-input, .clc-plan-input):disabled + label {
  color: #8a8a8a;
  background-image: linear-gradient(
    to top right,
    transparent calc(50% - 0.5px),
    var(--clc-border) 50%,
    transparent calc(50% + 0.5px)
  );
  cursor: not-allowed;
  opacity: 0.66;
}

.clc-storefront .clc-plan-name {
  display: block;
  font-weight: 700;
}

.clc-storefront .clc-plan-description {
  display: block;
  grid-column: 2;
  margin-top: 3px;
  color: var(--clc-muted);
  font-size: 12px;
}

.clc-storefront .clc-quantity-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.clc-storefront .clc-quantity {
  display: grid;
  grid-template-columns: 44px minmax(48px, 64px) 44px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-panel);
}

.clc-storefront .clc-quantity button,
.clc-storefront [data-clc-qty] {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.clc-storefront .clc-quantity button:hover,
.clc-storefront [data-clc-qty]:hover {
  background: var(--clc-page);
}

.clc-storefront .clc-qty-input {
  width: 100%;
  min-height: 44px;
  padding: 4px;
  border: 0;
  border-right: 1px solid var(--clc-control-border);
  border-left: 1px solid var(--clc-control-border);
  border-radius: 0;
  background: transparent;
  font-family: var(--clc-font-utility);
  font-variant-numeric: tabular-nums;
  text-align: center;
  -moz-appearance: textfield;
}

.clc-storefront .clc-qty-input::-webkit-inner-spin-button,
.clc-storefront .clc-qty-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.clc-storefront .clc-checkout-button,
.clc-storefront .clc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--clc-ink);
  border-radius: 0;
  background: var(--clc-ink);
  color: var(--clc-panel);
  font-family: var(--clc-font-utility);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}

.clc-storefront .clc-checkout-button {
  margin-top: 18px;
}

.clc-storefront a.clc-button:visited {
  color: var(--clc-panel);
}

.clc-storefront .clc-checkout-button:hover,
.clc-storefront .clc-button:hover {
  background: var(--clc-panel);
  color: var(--clc-ink);
}

.clc-storefront .clc-checkout-button:disabled,
.clc-storefront .clc-button:disabled {
  border-color: #797979;
  background: #797979;
  color: var(--clc-panel);
  cursor: not-allowed;
  opacity: 0.65;
}

.clc-storefront .clc-checkout-button[aria-busy="true"]::after {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  animation: clc-spin 700ms linear infinite;
}

.clc-storefront .clc-purchase-error {
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid var(--clc-sale);
  background: var(--clc-danger-soft);
  color: var(--clc-sale);
  font-size: 13px;
  line-height: 1.55;
}

.clc-storefront .clc-legacy-purchase {
  margin-top: 10px;
  color: var(--clc-muted);
  font-size: 12px;
  text-align: center;
}

.clc-storefront .clc-trust-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--clc-border);
  color: var(--clc-muted);
  font-size: 12px;
  list-style: none;
}

.clc-storefront .clc-product-details {
  margin-top: var(--clc-section-gap);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-product-reviews {
  scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 112px);
  margin-top: var(--clc-section-gap);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-review-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.clc-storefront .clc-product-reviews .clc-heading {
  max-width: 24ch;
  margin-top: 18px;
}

.clc-storefront .clc-review-summary {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 8px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-variant-numeric: tabular-nums;
}

.clc-storefront .clc-review-summary > span {
  color: var(--clc-star);
}

.clc-storefront .clc-review-summary strong {
  color: var(--clc-ink);
  font-size: 20px;
}

.clc-storefront .clc-review-summary small {
  font-size: 12px;
}

.clc-storefront .clc-judgeme-review-list,
.clc-storefront .clc-review-fallback {
  margin-top: clamp(26px, 3vw, 40px);
}

.clc-storefront .clc-judgeme-review-list {
  min-width: 0;
  overflow-wrap: anywhere;
}

.clc-storefront .clc-review-fallback {
  padding: 22px;
  border: 1px solid var(--clc-border);
  background: var(--clc-surface-soft);
  color: var(--clc-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* Judge.me supplies sanitized review markup; this plugin owns its presentation. */
.clc-storefront .clc-judgeme-review-list :where(.jdgm-widget, .jdgm-rev-widg, .jdgm-rev-widg__body, .jdgm-rev-widg__reviews) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.clc-storefront .clc-judgeme-review-list :where(
  .jdgm-rev-widg__header,
  .jdgm-rev-widg__sort-wrapper,
  .jdgm-widget-actions-wrapper,
  .jdgm-form-wrapper,
  .jdgm-question-form-wrapper,
  .jdgm-paginate,
  .jdgm-write-rev-link,
  .jdgm-ask-question-btn,
  .jdgm-rev__votes,
  .jdgm-rev__share,
  .jdgm-rev__product
) {
  display: none !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev {
  display: block !important;
  padding: 26px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--clc-border) !important;
  background: transparent !important;
  color: var(--clc-ink) !important;
  font-family: var(--clc-font-body) !important;
  text-align: left !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev:last-child {
  border-bottom: 1px solid var(--clc-border) !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__header {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin: 0 0 14px !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating {
  display: inline-flex !important;
  align-items: center;
  color: var(--clc-star) !important;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating::before {
  content: "";
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="1"]::before,
.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="1.0"]::before {
  content: "★☆☆☆☆";
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="2"]::before,
.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="2.0"]::before {
  content: "★★☆☆☆";
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="3"]::before,
.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="3.0"]::before {
  content: "★★★☆☆";
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="4"]::before,
.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="4.0"]::before {
  content: "★★★★☆";
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="5"]::before,
.clc-storefront .clc-judgeme-review-list .jdgm-rev__rating[data-score="5.0"]::before {
  content: "★★★★★";
}

.clc-storefront .clc-judgeme-review-list .jdgm-star {
  display: none !important;
}

.clc-storefront .clc-judgeme-review-list :where(.jdgm-rev__timestamp, .jdgm-rev__location) {
  margin-left: auto !important;
  color: var(--clc-muted) !important;
  font-family: var(--clc-font-utility) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.clc-storefront .clc-judgeme-review-list :where(.jdgm-rev__author, .jdgm-rev__buyer-badge) {
  color: var(--clc-ink) !important;
  font-family: var(--clc-font-utility) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__buyer-badge {
  padding: 2px 7px !important;
  border: 1px solid var(--clc-border) !important;
  background: var(--clc-surface-soft) !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__body {
  margin: 0 !important;
  color: var(--clc-ink) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  overflow-wrap: anywhere;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__title {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--clc-ink) !important;
  font-family: var(--clc-font-display) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__reply {
  margin-top: 18px !important;
  padding: 14px 16px !important;
  border-left: 2px solid var(--clc-ink) !important;
  background: var(--clc-surface-soft) !important;
  color: var(--clc-muted) !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__reply-content {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__reply-content > :first-child {
  margin-top: 0 !important;
}

.clc-storefront .clc-judgeme-review-list .jdgm-rev__reply-content > :last-child {
  margin-bottom: 0 !important;
}

.clc-storefront .clc-judgeme-review-list :where(.jdgm-rev__pics, .jdgm-rev__vids, .jdgm-rev__videos) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px !important;
}

.clc-storefront .clc-judgeme-review-list :where(.jdgm-rev__pic-img, .jdgm-rev__pic-link, .jdgm-rev__video) {
  display: block !important;
  width: 88px !important;
  height: 88px !important;
  object-fit: cover;
}

.clc-storefront .clc-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.clc-storefront .clc-review-actions .clc-button {
  width: auto;
  min-width: min(100%, 230px);
}

.clc-storefront .clc-review-note {
  margin-top: 14px;
  color: var(--clc-muted);
  font-size: 11px;
  line-height: 1.7;
}

.clc-storefront .clc-product-recommendations {
  margin-top: var(--clc-section-gap);
  padding-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-product-recommendations > .clc-heading {
  max-width: 24ch;
  margin-top: 8px;
}

.clc-storefront .clc-product-recommendations > .clc-product-grid {
  margin-top: clamp(24px, 3vw, 38px);
}

.clc-storefront .clc-product-details > :where(.clc-specimen-label, .clc-heading) {
  width: min(100%, 72ch);
  margin-inline: auto;
}

.clc-storefront .clc-product-description {
  max-width: 72ch;
  margin-top: 28px;
  margin-inline: auto;
  overflow-wrap: anywhere;
}

.clc-storefront .clc-product-description > * + * {
  margin-top: 1.15em;
}

.clc-storefront .clc-rich-text :where(h2, h3, h4, h5, h6) {
  max-width: 28ch;
  margin-block: 1.7em 0.65em;
  color: var(--clc-ink);
  font-family: var(--clc-font-display);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.018em;
  text-wrap: pretty;
}

.clc-storefront .clc-rich-text :where(h2, h3)[id] {
  scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 112px);
}

.clc-storefront .clc-rich-text h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.clc-storefront .clc-rich-text h3 {
  font-size: clamp(21px, 2.2vw, 29px);
}

.clc-storefront .clc-rich-text :where(h4, h5, h6) {
  font-family: var(--clc-font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  letter-spacing: 0;
}

.clc-storefront .clc-rich-text :where(ul, ol) {
  display: grid;
  gap: 0.55em;
  padding-inline-start: 1.5em;
}

.clc-storefront .clc-rich-text ul {
  list-style: disc outside;
}

.clc-storefront .clc-rich-text ol {
  list-style: decimal outside;
}

.clc-storefront .clc-rich-text :where(ul, ol) :where(ul, ol) {
  margin-top: 0.5em;
}

.clc-storefront .clc-rich-text li::marker {
  color: var(--clc-muted);
}

.clc-storefront .clc-rich-text a:not(:has(img)) {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.clc-storefront .clc-rich-text :where(img, video, object, iframe) {
  max-width: 100%;
  height: auto;
}

.clc-storefront .clc-rich-text :where(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.clc-storefront .clc-rich-text figure {
  max-width: 100%;
}

.clc-storefront .clc-rich-text figcaption {
  margin-top: 8px;
  color: var(--clc-muted);
  font-size: 12px;
  font-style: italic;
}

.clc-storefront .clc-rich-text blockquote {
  margin-inline: 0;
  padding: 10px 0 10px 18px;
  border-left: 3px solid var(--clc-control-border);
  color: var(--clc-muted);
  font-family: var(--clc-font-display);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.clc-storefront .clc-rich-text :where(pre, code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.clc-storefront .clc-rich-text pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 14px;
  border: 1px solid var(--clc-control-border);
  background: var(--clc-surface-soft);
  font-size: 13px;
}

.clc-storefront .clc-table-scroll {
  position: relative;
  max-width: 100%;
  margin-block: 24px;
  overflow-x: auto;
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
}

.clc-storefront .clc-table-scroll:focus-visible {
  outline: var(--clc-focus);
  outline-offset: 4px;
}

.clc-storefront .clc-rich-text table {
  width: 100%;
  min-width: max-content;
  border-spacing: 0;
  border-collapse: collapse;
  background: var(--clc-panel);
  font-size: 14px;
  line-height: 1.55;
}

.clc-storefront .clc-rich-text table caption {
  padding-bottom: 10px;
  color: var(--clc-muted);
  font-size: 13px;
  text-align: left;
}

.clc-storefront .clc-rich-text :where(th, td) {
  min-width: 8.5em;
  padding: 12px 14px;
  border: 0;
  border-right: 1px solid var(--clc-border);
  border-bottom: 1px solid var(--clc-border);
  text-align: left;
  vertical-align: top;
}

.clc-storefront .clc-rich-text th,
.clc-storefront .clc-rich-text tr:first-child > td {
  background: var(--clc-accent-soft);
  color: var(--clc-ink);
  font-weight: 700;
}

.clc-storefront .clc-rich-text tbody tr:nth-child(even) td {
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-rich-text tbody tr:hover td {
  background: #edede9;
}

.clc-storefront .clc-subscription-disclosure {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--clc-control-border);
  background: var(--clc-surface-soft);
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Editorial shop homepage */
.clc-storefront .clc-shop-home {
  --clc-home-ink: #171717;
  --clc-home-sand: #ddddd8;
  --clc-home-paper: #f7f7f4;
  overflow: hidden;
}

.clc-storefront .clc-home-hero {
  position: relative;
  color: #fff;
  background: #191919;
}

.clc-storefront .clc-home-hero-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.clc-storefront .clc-home-hero-viewport::-webkit-scrollbar,
.clc-storefront .clc-home-discovery-scroll::-webkit-scrollbar {
  display: none;
}

.clc-storefront .clc-home-hero-track {
  display: flex;
  width: 100%;
}

.clc-storefront .clc-home-hero-slide {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  min-height: clamp(560px, 57vw, 760px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  isolation: isolate;
}

.clc-storefront .clc-home-hero-picture,
.clc-storefront .clc-home-hero-picture img,
.clc-storefront .clc-home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clc-storefront .clc-home-hero-picture img {
  object-fit: cover;
}

.clc-storefront .clc-home-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 0.62) 0%, rgb(0 0 0 / 0.22) 58%, rgb(0 0 0 / 0.08) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 0.46) 0%, transparent 45%);
}

.clc-storefront .clc-home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-block: clamp(96px, 10vw, 140px) clamp(104px, 9vw, 128px);
}

.clc-storefront .clc-home-eyebrow {
  color: inherit;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.clc-storefront .clc-home-hero-title,
.clc-storefront .clc-home-section-title,
.clc-storefront .clc-home-philosophy-grid h3 {
  font-family: var(--clc-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.clc-storefront .clc-home-hero-title {
  max-width: 15ch;
  margin-top: 18px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.04;
}

.clc-storefront .clc-home-hero-slide:first-child .clc-home-hero-title {
  max-width: 15ch;
  font-size: clamp(44px, 5vw, 68px);
}

.clc-storefront .clc-home-hero-slide:nth-child(2) .clc-home-hero-title {
  max-width: none;
  font-size: clamp(34px, 4.2vw, 58px);
  white-space: nowrap;
}

.clc-storefront .clc-home-hero-slide:nth-child(2) .clc-home-hero-copy {
  max-width: 54ch;
}

.clc-storefront .clc-home-hero-copy {
  max-width: 48ch;
  margin-top: 24px;
  color: rgb(255 255 255 / 0.9);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.8;
}

.clc-storefront .clc-home-copy-line {
  display: block;
}

.clc-storefront .clc-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 190px;
  min-height: 52px;
  margin-top: 32px;
  padding: 13px 22px;
  border: 1px solid var(--clc-ink);
  background: var(--clc-ink);
  color: #fff;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.clc-storefront .clc-home-button:hover {
  background: transparent;
  color: var(--clc-ink);
}

.clc-storefront .clc-home-button.is-light {
  border-color: #fff;
  background: #fff;
  color: var(--clc-ink);
}

.clc-storefront .clc-home-button.is-light:hover {
  background: transparent;
  color: #fff;
}

.clc-storefront .clc-home-hero-controls {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  pointer-events: none;
}

.clc-storefront .clc-home-hero-arrow,
.clc-storefront .clc-home-hero-dots button {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: rgb(20 20 20 / 0.72);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.clc-storefront .clc-home-hero-arrow:disabled {
  cursor: default;
  opacity: 0.42;
}

.clc-storefront .clc-home-hero-dots {
  display: flex;
}

.clc-storefront .clc-home-hero-dots button {
  background: rgb(20 20 20 / 0.58);
}

.clc-storefront .clc-home-hero-dots button span {
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.clc-storefront .clc-home-hero-dots button[aria-pressed="true"] span {
  background: #fff;
}

.clc-storefront .clc-home-section {
  padding-block: clamp(72px, 8vw, 120px);
}

.clc-storefront .clc-home-section-header {
  max-width: 760px;
  margin-bottom: clamp(34px, 4.5vw, 58px);
}

.clc-storefront .clc-home-section-header.is-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.clc-storefront .clc-home-section-header .clc-home-eyebrow,
.clc-storefront .clc-home-subscription-content .clc-home-eyebrow {
  color: var(--clc-muted);
}

.clc-storefront .clc-home-section-title {
  max-width: 18ch;
  margin-top: 14px;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.08;
}

.clc-storefront .clc-home-section-copy {
  max-width: 54ch;
  margin-top: 20px;
  color: var(--clc-muted);
  font-size: 15px;
  line-height: 1.9;
}

.clc-storefront .clc-home-discovery-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.clc-storefront .clc-home-discovery-card {
  position: relative;
  display: grid;
  align-items: end;
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.clc-storefront .clc-home-discovery-card img,
.clc-storefront .clc-home-discovery-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clc-storefront .clc-home-discovery-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 240ms ease;
}

.clc-storefront .clc-home-discovery-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), transparent 68%);
}

.clc-storefront .clc-home-discovery-card:hover img {
  transform: scale(1.025);
}

.clc-storefront .clc-home-discovery-card:focus-visible,
.clc-storefront .clc-home-origin-card:focus-visible,
.clc-storefront .clc-home-roast-card:focus-visible,
.clc-storefront .clc-home-collection-feature:focus-visible {
  outline-offset: 4px;
}

.clc-storefront .clc-home-discovery-title {
  padding: 18px 14px;
  font-family: var(--clc-font-display);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.35;
}

.clc-storefront .clc-home-featured {
  padding-top: 0;
}

.clc-storefront .clc-home-origin {
  padding-top: 0;
}

.clc-storefront .clc-home-origin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 14px;
}

.clc-storefront .clc-home-origin-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--clc-border);
  color: var(--clc-ink);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.clc-storefront .clc-home-origin-card:hover {
  border-color: var(--clc-ink);
  transform: translateY(-3px);
}

.clc-storefront .clc-home-origin-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.clc-storefront .clc-home-origin-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.clc-storefront :where(.clc-home-origin-content, .clc-home-roast-content) small {
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.clc-storefront :where(.clc-home-origin-content, .clc-home-roast-content) strong {
  margin-top: 7px;
  font-family: var(--clc-font-display);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 400;
}

.clc-storefront :where(.clc-home-origin-content, .clc-home-roast-content) > span {
  margin-top: 12px;
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.75;
}

.clc-storefront :where(.clc-home-origin-content, .clc-home-roast-content) em {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.clc-storefront .clc-home-roast {
  background: #e9e7e1;
}

.clc-storefront .clc-home-roast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.clc-storefront .clc-home-roast-card {
  position: relative;
  display: grid;
  min-height: 500px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.clc-storefront .clc-home-roast-card > img,
.clc-storefront .clc-home-roast-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clc-storefront .clc-home-roast-card > img {
  object-fit: cover;
  transition: transform 220ms ease;
}

.clc-storefront .clc-home-roast-card:hover > img {
  transform: scale(1.025);
}

.clc-storefront .clc-home-roast-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.76), rgb(0 0 0 / 0.04) 76%);
}

.clc-storefront .clc-home-roast-content {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
}

.clc-storefront .clc-home-roast-content small,
.clc-storefront .clc-home-roast-content > span {
  color: rgb(255 255 255 / 0.82);
}

.clc-storefront .clc-home-collection-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.clc-storefront .clc-home-collection-feature {
  position: relative;
  display: grid;
  min-height: clamp(400px, 42vw, 580px);
  align-items: end;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.clc-storefront .clc-home-collection-feature > img,
.clc-storefront .clc-home-collection-feature-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clc-storefront .clc-home-collection-feature > img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.clc-storefront .clc-home-collection-feature:hover > img {
  transform: scale(1.025);
}

.clc-storefront .clc-home-collection-feature-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.78), transparent 70%);
}

.clc-storefront .clc-home-collection-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 38px);
}

.clc-storefront .clc-home-collection-feature-content small {
  max-width: 36ch;
  color: rgb(255 255 255 / 0.82);
  font-size: 12px;
  line-height: 1.7;
}

.clc-storefront .clc-home-collection-feature-content strong {
  margin-top: 12px;
  font-family: var(--clc-font-display);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 400;
}

.clc-storefront .clc-home-collection-feature-content em {
  margin-top: 18px;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.clc-storefront .clc-home-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  flex: 0 0 auto;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.clc-storefront .clc-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 56px) clamp(14px, 2vw, 28px);
}

.clc-storefront .clc-home-subscription {
  background: var(--clc-home-sand);
}

.clc-storefront .clc-home-subscription-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: stretch;
  gap: 0;
}

.clc-storefront .clc-home-subscription-media {
  min-height: 520px;
  overflow: hidden;
  background: #cbc7bf;
}

.clc-storefront .clc-home-subscription-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clc-storefront .clc-home-subscription-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 4.5vw, 68px);
  background: var(--clc-home-paper);
}

.clc-storefront .clc-home-subscription-content .clc-home-section-title {
  max-width: none;
  font-size: clamp(36px, 3.4vw, 46px);
  line-height: 1.12;
}

.clc-storefront .clc-home-title-line {
  display: block;
}

.clc-storefront .clc-home-subscription-points {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 20px 0 0;
  border-top: 1px solid var(--clc-border);
  color: var(--clc-muted);
  font-size: 13px;
  list-style: none;
}

.clc-storefront .clc-home-subscription-points li::before {
  margin-right: 10px;
  content: "—";
}

.clc-storefront .clc-home-trial {
  position: relative;
  display: grid;
  min-height: clamp(480px, 50vw, 680px);
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.clc-storefront .clc-home-trial > picture,
.clc-storefront .clc-home-trial-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clc-storefront .clc-home-trial > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clc-storefront .clc-home-trial-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgb(0 0 0 / 0.72), rgb(0 0 0 / 0.08) 76%);
}

.clc-storefront .clc-home-trial-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(44px, 8vw, 140px);
}

.clc-storefront .clc-home-trial-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.clc-storefront .clc-home-trial-copy .clc-home-section-title {
  max-width: none;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.12;
}

.clc-storefront .clc-home-trial-copy > p:not(.clc-home-eyebrow) {
  max-width: 50ch;
  margin-top: 20px;
  color: rgb(255 255 255 / 0.86);
  font-size: 15px;
  line-height: 1.8;
}

.clc-storefront .clc-home-weekly-countdown {
  display: flex;
  align-items: flex-start;
  gap: clamp(9px, 1.4vw, 22px);
  min-width: max-content;
}

.clc-storefront .clc-home-countdown-item {
  display: grid;
  justify-items: center;
  min-width: 54px;
}

.clc-storefront .clc-home-countdown-item strong {
  font-family: var(--clc-font-display);
  font-size: clamp(40px, 4.2vw, 62px);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.clc-storefront .clc-home-countdown-item span {
  margin-top: 16px;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.clc-storefront .clc-home-countdown-separator {
  margin-top: clamp(13px, 1.3vw, 20px);
  color: rgb(255 255 255 / 0.76);
  font-family: var(--clc-font-display);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
}

.clc-storefront .clc-home-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--clc-ink);
  list-style: none;
}

.clc-storefront .clc-home-philosophy-grid li {
  min-width: 0;
  padding: 28px clamp(16px, 2.2vw, 32px) 10px;
  border-right: 1px solid var(--clc-border);
}

.clc-storefront .clc-home-philosophy-grid li:first-child {
  padding-left: 0;
}

.clc-storefront .clc-home-philosophy-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.clc-storefront .clc-home-philosophy-grid li > span {
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.clc-storefront .clc-home-philosophy-grid h3 {
  margin-top: 22px;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.25;
}

.clc-storefront .clc-home-philosophy-grid p {
  margin-top: 16px;
  color: var(--clc-muted);
  font-size: 13px;
  line-height: 1.85;
}

.clc-storefront .clc-home-voices {
  padding-block: clamp(80px, 9vw, 134px);
  background: #1b1b1a;
  color: #fff;
}

.clc-storefront .clc-home-voices .clc-home-section-header {
  margin-inline: auto;
  text-align: center;
}

.clc-storefront .clc-home-voices .clc-home-section-title {
  margin-inline: auto;
}

.clc-storefront .clc-home-voices .clc-home-eyebrow {
  color: rgb(255 255 255 / 0.78);
}

.clc-storefront .clc-home-testimonial-stage {
  display: grid;
  min-height: 430px;
}

.clc-storefront .clc-home-testimonial {
  display: grid;
  grid-area: 1 / 1;
  align-content: start;
  width: min(100%, 980px);
  margin-inline: auto;
  text-align: center;
}

.clc-storefront .clc-home-testimonial[hidden] {
  display: none;
}

.clc-storefront .clc-home-testimonial-prose h3 {
  font-family: var(--clc-font-display);
  font-size: clamp(27px, 2.8vw, 43px);
  font-weight: 400;
  line-height: 1.4;
}

.clc-storefront .clc-home-testimonial-prose p {
  max-width: 50em;
  margin: 24px auto 0;
  color: rgb(255 255 255 / 0.86);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 2;
}

.clc-storefront .clc-home-testimonial-prose h3 + p {
  margin-top: 30px;
}

.clc-storefront .clc-home-testimonial-prose strong {
  color: #fff;
  font-weight: 700;
}

.clc-storefront .clc-home-testimonial-author {
  display: none;
}

.clc-storefront .clc-home-testimonial-dots {
  display: none;
}

.clc-storefront .clc-home-testimonial-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 52px);
  margin-top: 56px;
}

.clc-storefront .clc-home-testimonial-thumbnails button {
  min-width: 0;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 0.72;
  transition: color 180ms ease, opacity 180ms ease;
}

.clc-storefront .clc-home-testimonial-thumbnails button:hover,
.clc-storefront .clc-home-testimonial-thumbnails button:focus-visible,
.clc-storefront .clc-home-testimonial-thumbnails button[aria-current="true"] {
  color: #fff;
  opacity: 1;
}

.clc-storefront .clc-home-testimonial-thumbnails button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.clc-storefront .clc-home-testimonial-thumbnails img {
  width: 100%;
  max-width: 140px;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  object-fit: cover;
  filter: brightness(0.68);
  transition: filter 180ms ease;
}

.clc-storefront .clc-home-testimonial-thumbnails img.is-contain {
  padding: 12px;
  background: #fff;
  object-fit: contain;
}

.clc-storefront .clc-home-testimonial-thumbnails button[aria-current="true"] img,
.clc-storefront .clc-home-testimonial-thumbnails button:hover img,
.clc-storefront .clc-home-testimonial-thumbnails button:focus-visible img {
  filter: brightness(1);
}

.clc-storefront .clc-home-testimonial-thumbnails span {
  display: block;
  margin-top: 16px;
  font-family: var(--clc-font-display);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.clc-storefront .clc-home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
}

.clc-storefront .clc-home-blog-card a {
  display: block;
  color: var(--clc-ink);
  text-decoration: none;
}

.clc-storefront .clc-home-blog-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 200ms ease, filter 200ms ease;
}

.clc-storefront .clc-home-blog-card a:hover img,
.clc-storefront .clc-home-blog-card a:focus-visible img {
  filter: contrast(1.03);
  transform: translateY(-3px);
}

.clc-storefront .clc-home-blog-card h3 {
  margin-top: 18px;
  font-family: var(--clc-font-display);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.45;
}

.clc-storefront .clc-home-blog-card span {
  display: inline-block;
  margin-top: 13px;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 700;
}

.clc-storefront .clc-home-related {
  padding-top: 0;
}

.clc-storefront .clc-home-media {
  padding-block: clamp(72px, 9vw, 132px);
  border-block: 1px solid #2f2f2f;
  background: #171717;
  color: #fff;
}

.clc-storefront .clc-home-media-inner {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 400px);
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
}

.clc-storefront .clc-home-media-intro .clc-home-eyebrow {
  color: rgb(255 255 255 / 0.68);
}

.clc-storefront .clc-home-media-intro .clc-home-section-title {
  max-width: none;
  margin-top: 16px;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.12;
}

.clc-storefront .clc-home-media-intro > p:last-child {
  max-width: 38ch;
  margin-top: 24px;
  color: rgb(255 255 255 / 0.72);
  font-size: 14px;
  line-height: 1.9;
}

.clc-storefront .clc-home-media-player {
  width: min(100%, 400px);
  margin-left: auto;
}

.clc-storefront .clc-home-media-frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.16);
  background: #050505;
  box-shadow: 0 32px 72px rgb(0 0 0 / 0.38);
}

.clc-storefront .clc-home-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
}

.clc-storefront .clc-home-media-link {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-align: right;
  text-underline-offset: 4px;
}

.clc-storefront .clc-home-media-link:hover,
.clc-storefront .clc-home-media-link:focus-visible {
  color: rgb(255 255 255 / 0.72);
}

.clc-storefront .clc-home-support {
  padding-block: clamp(58px, 7vw, 92px);
}

.clc-storefront .clc-home-support ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--clc-border);
  list-style: none;
}

.clc-storefront .clc-home-support li {
  padding: 30px clamp(18px, 2.5vw, 34px);
  background: #fff;
  text-align: center;
}

.clc-storefront .clc-home-support li > span {
  display: block;
  font-size: 28px;
}

.clc-storefront .clc-home-support strong {
  display: block;
  margin-top: 15px;
  font-family: var(--clc-font-display);
  font-size: 21px;
  font-weight: 400;
}

.clc-storefront .clc-home-support p {
  margin-top: 12px;
  color: var(--clc-muted);
  font-size: 12px;
  line-height: 1.75;
}

.clc-storefront .clc-home-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(72px, 9vw, 126px);
  border-top: 1px solid var(--clc-border);
  text-align: center;
}

.clc-storefront .clc-home-line .clc-home-eyebrow {
  color: var(--clc-muted);
}

.clc-storefront .clc-home-line .clc-home-section-title {
  max-width: none;
  margin-inline: auto;
}

.clc-storefront .clc-home-line > p:not(.clc-home-eyebrow) {
  max-width: 64ch;
  margin-top: 20px;
  color: var(--clc-muted);
  font-size: 14px;
  line-height: 1.85;
}

.clc-storefront .clc-home-line-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  margin-top: 28px;
  padding: 12px 28px;
  border: 1px solid var(--clc-line);
  border-radius: 999px;
  background: var(--clc-line);
  box-shadow: 0 10px 24px rgb(6 199 85 / 0.2);
  color: var(--clc-line-ink);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.clc-storefront .clc-home-line-button:hover {
  background: var(--clc-line-hover);
  box-shadow: 0 12px 28px rgb(6 199 85 / 0.26);
  transform: translateY(-1px);
}

.clc-storefront .clc-home-line-button:active {
  background: var(--clc-line-active);
  box-shadow: none;
  transform: translateY(0);
}

.clc-storefront .clc-home-line-button:focus-visible,
.clc-storefront .clc-quiz-line:focus-visible {
  outline-color: var(--clc-line);
}

.clc-storefront .clc-home-final {
  padding-block: clamp(80px, 10vw, 148px);
  background: var(--clc-home-ink);
  color: #fff;
  text-align: center;
}

.clc-storefront .clc-home-final .clc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clc-storefront .clc-home-final .clc-home-section-title,
.clc-storefront .clc-home-final .clc-home-section-copy {
  margin-inline: auto;
}

.clc-storefront .clc-home-final .clc-home-section-copy {
  color: rgb(255 255 255 / 0.78);
}

.clc-storefront .clc-shop-footer {
  padding-block: clamp(72px, 8vw, 118px) 34px;
  border-top: 1px solid var(--clc-border);
  background: #fff;
}

.clc-storefront .clc-shop-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 110px);
}

.clc-storefront .clc-shop-footer h2 {
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.clc-storefront .clc-shop-footer-info-list {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  list-style: none;
}

.clc-storefront .clc-shop-footer :where(li, p, a) {
  color: var(--clc-muted);
  font-size: 13px;
  line-height: 1.85;
}

.clc-storefront .clc-shop-footer-info-list > li > a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.clc-storefront .clc-shop-footer section > p {
  margin-top: 25px;
}

.clc-storefront .clc-shop-footer a:hover {
  color: var(--clc-accent);
}

.clc-storefront .clc-shop-footer-link {
  display: inline-block;
  margin-top: 24px;
}

.clc-storefront .clc-shop-footer-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 74px;
  padding-top: 30px;
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-shop-footer .clc-shop-footer-brand {
  color: var(--clc-ink);
  text-decoration: none;
}

.clc-storefront .clc-shop-footer-brand img {
  display: block;
  width: 170px;
  height: auto;
}

@media (max-width: 900px) {
  .clc-storefront .clc-shop-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-shop-footer-grid section:first-child {
    grid-row: span 2;
  }
}

/* Collections and filters */
html:not(.clc-js) .clc-storefront .clc-filter-sidebar,
html:not(.clc-js) .clc-storefront .clc-collection-toolbar label,
html:not(.clc-js) .clc-storefront .clc-filter-toggle {
  display: none;
}

.clc-storefront .clc-collection {
  padding-block: var(--clc-section-gap);
}

.clc-storefront .clc-collection-header {
  margin-bottom: clamp(36px, 5vw, 56px);
}

.clc-storefront .clc-collection-heading-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 36ch);
  align-items: end;
  gap: 12px 32px;
}

.clc-storefront .clc-collection-heading-group :where(.clc-overline, .clc-collection-title) {
  grid-column: 1;
}

.clc-storefront .clc-collection-heading-group .clc-collection-description {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.clc-storefront .clc-collection-header.has-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(330px, 42vw, 520px);
  width: calc(100% + 48px);
  margin-inline: -24px;
  margin-bottom: 0;
  overflow: hidden;
  background: #181818;
  color: #fff;
}

.clc-storefront .clc-collection-header.has-image::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.3);
  content: "";
}

.clc-storefront .clc-collection-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clc-storefront .clc-collection-header.has-image .clc-collection-heading-group {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(calc(100% - 48px), 620px);
  text-align: center;
}

.clc-storefront .clc-collection-header.has-image .clc-collection-heading-group > * {
  grid-column: 1;
  grid-row: auto;
  margin-inline: auto;
}

.clc-storefront .clc-collection-header.has-image .clc-overline {
  width: min(100%, 340px);
  color: rgb(255 255 255 / 0.86);
}

.clc-storefront .clc-collection-header.has-image .clc-overline::after {
  background: rgb(255 255 255 / 0.48);
}

.clc-storefront .clc-collection-header.has-image .clc-collection-description {
  max-width: 42ch;
  margin-top: 16px;
  color: rgb(255 255 255 / 0.9);
}

.clc-storefront .clc-collection-title {
  margin-top: 16px;
  font-size: clamp(38px, 5vw, 68px);
}

.clc-storefront .clc-collection-description {
  color: var(--clc-muted);
  font-size: 14px;
}

.clc-storefront :where(.clc-collection-layout, .clc-collection__layout) {
  display: grid;
  grid-template-areas:
    "filters toolbar"
    "filters products";
  grid-template-columns: minmax(210px, 0.24fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px clamp(32px, 4.5vw, 64px);
  padding-top: clamp(28px, 4vw, 48px);
}

.clc-storefront :where(.clc-filter-sidebar, .clc-filters) {
  grid-area: filters;
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
  min-width: 0;
  border-top: 1px solid var(--clc-ink);
}

.clc-storefront .clc-filter-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 52px;
  gap: 8px;
}

.clc-storefront .clc-filter-heading {
  padding-block: 12px;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clc-storefront :where(.clc-filter-clear, .clc-filter-close) {
  min-height: 44px;
  padding: 8px;
  border: 0;
  background: transparent;
  font-family: var(--clc-font-utility);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.clc-storefront .clc-filter-close {
  display: none;
  width: 44px;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.clc-storefront .clc-filter-group {
  min-width: 0;
  margin: 0;
  padding-block: 20px;
  padding-inline: 0;
  border: 0;
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-filter-title {
  margin-bottom: 12px;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
}

.clc-storefront .clc-filter-options {
  display: grid;
  gap: 8px;
}

.clc-storefront .clc-filter-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 44px;
  margin-inline: -8px;
  padding: 10px 8px;
  color: var(--clc-muted);
  font-size: 13px;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}

.clc-storefront .clc-filter-option:hover,
.clc-storefront .clc-filter-option:has(input:focus-visible) {
  background: var(--clc-surface-soft);
  color: var(--clc-ink);
}

.clc-storefront .clc-filter-option:has(input:checked) {
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
  font-weight: 650;
}

.clc-storefront :where(
  input[type="checkbox"][data-clc-filter],
  input[type="radio"][data-clc-filter],
  [data-clc-filter] input[type="checkbox"],
  [data-clc-filter] input[type="radio"]
) {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border-radius: 0;
  accent-color: var(--clc-ink);
}

.clc-storefront .clc-collection-main {
  grid-area: products;
  min-width: 0;
}

.clc-storefront .clc-collection-toolbar {
  display: grid;
  grid-area: toolbar;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--clc-border);
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 12px;
}

.clc-storefront .clc-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--clc-control-border);
  background: transparent;
  font-family: var(--clc-font-utility);
  font-size: 12px;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.clc-storefront .clc-filter-toggle:hover,
.clc-storefront .clc-filter-toggle[aria-expanded="true"] {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
}

.clc-storefront .clc-filter-count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 7px;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--clc-ink);
  color: var(--clc-panel);
  font-size: 10px;
}

.clc-storefront .clc-filter-count[hidden] {
  display: none;
}

.clc-storefront [data-clc-result-count] {
  font-variant-numeric: tabular-nums;
}

.clc-storefront [data-clc-sort] {
  min-width: 180px;
  min-height: 44px;
  padding: 8px 38px 8px 12px;
  border: 1px solid var(--clc-control-border);
  border-radius: 0;
  background-color: var(--clc-panel);
  font-size: 13px;
  cursor: pointer;
}

.clc-storefront .clc-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px) clamp(16px, 2vw, 28px);
}

.clc-storefront .clc-product-card {
  min-width: 0;
  background: var(--clc-panel);
}

.clc-storefront .clc-product-card[aria-hidden="true"] {
  display: none;
}

.clc-storefront .clc-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--clc-border);
  box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
  text-decoration: none;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.clc-storefront .clc-card-link:hover,
.clc-storefront .clc-card-link:focus-visible {
  border-color: var(--clc-accent);
  box-shadow: var(--clc-shadow-sm);
  transform: translateY(-3px);
}

.clc-storefront .clc-card-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.clc-storefront .clc-card-image--secondary {
  opacity: 0;
}

@media (hover: hover) {
  .clc-storefront .clc-card-link:is(:hover, :focus-visible) .clc-card-image--primary:has(+ .clc-card-image--secondary) {
    opacity: 0;
    transform: scale(1.018);
  }

  .clc-storefront .clc-card-link:is(:hover, :focus-visible) .clc-card-image--secondary {
    opacity: 1;
    transform: scale(1.018);
  }

  .clc-storefront .clc-card-link:is(:hover, :focus-visible) .clc-card-image--primary:not(:has(+ .clc-card-image--secondary)) {
    transform: scale(1.025);
  }
}

.clc-storefront .clc-card-badges {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.clc-storefront .clc-card-badge {
  position: relative;
  padding: 5px 8px;
  background: var(--clc-panel);
  color: var(--clc-ink);
  font-family: var(--clc-font-utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clc-storefront .clc-card-badge.is-plan {
  background: var(--clc-ink);
  color: var(--clc-panel);
}

.clc-storefront .clc-card-badge.is-sale {
  background: var(--clc-sale);
  color: var(--clc-panel);
}

.clc-storefront .clc-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 18px 18px;
  text-align: left;
}

.clc-storefront .clc-card-meta {
  margin-bottom: 8px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clc-storefront .clc-card-title {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.22;
}

.clc-storefront .clc-card-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 10px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.clc-storefront .clc-card-rating > span {
  color: var(--clc-star);
  font-size: 13px;
}

.clc-storefront .clc-card-rating small {
  color: inherit;
  font-size: 11px;
}

.clc-storefront .clc-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--clc-font-utility);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 18px;
}

.clc-storefront .clc-card-price > span {
  font-size: 17px;
  font-weight: 700;
}

.clc-storefront .clc-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--clc-border);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.clc-storefront .clc-card-action span {
  transition: transform 160ms ease;
}

.clc-storefront .clc-card-link:is(:hover, :focus-visible) .clc-card-action span {
  transform: translateX(4px);
}

.clc-storefront .clc-policy-page {
  padding-bottom: var(--clc-section-gap);
}

.clc-storefront .clc-policy-document {
  width: min(calc(100% - 32px), 980px);
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid var(--clc-border);
  border-top: 3px solid var(--clc-ink);
  background: var(--clc-panel);
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-policy-header {
  padding-bottom: clamp(28px, 5vw, 52px);
  border-bottom: 1px solid var(--clc-border);
}

.clc-storefront .clc-policy-header .clc-heading {
  max-width: 18ch;
  margin-top: 10px;
  font-size: clamp(34px, 6vw, 64px);
}

.clc-storefront .clc-policy-source-note {
  max-width: 56ch;
  margin-top: 20px;
  color: var(--clc-muted);
  font-size: 14px;
  line-height: 1.8;
}

.clc-storefront .clc-policy-body {
  max-width: 72ch;
  margin: clamp(32px, 6vw, 68px) auto 0;
  font-size: 15px;
  line-height: 1.95;
}

.clc-storefront .clc-policy-body > * + * {
  margin-top: 1.25em;
}

.clc-storefront .clc-policy-body :where(a) {
  overflow-wrap: anywhere;
}

.clc-storefront .clc-policy-body :where(table) {
  min-width: 640px;
}

.clc-storefront .clc-policy-fallback {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid var(--clc-border);
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-policy-fallback h2 {
  font-family: var(--clc-font-display);
  font-size: 24px;
  font-weight: 400;
}

.clc-storefront .clc-policy-fallback p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}

.clc-storefront .clc-policy-source {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: clamp(40px, 7vw, 76px);
  padding-top: 24px;
  border-top: 1px solid var(--clc-ink);
}

.clc-storefront .clc-policy-source-label {
  font-family: var(--clc-font-utility);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.clc-storefront .clc-policy-source > div > p:last-child {
  margin-top: 6px;
  color: var(--clc-muted);
  font-size: 12px;
}

.clc-storefront .clc-policy-source-link {
  width: auto;
  min-width: 220px;
}

.clc-storefront .clc-card-price-compare {
  color: var(--clc-muted);
  font-size: 12px;
  text-decoration: line-through;
}

.clc-storefront [data-clc-empty],
.clc-storefront .clc-empty-state {
  padding: clamp(32px, 5vw, 64px) 24px;
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  text-align: center;
}

.clc-storefront .clc-empty-state-title {
  font-family: var(--clc-font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
}

.clc-storefront .clc-empty-state p {
  margin-top: 10px;
  color: var(--clc-muted);
  font-size: 14px;
}

.clc-storefront .clc-empty-state .clc-button {
  width: auto;
  min-width: min(100%, 240px);
  margin-top: 16px;
}

.clc-storefront .clc-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.clc-storefront .clc-pagination :where(a, span) {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 7px;
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  font-family: var(--clc-font-utility);
  font-size: 13px;
  text-decoration: none;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.clc-storefront .clc-pagination a:hover,
.clc-storefront .clc-pagination a:focus-visible {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
}

.clc-storefront .clc-pagination .current {
  border-color: var(--clc-ink);
  background: var(--clc-ink);
  color: var(--clc-panel);
}

.clc-storefront .clc-notice {
  padding: 14px 16px;
  border: 1px solid var(--clc-border);
  background: var(--clc-panel);
  font-size: 13px;
}

.clc-storefront .clc-notice.is-error {
  border-color: var(--clc-sale);
  background: var(--clc-danger-soft);
  color: var(--clc-sale);
}

@keyframes clc-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1439px) {
  .clc-storefront .clc-shop-header-inner {
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    min-height: 66px;
    gap: 12px;
  }

  .clc-storefront .clc-nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .clc-storefront .clc-nav-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: calc(100svh - 104px - var(--wp-admin--admin-bar--height, 0px));
    overflow-y: auto;
    padding: 10px max(20px, calc((100vw - min(100vw - 40px, var(--clc-content-width))) / 2)) 24px;
    border-top: 1px solid var(--clc-border);
    border-bottom: 1px solid var(--clc-border);
    background: var(--clc-panel);
    box-shadow: var(--clc-shadow-md);
    overscroll-behavior-y: contain;
  }

  .clc-storefront .clc-nav-list {
    display: grid;
    gap: 0;
  }

  .clc-storefront .clc-nav-panel a,
  .clc-storefront .clc-nav-disclosure > summary,
  .clc-storefront .clc-nav-action-link {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding-inline: 4px;
    border-bottom: 1px solid var(--clc-page);
    font-size: 13px;
  }

  .clc-storefront .clc-nav-disclosure[open] > summary {
    padding-inline: 12px;
    background: var(--clc-accent-soft);
    text-decoration: none;
  }

  .clc-storefront .clc-nav-disclosure {
    width: 100%;
  }

  .clc-storefront .clc-mega-menu,
  .clc-storefront .clc-nav-submenu {
    position: static;
    width: 100%;
    padding: 8px 0 18px 18px;
    border: 0;
    border-bottom: 1px solid var(--clc-border);
    background: var(--clc-surface-soft);
    box-shadow: none;
    transform: none;
  }

  .clc-storefront .clc-mega-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .clc-storefront .clc-mega-menu::before,
  .clc-storefront .clc-nav-submenu::before {
    display: none;
  }

  .clc-storefront .clc-nav-mobile-only {
    display: list-item;
  }

  .clc-storefront .clc-header-quiz,
  .clc-storefront .clc-header-account {
    display: none;
  }

  .clc-storefront .clc-header-actions {
    gap: 0;
  }
}

@media (max-width: 1100px) {
  .clc-storefront .clc-home-discovery-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-discovery-card {
    scroll-snap-align: start;
  }

  .clc-storefront .clc-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-origin-grid,
  .clc-storefront .clc-home-roast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-support ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-philosophy-grid li:nth-child(2) {
    border-right: 0;
  }

  .clc-storefront .clc-home-philosophy-grid li:nth-child(n + 3) {
    margin-top: 28px;
    border-top: 1px solid var(--clc-border);
  }

  .clc-storefront .clc-home-philosophy-grid li:nth-child(3) {
    padding-left: 0;
  }

  .clc-storefront :where(.clc-product-layout, .clc-product__layout) {
    grid-template-columns: minmax(0, 56fr) minmax(300px, 38fr);
    gap: 40px;
  }

  .clc-storefront .clc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .clc-storefront {
    --clc-section-gap: 32px;
  }

  .clc-storefront :where(a, button, summary, input, select, textarea, [tabindex]) {
    scroll-margin-block: 72px;
  }

  .clc-storefront .clc-container,
  .clc-storefront .clc-inner {
    width: min(calc(100% - 32px), var(--clc-content-width));
  }

  .clc-storefront .clc-shop-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 62px;
    gap: 3px;
  }

  .clc-storefront .clc-brand-link {
    min-height: 44px;
  }

  .clc-storefront .clc-brand-logo {
    width: 132px;
  }

  .clc-storefront .clc-nav-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: calc(100vh - 100px - var(--wp-admin--admin-bar--height, 0px));
    overflow-y: auto;
    padding: 8px 20px 18px;
    border-top: 1px solid var(--clc-border);
    border-bottom: 1px solid var(--clc-border);
    background: var(--clc-panel);
  }

  .clc-storefront .clc-nav-list {
    display: grid;
    gap: 0;
  }

  .clc-storefront .clc-nav-panel a {
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid var(--clc-page);
  }

  .clc-storefront .clc-mega-menu {
    grid-template-columns: 1fr;
  }

  .clc-storefront .clc-mega-menu-column + .clc-mega-menu-column {
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid var(--clc-border);
    border-left: 0;
  }

  .clc-storefront .clc-mega-menu-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-header-action {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    padding: 8px;
  }

  .clc-storefront .clc-header-action svg {
    width: 23px;
    height: 23px;
  }

  .clc-storefront .clc-nav-toggle {
    min-width: 44px;
    width: 44px;
    border: 0;
  }

  .clc-storefront .clc-search-dialog,
  .clc-storefront .clc-cart-dialog,
  .clc-storefront .clc-quiz-dialog {
    padding: 22px 18px;
  }

  .clc-storefront .clc-cart-reminder-dialog {
    width: min(calc(100% - 24px), 520px);
    padding: 34px 18px 22px;
  }

  .clc-storefront .clc-cart-reminder-close {
    top: 10px;
    right: 10px;
  }

  .clc-storefront .clc-cart-reminder-dialog > h2 {
    margin-top: 10px;
    padding-right: 38px;
    font-size: clamp(26px, 8.2vw, 34px);
  }

  .clc-storefront .clc-cart-reminder-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
    padding: 14px;
  }

  .clc-storefront .clc-cart-reminder-media,
  .clc-storefront .clc-cart-reminder-media img {
    width: 88px;
    height: 104px;
  }

  .clc-storefront .clc-cart-reminder-action {
    margin-top: 20px;
    font-size: 14px;
  }

  .clc-storefront .clc-search-dialog {
    max-height: 100%;
  }

  .clc-storefront .clc-search-form > div {
    grid-template-columns: minmax(0, 1fr) 74px;
  }

  .clc-storefront .clc-search-form button {
    padding-inline: 12px;
  }

  .clc-storefront .clc-cart-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }

  .clc-storefront .clc-cart-item-image {
    width: 78px;
    height: 96px;
  }

  .clc-storefront .clc-cart-item-media img {
    width: 78px;
    height: 96px;
  }

  .clc-storefront .clc-quiz-floating {
    right: 12px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: calc(100vw - 24px);
    min-width: 76px;
    min-height: 48px;
    justify-content: center;
    gap: 7px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .clc-storefront .clc-quiz-floating-label {
    display: none;
  }

  .clc-storefront .clc-quiz-floating-label-short {
    display: inline;
  }

  .clc-storefront .clc-quiz-dialog .clc-panel-heading h2 {
    font-size: 14px;
  }

  .clc-storefront .clc-quiz-dialog {
    padding: 0;
  }

  .clc-storefront .clc-quiz-dialog .clc-panel-heading {
    min-height: 62px;
    padding: 10px 20px;
  }

  .clc-storefront .clc-quiz-body {
    padding: 20px;
  }

  .clc-storefront .clc-quiz-step {
    margin-top: 18px;
  }

  .clc-storefront .clc-quiz-step legend {
    padding: 16px;
    font-size: 13px;
  }

  .clc-storefront .clc-quiz-step label {
    min-height: 44px;
    padding: 14px 16px;
  }

  .clc-storefront .clc-quiz-option-content {
    font-size: 13px;
  }

  .clc-storefront .clc-quiz-product {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .clc-storefront .clc-quiz-product-media img {
    min-height: 0;
  }

  .clc-storefront .clc-quiz-product-info h4 {
    font-size: 13px;
  }

  .clc-storefront .clc-breadcrumbs {
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 6px;
    padding-block: 9px;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
  }

  .clc-storefront .clc-breadcrumbs > * {
    flex: 0 0 auto;
  }

  .clc-storefront .clc-breadcrumbs a {
    padding-block: 4px;
  }

  .clc-storefront .clc-breadcrumbs [aria-current="page"] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .clc-storefront .clc-home-hero-slide {
    min-height: min(700px, calc(100svh - 62px));
    max-height: 760px;
  }

  .clc-storefront .clc-home-hero-shade {
    background:
      linear-gradient(0deg, rgb(0 0 0 / 0.72) 0%, rgb(0 0 0 / 0.26) 66%, rgb(0 0 0 / 0.1) 100%),
      linear-gradient(90deg, rgb(0 0 0 / 0.28), transparent);
  }

  .clc-storefront .clc-home-hero-content {
    justify-content: flex-end;
    padding-block: 78px 98px;
  }

  .clc-storefront .clc-home-hero-title {
    max-width: 11ch;
    margin-top: 13px;
    font-size: clamp(35px, 10.8vw, 47px);
    line-height: 1.08;
  }

  .clc-storefront .clc-home-hero-slide:first-child .clc-home-hero-title {
    max-width: 13ch;
    font-size: clamp(35px, 10.8vw, 47px);
  }

  .clc-storefront .clc-home-hero-slide:nth-child(2) .clc-home-hero-title {
    max-width: none;
    font-size: clamp(27px, 8.6vw, 37px);
    white-space: nowrap;
  }

  .clc-storefront .clc-home-hero-copy {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.75;
  }

  .clc-storefront .clc-home-copy-line {
    display: inline;
  }

  .clc-storefront .clc-home-button {
    min-width: 0;
    min-height: 48px;
    margin-top: 24px;
  }

  .clc-storefront .clc-home-hero-controls {
    bottom: 14px;
    justify-content: center;
  }

  .clc-storefront .clc-home-hero-arrow {
    display: none;
  }

  .clc-storefront .clc-home-hero-dots button {
    background: transparent;
  }

  .clc-storefront .clc-home-section {
    padding-block: 64px;
  }

  .clc-storefront .clc-home-section-header {
    margin-bottom: 30px;
  }

  .clc-storefront .clc-home-section-header.is-row {
    align-items: flex-end;
  }

  .clc-storefront .clc-home-section-title {
    max-width: 15ch;
    margin-top: 10px;
    font-size: clamp(34px, 9.8vw, 46px);
  }

  .clc-storefront .clc-home-section-copy {
    margin-top: 15px;
    font-size: 14px;
  }

  .clc-storefront .clc-home-discovery-scroll {
    width: calc(100% + 16px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 74vw);
    gap: 8px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-padding-inline: 0 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .clc-storefront .clc-home-discovery-title {
    padding: 18px 16px;
    font-size: 21px;
  }

  .clc-storefront .clc-home-featured {
    padding-top: 0;
  }

  .clc-storefront .clc-home-product-grid {
    width: calc(100% + 16px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 76vw);
    gap: 12px;
    padding: 2px 16px 10px 2px;
    overflow-x: auto;
    scroll-padding-inline: 2px 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .clc-storefront .clc-home-product-grid::-webkit-scrollbar {
    display: none;
  }

  .clc-storefront .clc-home-product-grid > .clc-product-card {
    scroll-snap-align: start;
  }

  .clc-storefront .clc-home-origin-grid,
  .clc-storefront .clc-home-roast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-home-collection-feature-grid,
  .clc-storefront .clc-home-blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .clc-storefront .clc-home-origin-grid {
    gap: 12px;
  }

  .clc-storefront .clc-home-origin-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }

  .clc-storefront .clc-home-origin-card > img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .clc-storefront .clc-home-origin-content {
    padding: 16px;
  }

  .clc-storefront .clc-home-origin-content > span {
    display: none;
  }

  .clc-storefront .clc-home-roast-card {
    min-height: 340px;
  }

  .clc-storefront .clc-home-collection-feature {
    min-height: 380px;
  }

  .clc-storefront .clc-home-trial {
    min-height: 540px;
  }

  .clc-storefront .clc-home-trial-shade {
    background: linear-gradient(0deg, rgb(0 0 0 / 0.78), rgb(0 0 0 / 0.1) 84%);
  }

  .clc-storefront .clc-home-trial-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-block: 58px;
  }

  .clc-storefront .clc-home-trial-copy .clc-home-section-title {
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.14;
  }

  .clc-storefront .clc-home-weekly-countdown {
    width: 100%;
    justify-content: space-between;
    gap: 2px;
  }

  .clc-storefront .clc-home-countdown-item {
    min-width: 44px;
  }

  .clc-storefront .clc-home-countdown-item strong {
    font-size: clamp(30px, 9vw, 38px);
  }

  .clc-storefront .clc-home-countdown-item span {
    margin-top: 10px;
    font-size: 9px;
  }

  .clc-storefront .clc-home-countdown-separator {
    margin-top: 8px;
    font-size: 22px;
  }

  .clc-storefront .clc-home-voices {
    padding-block: 68px;
  }

  .clc-storefront .clc-home-testimonial-stage {
    min-height: 0;
  }

  .clc-storefront .clc-home-testimonial-prose h3 {
    font-size: clamp(25px, 7.2vw, 32px);
  }

  .clc-storefront .clc-home-testimonial-prose p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .clc-storefront .clc-home-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
  }

  .clc-storefront .clc-home-testimonial-author img {
    width: 64px;
    height: 64px;
    object-fit: cover;
  }

  .clc-storefront .clc-home-testimonial-author img.is-contain {
    padding: 6px;
    background: #fff;
    object-fit: contain;
  }

  .clc-storefront .clc-home-testimonial-author figcaption {
    color: rgb(255 255 255 / 0.72);
    font-family: var(--clc-font-display);
    font-size: 15px;
  }

  .clc-storefront .clc-home-testimonial-thumbnails {
    display: none;
  }

  .clc-storefront .clc-home-testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 30px;
  }

  .clc-storefront .clc-home-testimonial-dots button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .clc-storefront .clc-home-testimonial-dots button > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.38);
  }

  .clc-storefront .clc-home-testimonial-dots button[aria-current="true"] > span {
    background: #fff;
  }

  .clc-storefront .clc-home-testimonial-dots button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -5px;
  }

  .clc-storefront .clc-home-media {
    padding-block: 64px;
  }

  .clc-storefront .clc-home-media-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .clc-storefront .clc-home-media-intro .clc-home-section-title {
    max-width: none;
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.14;
  }

  .clc-storefront .clc-home-media-player {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .clc-storefront .clc-home-media-link {
    text-align: center;
  }

  .clc-storefront .clc-home-support ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .clc-storefront .clc-home-support li {
    padding: 26px 22px;
  }

  .clc-storefront .clc-shop-footer {
    padding-block: 48px 24px;
  }

  .clc-storefront .clc-shop-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .clc-storefront .clc-shop-footer-grid section:first-child {
    grid-row: auto;
  }

  .clc-storefront .clc-shop-footer-info-list {
    gap: 0;
    margin-top: 14px;
  }

  .clc-storefront .clc-shop-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }

  .clc-storefront .clc-home-text-link {
    font-size: 11px;
  }

  .clc-storefront .clc-home-subscription-inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .clc-storefront .clc-home-subscription-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .clc-storefront .clc-home-subscription-content {
    padding: 42px 20px 48px;
  }

  .clc-storefront .clc-home-subscription-content .clc-home-section-title {
    font-size: clamp(28px, 8.4vw, 36px);
  }

  .clc-storefront .clc-home-subscription-points {
    margin-top: 22px;
  }

  .clc-storefront .clc-home-philosophy-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .clc-storefront .clc-home-philosophy-grid li,
  .clc-storefront .clc-home-philosophy-grid li:first-child,
  .clc-storefront .clc-home-philosophy-grid li:nth-child(3),
  .clc-storefront .clc-home-philosophy-grid li:last-child {
    margin-top: 0;
    padding: 24px 0 26px;
    border-top: 1px solid var(--clc-border);
    border-right: 0;
  }

  .clc-storefront .clc-home-philosophy-grid li:first-child {
    border-top: 0;
  }

  .clc-storefront .clc-home-philosophy-grid h3 {
    margin-top: 14px;
    font-size: 27px;
  }

  .clc-storefront .clc-home-philosophy-grid p {
    margin-top: 10px;
  }

  .clc-storefront .clc-home-final {
    padding-block: 76px;
  }

  .clc-storefront .clc-product {
    padding-block: 26px 32px;
  }

  .clc-storefront :where(.clc-product-layout, .clc-product__layout) {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .clc-storefront :where(.clc-gallery, .clc-product-gallery) {
    display: block;
  }

  .clc-storefront .clc-gallery-main {
    min-height: 0;
  }

  .clc-storefront :where(.clc-gallery-thumbs, .clc-gallery-thumbnails) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-content: safe center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 56px;
    max-height: none;
    margin-top: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 6px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .clc-storefront .clc-gallery-thumb {
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    flex: 0 0 44px;
    aspect-ratio: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    scroll-margin-inline: 6px;
  }

  .clc-storefront .clc-gallery-thumb::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--clc-border);
    content: "";
  }

  .clc-storefront .clc-gallery-thumb:is(.is-active, [aria-pressed="true"]) {
    border: 0;
    box-shadow: none;
  }

  .clc-storefront .clc-gallery-thumb:is(.is-active, [aria-pressed="true"])::before {
    width: 8px;
    height: 8px;
    background: var(--clc-ink);
  }

  .clc-storefront .clc-gallery-thumb img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  .clc-storefront :where(.clc-product-summary, .clc-purchase-panel, .clc-product-info) {
    position: static;
    padding: 24px 20px;
  }

  .clc-storefront .clc-product-title {
    font-size: clamp(29px, 8.6vw, 36px);
    line-height: 1.15;
  }

  .clc-storefront .clc-price {
    margin-top: 20px;
  }

  .clc-storefront :where(.clc-product-form, .clc-purchase-form) {
    margin-top: 24px;
    padding-top: 24px;
  }

  .clc-storefront .clc-product-details {
    padding: 24px 20px;
  }

  .clc-storefront .clc-product-reviews {
    padding: 24px 20px;
  }

  .clc-storefront .clc-review-heading-row {
    display: block;
  }

  .clc-storefront .clc-review-summary {
    margin-top: 14px;
    padding-bottom: 0;
  }

  .clc-storefront .clc-judgeme-review-list :where(.jdgm-rev__timestamp, .jdgm-rev__location) {
    width: 100%;
    margin-left: 0 !important;
  }

  .clc-storefront .clc-review-actions {
    display: grid;
  }

  .clc-storefront .clc-review-actions .clc-button {
    width: 100%;
  }

  .clc-storefront .clc-product-description {
    margin-top: 20px;
  }

  .clc-storefront .clc-policy-document {
    width: calc(100% - 24px);
    padding: 28px 20px;
  }

  .clc-storefront .clc-policy-header .clc-heading {
    font-size: clamp(32px, 10vw, 44px);
  }

  .clc-storefront .clc-policy-body {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.9;
  }

  .clc-storefront .clc-policy-source {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .clc-storefront .clc-policy-source-link {
    width: 100%;
    min-width: 0;
  }

  .clc-storefront .clc-collection-heading-group {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }

  .clc-storefront .clc-collection-heading-group .clc-collection-description {
    grid-column: 1;
    grid-row: auto;
    margin-top: 14px;
  }

  .clc-storefront .clc-collection-header:not(.has-image) {
    margin-bottom: 24px;
  }

  .clc-storefront .clc-collection-header.has-image {
    min-height: 340px;
    width: calc(100% + 32px);
    margin-inline: -16px;
  }

  .clc-storefront .clc-collection-title {
    margin-top: 10px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .clc-storefront :where(.clc-collection-layout, .clc-collection__layout) {
    grid-template-areas:
      "toolbar"
      "filters"
      "products";
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-top: 0;
  }

  .clc-storefront :where(.clc-filter-sidebar, .clc-filters) {
    position: static;
    padding-inline: 16px;
    border: 1px solid var(--clc-control-border);
    background: var(--clc-panel);
  }

  html.clc-js .clc-storefront :where(.clc-filter-sidebar, .clc-filters):not(.is-open) {
    display: none;
  }

  .clc-storefront .clc-filter-close {
    display: inline-grid;
    place-items: center;
  }

  .clc-storefront .clc-filter-header {
    border-bottom: 1px solid var(--clc-border);
  }

  .clc-storefront .clc-collection-toolbar {
    position: sticky;
    z-index: 10;
    top: var(--wp-admin--admin-bar--height, 0px);
    grid-template-columns: auto minmax(42px, 1fr) minmax(126px, 146px);
    gap: 8px;
    min-height: 58px;
    padding-block: 7px;
    border-top: 1px solid var(--clc-border);
    border: 1px solid var(--clc-border);
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 8px 20px rgb(0 0 0 / 7%);
    padding-inline: 8px;
    backdrop-filter: blur(8px);
  }

  .clc-storefront .clc-filter-toggle {
    display: inline-flex;
  }

  .clc-storefront [data-clc-result-count] {
    text-align: center;
  }

  .clc-storefront [data-clc-sort] {
    width: 100%;
    min-width: 0;
    padding-inline: 10px 30px;
    font-size: 12px;
  }

  .clc-storefront .clc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 10px;
  }

  .clc-storefront .clc-card-media {
    aspect-ratio: 4 / 3;
  }

  .clc-storefront .clc-card-body {
    padding: 12px 11px 14px;
  }

  .clc-storefront .clc-card-meta {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .clc-storefront .clc-card-title {
    font-size: clamp(15px, 4.4vw, 18px);
  }

  .clc-storefront .clc-card-price {
    gap: 4px;
    margin-top: auto;
    padding-top: 10px;
    font-size: 12px;
  }

  .clc-storefront .clc-card-action {
    min-height: 34px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .clc-storefront .clc-card-price small {
    font-size: 10px;
  }

  .clc-storefront .clc-rich-text :where(th, td) {
    min-width: 7.5em;
    padding: 10px 11px;
  }

  .clc-storefront .clc-panel .clc-trust-list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .clc-storefront .clc-quiz-floating {
    right: 8px;
    width: auto;
    min-width: 76px;
    min-height: 44px;
    padding: 9px 12px;
  }

  .clc-storefront .clc-home-section-header.is-row {
    display: grid;
  }

  .clc-storefront .clc-home-text-link {
    width: fit-content;
  }

  .clc-storefront :where(.clc-product-summary, .clc-purchase-panel, .clc-product-info) {
    padding-inline: 18px;
  }

  .clc-storefront .clc-quantity-row {
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clc-storefront *,
  .clc-storefront *::before,
  .clc-storefront *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .clc-storefront .clc-availability::before,
  .clc-storefront :where(.clc-plan-label, .clc-plan-choice)::before {
    forced-color-adjust: none;
  }

  .clc-storefront .clc-checkout-button,
  .clc-storefront .clc-button {
    border: 2px solid ButtonText;
  }
}

/* Imported Shopify pages and journal. */
.clc-storefront .clc-content-shell {
  padding-bottom: clamp(64px, 8vw, 120px);
  background: var(--clc-page);
}

.clc-storefront .clc-content-document {
  max-width: 1120px;
  padding: clamp(44px, 7vw, 92px) clamp(24px, 5vw, 72px);
  border: 1px solid var(--clc-border);
  border-top: 3px solid var(--clc-accent);
  background: #fff;
  box-shadow: var(--clc-shadow-sm);
}

.clc-storefront .clc-content-header {
  max-width: 820px;
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.clc-storefront .clc-content-header h1 {
  margin: 12px 0 0;
  font-family: var(--clc-font-display);
  font-size: clamp(32px, 4.3vw, 56px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.clc-storefront .clc-content-header > p:not(.clc-home-eyebrow),
.clc-storefront .clc-content-header time {
  display: block;
  margin-top: 20px;
  color: var(--clc-muted);
  line-height: 1.9;
}

.clc-storefront .clc-content-header .clc-content-deck {
  max-width: 50ch;
  margin-inline: auto;
}

.clc-storefront .clc-content-header .clc-content-stat {
  font-family: var(--clc-font-utility);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.clc-storefront .clc-content-header .clc-content-stat strong {
  color: var(--clc-ink);
  font-family: var(--clc-font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.clc-storefront .clc-content-body,
.clc-storefront .clc-faq-introduction,
.clc-storefront .clc-contact-form {
  max-width: 780px;
  margin-inline: auto;
}

.clc-storefront .clc-article-toc {
  max-width: 720px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--clc-border);
  border-top: 3px solid var(--clc-ink);
  background: var(--clc-surface-soft);
}

.clc-storefront .clc-article-toc-title {
  margin: 0 0 16px;
  color: var(--clc-ink);
  font-family: var(--clc-font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.clc-storefront .clc-article-toc ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: clc-toc;
}

.clc-storefront .clc-article-toc li {
  counter-increment: clc-toc;
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-article-toc li:first-child {
  border-top: 0;
}

.clc-storefront .clc-article-toc li.is-level-3 {
  padding-inline-start: 22px;
}

.clc-storefront .clc-article-toc a {
  display: grid;
  grid-template-columns: 2.4em minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  min-height: 44px;
  padding: 10px 4px;
  color: var(--clc-ink);
  line-height: 1.6;
  text-decoration: none;
}

.clc-storefront .clc-article-toc a::before {
  content: counter(clc-toc, decimal-leading-zero);
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.clc-storefront .clc-article-toc a:hover,
.clc-storefront .clc-article-toc a:focus-visible {
  color: var(--clc-accent);
}

.clc-storefront .clc-content-body > :where(p, div, h2, h3, h4, h5, h6, ul, ol, blockquote, table) {
  max-width: 720px;
  margin-inline: auto;
}

.clc-storefront .clc-content-body > h2 {
  margin-top: clamp(58px, 8vw, 96px);
  padding-top: clamp(30px, 4vw, 48px);
  border-top: 1px solid var(--clc-border);
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.45;
  text-align: left;
}

.clc-storefront .clc-content-body > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.clc-storefront .clc-content-body > :where(h3, h4, h5, h6) {
  text-align: left;
}

.clc-storefront .clc-content-body > h3 {
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.5;
}

.clc-storefront .clc-content-body > :where(p, div, figure):has(> img),
.clc-storefront .clc-content-body > img {
  width: 100%;
  max-width: 900px;
  margin-inline: auto !important;
  text-align: center !important;
}

.clc-storefront .clc-content-body > :where(p, div, figure):has(> img) > img,
.clc-storefront .clc-content-body > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto !important;
}

.clc-storefront .clc-content-featured-image {
  max-width: 900px;
  margin: 0 auto clamp(36px, 5vw, 64px);
}

.clc-storefront .clc-content-featured-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.clc-storefront .clc-content-back {
  max-width: 780px;
  margin: 48px auto 0;
}

.clc-storefront .clc-content-back a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--clc-accent);
  font-weight: 650;
}

.clc-storefront .clc-content-page--about .clc-content-body {
  max-width: 900px;
}

.clc-storefront .clc-content-page--about .clc-content-body > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, table) {
  max-width: 720px;
  margin-inline: auto;
}

.clc-storefront .clc-content-page--about .clc-content-body > p:has(> img:only-child),
.clc-storefront .clc-content-page--about .clc-content-body > figure {
  max-width: none;
  margin-block: clamp(36px, 6vw, 72px);
}

.clc-storefront .clc-content-page--about .clc-content-body > p:first-child:not(:has(img)) {
  color: var(--clc-ink);
  font-family: var(--clc-font-display);
  font-size: clamp(20px, 2.5vw, 29px);
  line-height: 1.8;
}

.clc-storefront .clc-content-page--wholesale-transactions .wholesale-no-underline,
.clc-storefront .clc-content-page--wholesale-transactions .wholesale-no-underline:is(:hover, :focus, :active, :visited),
.clc-storefront .clc-content-page--wholesale-transactions .wholesale-no-underline * {
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.clc-storefront .clc-content-page--wholesale-transactions .wholesale-no-underline::before,
.clc-storefront .clc-content-page--wholesale-transactions .wholesale-no-underline::after {
  display: none !important;
  content: none !important;
}

.clc-storefront .clc-faq-index {
  max-width: 820px;
  margin: 36px auto 0;
  padding: 24px 0;
  border-block: 1px solid var(--clc-ink);
}

.clc-storefront .clc-faq-index > p {
  margin-bottom: 14px;
  color: var(--clc-muted);
  font-family: var(--clc-font-utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.clc-storefront .clc-faq-index ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  list-style: none;
}

.clc-storefront .clc-faq-index a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  border-bottom: 1px solid var(--clc-border);
  text-decoration: none;
}

.clc-storefront .clc-faq-index a::after {
  content: "↓";
  font-size: 12px;
}

.clc-storefront .clc-faq-index small {
  margin-left: auto;
  color: var(--clc-muted);
  font-size: 11px;
  white-space: nowrap;
}

.clc-storefront .clc-faq-groups {
  display: grid;
  gap: clamp(34px, 5vw, 60px);
  max-width: 820px;
  margin: 44px auto 0;
}

.clc-storefront .clc-faq-group h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--clc-ink);
  font-family: var(--clc-font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
}

.clc-storefront .clc-faq-group {
  scroll-margin-top: 120px;
}

.clc-storefront .clc-faq-list {
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-faq-item {
  border-bottom: 1px solid var(--clc-border);
}

.clc-storefront .clc-faq-item summary {
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  min-height: 66px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  transition: background-color 150ms ease, color 150ms ease, padding-inline 150ms ease;
}

.clc-storefront .clc-faq-item summary::-webkit-details-marker {
  display: none;
}

.clc-storefront .clc-faq-item summary span {
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.clc-storefront .clc-faq-item[open] summary span {
  transform: rotate(45deg);
}

.clc-storefront .clc-faq-item summary:hover,
.clc-storefront .clc-faq-item summary:focus-visible,
.clc-storefront .clc-faq-item[open] summary {
  padding-inline: 14px 6px;
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
}

.clc-storefront .clc-faq-item[open] summary span {
  color: var(--clc-accent);
}

.clc-storefront .clc-faq-answer {
  padding: 4px 48px 24px 0;
  color: var(--clc-muted);
}

.clc-storefront .clc-contact-form {
  margin-top: 56px;
  padding-top: 44px;
  border-top: 1px solid var(--clc-border);
}

.clc-storefront .clc-contact-form h2 {
  margin: 8px 0 12px;
  font-family: var(--clc-font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
}

.clc-storefront .clc-contact-form-head {
  margin-bottom: 30px;
}

.clc-storefront .clc-contact-form-head > p:last-child {
  color: var(--clc-muted);
  font-size: 14px;
}

.clc-storefront .clc-contact-form .wpcf7-form > p {
  margin: 0 0 22px;
}

.clc-storefront .clc-contact-form label {
  font-size: 14px;
  font-weight: 650;
}

.clc-storefront .clc-contact-form :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea, select) {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #8f8f8f;
  border-radius: 0;
  background: var(--clc-surface-soft);
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.clc-storefront .clc-contact-form :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea, select):focus {
  border-color: var(--clc-accent);
  background: #fff;
  box-shadow: 0 0 0 3px var(--clc-accent-soft);
}

.clc-storefront .clc-contact-form :where(input[type="checkbox"], input[type="radio"]) {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  min-height: 0;
  margin: 0;
  accent-color: var(--clc-ink);
}

.clc-storefront .clc-contact-form .wpcf7-checkbox,
.clc-storefront .clc-contact-form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.clc-storefront .clc-contact-form .wpcf7-list-item {
  margin: 0;
}

.clc-storefront .clc-contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--clc-border);
  font-weight: 400;
  line-height: 1.45;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.clc-storefront .clc-contact-form .wpcf7-list-item label:hover,
.clc-storefront .clc-contact-form .wpcf7-list-item label:has(input:focus-visible),
.clc-storefront .clc-contact-form .wpcf7-list-item label:has(input:checked) {
  border-color: var(--clc-accent);
  background: var(--clc-accent-soft);
  color: var(--clc-accent);
}

.clc-storefront .clc-contact-form .wpcf7-acceptance .wpcf7-list-item label {
  align-items: center;
  min-height: 44px;
  padding: 6px 0;
  border: 0;
}

.clc-storefront .clc-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.clc-storefront .clc-contact-form :where(input[type="submit"], button[type="submit"]) {
  min-height: 50px;
  padding: 12px 28px;
  border: 1px solid var(--clc-ink);
  background: var(--clc-ink);
  color: #fff;
  cursor: pointer;
}

.clc-storefront .clc-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--clc-sale);
  font-size: 13px;
}

.clc-storefront .clc-contact-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 16px !important;
  border-width: 1px !important;
  font-size: 14px;
}

.clc-storefront .clc-contact-form .wpcf7-spinner {
  vertical-align: middle;
}

.clc-storefront .clc-blog-index {
  max-width: 1280px;
}

.clc-storefront .clc-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 52px) 24px;
}

.clc-storefront .clc-blog-card {
  border-bottom: 1px solid var(--clc-border);
  transition: border-color 170ms ease, transform 170ms ease;
}

.clc-storefront .clc-blog-card > a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.clc-storefront .clc-blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--clc-page);
  transition: filter 180ms ease, transform 180ms ease;
}

.clc-storefront .clc-blog-card:hover,
.clc-storefront .clc-blog-card:focus-within {
  border-color: var(--clc-accent);
  transform: translateY(-3px);
}

.clc-storefront .clc-blog-card:hover img,
.clc-storefront .clc-blog-card:focus-within img {
  filter: contrast(1.03);
}

.clc-storefront .clc-blog-card-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  place-items: center;
  background: var(--clc-ink);
  color: #fff;
  font-family: var(--clc-font-display);
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: 0.08em;
}

.clc-storefront .clc-blog-card > a > div {
  display: flex;
  flex-direction: column;
  padding: 18px 2px 24px;
}

.clc-storefront .clc-blog-card time {
  color: var(--clc-muted);
  font-size: 12px;
}

.clc-storefront .clc-blog-card h2 {
  margin: 8px 0;
  font-family: var(--clc-font-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.45;
}

.clc-storefront .clc-blog-card p {
  margin-bottom: 18px;
  color: var(--clc-muted);
  line-height: 1.8;
}

.clc-storefront .clc-blog-card span {
  margin-top: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.clc-storefront .clc-blog-card.is-featured {
  grid-column: 1 / -1;
  border-block: 1px solid var(--clc-ink);
}

.clc-storefront .clc-blog-card.is-featured > a {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  align-items: stretch;
}

.clc-storefront .clc-blog-card.is-featured :where(img, .clc-blog-card-placeholder) {
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
}

.clc-storefront .clc-blog-card.is-featured > a > div {
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.clc-storefront .clc-blog-card.is-featured h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.3;
}

@media (min-width: 1000px) {
  .clc-storefront .clc-content-page--contact {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 0 clamp(48px, 6vw, 80px);
    align-items: start;
  }

  .clc-storefront .clc-content-page--contact .clc-content-header {
    grid-column: 1 / -1;
    width: 100%;
  }

  .clc-storefront .clc-content-page--contact .clc-content-body {
    position: sticky;
    top: 112px;
    margin: 0;
    color: var(--clc-muted);
  }

  .clc-storefront .clc-content-page--contact .clc-contact-form {
    max-width: none;
    margin: 0;
    padding: 0 0 0 clamp(32px, 4vw, 56px);
    border-top: 0;
    border-left: 1px solid var(--clc-border);
  }
}

@media (max-width: 999px) {
  .clc-storefront .clc-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clc-storefront .clc-blog-card.is-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 699px) {
  .clc-storefront .clc-content-document {
    width: calc(100% - 24px);
    padding: 38px 18px 56px;
  }

  .clc-storefront .clc-content-header {
    margin-bottom: 32px;
    text-align: left;
  }

  .clc-storefront .clc-content-header h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .clc-storefront .clc-content-header .clc-content-deck {
    margin-inline: 0;
  }

  .clc-storefront .clc-faq-index ul,
  .clc-storefront .clc-contact-form :where(.wpcf7-checkbox, .wpcf7-radio) {
    grid-template-columns: 1fr;
  }

  .clc-storefront .clc-faq-answer {
    padding-right: 0;
  }

  .clc-storefront .clc-blog-grid {
    grid-template-columns: 1fr;
  }

  .clc-storefront .clc-blog-card.is-featured {
    grid-column: auto;
  }

  .clc-storefront .clc-blog-card.is-featured > a {
    grid-template-columns: 1fr;
  }

  .clc-storefront .clc-blog-card.is-featured :where(img, .clc-blog-card-placeholder) {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .clc-storefront .clc-blog-card.is-featured > a > div {
    padding: 20px 2px 26px;
  }

  .clc-storefront .clc-blog-card.is-featured h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
}

/* Native Inbox opens in a separate tab so Shopify's frame policy is respected. */
.clc-storefront .clc-inbox-floating {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #1c1c1c;
  border-radius: 999px;
  color: #fff;
  background: #1c1c1c;
  box-shadow: 0 4px 18px rgb(0 0 0 / 18%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.clc-storefront .clc-inbox-floating:hover { color: #fff; background: #38332e; }
.clc-storefront .clc-inbox-floating:focus-visible { outline: 3px solid #a87846; outline-offset: 3px; }
.clc-storefront .clc-inbox-external { font-size: 12px; }
@media (max-width: 767px) {
  .clc-storefront .clc-inbox-floating { right: 12px; padding: 10px 12px; }
  .clc-storefront:has(.clc-inbox-floating) .clc-quiz-floating {
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 420px) {
  .clc-storefront .clc-inbox-floating { right: 8px; }
}
