/*
Theme Name: Carter Classroom
Theme URI: http://localhost:7084/
Author: Carter Stone Demo
Description: Paper-cutout classroom theme for art presentation digital downloads.
Version: 1.3.20
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: carter-classroom
*/

:root {
  --cs-paper: #f7f4ef;
  --cs-ink: #2a2622;
  --cs-muted: #6b645c;
  --cs-line: #d9d2c7;
  --cs-accent: #8b3a2a;
  --cs-shadow: 0 10px 24px rgba(42, 38, 34, 0.12);
  --cs-shadow-soft: 0 4px 12px rgba(42, 38, 34, 0.08);
  --font-display: "Libre Baskerville", "Palatino Linotype", Palatino, serif;
  --font-letter: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-hand: "Caveat", "Segoe Print", cursive;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--cs-ink);
  font-family: var(--font-body);
  background-color: var(--cs-paper);
  background-image:
    radial-gradient(rgba(42, 38, 34, 0.035) 0.7px, transparent 0.7px),
    linear-gradient(180deg, #faf7f2 0%, #f3efe8 100%);
  background-size: 3px 3px, auto;
  line-height: 1.55;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cs-wrap {
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}

.cs-masthead {
  position: relative;
  z-index: 40;
}

.cs-site-banner {
  position: relative;
  overflow: hidden;
  background: #1a1714;
  line-height: 0;
  height: clamp(140px, 18vw, 220px);
}

.cs-site-banner__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.12);
  transform-origin: center center;
}

.cs-site-banner__fallback {
  display: grid;
  place-items: center;
  min-height: 120px;
  height: 100%;
  padding: 1rem;
  color: #f7f4ef;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  line-height: 1.3;
}

.cs-nav {
  border-bottom: 1px solid var(--cs-line);
  background: rgba(247, 244, 239, 0.96);
  backdrop-filter: blur(4px);
  position: sticky;
  top: 0;
  z-index: 40;
}

.cs-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.cs-nav a {
  text-decoration: none;
  color: var(--cs-muted);
  position: relative;
}

.cs-nav a:hover,
.cs-nav a.is-active {
  color: var(--cs-ink);
}

.cs-nav .cs-cart-link .cs-cart-dot {
  position: absolute;
  top: -0.35rem;
  right: -0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #c62828;
  box-shadow: 0 0 0 2px var(--cs-paper);
}

.cs-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
}

.cs-lang {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
}

.cs-lang__select {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cs-ink);
  background: #fffef9
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23665f56' d='M1.1 1.2 6 6.1l4.9-4.9 1.1 1.1L6 8.2.0 2.3z'/%3E%3C/svg%3E")
    no-repeat right 0.45rem center / 0.55rem;
  border: 1px solid var(--cs-line);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(42, 38, 34, 0.04);
  padding: 0.2rem 1.35rem 0.2rem 0.45rem;
  cursor: pointer;
  min-width: 4.25rem;
}

.cs-lang__select:hover,
.cs-lang__select:focus {
  border-color: #cfc5b6;
  outline: none;
}

.cs-paper-note {
  display: inline-block;
  background: #fffdf8;
  border: 1px solid #e7dfd2;
  box-shadow: var(--cs-shadow);
  padding: 1rem 1.25rem;
  transform: rotate(-1.2deg);
}

.cs-paper-note--hand {
  font-family: var(--font-hand);
  font-size: 1.35rem;
  line-height: 1.35;
  color: #3d342c;
}

.cs-btn-paper {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  padding: 1.1rem 1.4rem;
  background: #fffef9;
  border: 1px solid #ddd4c6;
  box-shadow: var(--cs-shadow);
  text-decoration: none;
  transform: rotate(-1.5deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs-btn-paper:hover {
  transform: rotate(-0.4deg) translateY(-2px);
  box-shadow: 0 14px 28px rgba(42, 38, 34, 0.16);
}

.cs-btn-cutout {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  transform: rotate(-3.5deg);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.cs-btn-cutout img {
  width: min(100%, 240px);
  height: auto;
}

.cs-btn-cutout:hover {
  transform: rotate(-1.5deg) translateY(-3px);
}

.cs-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0 1.5rem;
}

.cs-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.cs-hero__visual {
  position: relative;
  transform: rotate(1.8deg);
}

.cs-hero__visual img {
  width: 100%;
  border-radius: 2px;
  box-shadow: none;
  background: transparent;
}

.cs-copy h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.cs-copy .cs-sub {
  font-size: 1.05rem;
  color: var(--cs-muted);
  margin: 0 0 1rem;
}

.cs-copy p {
  max-width: 38rem;
}

.cs-reviews {
  margin: 2.5rem 0 1.5rem;
  overflow: hidden;
  border-block: 1px solid var(--cs-line);
  padding-block: 1.25rem;
}

.cs-reviews__track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: cs-marquee 42s linear infinite;
}

.cs-review {
  width: min(340px, 78vw);
  background: #fffdf8;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow-soft);
  padding: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 0.9rem;
}

.cs-review:nth-child(odd) {
  transform: rotate(-1.4deg);
}

.cs-review:nth-child(even) {
  transform: rotate(1.2deg);
}

.cs-review img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.cs-review__name {
  font-weight: 700;
  margin: 0;
}

.cs-review__meta {
  font-size: 0.78rem;
  color: var(--cs-muted);
  margin: 0;
}

.cs-review__stars {
  color: #c9a227;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.cs-review__quote {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.4;
}

@keyframes cs-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.cs-social {
  display: flex;
  gap: 1.85rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0 0.2rem;
}

.cs-social__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.cs-social__link svg {
  display: block;
}

.cs-social__link--instagram svg {
  width: 18px;
  height: 18px;
}

.cs-social__link--youtube svg {
  width: 24px;
  height: 18px;
}

.cs-social__link--rednote svg {
  width: 18px;
  height: 18px;
}

.cs-social__link--x svg {
  width: 15px;
  height: 15px;
}

.cs-social__link:hover,
.cs-social__link:focus-visible {
  opacity: 0.82;
}

.cs-subscribe {
  text-align: center;
  padding: 1.5rem 1rem 2.5rem;
}

.cs-subscribe form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.cs-subscribe input[type="email"] {
  min-width: min(280px, 100%);
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--cs-line);
  background: #fffef9;
  font: inherit;
}

.cs-subscribe button {
  padding: 0.65rem 1rem;
  border: 1px solid var(--cs-line);
  background: #fff;
  box-shadow: var(--cs-shadow-soft);
  font: inherit;
  cursor: pointer;
}

.cs-cutouts {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 50;
  overflow: visible;
}

.cs-cutout {
  pointer-events: auto;
  position: absolute;
  width: clamp(110px, 14vw, 180px);
  height: auto;
  max-height: clamp(160px, 28vh, 280px);
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  transition: transform 0.25s ease;
  z-index: 1;
}

.cs-cutout:hover {
  transform: translateY(-6px) rotate(2deg);
}

.cs-cutout--1 { left: 0.4rem; top: 22%; --r: -6deg; transform: rotate(var(--r)); }
.cs-cutout--2 { right: 0.4rem; top: 18%; --r: 5deg; transform: rotate(var(--r)); }
.cs-cutout--3 { left: 1rem; bottom: 8%; --r: 4deg; transform: rotate(var(--r)); }
.cs-cutout--4 { right: 1rem; bottom: 12%; --r: -3deg; transform: rotate(var(--r)); }

.cs-include-note {
  margin: 1.5rem 0 2rem;
}

.cs-presentations-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1.75rem;
  margin: 1.35rem 0 1.5rem;
}

.cs-presentations-head__copy {
  min-width: 0;
  padding: 0.35rem 0.5rem 0.35rem 0;
}

.cs-presentations-head .cs-include-note {
  margin: 0;
  justify-self: end;
  transform: rotate(-5deg);
}

.cs-include-note__img {
  width: 196px;
  max-width: 28vw;
  height: auto;
  margin: 0;
  display: block;
}

.cs-presentations-title {
  font-family: var(--font-letter);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.85rem, 3.2vw, 2.25rem);
  line-height: 1.25;
  margin: 0 0 0.65rem;
}

.cs-presentations-lead {
  margin: 0;
  color: var(--cs-muted);
  max-width: 22rem;
  font-family: var(--font-letter);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.55;
}

.cs-artist-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  display: grid;
  gap: 0.9rem;
}

.cs-artist-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 0.95rem 1rem;
  align-items: center;
  text-decoration: none;
  padding: 0.85rem 1rem;
  background: #fffdf8;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow-soft);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cs-artist-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--cs-shadow);
}

.cs-artist-card__icon {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: none;
  background: transparent;
}

.cs-artist-card__text {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.cs-artist-card__name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--cs-ink);
}

.cs-artist-card__sub {
  font-size: 0.92rem;
  color: var(--cs-ink);
  line-height: 1.4;
}

.cs-artist-card__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.88rem;
  color: var(--cs-muted);
  line-height: 1.35;
}

.cs-artist-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cs-muted);
  margin-top: 0.15rem;
}

.cs-artist-card__cta {
  font-family: var(--font-display);
  font-size: 0.95rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid #ddd4c6;
  background: #fffef9;
  white-space: nowrap;
  box-shadow: var(--cs-shadow-soft);
}

@media (max-width: 820px) {
  .cs-artist-card {
    grid-template-columns: 80px 1fr;
  }
  .cs-artist-card__icon {
    width: 80px;
    height: 80px;
  }
  .cs-artist-card__cta {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.25rem;
  }
}

.cs-artist-banner {
  height: clamp(140px, 28vw, 240px);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--cs-line);
}

.cs-artist-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  padding: 2rem 0 1rem;
  align-items: start;
}

.cs-artist-head__cutout {
  width: 220px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  transform: rotate(-2deg);
}

.cs-artist-head h1 {
  font-family: var(--font-display);
  margin: 0 0 0.4rem;
}

.cs-artist-head .cs-quote {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--cs-muted);
}

.cs-product-rows {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  display: grid;
  gap: 1rem;
}

.cs-product-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.9rem 1rem;
  align-items: start;
  background: #fffdf8;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow-soft);
  padding: 0.9rem 1rem;
}

.cs-product-row__thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}

.cs-product-row h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.cs-product-row__summary {
  margin: 0 0 0.55rem;
  color: var(--cs-ink);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 42rem;
}

.cs-product-row__details {
  margin: 0 0 0.65rem;
  color: var(--cs-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 42rem;
}

.cs-product-row__details p {
  margin: 0 0 0.4rem;
}

.cs-product-row__details ul {
  margin: 0.2rem 0 0;
  padding-left: 1.15rem;
}

.cs-product-row__details li {
  margin: 0.15rem 0;
}

.cs-product-row__buy {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
  min-width: 7.5rem;
  padding-top: 0.1rem;
}

.cs-product-row .price {
  font-weight: 700;
  font-family: var(--font-display);
  white-space: nowrap;
}

.cs-order-btn {
  font-family: var(--font-display);
  font-size: 1rem;
  padding: 0.55rem 1rem;
  border: 1px solid #ddd4c6;
  background: #fffef9;
  box-shadow: var(--cs-shadow-soft);
  cursor: pointer;
  min-width: 6.5rem;
}

.cs-order-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--cs-shadow);
}

.cs-product-row__buy-hint {
  margin: 0;
  font-size: 0.7rem;
  color: var(--cs-muted);
  text-align: right;
  line-height: 1.3;
  max-width: 7.5rem;
}

.cs-preview {
  margin-top: 0.55rem;
}

.cs-yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #e2d8ca;
  border-radius: 3px;
  background: #fffef9;
  color: #c4302b;
  box-shadow: var(--cs-shadow);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.cs-yt-btn:hover,
.cs-yt-btn:focus {
  color: #9e1f1a;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(42, 38, 34, 0.12);
  outline: none;
}

.cs-yt-btn__icon {
  display: block;
}

.cs-about {
  display: flex;
  justify-content: center;
  padding: 0.75rem 0 2rem;
  width: min(600px, calc(100% - 1.25rem));
}

.cs-about__photo {
  background: transparent;
  padding: 0;
  box-shadow: none;
  width: 100%;
}

.cs-about__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.cs-letter {
  background: #fffef9;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow);
  padding: 1.75rem 1.9rem 1.8rem;
  font-family: var(--font-letter);
  font-size: clamp(1.08rem, 1.5vw, 1.2rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.68;
  letter-spacing: 0.015em;
  color: #3a332c;
}

.cs-letter p,
.cs-letter .wp-block-paragraph {
  margin: 0 0 0.85em;
}

.cs-letter p:last-child,
.cs-letter .wp-block-paragraph:last-child,
.cs-letter > *:last-child {
  margin-bottom: 0;
}

.cs-cart-page {
  padding: 2rem 0 3rem;
}

.cs-cart-page__title {
  font-family: var(--font-display);
  margin: 0 0 0.25rem;
}

.cs-cart-page__lead {
  color: var(--cs-muted);
  margin: 0 0 1.25rem;
}

.cs-cart-catalog {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--cs-line);
  scroll-margin-top: 5rem;
}

.cs-cart-catalog__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.35rem;
}

.cs-cart-catalog__lead {
  margin: 0 0 1.2rem;
  color: var(--cs-muted);
}

.cs-cart-catalog__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.cs-cart-catalog__card {
  background: #fffdf8;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow-soft);
  padding: 0.75rem;
  display: grid;
  gap: 0.35rem;
  align-content: start;
}

.cs-cart-catalog__card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  background: #fff;
}

.cs-cart-catalog__artist {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cs-muted);
}

.cs-cart-catalog__card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.3;
}

.cs-cart-catalog__summary {
  margin: 0;
  font-size: 0.82rem;
  color: var(--cs-muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-cart-catalog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.cs-cart-catalog__row .price {
  font-family: var(--font-display);
  font-weight: 700;
}

.cs-cart-catalog__row .cs-order-btn {
  min-width: 0;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
}

.cs-drawer {
  position: fixed;
  z-index: 80;
  background: #fffef9;
  border: 1px solid var(--cs-line);
  box-shadow: var(--cs-shadow);
  padding: 0.85rem;
  display: none;
  min-width: 180px;
}

.cs-drawer.is-open {
  display: grid;
  gap: 0.5rem;
}

.cs-drawer button {
  font: inherit;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--cs-line);
  background: #fff;
  cursor: pointer;
}

.cs-drawer button:hover {
  background: #f3efe8;
}

.cs-drawer__handle,
.cs-drawer__cancel {
  display: none;
}

.cs-sheet-backdrop {
  display: none;
}

@media (max-width: 820px) {
  .cs-sheet-backdrop.is-open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(42, 38, 34, 0.42);
    animation: cs-fade-in 0.18s ease;
  }

  body.cs-sheet-open {
    overflow: hidden;
  }

  .cs-drawer.cs-drawer--sheet {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    z-index: 91;
    margin: 0;
    padding: 0.55rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-top: 1px solid var(--cs-line);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -10px 28px rgba(42, 38, 34, 0.16);
    transform: translateY(110%);
    transition: transform 0.22s ease;
    gap: 0.55rem;
  }

  .cs-drawer.cs-drawer--sheet.is-open {
    display: grid;
    transform: translateY(0);
    animation: cs-sheet-up 0.22s ease;
  }

  .cs-drawer.cs-drawer--sheet .cs-drawer__handle {
    display: block;
    width: 2.4rem;
    height: 0.28rem;
    margin: 0.15rem auto 0.35rem;
    border-radius: 999px;
    background: #d5cdc1;
  }

  .cs-drawer.cs-drawer--sheet button {
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    text-align: center;
  }

  .cs-drawer.cs-drawer--sheet button[data-action="pay"] {
    background: var(--cs-ink);
    color: #fffef9;
    border-color: var(--cs-ink);
  }

  .cs-drawer.cs-drawer--sheet button[data-action="pay"]:hover {
    background: #1c1916;
  }

  .cs-drawer.cs-drawer--sheet .cs-drawer__cancel {
    display: block;
    margin-top: 0.15rem;
    background: transparent;
    border-color: transparent;
    color: var(--cs-muted);
  }

  .cs-drawer.cs-drawer--sheet .cs-drawer__cancel:hover {
    background: #f3efe8;
  }
}

@keyframes cs-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes cs-sheet-up {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}

.cs-site-footer {
  border-top: 1px solid var(--cs-line);
  padding: 1.25rem;
  text-align: center;
  color: var(--cs-muted);
  font-size: 0.85rem;
}

@media (max-width: 820px) {
  .cs-hero,
  .cs-artist-head {
    grid-template-columns: 1fr;
  }
  .cs-about__photo {
    width: 100%;
  }
  .cs-presentations-head {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .cs-presentations-head .cs-include-note {
    justify-self: end;
    transform: rotate(-4deg);
  }
  .cs-include-note {
    text-align: left;
  }
  .cs-include-note__img {
    width: min(100%, 180px);
  }
  .cs-cutout {
    display: none;
  }
  .cs-product-row {
    grid-template-columns: 56px 1fr;
  }
  .cs-product-row__thumb {
    width: 56px;
    height: 56px;
  }
  .cs-product-row__buy {
    grid-column: 1 / -1;
    justify-items: start;
    border-top: 1px solid var(--cs-line);
    padding-top: 0.75rem;
    margin-top: 0.25rem;
  }
  .cs-product-row__buy-hint {
    text-align: left;
  }
}
