:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --text: #111111;
  --muted: #6d6d6d;
  --line: #e3e3e3;
  --pill: #ffffff;
  --darkbar: #111111;
  --primary: #0c6cf2;
  --shadow: 0 6px 18px rgba(0,0,0,.08);
  --radius: 14px;
}

@font-face {
  font-family: "ABC Oracle Plus Variable";
  src:
    url("https://c13.patreon.com/fonts/oracle/PatreonOraclePlusVariable-Regular.woff2") format("woff2"),
    url("https://c13.patreon.com/fonts/oracle/PatreonOraclePlusVariable-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html {
  font-family: "ABC Oracle Plus Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  margin: 0;
  font-family: inherit;
  background: var(--bg);
  color: var(--text);
}

button,
input,
textarea,
select,
option {
  font-family: inherit;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

[hidden] {
  display: none !important;
}

.page-skeleton {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: #ededed;
  overflow: hidden auto;
  opacity: 1;
  transition: opacity 180ms ease;
}

.page-skeleton.is-exiting {
  opacity: 0;
  pointer-events: none;
}

body.skeleton-open {
  overflow: hidden;
}

.sk-topbar,
.sk-nav,
.sk-hero,
.sk-content {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.sk-topbar {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.sk-nav {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sk-hero {
  height: 260px;
  border-radius: 8px;
  padding-top: 42px;
}

.sk-content {
  padding-top: 24px;
  padding-bottom: 28px;
}

.sk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.sk-block {
  display: block;
  position: relative;
  border-radius: 8px;
  background: linear-gradient(100deg, #dddddd 8%, #f4f4f4 28%, #dddddd 50%);
  background-size: 220% 100%;
  animation: sk-shimmer 1.2s linear infinite;
}

.sk-avatar {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.sk-brand {
  width: 150px;
  height: 16px;
}

.sk-spacer {
  flex: 1 1 auto;
}

.sk-join {
  width: 98px;
  height: 38px;
  border-radius: 999px;
}

.sk-menu {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.sk-nav-item {
  width: 78px;
  height: 12px;
}

.sk-hero-title {
  width: 280px;
  height: 38px;
  margin-bottom: 10px;
}

.sk-hero-meta {
  width: 170px;
  height: 13px;
  margin-bottom: 10px;
}

.sk-hero-copy {
  width: 220px;
  height: 13px;
  margin-bottom: 16px;
}

.sk-hero-btn {
  width: 210px;
  height: 40px;
  border-radius: 999px;
}

.sk-section-title {
  width: 130px;
  height: 18px;
  margin-bottom: 12px;
}

.sk-card {
  height: 185px;
  border-radius: 10px;
}

@keyframes sk-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -20% 0; }
}

.section.lazy-pending > :not(.lazy-placeholder) {
  display: none !important;
}

.lazy-placeholder {
  display: grid;
  gap: 12px;
}

.lazy-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lazy-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lazy-block {
  border-radius: 10px;
  background: linear-gradient(100deg, #dddddd 8%, #f4f4f4 28%, #dddddd 50%);
  background-size: 220% 100%;
  animation: sk-shimmer 1.15s linear infinite;
}

.lazy-line {
  width: 160px;
  height: 18px;
}

.lazy-line.short {
  width: 100px;
}

.lazy-card {
  height: 178px;
}

.lazy-card.slim {
  height: 120px;
}

.lazy-card.tall {
  height: 210px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(22, 18, 16, 0.52);
  backdrop-filter: blur(7px);
}

body.age-gate-open {
  overflow: hidden;
}

.age-gate[hidden] {
  display: none;
}

.age-gate-card {
  width: min(100%, 442px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
  padding: 24px;
}

.age-gate-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #cc7ff3, #b66cea);
}

.age-gate-icon svg {
  width: 39px;
  height: 39px;
  fill: #111;
}

.age-gate-card h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 40px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #111;
}

.age-gate-copy {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.42;
  color: #222;
}

.age-gate-note {
  margin: 0 0 18px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.35;
}

.age-gate-actions {
  display: grid;
  gap: 10px;
}

.age-gate-btn {
  min-height: 40px;
  border: none;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.age-gate-btn.secondary {
  background: #070707;
}

.adult-blocked-message {
  min-height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 20px;
}

.adult-blocked-message h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.08;
}

.adult-blocked-message p {
  margin: 0;
  color: #636363;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--surface);
  min-height: 100vh;
}

.topbar {
  min-height: 70px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

.brand .avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d0c7c7;
  background:
    radial-gradient(circle at 62% 34%, rgba(255, 232, 239, 0.95) 0 16%, transparent 17%),
    radial-gradient(circle at 40% 37%, rgba(255, 223, 216, 0.96) 0 18%, transparent 19%),
    radial-gradient(circle at 49% 73%, #f4ddd5 0 24%, transparent 25%),
    linear-gradient(180deg, rgba(248, 244, 247, 0.92) 0 38%, transparent 39%),
    linear-gradient(135deg, #f0dfe6 0%, #d7b8c9 38%, #e8d9d7 68%, #c8b6c5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex: 1 1 auto;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  line-height: 1;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #1a9ed9;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  border: 1px solid #d3d3d3;
  background: #fff;
  color: #111;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.btn.primary {
  background: #0d6c89;
  color: #fff;
  border-color: #0d6c89;
}

.hero {
  position: relative;
  min-height: 420px;
  overflow: visible;
  background: #755348;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-image, url("./patreon-media/p/campaign/14312206/c8d14a7bfaa64c1c822e2c0a43b7bbf3/c6f6749d-0c33-41aa-bc9a-38b560ed97c1.png"));
  background-size: cover;
  background-position: 60% 30%;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(73, 45, 37, 0.86) 0%, rgba(80, 50, 41, 0.72) 20%, rgba(86, 56, 46, 0.5) 35%, rgba(94, 64, 53, 0.18) 55%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(180deg, rgba(42, 28, 24, 0.34) 0%, rgba(42, 28, 24, 0.08) 40%, rgba(42, 28, 24, 0) 100%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  left: 184px;
  bottom: 48px;
  color: #fff;
  z-index: 2;
  max-width: 410px;
}

.hero h1 {
  margin: 0 0 8px;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,.62);
  font-weight: 600;
}

.hero-stats span {
  color: rgba(255,255,255,.5);
}

.hero-description {
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
  max-width: 270px;
}

.hero-content > p,
.hero-content > button.member-btn {
  display: none;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.hero-more-wrap {
  position: relative;
}

.hero .member-btn {
  min-width: 250px;
  min-height: 40px;
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  background: #fff;
  color: #111;
  box-shadow: var(--shadow);
  font-size: 14px;
}

.hero-more {
  border: none;
  background: transparent;
  color: rgba(255,255,255,.65);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.hero-more-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 190px;
  padding: 10px 0;
  border: 1px solid #d9d4cf;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.hero-more-item {
  width: 100%;
  min-height: 40px;
  padding: 0 18px;
  border: none;
  background: transparent;
  color: #111;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.hero-more-item:hover {
  background: #f7f4f1;
}

.hero-more-item i {
  width: 16px;
  font-size: 15px;
  color: #111;
  text-align: center;
  flex: 0 0 auto;
}

.about-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(23, 17, 14, 0.52);
  backdrop-filter: blur(4px);
}

.about-modal-panel {
  width: min(100%, 604px);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: 22px 28px 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  position: relative;
}

.about-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: none;
  background: transparent;
  color: #6a6762;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.about-modal-panel h2 {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.about-modal-copy {
  margin-bottom: 56px;
  color: #1b1715;
  font-size: 16px;
  line-height: 1.55;
}

.about-modal-copy p {
  margin: 0;
}

.about-modal-section {
  margin-bottom: 34px;
}

.about-modal-section h3 {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.about-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-detail-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #16120f;
  font-size: 16px;
  line-height: 22px;
}

.about-detail-list i {
  width: 22px;
  text-align: center;
  color: #111;
  flex: 0 0 auto;
}

.about-link-list {
  display: grid;
  gap: 16px;
}

.about-link-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-link-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 20px;
}

.about-link-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.about-link-copy strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.about-link-copy span {
  color: #7a736c;
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.about-modal-footer {
  margin: 26px -28px 0;
  padding: 16px 28px;
  border-top: 1px solid #ddd7d2;
}

.about-share-btn {
  min-height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.black-strip {
  background: #141414;
  color: #fff;
  padding: 26px 184px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.black-strip .meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #8fb0ff;
  font-size: 15px;
  font-weight: 700;
}

.black-strip .submeta {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-top: 0;
  font-weight: 700;
}

.chip-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.chip {
  background: #fff;
  color: #111;
  border-radius: 999px;
  min-height: 40px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.chip.secondary {
  background: #3b3b3b;
  color: #fff;
  border: none;
}

.chip.secondary::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background:
    linear-gradient(currentColor 0 0) center/2px 100% no-repeat,
    linear-gradient(currentColor 0 0) center/100% 2px no-repeat,
    linear-gradient(currentColor 0 0) center 78%/100% 62% no-repeat;
}

.content {
  padding: 24px 86px 60px;
}

.section {
  margin-top: 30px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}

.section-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tiny-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.arrows {
  display: flex;
  gap: 8px;
}

.arrow {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  color: #777;
  cursor: pointer;
  user-select: none;
}

.featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.featured-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  background: #fff;
  border-radius: 16px;
}

.thumb-grid {
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 154px 154px;
  gap: 1px;
}

.thumb-grid .big {
  grid-row: span 2;
  background: linear-gradient(180deg, #d6d6d6, #c4c4c4);
  position: relative;
}

.thumb-grid .small:nth-child(2) { background: linear-gradient(180deg, #d9d6d5, #bac8d1); }
.thumb-grid .small:nth-child(3) { background: linear-gradient(180deg, #d9c5c5, #b9a6a8); }

.thumb-grid .small,
.card-media,
.card-media-grid,
.card-media-main,
.card-media-tile,
.wide-media,
.product-media,
.explore-media {
  position: relative;
  overflow: hidden;
}

.thumb-grid .small::before,
.thumb-grid .big::before,
.card-media::before,
.card-media-main::before,
.card-media-tile::before,
.wide-media::before,
.product-media::before,
.explore-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(8px);
  transform: scale(1.06);
}

.lock {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  background: rgba(0,0,0,.65);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.card-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.card-meta {
  color: var(--muted);
  font-size: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 8px 12px;
  width: fit-content;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.post-card,
.product-card {
  min-width: 0;
}

.post-card > a,
.product-card > a {
  display: block;
}

.lazy-item {
  position: relative;
  isolation: isolate;
}

.lazy-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 8px;
  background: linear-gradient(100deg, #d7d7d7 8%, #ececec 30%, #d7d7d7 52%);
  background-size: 220% 100%;
  animation: sk-shimmer 1.05s linear infinite;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.lazy-item > * {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.lazy-item.is-visible::after {
  opacity: 0;
  visibility: hidden;
}

.lazy-item.is-visible > * {
  opacity: 1;
  transform: none;
}

.card-media {
  height: 185px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #d3c0be, #c1c1d8 55%, #b0aa9d);
  margin-bottom: 10px;
}

.card-media.alt1 { background: linear-gradient(135deg, #d8d1ca, #ccbab1, #9db7c7); }
.card-media.alt2 { background: linear-gradient(135deg, #baa39f, #e5d7cf, #b7bccf); }
.card-media.alt3 { background: linear-gradient(135deg, #cad8c3, #ddd3d1, #d5b7b3); }
.card-media.alt4 { background: linear-gradient(135deg, #c2b1b6, #a9bfd5, #d9c7c0); }

.card-media-grid {
  height: 185px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1px;
  background: #fff;
}

.card-media-main,
.card-media-tile {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, #d3c0be, #c1c1d8 55%, #b0aa9d);
}

.card-media-main.alt1,
.card-media-tile.alt1 { background: linear-gradient(135deg, #d8d1ca, #ccbab1, #9db7c7); }
.card-media-main.alt2,
.card-media-tile.alt2 { background: linear-gradient(135deg, #baa39f, #e5d7cf, #b7bccf); }
.card-media-main.alt3,
.card-media-tile.alt3 { background: linear-gradient(135deg, #cad8c3, #ddd3d1, #d5b7b3); }
.card-media-main.alt4,
.card-media-tile.alt4 { background: linear-gradient(135deg, #c2b1b6, #a9bfd5, #d9c7c0); }

.card-media-side {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  min-height: 0;
}

.card-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.muted-row {
  color: var(--muted);
  font-size: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.collection-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.collection-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0d0d8, #e5bfd0);
  border: 1px solid var(--line);
  flex: 0 0 auto;
}

.collections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.collection-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wide-media {
  width: 220px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #c9bcc1, #f3dfdd, #beb0cf);
  flex: 0 0 auto;
}

.wide-media.alt { background: linear-gradient(135deg, #d8c7c2, #eed9e7, #c6d2de); }

.collection-copy h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}

.collection-copy span {
  color: var(--muted);
  font-size: 12px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-media {
  height: 170px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #d6a0ad, #c8a5ba, #b4a0b8);
  margin-bottom: 10px;
}

.product-media.alt1 { background: linear-gradient(135deg, #c8cde2, #d9b6cb, #e6cdd7); }
.product-media.alt2 { background: linear-gradient(135deg, #cfd6c3, #e6dfd7, #c8c3be); }

.explore-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.explore-item {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 18px;
  align-items: center;
}

.explore-media {
  height: 132px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #c9d8a8, #cad7b9, #9fb3a3);
}

.explore-media.alt1 { background: linear-gradient(135deg, #b9a9c3, #d9bfd2, #a49ab2); }
.explore-media.alt2 { background: linear-gradient(135deg, #d8b0b0, #ddbcae, #cdb6b5); }
.explore-media.alt3 { background: linear-gradient(135deg, #edd1c9, #ebdfda, #ead7d1); }

.footer-space { height: 20px; }

.page {
  background: transparent;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 14px;
  height: 2px;
  margin: 3px auto;
  background: #3e3e3e;
  border-radius: 999px;
}

.mobile-menu {
  display: none;
}

.mobile-menu-inner {
  display: none;
}

.content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 40px 64px;
}

.section {
  margin-top: 36px;
}

.section-header {
  margin-bottom: 16px;
}

.section-title {
  font-size: 28px;
}

.section-subtitle {
  font-size: 26px;
}

.arrow {
  width: 24px;
  height: 24px;
  border-color: #dadada;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1;
}

.featured-card {
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 20px;
  align-items: stretch;
  background: transparent;
  border-radius: 0;
}

.thumb-grid,
.featured-copy {
  display: none;
}

.feature-story {
  min-height: 158px;
  border-radius: 4px;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, rgba(27, 95, 108, 0.46), transparent 42%),
    linear-gradient(135deg, #153c44 0%, #0f505c 52%, #113f45 100%);
  overflow: hidden;
}

.feature-story-inner {
  padding: 22px 22px 20px;
}

.feature-kicker {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-story .card-title {
  font-size: 16px;
  line-height: 1.42;
  margin-bottom: 8px;
}

.feature-excerpt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.45;
}

.schedule-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 158px;
  padding-right: 12px;
}

.schedule-title {
  font-size: 29px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.schedule-card .card-meta {
  margin-bottom: 0;
}

.grid-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card-media,
.product-media {
  height: 148px;
  border-radius: 4px;
}

.card-text {
  font-size: 13px;
}

.muted-row {
  font-size: 11px;
  gap: 10px;
}

.collection-head {
  gap: 10px;
  margin-bottom: 12px;
}

.collection-avatar {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}

.collections {
  gap: 26px;
}

.collection-item {
  gap: 12px;
}

.wide-media {
  width: 84px;
  height: 84px;
  border-radius: 4px;
}

.collection-copy h4 {
  font-size: 13px;
  margin-bottom: 4px;
}

.collection-copy span,
.tiny-meta {
  font-size: 11px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.explore-list {
  gap: 10px;
}

.explore-item {
  grid-template-columns: 148px 1fr;
  gap: 10px;
  align-items: start;
}

.explore-media {
  height: 86px;
  border-radius: 4px;
}

.page-footer {
  margin-top: 18px;
  border-top: 1px solid #d7d7d7;
  color: #5a5a5a;
}

.page-footer-inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-left {
  display: grid;
  gap: 8px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-report {
  color: #4d4d4d;
}

.footer-branding {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.footer-logo {
  font-family: "ABC Oracle Plus Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}

.footer-copyright {
  font-size: 13px;
  color: #565656;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-btn {
  min-height: 40px;
  padding: 0 22px;
  border-radius: 9px;
  border: 1px solid #cfcfcf;
  background: #d3d3d3;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.footer-btn.secondary {
  background: #efefef;
}

@media (max-width: 1100px) {
  .content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-content {
    left: 72px;
  }
  .black-strip {
    padding-left: 72px;
    padding-right: 72px;
  }
  .featured-card {
    grid-template-columns: 1fr;
  }
  .schedule-card {
    min-height: auto;
    padding-right: 0;
  }
  .grid-4,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-footer-inner {
    width: 100%;
    padding: 28px 24px;
  }
}

@media (max-width: 760px) {
  .lazy-placeholder {
    gap: 10px;
  }

  .lazy-row {
    display: flex;
    gap: 10px;
    overflow: hidden;
  }

  .lazy-row > .lazy-card {
    flex: 0 0 68%;
  }

  .lazy-row.two > .lazy-card {
    flex: 0 0 calc(50% - 5px);
  }

  .lazy-line {
    width: 120px;
    height: 14px;
  }

  .lazy-line.short {
    width: 84px;
  }

  .lazy-card {
    height: 126px;
  }

  .lazy-card.slim {
    height: 92px;
  }

  .lazy-card.tall {
    height: 146px;
  }

  .sk-topbar,
  .sk-nav,
  .sk-hero,
  .sk-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sk-topbar {
    min-height: 58px;
    gap: 8px;
  }

  .sk-brand {
    width: 120px;
    height: 14px;
  }

  .sk-join {
    width: 86px;
    height: 32px;
  }

  .sk-nav {
    min-height: 34px;
    gap: 10px;
    overflow: hidden;
  }

  .sk-nav-item {
    width: 58px;
    height: 10px;
  }

  .sk-hero {
    height: 160px;
    padding-top: 28px;
  }

  .sk-hero-title {
    width: 180px;
    height: 24px;
  }

  .sk-hero-meta,
  .sk-hero-copy {
    width: 140px;
    height: 10px;
  }

  .sk-hero-btn {
    width: 150px;
    height: 32px;
  }

  .sk-grid {
    display: flex;
    gap: 10px;
    overflow: hidden;
  }

  .sk-card {
    flex: 0 0 68%;
    height: 120px;
  }

  body.menu-open {
    overflow: hidden;
  }
  .topbar {
    min-height: auto;
    padding: 8px 12px 0;
    flex-wrap: wrap;
    gap: 8px;
  }
  .brand {
    font-size: 12px;
    order: 1;
  }
  .brand .avatar {
    width: 28px;
    height: 28px;
    border-radius: 5px;
  }
  .topbar-right {
    order: 2;
    width: auto;
    display: contents;
  }
  .top-actions {
    order: 2;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .top-actions .btn {
    min-height: 34px;
    padding: 0 16px;
    font-size: 11px;
  }
  .top-actions .btn:last-child {
    display: none;
  }
  .menu-toggle {
    display: block;
    order: 3;
    width: 34px;
    height: 34px;
    margin-left: 2px;
  }
  .nav {
    order: 4;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 6px 0 10px;
    gap: 16px;
    font-size: 10px;
  }
  .nav a {
    min-height: 36px;
  }
  .nav a.active::after {
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }
  body.menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-inner {
    display: block;
    min-height: 100vh;
    padding: 18px 16px 32px;
    background: #fff;
  }
  .mobile-menu-close {
    display: block;
    margin-left: auto;
    border: none;
    background: transparent;
    color: #111;
    font-size: 30px;
    line-height: 1;
    padding: 0 10px 10px;
    cursor: pointer;
  }
  .mobile-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    padding: 0 12px;
    color: #787878;
  }
  .mobile-search-icon {
    width: 16px;
    height: 16px;
    border: 2px solid #707070;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
  }
  .mobile-search-icon::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -5px;
    width: 7px;
    height: 2px;
    background: #707070;
    transform: rotate(45deg);
    border-radius: 999px;
  }
  .mobile-search-placeholder {
    font-size: 12px;
  }
  .mobile-menu-links {
    margin-top: 16px;
    border-top: 1px solid #e4e4e4;
  }
  .mobile-menu-item {
    display: flex;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    color: #111;
  }
  .mobile-menu-item.has-caret::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
  }
  .hero {
    min-height: 178px;
  }
  .hero::before {
    inset: 0;
    background-position: 66% 28%;
  }
  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 14px;
    max-width: 220px;
  }
  .hero h1 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .hero-stats {
    gap: 6px;
    margin-bottom: 4px;
    font-size: 10px;
  }
  .hero-description {
    font-size: 10px;
    max-width: 170px;
  }
  .hero-actions {
    margin-top: 10px;
  }
  .hero .member-btn {
    min-width: 176px;
    min-height: 34px;
    font-size: 12px;
  }
  .hero-more {
    display: none;
  }
  .black-strip {
    display: none;
  }
  .content {
    padding: 12px 8px 30px;
  }
  .section {
    margin-top: 24px;
  }
  .section-title,
  .section-subtitle {
    font-size: 16px;
  }
  .featured-card {
    gap: 8px;
  }
  .feature-story {
    min-height: 98px;
  }
  .feature-story-inner {
    padding: 16px;
  }
  .feature-story .card-title {
    font-size: 12px;
    line-height: 1.38;
  }
  .feature-excerpt {
    font-size: 10px;
  }
  .schedule-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .schedule-card .card-meta {
    font-size: 10px;
  }
  .arrows {
    display: none;
  }
  .grid-4 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 2px 6px 0;
    scrollbar-width: none;
  }
  .grid-4::-webkit-scrollbar {
    display: none;
  }
  .grid-4 > .post-card {
    flex: 0 0 68%;
    min-width: 68%;
    scroll-snap-align: start;
  }
  .grid-4 > *:not(.post-card) {
    flex: 0 0 auto;
  }
  .grid-4 .card-media,
  .grid-4 .card-media-grid {
    height: 168px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .card-media,
  .card-media-grid,
  .product-media {
    height: 108px;
  }
  .card-text {
    font-size: 11px;
  }
  .muted-row {
    gap: 8px;
    font-size: 9px;
  }
  .collections {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .collection-item {
    grid-template-columns: 54px 1fr;
    gap: 8px;
  }
  .wide-media {
    width: 54px;
    height: 54px;
  }
  .collection-copy h4 {
    font-size: 10px;
  }
  .collection-copy span,
  .tiny-meta {
    font-size: 9px;
  }
  .explore-list {
    gap: 10px;
  }
  .explore-item {
    grid-template-columns: 96px 1fr;
    gap: 8px;
  }
  .explore-media {
    height: 74px;
  }
  .page-footer {
    margin-top: 10px;
    text-align: center;
  }
  .page-footer-inner {
    width: 100%;
    padding: 20px 12px 8px;
    gap: 12px;
    display: grid;
    justify-content: center;
  }
  .footer-left {
    justify-items: center;
    gap: 6px;
  }
  .footer-links {
    justify-content: center;
    gap: 6px;
    font-size: 10px;
  }
  .footer-branding {
    justify-content: center;
    gap: 8px;
  }
  .footer-logo {
    font-size: 16px;
  }
  .footer-copyright {
    font-size: 10px;
  }
  .footer-actions {
    display: grid;
    width: 132px;
  }
  .footer-btn {
    min-height: 28px;
    font-size: 10px;
    padding: 0 10px;
  }
  .featured,
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.post-page {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 30px;
}

.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 18px;
  align-items: start;
}

.post-main-column {
  display: grid;
  gap: 10px;
}

.post-panel,
.post-gallery-card,
.post-content-card,
.post-box-card,
.post-sidebar-card {
  background: #fff;
  border: 1px solid #d9d5cf;
  border-radius: 4px;
}

.post-panel {
  padding: 24px;
}

.post-meta {
  color: #6d665f;
  font-size: 13px;
}

.post-gallery-card {
  overflow: hidden;
}

.post-gallery-main {
  position: relative;
  height: 420px;
  background: linear-gradient(135deg, #d3c3b2, #c8bbb1, #bca893);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.post-gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: inherit;
  background-position: inherit;
  transition: filter 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.post-gallery-main.is-hidden::before {
  filter: blur(18px);
  transform: scale(1.06);
}

.post-gallery-main.is-hidden::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 247, 238, 0.08);
}

.post-gallery-main.is-visible::before {
  filter: none;
  transform: none;
}

.post-gallery-bottom {
  background: #ece7e1;
}

.post-gallery-strip-wrap {
  overflow: hidden;
}

.post-gallery-strip {
  display: flex;
  gap: 1px;
  background: #d7d2cc;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.post-gallery-strip::-webkit-scrollbar {
  display: none;
}

.post-gallery-thumb {
  position: relative;
  border: none;
  min-width: 136px;
  min-height: 108px;
  background-size: cover;
  background-position: center;
  background-color: #d7cfc7;
  cursor: pointer;
  opacity: 0.94;
  border-right: 1px solid #f1ece7;
  padding: 0;
  overflow: hidden;
}

.post-gallery-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: inherit;
  background-position: inherit;
}

.post-gallery-thumb.is-hidden::before {
  filter: blur(10px);
  transform: scale(1.04);
}

.post-gallery-thumb.is-visible::before {
  filter: none;
  transform: none;
}

.post-gallery-thumb.is-active {
  opacity: 1;
}

.post-thumb-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(94, 84, 78, 0.95);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
}

.post-gallery-controls {
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  align-items: center;
  gap: 8px;
  padding: 4px 2px 0;
}

.post-gallery-nav {
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  color: #7f786f;
  font-size: 13px;
  cursor: pointer;
}

.post-gallery-progress {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #c7c2bc;
  overflow: hidden;
}

.post-gallery-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  border-radius: 999px;
  background: #8d8880;
}

.post-content-card,
.post-box-card {
  padding: 14px 16px;
}

.post-title {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 560px;
}

.post-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d0c7c7;
  background:
    radial-gradient(circle at 62% 34%, rgba(255, 232, 239, 0.95) 0 16%, transparent 17%),
    radial-gradient(circle at 40% 37%, rgba(255, 223, 216, 0.96) 0 18%, transparent 19%),
    radial-gradient(circle at 49% 73%, #f4ddd5 0 24%, transparent 25%),
    linear-gradient(180deg, rgba(248, 244, 247, 0.92) 0 38%, transparent 39%),
    linear-gradient(135deg, #f0dfe6 0%, #d7b8c9 38%, #e8d9d7 68%, #c8b6c5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  flex: 0 0 auto;
}

.post-author-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.post-author-meta {
  font-size: 14px;
  line-height: 20px;
  color: #6d665f;
}

.post-actions {
  display: flex;
  gap: 4px;
}

.post-action-btn {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  border: 1px solid #d1cbc4;
  background: #f7f4f1;
  color: #67605a;
  font-size: 11px;
  cursor: pointer;
}

.post-action-btn.icon-only {
  width: 28px;
  min-width: 28px;
  padding: 0;
}

.post-description {
  color: #26211d;
  font-size: 13px;
  line-height: 1.6;
  filter: blur(7px);
  user-select: none;
}

.post-description p,
.post-description ul,
.post-description ol {
  margin: 0 0 10px;
}

.post-box-title,
.post-sidebar-card h3 {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
}

.post-attachment-grid {
  display: grid;
  gap: 10px;
}

.post-attachment-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  border: 1px solid #e4dfd8;
  border-radius: 4px;
  padding: 0 14px;
  background: #fcfbfa;
  font-size: 11px;
  font-weight: 700;
}

.post-attachment-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #191919;
  font-size: 12px;
}

.unlock-card {
  display: grid;
  gap: 12px;
}

.unlock-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 0;
}

.unlock-btn {
  min-height: 33px;
  border: none;
  border-radius: 4px;
  background: #0d6c89;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.unlock-btn.secondary {
  background: #0a728f;
}

.unlock-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  color: #8b837c;
  font-size: 10px;
  line-height: 1.45;
}

.unlock-meta span::before {
  content: "✓";
  margin-right: 6px;
  color: #80a08c;
  font-weight: 700;
}

.post-sidebar {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 82px;
}

.post-sidebar-card {
  padding: 18px;
  border-radius: 8px;
}

.creator-sidebar-card {
  text-align: center;
}

.creator-sidebar-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.creator-sidebar-meta {
  color: #76706a;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.creator-sidebar-btn {
  width: 100%;
  min-height: 42px;
  border: none;
  border-radius: 6px;
  background: #dce5e7;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.post-mini-list {
  display: grid;
  gap: 16px;
}

.post-mini-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
}

.post-mini-thumb {
  width: 64px;
  height: 58px;
  border-radius: 8px;
  background: linear-gradient(135deg, #d7cac4, #bdb8d1);
  background-size: cover;
  background-position: center;
}

.post-mini-copy {
  display: grid;
  gap: 4px;
}

.post-mini-copy strong {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-mini-copy span {
  color: #706862;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .post-page {
    padding-top: 12px;
  }

  .post-gallery-main {
    height: 250px;
  }

  .post-content-card,
  .post-box-card,
  .post-sidebar-card {
    padding: 16px;
  }

  .post-title {
    font-size: 32px;
    line-height: 38px;
  }

  .post-gallery-bottom {
    background: #ece7e1;
  }

  .post-gallery-thumb {
    min-width: 92px;
    min-height: 72px;
  }

  .post-author-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .unlock-actions,
  .unlock-meta {
    grid-template-columns: 1fr;
  }
}
