:root {
  --cream: #fff8f2;
  --paper: #fffdf9;
  --blush: #e9b7b7;
  --blush-soft: #fff0f0;
  --sage: #b8c7ae;
  --sage-soft: #eef5e9;
  --gold: #d8b56d;
  --gold-soft: #fff3cf;
  --peach: #f5c9b6;
  --peach-soft: #fff0e7;
  --lavender: #d4c4ea;
  --lavender-soft: #f3ecff;
  --charcoal: #4a4a4a;
  --muted: #7b706a;
  --line: rgba(216, 181, 109, 0.34);
  --shadow: 0 22px 60px rgba(74, 74, 74, 0.12);
  --soft-shadow: 0 10px 28px rgba(74, 74, 74, 0.08);
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0;
}

.admin-audio-upload-form {
  padding: 0.55rem;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.84);
}

.admin-audio-upload-form input[type="file"] {
  max-width: 220px;
  font-size: 0.84rem;
}

* {
  box-sizing: border-box;
}

body.image-save-protected img[data-image-protected="true"] {
  -webkit-user-drag: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--charcoal);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 12%, rgba(233, 183, 183, 0.3), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(184, 199, 174, 0.34), transparent 24%),
    radial-gradient(circle at 76% 58%, rgba(212, 196, 234, 0.18), transparent 28%),
    linear-gradient(135deg, var(--cream), #fff1e6 54%, #fbf7ef);
}

body::before {
  content: "\2726";
  position: fixed;
  top: 42px;
  right: 7vw;
  z-index: -1;
  color: rgba(216, 181, 109, 0.48);
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  pointer-events: none;
}

body::after {
  content: "\2665";
  position: fixed;
  bottom: 52px;
  left: 5vw;
  z-index: -1;
  color: rgba(233, 183, 183, 0.46);
  font-size: clamp(2rem, 6vw, 4.6rem);
  pointer-events: none;
}

.has-sammy-kym-decor .site-header,
.has-sammy-kym-decor main,
.has-sammy-kym-decor .site-footer,
.has-sammy-kym-decor .login-shell,
.has-sammy-kym-decor .dashboard-header,
.has-sammy-kym-decor .dashboard-main-shell {
  position: relative;
  z-index: 1;
}

.sk-decor-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.decor-corner,
.decor-heart,
.decor-star,
.decor-sparkle {
  position: absolute;
  display: block;
  user-select: none;
}

.decor-corner {
  width: clamp(170px, 17vw, 320px);
  opacity: 0.2;
  filter: saturate(0.92);
}

.decor-corner-top-left {
  top: 120px;
  left: max(-72px, -4vw);
}

.decor-corner-top-right {
  top: 114px;
  right: max(-76px, -4vw);
}

.decor-corner-bottom-left {
  bottom: 28px;
  left: max(-70px, -4vw);
}

.decor-corner-bottom-right {
  right: max(-72px, -4vw);
  bottom: 30px;
}

.decor-heart {
  width: clamp(36px, 4vw, 72px);
  opacity: 0.24;
}

.decor-heart-left {
  top: 58%;
  left: 4vw;
}

.decor-heart-right {
  top: 34%;
  right: 8vw;
  transform: rotate(8deg);
}

.decor-star,
.decor-sparkle {
  width: clamp(34px, 4.4vw, 78px);
  opacity: 0.34;
}

.decor-star-upper {
  top: 22%;
  right: 13vw;
}

.decor-sparkle-lower {
  bottom: 18%;
  left: 12vw;
}

.decorated-hero {
  overflow: hidden;
}

.decor-heading-sparkle {
  position: absolute;
  top: clamp(16px, 4vw, 32px);
  right: clamp(18px, 5vw, 52px);
  width: clamp(28px, 4vw, 56px);
  height: clamp(28px, 4vw, 56px);
  background: url("../assets/images/decor/gold-sparkle.png") center / contain no-repeat;
  opacity: 0.36;
  pointer-events: none;
}

.decor-icon-row {
  position: relative;
}

.decor-icon-row > li,
.decor-icon-row > article,
.decor-icon-row > a,
.decor-icon-row > div {
  position: relative;
}

.decor-icon-row > li::before {
  color: rgba(216, 181, 109, 0.82);
}

.decor-icon-row > article::after,
.decor-icon-row > a::after,
.decor-icon-row > div::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url("../assets/images/decor/gold-star.png") center / contain no-repeat;
  opacity: 0.28;
  pointer-events: none;
}

.decor-asset-placeholder {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  max-width: min(360px, calc(100% - 36px));
  padding: 14px 16px;
  border: 1px dashed rgba(216, 181, 109, 0.7);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--soft-shadow);
  color: var(--muted);
  font-size: 0.78rem;
}

.decor-asset-placeholder strong {
  display: block;
  color: var(--charcoal);
  font-size: 0.82rem;
}

.decor-asset-placeholder ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.decor-asset-placeholder code {
  color: #8d7561;
  font-size: 0.74rem;
  white-space: normal;
}

.decor-mini-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.decor-mini-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.74);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.decor-mini-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../assets/images/decor/gold-sparkle.png") center / contain no-repeat;
  opacity: 0.72;
}

.decor-mini-icon-plan::before,
.decor-mini-icon-design::before,
.decor-mini-icon-templates::before,
.decor-mini-icon-licence-key::before {
  background-image: url("../assets/images/decor/gold-star.png");
}

.decor-mini-icon-create::before,
.decor-mini-icon-build::before,
.decor-mini-icon-grow::before,
.decor-mini-icon-membership::before {
  background-image: url("../assets/images/decor/soft-heart.png");
}

.decor-mini-icon-desktop::before {
  background-image: url("../assets/images/decor/gold-sparkle.png");
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.section-inner,
.site-footer {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 4px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(216, 181, 109, 0.55);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffefa, #fff0ed);
  box-shadow: var(--soft-shadow);
  color: #8d7561;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.brand-name {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #625954;
  font-size: 0.86rem;
  font-weight: 800;
}

.nav-links > a:not(.button) {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
}

.nav-links > a:not(.button):hover {
  background: rgba(255, 254, 250, 0.74);
}

.nav-activate {
  border: 1px solid rgba(184, 199, 174, 0.75);
  background: rgba(255, 254, 250, 0.62);
}

.nav-login {
  min-height: 40px;
  padding-inline: 18px;
}

.hero {
  position: relative;
  display: flex;
  min-height: clamp(520px, 50vw, 760px);
  align-items: center;
  margin: 0 auto 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 248, 242, 0.2), rgba(255, 248, 242, 0.02)),
    url("../assets/images/hero/website-hero-image.png") 55% center / cover no-repeat;
}

.hero-copy {
  width: min(1240px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 128px) 0;
}

.eyebrow {
  margin: 0 0 8px;
  color: #977f56;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  color: #3f3b38;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
}

.balance-text,
.no-widow {
  text-wrap: balance;
}

h1 {
  max-width: 610px;
  font-size: clamp(2.85rem, 5vw, 5.35rem);
}

h2 {
  font-size: clamp(2rem, 3.45vw, 3.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

p,
li,
summary,
figcaption,
.button,
.status-pill,
.app-badge,
.eyebrow,
.nav-links,
.dashboard-left-nav,
.footer-links {
  text-wrap: pretty;
}

.hero-lede,
.section-heading p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.product-landing-hero p:not(.eyebrow),
.dashboard-welcome p:not(.eyebrow),
.app-card p,
.soft-card p,
.studio-card p,
.category-tile p,
.benefit-card p,
.desktop-tool-card p,
.studio-product-content p,
.pro-feature-copy p,
.dashboard-overview-card p,
.roadmap-card p,
.dashboard-studio-content p,
.dashboard-desktop-content p,
.admin-summary-card p,
.admin-detail-card p,
.login-card p {
  text-wrap: pretty;
}

.hero-lede {
  max-width: 545px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

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

.hero-tagline {
  margin: 26px 0 0;
  color: #8d7561;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  font: 800 0.92rem/1 "Inter", Arial, sans-serif;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button.primary {
  background: linear-gradient(135deg, #d49f9f, #d8b56d);
  color: #fffdf9;
  box-shadow: 0 12px 24px rgba(216, 181, 109, 0.28);
}

.button.secondary {
  border: 1px solid rgba(184, 199, 174, 0.9);
  background: #fffefa;
  color: #5d5751;
}

.hero-login-button {
  border: 1px solid rgba(184, 199, 174, 0.82);
  background:
    linear-gradient(135deg, rgba(255, 248, 242, 0.96), rgba(238, 245, 233, 0.98)),
    var(--sage-soft);
  color: var(--charcoal);
  box-shadow:
    0 12px 24px rgba(184, 199, 174, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.hero-login-button:hover {
  border-color: rgba(216, 181, 109, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.98), rgba(238, 245, 233, 0.98)),
    var(--blush-soft);
  box-shadow:
    0 14px 30px rgba(216, 181, 109, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.soft-card,
.studio-card,
.inspiration-panel,
.access-card,
.final-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--shadow);
}

.soft-card::before,
.studio-card::before,
.inspiration-panel::before,
.access-card::before,
.final-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.status-pill {
  color: #977f56;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.card-blush {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 249, 0.8)),
    var(--blush-soft);
}

.card-sage {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 249, 0.8)),
    var(--sage-soft);
}

.card-peach {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 249, 0.8)),
    var(--peach-soft);
}

.card-lavender {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 249, 0.8)),
    var(--lavender-soft);
}

.card-gold {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 253, 249, 0.8)),
    var(--gold-soft);
}

.card-paper {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
}

.section {
  padding: clamp(42px, 6vw, 74px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading p:not(.eyebrow) {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.landing-section-header {
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 28px;
  text-align: center;
}

.landing-section-header .landing-section-title {
  margin-inline: auto;
}

.landing-section-header .landing-section-description {
  max-width: 760px;
  margin: 14px auto 0;
}

.landing-section-header .landing-section-cta {
  margin-top: 20px;
}

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

.soft-card {
  min-height: 142px;
  padding: 28px 20px 20px;
}

.soft-card h3 {
  max-width: 220px;
}

/* Category images live in assets/images/ and inherit this rounded media frame. */
.category-tile {
  display: grid;
  min-height: 338px;
  gap: 14px;
  padding: 18px;
  box-shadow: var(--soft-shadow);
}

.category-tile h3 {
  max-width: none;
  margin-top: 2px;
}

.category-tile p {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.category-placeholder {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.72), rgba(255, 253, 249, 0.35));
}

.category-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  object-position: center;
}

.studio-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(233, 183, 183, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(184, 199, 174, 0.18), transparent 24%);
}

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

.studio-card {
  min-height: 250px;
  padding: 28px 20px 20px;
}

.studio-card h3 {
  margin-top: 18px;
}

.studio-card p,
.inspiration-panel p,
.access-card p,
.final-panel p {
  color: var(--muted);
}

.studio-card p {
  margin: 12px 0 0;
  font-size: 0.92rem;
  text-wrap: pretty;
}

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

.studios-main {
  width: min(1180px, calc(100% - 32px));
  padding-top: 0;
}

.studios-collection-hero {
  position: relative;
  display: flex;
  width: 100vw;
  min-height: clamp(520px, 48vw, 720px);
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(44px, 7vw, 76px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 248, 242, 0.94) 0 38%, rgba(255, 248, 242, 0.52) 54%, rgba(255, 248, 242, 0.08) 100%),
    url("../assets/images/hero/studios-page-hero.jpg") 58% center / cover no-repeat;
  box-shadow: inset 0 -1px 0 rgba(216, 181, 109, 0.18);
}

.studios-collection-hero::after {
  content: "\2726";
  position: absolute;
  right: clamp(26px, 7vw, 110px);
  top: clamp(26px, 7vw, 90px);
  color: rgba(216, 181, 109, 0.48);
  font-size: clamp(3rem, 8vw, 6rem);
}

.studios-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.studios-hero-copy h1 {
  max-width: 690px;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
}

.studios-hero-title span {
  display: block;
}

.studios-hero-copy p:not(.eyebrow) {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.68;
}

.studios-hero-copy .button {
  margin-top: 28px;
}

.product-focus-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 5vw, 64px);
  width: min(1180px, 100%);
  margin: 0 auto clamp(44px, 7vw, 76px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 16%, rgba(233, 183, 183, 0.18), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(184, 199, 174, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(255, 240, 240, 0.58));
  box-shadow: var(--shadow);
}

.product-focus-hero::after {
  content: "\2726";
  position: absolute;
  right: clamp(22px, 5vw, 62px);
  top: clamp(18px, 4vw, 44px);
  color: rgba(216, 181, 109, 0.42);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.product-focus-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 72px);
}

.product-focus-copy h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
}

.product-focus-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.68;
}

.product-focus-media {
  display: grid;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(18px, 3vw, 30px);
}

.product-focus-media img {
  display: block;
  width: 100%;
  max-height: min(640px, 70vh);
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: var(--soft-shadow);
}

.product-focus-hero.portrait-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.58fr);
}

.portrait-hero .product-focus-media img {
  aspect-ratio: 2 / 3;
}

.landscape-hero .product-focus-media img {
  aspect-ratio: 16 / 9;
}

.studios-catalog-section {
  scroll-margin-top: 110px;
}

.studios-coming-heading {
  margin-top: clamp(42px, 7vw, 70px);
}

.studio-product-tile {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(255, 240, 240, 0.52));
  box-shadow: var(--shadow);
}

.studio-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.studio-product-content {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(22px, 4vw, 32px);
}

.studio-product-content h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.studio-product-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  text-wrap: pretty;
}

.studio-inside {
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.72), rgba(238, 245, 233, 0.42));
  padding: 16px 18px;
}

.studio-inside h4 {
  margin: 0 0 10px;
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-inside ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #625954;
  font-size: 0.92rem;
}

.studio-inside li {
  position: relative;
  padding-left: 20px;
}

.studio-inside li::before {
  content: "\2726";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: rgba(216, 181, 109, 0.76);
  font-size: 0.78rem;
}

.studio-preview {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(184, 199, 174, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.84), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.52), rgba(243, 236, 255, 0.42));
  box-shadow: var(--soft-shadow);
}

.studio-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.studio-preview figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  padding: 6px 12px;
  color: #625954;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.studio-preview-placeholder {
  display: grid;
  min-height: 110px;
  place-items: center;
  border-style: dashed;
}

.studio-preview-placeholder span {
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  padding: 7px 12px;
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.studio-product-content .button {
  width: fit-content;
  margin-top: 4px;
}

.studio-product-content .disabled-button,
.studios-final .disabled-button {
  min-height: 46px;
  padding: 0 22px;
  font-size: 0.92rem;
  opacity: 0.82;
}

.studio-product-featured {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  grid-template-rows: none;
  align-items: stretch;
}

.studio-product-featured > .studio-product-image {
  height: 100%;
  min-height: 420px;
  aspect-ratio: auto;
}

.studio-product-featured .studio-product-content {
  align-content: center;
}

.hub-feature-teaser {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.82), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(184, 199, 174, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(255, 243, 207, 0.46));
  padding: clamp(26px, 5vw, 42px);
  box-shadow: var(--soft-shadow);
}

.batch-generator-media {
  display: grid;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.84), rgba(238, 245, 233, 0.52));
  box-shadow: var(--soft-shadow);
}

.batch-generator-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hub-feature-teaser h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.batch-requested-badge {
  border: 1px solid rgba(216, 181, 109, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.92), rgba(255, 243, 207, 0.74)),
    rgba(255, 253, 249, 0.82);
  color: #8d7561;
}

.batch-coming-soon {
  width: fit-content;
  margin: -6px 0 2px;
  border-left: 3px solid rgba(184, 199, 174, 0.78);
  padding-left: 10px;
  color: #7a846f !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 700;
  line-height: 1.1;
}

.hub-feature-teaser p {
  color: var(--muted);
  line-height: 1.64;
  text-wrap: pretty;
}

.batch-prompt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.batch-prompt-list span {
  border: 1px solid rgba(184, 199, 174, 0.48);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.76);
  padding: 10px 14px;
  color: #625954;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.studios-account-panel {
  position: relative;
  max-width: 900px;
  margin: clamp(42px, 7vw, 78px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 18%, rgba(233, 183, 183, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(184, 199, 174, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(255, 240, 240, 0.52));
  padding: clamp(34px, 6vw, 56px);
  text-align: center;
  box-shadow: var(--shadow);
}

.studios-account-panel::after {
  content: "\2665";
  position: absolute;
  right: clamp(24px, 5vw, 58px);
  bottom: clamp(18px, 4vw, 38px);
  color: rgba(233, 183, 183, 0.5);
  font-size: clamp(1.6rem, 4vw, 3rem);
}

.studios-account-panel h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.studios-account-panel p:not(.eyebrow) {
  max-width: 700px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.68;
}

.studios-benefits-section,
.desktop-tools-section {
  margin-top: clamp(48px, 8vw, 88px);
}

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

.benefit-card,
.desktop-tool-card,
.toolkit-closing {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 240, 240, 0.5));
  box-shadow: var(--soft-shadow);
}

.benefit-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  align-content: start;
  padding: clamp(22px, 4vw, 30px);
}

.benefit-card:nth-child(2n) {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(238, 245, 233, 0.56));
}

.benefit-card:nth-child(3n) {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 243, 207, 0.5));
}

.benefit-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(216, 181, 109, 0.4);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.72);
  color: #8d7561;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: var(--soft-shadow);
}

.benefit-card h3,
.desktop-tool-card h3,
.toolkit-closing h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.benefit-card p,
.desktop-tool-card p,
.toolkit-closing p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  text-wrap: pretty;
}

.desktop-tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 38px);
  justify-content: center;
}

.desktop-tool-card {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  align-content: start;
  padding: clamp(18px, 3vw, 30px);
}

.desktop-tool-wide {
  grid-template-columns: 1fr;
  align-items: center;
}

.desktop-tool-portrait {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  align-items: center;
}

.desktop-tool-media {
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.84), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.84), rgba(238, 245, 233, 0.48));
  box-shadow: var(--soft-shadow);
}

.desktop-tool-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.desktop-tool-landscape {
  aspect-ratio: 16 / 9;
}

.desktop-tool-portrait-media {
  width: min(100%, 560px);
  aspect-ratio: 2 / 3;
  justify-self: center;
}

.desktop-tool-landscape img {
  padding: clamp(8px, 1.5vw, 16px);
}

.desktop-tool-content {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(8px, 2vw, 18px);
}

.desktop-tool-wide .desktop-tool-content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.desktop-tool-wide .desktop-tool-content .status-pill,
.desktop-tool-wide .desktop-tool-content .button {
  justify-self: center;
}

.desktop-tool-wide .desktop-tool-content ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.desktop-tool-card::after {
  content: "\2726";
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(216, 181, 109, 0.36);
  font-size: clamp(2rem, 5vw, 4rem);
}

.desktop-tool-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #625954;
  font-size: 0.94rem;
}

.desktop-tool-content li {
  position: relative;
  padding-left: 22px;
}

.desktop-tool-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blush), var(--gold));
  box-shadow: 0 0 0 4px rgba(216, 181, 109, 0.12);
}

.desktop-tool-card .button {
  width: fit-content;
  align-self: end;
}

.desktop-tool-app-preview {
  position: relative;
  overflow: hidden;
  margin: 2px 0 0;
  border: 1px solid rgba(184, 199, 174, 0.42);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.84), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.42), rgba(238, 245, 233, 0.48));
  box-shadow: var(--soft-shadow);
}

.desktop-tool-app-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.desktop-tool-app-preview figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  padding: 6px 12px;
  color: #625954;
  font-size: 0.78rem;
  font-weight: 800;
}

.desktop-tool-note {
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 18px;
  background: rgba(255, 243, 207, 0.38);
  padding: 12px 14px;
  color: #8d7561 !important;
  font-size: 0.9rem;
  font-weight: 700;
}

.toolkit-closing {
  max-width: 860px;
  margin: 24px auto 0;
  padding: clamp(28px, 5vw, 44px);
  text-align: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(233, 183, 183, 0.18), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(184, 199, 174, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(255, 243, 207, 0.42));
}

.toolkit-closing p {
  max-width: 660px;
  margin: 12px auto 0;
}

.creator-hub-pro-section,
.creator-waitlist-section {
  margin-top: clamp(48px, 8vw, 92px);
}

.pro-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1180px);
  gap: 22px;
  align-items: stretch;
  justify-content: center;
}

.pro-feature-card,
.pro-waitlist-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 240, 240, 0.52));
  box-shadow: var(--shadow);
}

.pro-feature-card {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
}

.pro-showcase-media {
  display: grid;
  position: relative;
  width: min(100%, 690px);
  aspect-ratio: 2 / 3;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(212, 196, 234, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.78), rgba(238, 245, 233, 0.64));
  box-shadow: var(--soft-shadow);
}

.pro-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pro-showcase-media figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border: 1px dashed rgba(216, 181, 109, 0.58);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.86);
  padding: 8px 14px;
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 800;
}

.pro-showcase-media:not(.image-missing) figcaption {
  display: none;
}

.pro-promo-placeholder {
  display: grid;
  min-height: clamp(300px, 34vw, 480px);
  place-items: end start;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(212, 196, 234, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.78), rgba(238, 245, 233, 0.64));
}

.pro-promo-placeholder span {
  border: 1px dashed rgba(216, 181, 109, 0.58);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  padding: 8px 14px;
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 800;
}

.pro-collection-placeholder {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(216, 181, 109, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(238, 245, 233, 0.7), rgba(255, 240, 240, 0.72));
}

.pro-feature-copy,
.pro-waitlist-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(24px, 4vw, 36px);
}

.pro-feature-card .pro-feature-copy,
.desktop-tool-portrait .desktop-tool-content {
  align-self: center;
}

.pro-feature-copy h3,
.pro-waitlist-card h2,
.pro-waitlist-card h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.pro-feature-copy p,
.pro-waitlist-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.64;
  text-wrap: pretty;
}

.waitlist-success {
  border: 1px solid rgba(184, 199, 174, 0.62);
  border-radius: 18px;
  background: rgba(238, 245, 233, 0.78);
  padding: 12px 14px;
  color: #5f6f57 !important;
  font-weight: 800;
}

.pro-waitlist-card .button {
  width: fit-content;
  margin-top: 4px;
}

.creator-waitlist-section .pro-waitlist-card {
  max-width: 760px;
  margin: 0 auto;
}

/* Global public product showcase cards.
   Used across Studios, Desktop Apps and Creator Hub Pro pages for available,
   launch-ready and coming-soon products. */
.studios-showcase,
.desktop-tools-grid,
.pro-feature-layout,
.public-product-auto-grid {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 1180px);
  margin-inline: auto;
  gap: clamp(28px, 5vw, 46px);
}

.studio-product-tile,
.hub-feature-teaser,
.desktop-tool-card,
.pro-feature-card,
.public-product-auto-grid .public-registry-product-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 0.78fr);
  grid-template-rows: none;
  align-items: stretch;
  gap: clamp(22px, 4vw, 34px);
  width: 100%;
  min-height: clamp(560px, 52vw, 760px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.88), transparent 30%),
    radial-gradient(circle at 98% 10%, rgba(184, 199, 174, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(255, 240, 240, 0.54));
  box-shadow: var(--shadow);
}

.studio-product-tile + .studio-product-tile,
.desktop-tool-card + .desktop-tool-card,
.pro-feature-card + .pro-feature-card,
.hub-feature-teaser + .studio-product-tile {
  margin-top: 0;
}

.studio-product-image,
.public-product-auto-grid .studio-product-image,
.batch-generator-media,
.desktop-tool-media,
.pro-showcase-media {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: clamp(520px, 48vw, 740px);
  align-self: stretch;
  justify-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.84), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.88), rgba(238, 245, 233, 0.48));
  box-shadow: none;
}

.studio-product-image,
.public-product-auto-grid .studio-product-image {
  display: block;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.batch-generator-media img,
.desktop-tool-media img,
.pro-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.desktop-tool-landscape,
.desktop-tool-portrait-media,
.pro-showcase-media,
.batch-generator-media {
  aspect-ratio: auto;
}

.desktop-tool-landscape img {
  padding: clamp(10px, 1.7vw, 18px);
}

.studio-product-content,
.desktop-tool-content,
.pro-feature-copy {
  display: grid;
  gap: clamp(13px, 2vw, 18px);
  align-content: center;
  align-self: center;
  min-width: 0;
  padding: clamp(26px, 4vw, 38px);
  text-align: left;
}

.desktop-tool-wide .desktop-tool-content {
  max-width: none;
  margin: 0;
  text-align: left;
}

.desktop-tool-wide .desktop-tool-content .status-pill,
.desktop-tool-wide .desktop-tool-content .button {
  justify-self: start;
}

.studio-product-content h3,
.hub-feature-teaser h3,
.desktop-tool-card h3,
.pro-feature-copy h3 {
  margin: 0;
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  line-height: 0.98;
}

.studio-product-content p,
.hub-feature-teaser p,
.desktop-tool-card p,
.pro-feature-copy p {
  max-width: 620px;
}

.studio-inside,
.pro-feature-list {
  max-width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(238, 245, 233, 0.42));
  box-shadow: 0 12px 34px rgba(111, 91, 70, 0.06);
}

.desktop-tool-content ul {
  max-width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.62), rgba(238, 245, 233, 0.34));
  padding: 16px 18px;
}

.desktop-tool-wide .desktop-tool-content ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  margin-inline: 0;
}

.studio-preview,
.desktop-tool-app-preview {
  max-width: min(100%, 520px);
  border-radius: 20px;
}

.studio-preview img,
.desktop-tool-app-preview img {
  object-fit: contain;
  object-position: center;
}

.studio-product-content .button,
.desktop-tool-card .button,
.pro-feature-copy .button {
  width: fit-content;
  margin-top: 4px;
}

.pro-showcase-media figcaption {
  display: none;
}

.pro-roadmap-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.pro-roadmap-strip span {
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  padding: 10px 14px;
  color: #625954;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.studio-product-card {
  min-height: 300px;
  padding: clamp(26px, 4vw, 36px);
}

.studio-product-card:first-child {
  grid-column: 1 / -1;
  min-height: 280px;
}

.studio-product-card h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.studio-note {
  margin-top: 18px;
  color: #8d7561;
  font-size: 0.86rem;
  font-weight: 800;
}

.status-pill {
  display: inline-grid;
  width: fit-content;
  min-height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.74);
  padding: 0 12px;
}

/* Showcase images live in assets/images/ and inherit this rounded editorial media frame. */
.showcase-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 201, 182, 0.2), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(212, 196, 234, 0.18), transparent 22%);
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

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

.showcase-tile {
  min-width: 0;
}

.showcase-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 280px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px dashed rgba(216, 181, 109, 0.58);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.76), rgba(255, 240, 240, 0.52));
  box-shadow: var(--shadow);
}

.showcase-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-featured .showcase-placeholder {
  min-height: 620px;
  max-height: 760px;
  aspect-ratio: 4 / 5;
}

.showcase-placeholder::before {
  content: "\2726";
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(216, 181, 109, 0.62);
  font-size: 1.65rem;
}

.showcase-placeholder::after {
  content: "\2665";
  position: absolute;
  top: 52px;
  right: 48px;
  color: rgba(233, 183, 183, 0.48);
  font-size: 1rem;
}

.showcase-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.84);
  color: var(--charcoal);
  box-shadow: var(--soft-shadow);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0 15px;
}

.style-outcomes-section .showcase-layout {
  gap: clamp(10px, 1.2vw, 14px);
}

.style-outcomes-section .showcase-small-grid {
  gap: clamp(10px, 1.1vw, 12px);
}

.style-outcomes-section .showcase-small-grid .showcase-placeholder {
  max-height: none;
}

.style-outcomes-section + .product-section {
  margin-top: clamp(28px, 4vw, 42px);
}

.external-outcomes-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(245, 201, 182, 0.18), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(184, 199, 174, 0.16), transparent 24%);
}

.external-outcomes-section .showcase-layout {
  gap: clamp(12px, 1.4vw, 18px);
}

.external-outcomes-section .showcase-small-grid {
  gap: clamp(12px, 1.2vw, 16px);
}

.external-outcomes-section .showcase-small-grid .showcase-placeholder {
  max-height: none;
}

.external-outcomes-section .showcase-caption {
  display: none;
}

.external-outcome-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Global image display types.
   Add the class to a section/card, or use data-image-display on the wrapper. */
.image-display-portrait_card .showcase-layout,
[data-image-display="portrait_card"] .showcase-layout {
  align-items: stretch;
}

.image-display-portrait_card .showcase-placeholder,
.showcase-placeholder.image-display-portrait_card,
[data-image-display="portrait_card"] .showcase-placeholder {
  display: grid;
  place-items: center;
  max-height: none;
  overflow: hidden;
  padding: 0;
}

.image-display-portrait_card .showcase-featured .showcase-placeholder,
[data-image-display="portrait_card"] .showcase-featured .showcase-placeholder {
  min-height: clamp(720px, 62vw, 900px);
  aspect-ratio: 4 / 5.65;
}

.image-display-portrait_card .showcase-small-grid .showcase-placeholder,
[data-image-display="portrait_card"] .showcase-small-grid .showcase-placeholder {
  min-height: clamp(350px, 30vw, 430px);
  aspect-ratio: 4 / 5.45;
}

.image-display-portrait_card img,
img.image-display-portrait_card,
[data-image-display="portrait_card"] img,
.image-display-portrait-card img,
img.image-display-portrait-card,
[data-image-display="portrait-card"] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.external-outcomes-section[data-image-display="portrait_card"] .showcase-placeholder,
.external-outcomes-section.image-display-portrait_card .showcase-placeholder {
  background: #fffdf9;
}

.image-display-landscape_showcase img,
img.image-display-landscape_showcase,
[data-image-display="landscape_showcase"] img,
.image-display-landscape-showcase img,
img.image-display-landscape-showcase,
[data-image-display="landscape-showcase"] img {
  object-fit: cover;
  object-position: center;
}

.image-display-square_store img,
img.image-display-square_store,
[data-image-display="square_store"] img,
.image-display-square-store img,
img.image-display-square-store,
[data-image-display="square-store"] img {
  object-fit: contain;
  object-position: center;
}

.image-display-app_screenshot img,
img.image-display-app_screenshot,
[data-image-display="app_screenshot"] img,
.image-display-app-screenshot img,
img.image-display-app-screenshot,
[data-image-display="app-screenshot"] img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 760px) {
  .image-display-portrait_card .showcase-featured .showcase-placeholder,
  .image-display-portrait_card .showcase-small-grid .showcase-placeholder,
  [data-image-display="portrait_card"] .showcase-featured .showcase-placeholder,
  [data-image-display="portrait_card"] .showcase-small-grid .showcase-placeholder {
    min-height: clamp(430px, 122vw, 680px);
    aspect-ratio: 4 / 5.55;
  }
}

.showcase-placeholder img.image-missing,
.style-screenshot-placeholder img.image-missing,
.external-outcome-placeholder img.image-missing {
  display: none;
}

.missing-image-details {
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(84%, 420px);
  padding: 14px 16px;
  border: 1px dashed rgba(151, 129, 88, 0.42);
  border-radius: 18px;
  background: rgba(255, 248, 242, 0.82);
  box-shadow: 0 12px 28px rgba(118, 92, 78, 0.1);
  color: var(--charcoal);
  font-size: clamp(0.76rem, 1.1vw, 0.9rem);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: center;
  z-index: 2;
}

.missing-image-details span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.missing-image-details strong,
.missing-image-details code {
  display: block;
  margin-top: 4px;
  color: var(--charcoal);
}

.missing-image-details code {
  font-family: var(--font-sans);
  font-size: 0.78rem;
}

.showcase-placeholder img.image-missing + .missing-image-details,
.style-screenshot-placeholder img.image-missing + .missing-image-details,
.external-outcome-placeholder img.image-missing + .missing-image-details {
  display: block;
}

.external-outcomes-section + .product-section {
  margin-top: clamp(30px, 4.4vw, 48px);
}

.outcome-product-images,
.outcome-colouring-pages {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(233, 183, 183, 0.38), rgba(255, 240, 231, 0.82));
}

.outcome-clipart-files,
.outcome-clipart-collections {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(184, 199, 174, 0.4), rgba(238, 245, 233, 0.84));
}

.outcome-printables,
.outcome-printable-bundles {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(216, 181, 109, 0.28), rgba(255, 248, 242, 0.88));
}

.outcome-website-graphics,
.outcome-storybook-scenes {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(212, 196, 234, 0.34), rgba(238, 245, 233, 0.78));
}

.outcome-creative-collections,
.outcome-character-concepts {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(255, 221, 205, 0.62), rgba(244, 232, 248, 0.72));
}

.placeholder-showcase-childrens-book {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(233, 183, 183, 0.34), rgba(255, 240, 231, 0.78));
}

.placeholder-showcase-journal-collection {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(184, 199, 174, 0.34), rgba(238, 245, 233, 0.78));
}

.placeholder-showcase-printable-bundle {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(216, 181, 109, 0.28), rgba(255, 243, 207, 0.78));
}

.placeholder-showcase-nursery-art {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(212, 196, 234, 0.4), rgba(243, 236, 255, 0.78));
}

.placeholder-showcase-clipart-bundle {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(245, 201, 182, 0.38), rgba(255, 240, 231, 0.78));
}

.placeholder-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: #977f56;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 8px 12px;
}

.placeholder-style-book-collection {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(233, 183, 183, 0.34), rgba(255, 240, 231, 0.78));
}

.placeholder-style-nursery-art {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(212, 196, 234, 0.4), rgba(243, 236, 255, 0.78));
}

.placeholder-style-journal-collection {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(184, 199, 174, 0.34), rgba(238, 245, 233, 0.78));
}

.placeholder-style-printables {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(216, 181, 109, 0.28), rgba(255, 243, 207, 0.78));
}

.placeholder-style-clipart {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, rgba(245, 201, 182, 0.38), rgba(255, 240, 231, 0.78));
}

.inspiration-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(28px, 4vw, 42px);
}

.inspiration-panel > p {
  margin: 8px 0 0;
  font-size: 1rem;
}

.maker-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.maker-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(233, 183, 183, 0.62);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.74);
  color: #625954;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0 13px;
}

.access-section {
  padding-top: clamp(32px, 5vw, 58px);
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 840px;
  margin: 0 auto;
}

.access-card {
  padding: 30px;
}

.access-card p {
  margin: 12px 0 22px;
}

.final-cta {
  padding: clamp(30px, 5vw, 64px) 0;
}

.final-panel {
  display: grid;
  justify-items: center;
  padding: clamp(32px, 5vw, 52px);
  text-align: center;
}

.final-panel > p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.final-panel .hero-actions {
  justify-content: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 38px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer-links a,
.login-footer a {
  color: #977f56;
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-links a:hover,
.login-footer a:hover {
  color: #6f7d61;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  color: var(--charcoal);
  font-weight: 800;
}

.content-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.page-main {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 78px) 0 clamp(44px, 7vw, 86px);
}

.page-main.studios-main {
  width: min(1180px, calc(100% - 32px));
  padding-top: 0;
}

.style-studio-page .page-main {
  padding-top: 0;
}

.page-hero {
  position: relative;
  max-width: 780px;
  margin: 0 auto clamp(26px, 5vw, 42px);
  text-align: center;
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  color: rgba(216, 181, 109, 0.48);
  pointer-events: none;
}

.page-hero::before {
  content: "\2726";
  top: -18px;
  left: -18px;
  font-size: clamp(1.8rem, 5vw, 3.5rem);
}

.page-hero::after {
  content: "\2665";
  right: 8px;
  bottom: -14px;
  color: rgba(233, 183, 183, 0.46);
  font-size: clamp(1.2rem, 3vw, 2rem);
}

.page-hero h1 {
  max-width: none;
  font-size: clamp(3rem, 6vw, 5rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item,
.support-card,
.support-help {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--soft-shadow);
}

.faq-item::before,
.support-card::before,
.support-help::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 22px 26px;
  cursor: pointer;
  color: #3f3b38;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 700;
  line-height: 1.05;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(184, 199, 174, 0.72);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.78);
  color: #977f56;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1rem;
}

.faq-item[open] summary::after {
  content: "-";
  background: var(--sage-soft);
}

.faq-item p {
  margin: -4px 0 0;
  padding: 0 26px 24px;
  color: var(--muted);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 20px;
  align-items: start;
}

.support-card,
.support-help {
  padding: clamp(24px, 4vw, 34px);
}

.support-form {
  display: grid;
  gap: 16px;
}

.support-field {
  display: grid;
  gap: 8px;
}

.support-field span {
  color: #625954;
  font-size: 0.88rem;
  font-weight: 800;
}

.support-field input,
.support-field select,
.support-field textarea {
  width: 100%;
  border: 1px solid rgba(184, 199, 174, 0.82);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.86);
  color: var(--charcoal);
  font: 600 1rem/1.4 "Inter", Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.support-field input,
.support-field select {
  min-height: 52px;
  padding: 0 16px;
}

.support-field textarea {
  min-height: 170px;
  resize: vertical;
  padding: 14px 16px;
}

.support-field input:focus,
.support-field select:focus,
.support-field textarea:focus {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(216, 181, 109, 0.16);
}

.support-submit {
  width: fit-content;
  min-width: 180px;
  margin-top: 4px;
}

.support-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: stretch;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.checkout-product-panel,
.checkout-account-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--soft-shadow);
  padding: clamp(24px, 4vw, 38px);
}

.checkout-product-panel::before,
.checkout-account-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.checkout-product-panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.checkout-product-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 20px;
  background: var(--peach-soft);
  box-shadow: 0 16px 36px rgba(74, 74, 74, 0.1);
}

.checkout-product-panel h1,
.checkout-account-panel h2 {
  margin: 0;
}

.checkout-product-panel p:not(.eyebrow),
.checkout-account-panel p:not(.eyebrow),
.checkout-footnote {
  color: var(--muted);
}

.checkout-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: baseline;
  justify-content: space-between;
  border: 1px solid rgba(184, 199, 174, 0.44);
  border-radius: 18px;
  background: rgba(238, 245, 233, 0.68);
  padding: 16px 18px;
}

.checkout-price-row span {
  color: #625954;
  font-weight: 800;
}

.checkout-price-row strong {
  color: #3f3b38;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.checkout-trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-trust-list li {
  position: relative;
  padding-left: 28px;
  color: #625954;
  font-weight: 800;
  line-height: 1.45;
}

.checkout-trust-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #6f7d61;
}

.checkout-form {
  margin-top: 18px;
}

.checkout-footnote {
  margin: 18px 0 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.checkout-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.support-help {
  background:
    radial-gradient(circle at 90% 12%, rgba(233, 183, 183, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 249, 0.94)),
    var(--sage-soft);
}

.support-help h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.support-checklist {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 24px;
  list-style: none;
}

.support-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 700;
}

.support-checklist li::before {
  content: "\2726";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(216, 181, 109, 0.78);
}

.licence-intro {
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
}

.licence-intro p {
  max-width: 720px;
  margin-inline: auto;
}

.licence-grid,
.licence-info-grid {
  display: grid;
  gap: 20px;
}

.licence-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.licence-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.membership-main {
  display: grid;
  gap: clamp(42px, 7vw, 76px);
}

.membership-hero,
.membership-path-section,
.membership-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  max-width: 1240px;
  margin: 0 auto;
}

.membership-wide-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 28px);
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 34px;
  background:
    radial-gradient(circle at 4% 8%, rgba(233, 183, 183, 0.22), transparent 30%),
    radial-gradient(circle at 100% 16%, rgba(184, 199, 174, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(255, 248, 242, 0.72));
  box-shadow: var(--soft-shadow);
}

.membership-wide-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, rgba(233, 183, 183, 0.72), rgba(216, 181, 109, 0.72), rgba(184, 199, 174, 0.72));
}

.membership-wide-card::after {
  content: "\2726";
  position: absolute;
  top: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 34px);
  color: rgba(216, 181, 109, 0.46);
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1;
  pointer-events: none;
}

.membership-wide-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 920px;
  padding: 0 clamp(4px, 2vw, 14px) clamp(4px, 1vw, 10px);
}

.membership-wide-content .button {
  margin-top: clamp(22px, 3vw, 30px);
}

.membership-hero {
  position: relative;
  width: min(100%, 1440px);
  padding: clamp(14px, 2.4vw, 28px);
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 12%, rgba(233, 183, 183, 0.28), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(184, 199, 174, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(255, 248, 242, 0.82));
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.membership-hero {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
}

.membership-hero-media {
  order: 0;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 8.2;
  border-radius: 28px;
}

.membership-hero-copy {
  order: 1;
  max-width: 980px;
  padding: 0 clamp(8px, 2.5vw, 26px) clamp(8px, 2vw, 22px);
}

.membership-hero::after,
.membership-feature-band::after,
.membership-final-cta::before {
  content: "\2726";
  position: absolute;
  color: rgba(216, 181, 109, 0.5);
  font-size: clamp(2.2rem, 6vw, 5rem);
  pointer-events: none;
}

.membership-hero::after {
  right: clamp(18px, 4vw, 48px);
  top: clamp(16px, 3vw, 32px);
}

.membership-hero-copy h1 {
  max-width: 720px;
  margin-top: 10px;
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  line-height: 0.96;
}

.membership-hero-copy h2 {
  margin-top: 18px;
  color: var(--sage-deep);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.membership-hero-copy p,
.membership-path-copy p,
.membership-wide-content p,
.membership-feature-band .section-heading p,
.membership-soft-card p,
.membership-final-cta p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.membership-callout,
.membership-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(216, 181, 109, 0.36);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.84);
  color: var(--charcoal);
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(111, 91, 70, 0.08);
}

.membership-note {
  border-radius: 22px;
  font-weight: 700;
}

.membership-image-card {
  position: relative;
  display: grid;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 248, 242, 0.9)),
    var(--paper);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.membership-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.membership-hero .membership-image-card img,
.membership-wide-card .membership-image-card img {
  object-fit: contain;
}

.membership-wide-card .membership-image-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: stretch;
  border-radius: 28px;
}

.membership-image-card img.image-missing {
  display: none;
}

.membership-image-card img.image-missing + .external-image-fallback {
  display: grid;
  align-content: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(22px, 4vw, 36px);
}

.membership-path-section {
  padding: clamp(24px, 4vw, 44px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(238, 245, 233, 0.34)),
    rgba(255, 248, 242, 0.62);
}

.membership-path-copy h2,
.membership-wide-content h2,
.membership-feature-band h2,
.membership-soft-card h2,
.membership-final-cta h2 {
  margin-top: 8px;
  font-size: clamp(2.4rem, 4.7vw, 4.3rem);
  line-height: 0.98;
}

.membership-icon-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.membership-icon-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.membership-icon-list li::before {
  content: "\2726";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--gold);
}

.membership-feature-band,
.membership-comparison-section,
.membership-final-cta {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(233, 183, 183, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 245, 233, 0.34));
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.membership-feature-band::after {
  right: 36px;
  top: 28px;
}

.membership-feature-card,
.membership-soft-card {
  position: relative;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.84);
  box-shadow: 0 18px 44px rgba(111, 91, 70, 0.08);
  padding: clamp(24px, 4vw, 38px);
}

.membership-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.membership-comparison-table {
  display: grid;
  gap: 0;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.88);
}

.membership-comparison-table [role="row"] {
  display: grid;
  grid-template-columns: 0.9fr repeat(4, 1fr);
  border-bottom: 1px solid rgba(216, 181, 109, 0.22);
}

.membership-comparison-table [role="row"]:last-child {
  border-bottom: 0;
}

.membership-comparison-table span {
  padding: 17px 16px;
  border-right: 1px solid rgba(216, 181, 109, 0.18);
  color: var(--muted);
  line-height: 1.45;
}

.membership-comparison-table span:last-child {
  border-right: 0;
}

.membership-comparison-table [role="rowheader"],
.membership-comparison-table [role="columnheader"] {
  color: var(--charcoal);
  font-weight: 800;
}

.membership-comparison-table .comparison-header {
  background: linear-gradient(90deg, rgba(233, 183, 183, 0.22), rgba(216, 181, 109, 0.16), rgba(184, 199, 174, 0.18));
}

.membership-final-cta {
  text-align: center;
}

.membership-final-cta::before {
  left: 38px;
  top: 26px;
  color: rgba(233, 183, 183, 0.5);
}

.membership-final-cta p {
  max-width: 760px;
  margin: 18px auto 0;
}

.membership-final-cta .hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.licence-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--soft-shadow);
  padding: clamp(24px, 4vw, 34px);
}

.licence-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
}

.licence-allowed {
  background:
    radial-gradient(circle at 92% 10%, rgba(184, 199, 174, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 253, 249, 0.95)),
    var(--sage-soft);
}

.licence-allowed::before {
  background: linear-gradient(90deg, var(--sage), var(--gold));
}

.licence-not-allowed {
  background:
    radial-gradient(circle at 92% 10%, rgba(233, 183, 183, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 253, 249, 0.95)),
    var(--blush-soft);
}

.licence-not-allowed::before {
  background: linear-gradient(90deg, var(--blush), var(--peach), var(--gold));
}

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

.licence-list li {
  position: relative;
  padding-left: 32px;
  color: var(--muted);
  font-weight: 700;
}

.licence-allowed .licence-list li::before,
.licence-not-allowed .licence-list li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.licence-allowed .licence-list li::before {
  content: "\2713";
  background: rgba(184, 199, 174, 0.28);
  color: #6f7d61;
}

.licence-not-allowed .licence-list li::before {
  content: "\00d7";
  background: rgba(233, 183, 183, 0.28);
  color: #9a6f6f;
}

.licence-help {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 20px auto 0;
  text-align: center;
}

.licence-help .button {
  margin-top: 10px;
}

.product-landing-hero {
  position: relative;
  display: flex;
  width: 100vw;
  min-height: clamp(520px, 50vw, 760px);
  align-items: center;
  margin: 0 0 24px calc(50% - 50vw);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 242, 0.94) 0 37%, rgba(255, 248, 242, 0.38) 52%, rgba(255, 248, 242, 0.05) 100%),
    url("../assets/images/hero/style-studio-hero.jpg") 55% center / cover no-repeat,
    radial-gradient(circle at 14% 18%, rgba(255, 253, 249, 0.9), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(233, 183, 183, 0.28), transparent 30%),
    radial-gradient(circle at 72% 84%, rgba(184, 199, 174, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 242, 0.94), rgba(255, 240, 240, 0.62), rgba(238, 245, 233, 0.6)),
    var(--paper);
  box-shadow: none;
  padding: 0;
}

.product-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 9% 24%, rgba(233, 183, 183, 0.18), transparent 18%),
    radial-gradient(circle at 83% 18%, rgba(216, 181, 109, 0.12), transparent 20%),
    linear-gradient(90deg, rgba(255, 248, 242, 0.32), rgba(255, 248, 242, 0));
  pointer-events: none;
}

.product-landing-hero::after {
  content: "";
  position: absolute;
  inset: 12% 4% 5% 42%;
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 56% 38%, rgba(184, 199, 174, 0.32), transparent 18%),
    radial-gradient(ellipse at 72% 54%, rgba(233, 183, 183, 0.34), transparent 20%),
    radial-gradient(ellipse at 88% 24%, rgba(216, 181, 109, 0.2), transparent 17%);
  opacity: 0.9;
  pointer-events: none;
}

.product-hero-copy-card {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 128px) 0;
}

.product-landing-hero h1 {
  max-width: 660px;
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.product-landing-hero h2 {
  max-width: 590px;
  margin-top: 14px;
  color: #625954;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}

.product-landing-hero p:not(.eyebrow),
.product-note {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.product-note {
  color: #977f56;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-image-cue,
.hero-image-filename {
  position: absolute;
  bottom: clamp(20px, 4vw, 42px);
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: var(--soft-shadow);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 10px 15px;
}

.hero-image-filename {
  left: clamp(22px, 4vw, 48px);
  color: #977f56;
}

.hero-image-cue {
  right: clamp(22px, 4vw, 48px);
  max-width: calc(100% - 44px);
  color: #8d7561;
}

/* Hero artwork file for all external purchase pages: assets/images/hero/style-studio-hero.jpg */

.collection-desktop-pro-page .page-main {
  padding-top: 0;
}

.collection-desktop-showcase {
  margin-top: clamp(34px, 6vw, 58px);
}

.storybook-studio-page .storybook-balanced-heading {
  margin-inline: auto;
  text-wrap: balance;
}

.storybook-studio-page .storybook-showcase-heading {
  max-width: 880px;
}

.storybook-studio-page .storybook-workflow-heading,
.storybook-studio-page .storybook-tools-heading {
  max-width: 780px;
}

.collection-showcase-frame {
  position: relative;
  display: grid;
  width: min(100%, 980px);
  min-height: clamp(420px, 62vw, 980px);
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.84), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(216, 181, 109, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.82), rgba(255, 240, 240, 0.58), rgba(238, 245, 233, 0.42));
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 34px);
}

.collection-showcase-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 24px;
  object-fit: contain;
  object-position: center;
}

.collection-showcase-frame img.image-missing {
  display: none;
}

.external-image-fallback {
  display: none;
  align-self: center;
  justify-self: center;
  max-width: 420px;
  border: 1px dashed rgba(184, 199, 174, 0.76);
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.78), rgba(238, 245, 233, 0.72));
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  padding: 32px;
  text-align: center;
}

.external-image-fallback span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.external-image-fallback strong {
  display: block;
  margin-top: 4px;
  color: var(--charcoal);
  font-family: var(--font-serif);
  font-size: 1.38rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.external-image-fallback code {
  display: block;
  margin-top: 4px;
  color: var(--charcoal);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.collection-showcase-frame img.image-missing + .external-image-fallback {
  display: block;
}

.collection-desktop-benefits .style-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-desktop-benefits .style-feature-card {
  display: grid;
  min-height: 220px;
  align-content: start;
}

.collection-desktop-benefits .style-feature-card h3 {
  margin-top: 14px;
}

.collection-desktop-workflow .section-heading {
  max-width: 900px;
}

.collection-desktop-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.collection-desktop-steps li {
  min-height: 180px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 253, 249, 0.9)),
    var(--sage-soft);
}

.collection-desktop-steps li:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 253, 249, 0.9)),
    var(--blush-soft);
}

.collection-desktop-note {
  margin-top: clamp(28px, 5vw, 48px);
}

.collection-desktop-note .app-card {
  max-width: 980px;
  margin: 0 auto;
  border-color: rgba(216, 181, 109, 0.34);
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 181, 109, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(238, 245, 233, 0.58));
  text-align: center;
}

.collection-desktop-note .app-card p:not(.eyebrow) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.image-processor-page .style-action-feature .style-screenshot-placeholder {
  align-items: center;
  justify-content: center;
  min-height: 0;
  aspect-ratio: auto;
  padding: clamp(14px, 2.5vw, 24px);
}

.image-processor-page .style-screenshot-placeholder img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.image-processor-page .style-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-processor-page .style-feature-card {
  display: grid;
  min-height: 168px;
  align-content: start;
}

.image-processor-page .style-feature-card h3 {
  margin-top: 0;
}

.image-processor-app-section .section-heading {
  max-width: 980px;
}

.image-processor-app-section .section-heading h2 {
  max-width: 980px;
}

.image-processor-app-section .style-action-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.image-processor-app-section .style-action-card {
  display: grid;
  align-content: start;
  height: 100%;
}

.activation-placeholder-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.94rem;
}

.activation-placeholder-list li {
  position: relative;
  padding-left: 22px;
}

.activation-placeholder-list li::before {
  content: "\2726";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--gold);
}

.product-section {
  margin-top: clamp(34px, 6vw, 58px);
}

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

.style-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 249, 0.88)),
    var(--blush-soft);
  box-shadow: var(--soft-shadow);
  padding: 22px 18px 18px;
}

.style-feature-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 249, 0.88)),
    var(--sage-soft);
}

.style-feature-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 249, 0.88)),
    var(--peach-soft);
}

.style-feature-card:nth-child(4n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 249, 0.88)),
    var(--lavender-soft);
}

.style-feature-card h3 {
  margin-top: 16px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.style-feature-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.style-action-layout {
  display: grid;
  gap: 20px;
}

.style-action-feature,
.style-action-card {
  min-width: 0;
}

.style-screenshot-placeholder {
  position: relative;
  display: flex;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 253, 249, 0.86), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(216, 181, 109, 0.2), transparent 24%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.72), rgba(238, 245, 233, 0.64));
  box-shadow: var(--soft-shadow);
}

.style-screenshot-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: center;
}

.style-action-feature .style-screenshot-placeholder {
  aspect-ratio: 16 / 9;
  min-height: 420px;
}

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

.style-action-card .style-screenshot-placeholder {
  aspect-ratio: 5 / 4;
}

.placeholder-style-studio-main-interface {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.9), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(216, 181, 109, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(233, 183, 183, 0.32), rgba(255, 248, 242, 0.86), rgba(184, 199, 174, 0.28));
}

.placeholder-style-studio-searchable-styles {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(184, 199, 174, 0.34), rgba(238, 245, 233, 0.78));
}

.placeholder-style-studio-enhancement {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(245, 201, 182, 0.38), rgba(255, 240, 231, 0.78));
}

.placeholder-style-studio-finished-prompt {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(135deg, rgba(216, 181, 109, 0.28), rgba(255, 243, 207, 0.78));
}

.style-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.style-steps li {
  display: grid;
  gap: 14px;
  min-height: 160px;
  align-content: start;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 249, 0.92)),
    var(--gold-soft);
  box-shadow: var(--soft-shadow);
  color: #625954;
  font-weight: 800;
  padding: 20px;
}

.style-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blush), var(--gold));
  color: #fffdf9;
}

.activation-intro {
  max-width: 760px;
  margin: clamp(34px, 6vw, 58px) auto 0;
  text-align: center;
}

.activation-intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.activation-intro p {
  max-width: 650px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.activation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 20px;
  align-items: start;
  margin-top: clamp(22px, 4vw, 34px);
}

.activation-card {
  min-height: 100%;
}

.activation-side {
  display: grid;
  gap: 20px;
}

.activation-anchor {
  display: block;
  height: 1px;
  scroll-margin-top: clamp(90px, 10vw, 150px);
}

.activation-thankyou-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 46vw, 720px);
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) clamp(34px, 6vw, 72px);
  padding: clamp(78px, 8vw, 124px) max(8vw, calc((100vw - 1280px) / 2 + 54px)) clamp(72px, 8vw, 116px);
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 251, 247, 0.42) 0%, rgba(255, 251, 247, 0.25) 34%, rgba(255, 251, 247, 0.08) 58%, rgba(255, 251, 247, 0) 100%),
    url("/assets/images/hero/website-hero-image.jpg") center top / cover no-repeat;
  box-shadow: 0 26px 60px rgba(111, 91, 70, 0.12);
}

.activation-thankyou-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(620px, calc(100% - 36px));
  margin-left: 0;
  padding: 0;
  text-shadow: 0 1px 16px rgba(255, 255, 255, 0.58);
}

.activation-thankyou-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

.activation-thankyou-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.activation-product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  margin: clamp(22px, 5vw, 54px) auto clamp(30px, 6vw, 70px);
}

.activation-product-copy {
  display: grid;
  gap: 18px;
  max-width: 620px;
}

.activation-product-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6.4vw, 6.7rem);
  line-height: 0.9;
}

.activation-product-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.activation-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.activation-product-card-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 920px);
  margin: 0 auto clamp(34px, 6vw, 76px);
}

.activation-product-card-stage .activation-product-card-image {
  width: min(100%, 640px);
}

.activation-product-card-copy {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.activation-product-card-copy h1 {
  margin: 0;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.9;
  text-wrap: balance;
}

.activation-product-card-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

.activation-product-card-image {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 181, 109, 0.42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(238, 245, 233, 0.72));
  box-shadow: 0 28px 70px rgba(111, 91, 70, 0.16);
}

.activation-product-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.activation-section-panel {
  width: min(100%, 1080px);
  margin: 0 auto clamp(28px, 5vw, 62px);
}

.activation-section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 22px;
}

.activation-section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.6vw, 4.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.activation-create-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(420px, 0.66fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
}

.activation-create-list,
.activation-feature-grid {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activation-create-list li,
.activation-feature-grid li {
  position: relative;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.68);
  color: #625954;
  font-weight: 800;
  line-height: 1.45;
  padding: 14px 16px 14px 38px;
}

.activation-create-list li::before,
.activation-feature-grid li::before {
  content: "\2726";
  position: absolute;
  left: 15px;
  top: 14px;
  color: var(--gold);
}

.activation-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.activation-creator-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 1fr);
  gap: clamp(14px, 1.6vw, 18px);
  align-items: stretch;
}

.activation-creator-featured,
.activation-creator-gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 181, 109, 0.38);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: var(--soft-shadow);
}

.activation-creator-featured {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.activation-creator-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 18px);
  height: 100%;
}

.activation-creator-gallery-grid figure {
  aspect-ratio: auto;
  min-height: 0;
}

.activation-creator-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fffdf9;
}

.activation-creator-gallery figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 12px 28px rgba(111, 91, 70, 0.14);
  color: #625954;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px 16px;
}

.activation-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(170px, 0.34fr);
  gap: 14px;
  min-width: 0;
}

.activation-showcase figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 181, 109, 0.42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.86), rgba(238, 245, 233, 0.72));
  box-shadow: var(--soft-shadow);
}

.activation-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.activation-showcase-featured {
  min-height: clamp(620px, 52vw, 860px);
  aspect-ratio: 4 / 5;
}

.activation-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.activation-showcase-grid figure {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.activation-rich-layout {
  margin-top: clamp(26px, 5vw, 56px);
}

.activation-support-panel {
  display: grid;
  gap: 14px;
  max-width: 760px;
  text-align: center;
}

.activation-support-panel .button {
  justify-self: center;
}

.activation-feature-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.activation-feature-list li {
  position: relative;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.62);
  color: #625954;
  font-weight: 800;
  line-height: 1.45;
  padding: 12px 14px 12px 36px;
}

.activation-feature-list li::before {
  content: "\2726";
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--gold);
}

.app-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--soft-shadow);
  padding: clamp(24px, 4vw, 34px);
}

.app-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.app-card h2 {
  margin-top: 12px;
}

.app-muted,
.app-card p {
  color: var(--muted);
}

.activation-reassurance {
  margin: 12px 0 0;
  color: #8d7561;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.app-notice {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.76);
  color: #977f56;
  font-weight: 800;
  padding: 8px 14px;
}

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

.product-access-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
}

.dashboard-header {
  display: flex;
  width: min(1240px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 24px 4px 18px;
}

.dashboard-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dashboard-nav a {
  color: #625954;
  font-size: 0.9rem;
  font-weight: 800;
}

.dashboard-nav form {
  margin: 0;
}

.dashboard-main-shell {
  width: min(100% - 32px, 1440px);
  padding-top: clamp(18px, 4vw, 42px);
}

.dashboard-welcome {
  max-width: 920px;
  margin-bottom: clamp(28px, 5vw, 46px);
}

.dashboard-welcome h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.dashboard-welcome p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.dashboard-left-nav {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.86), rgba(255, 248, 242, 0.94)),
    var(--paper);
  box-shadow: 0 14px 30px rgba(151, 127, 86, 0.08);
  padding: 14px;
}

.dashboard-left-nav a {
  border-radius: 999px;
  color: #625954;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 11px 14px;
}

.dashboard-left-nav a:hover,
.dashboard-left-nav a:focus,
.dashboard-left-nav a[aria-current="page"] {
  background: rgba(238, 245, 233, 0.82);
  color: var(--ink);
}

.dashboard-main {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  min-width: 0;
}

.dashboard-section {
  display: grid;
  gap: 18px;
  min-width: 0;
  scroll-margin-top: 24px;
}

.dashboard-home-section {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(233, 183, 183, 0.18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(184, 199, 174, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(255, 248, 242, 0.92));
  box-shadow: var(--soft-shadow);
  padding: clamp(22px, 4vw, 34px);
}

.dashboard-subsection {
  display: grid;
  gap: 18px;
  margin-top: clamp(26px, 4vw, 40px);
}

.dashboard-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 14px;
}

.dashboard-overview-card {
  display: grid;
  min-height: 168px;
  align-content: start;
  gap: 10px;
  border-radius: 22px;
  padding: 20px;
  text-decoration: none;
}

.dashboard-overview-card h3 {
  margin: 2px 0 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.dashboard-overview-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.dashboard-home-workspace {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.dashboard-home-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.72);
  padding: 22px;
}

.dashboard-home-panel h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.dashboard-home-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dashboard-home-panel .button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.dashboard-overview-dot {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(216, 181, 109, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 253, 249, 0.92), transparent 32%),
    linear-gradient(135deg, rgba(233, 183, 183, 0.72), rgba(216, 181, 109, 0.7));
}

.dashboard-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
}

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

.roadmap-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-height: 240px;
}

.roadmap-card h3 {
  margin: 4px 0 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.roadmap-card p {
  color: var(--muted);
  flex: 1 1 auto;
}

.roadmap-card form {
  align-self: flex-start;
  margin-top: auto;
}

.dashboard-suggestion-count {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px !important;
  border: 1px solid rgba(184, 199, 174, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.86), rgba(238, 245, 233, 0.66)),
    var(--sage-soft);
  color: #6f7d61 !important;
  font-size: 0.88rem !important;
  font-weight: 800;
  padding: 8px 13px;
}

.roadmap-vote-button.is-voted {
  border-color: rgba(216, 181, 109, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.82), rgba(238, 245, 233, 0.74)),
    rgba(255, 253, 249, 0.92);
  color: #7a846f;
  opacity: 1;
}

.roadmap-vote-button.vote-confirmed {
  animation: softVoteConfirm 520ms ease;
}

@keyframes softVoteConfirm {
  0% {
    transform: scale(0.98);
    box-shadow: 0 0 0 rgba(216, 181, 109, 0);
  }
  52% {
    transform: scale(1.03);
    box-shadow: 0 0 0 7px rgba(216, 181, 109, 0.14);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(216, 181, 109, 0);
  }
}

.customer-suggestion-card {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 920px;
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.76), rgba(238, 245, 233, 0.62)),
    var(--paper);
}

.future-suggestion-panel {
  display: grid;
  margin-top: clamp(18px, 3vw, 30px);
}

.customer-suggestion-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.customer-suggestion-form label:nth-last-of-type(-n + 2),
.customer-suggestion-form button {
  grid-column: 1 / -1;
}

.customer-suggestion-form label {
  display: grid;
  gap: 7px;
}

.customer-suggestion-form span {
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-suggestion-form input,
.customer-suggestion-form textarea,
.customer-suggestion-form select {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.88);
  color: var(--ink);
  font: inherit;
  padding: 11px 13px;
}

.customer-suggestion-form select {
  min-height: 46px;
}

.customer-suggestion-form [hidden] {
  display: none;
}

.customer-suggestion-form button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.my-suggestions-section {
  display: grid;
  gap: 16px;
  margin-top: clamp(28px, 5vw, 48px);
}

.my-suggestions-list {
  display: grid;
  gap: 14px;
}

.my-suggestion-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: clamp(16px, 3vw, 26px);
  align-items: start;
}

.my-suggestion-card h3 {
  margin: 10px 0 8px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.my-suggestion-card p {
  margin: 0;
  color: var(--muted);
}

.my-suggestion-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.my-suggestion-meta div {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.62);
  padding: 10px 12px;
}

.my-suggestion-meta dt {
  color: #8d7561;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my-suggestion-meta dd {
  margin: 3px 0 0;
  color: #625954;
  font-size: 0.9rem;
  font-weight: 700;
}

.my-suggestion-linked-products {
  grid-column: 1 / -1;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: rgba(255, 248, 242, 0.72);
  padding: 14px 16px;
}

.my-suggestion-linked-products h4 {
  margin: 0 0 10px;
  color: #5d514a;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my-suggestion-linked-products ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.my-suggestion-linked-products li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  padding: 9px 12px;
}

.my-suggestion-linked-products strong {
  color: #8d7561;
  white-space: nowrap;
}

.previous-suggestions {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.58);
  padding: 16px;
}

.previous-suggestions summary {
  cursor: pointer;
  color: #8d7561;
  font-weight: 900;
}

.previous-suggestions .my-suggestions-list {
  margin-top: 14px;
}

.suggestion-error {
  margin: 0 0 4px;
}

.suggestion-success {
  margin: 0;
  border: 1px solid rgba(184, 199, 174, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(238, 245, 233, 0.82), rgba(255, 253, 249, 0.9)),
    var(--sage-soft);
  color: #617457;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 12px 14px;
}

.suggestion-success[hidden] {
  display: none;
}

.dashboard-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(233, 183, 183, 0.2), transparent 30%),
    rgba(74, 74, 74, 0.28);
  padding: 22px;
}

.dashboard-dialog-backdrop[hidden] {
  display: none;
}

.dashboard-success-dialog {
  position: relative;
  width: min(100%, 560px);
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 240, 240, 0.88), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(238, 245, 233, 0.72), transparent 34%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(255, 248, 242, 0.96));
  box-shadow: 0 28px 90px rgba(74, 74, 74, 0.22);
  padding: clamp(28px, 5vw, 42px);
  text-align: center;
}

.dashboard-success-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.dashboard-success-dialog h2 {
  margin: 4px 0 16px;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
}

.dashboard-success-dialog p:not(.eyebrow) {
  max-width: 430px;
  margin: 10px auto 0;
  color: var(--muted);
}

.dashboard-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.dashboard-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  color: #8d7561;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.dashboard-studio-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-width: 0;
  min-height: 720px;
  align-content: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.dashboard-studio-card h3 {
  margin-top: 8px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.dashboard-studio-image {
  position: relative;
  height: clamp(420px, 33vw, 560px);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 26px 26px 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(255, 240, 240, 0.72), rgba(238, 245, 233, 0.62));
}

.dashboard-studio-image::before {
  content: none;
}

.dashboard-studio-image::after {
  content: none;
}

.dashboard-studio-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.dashboard-studio-image img[src$=".jpg"] {
  color: transparent;
}

.dashboard-studio-image img:not([src]),
.dashboard-studio-image img[alt] {
  font-size: 0;
}

.studio-image-planner-studio {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(184, 199, 174, 0.34), rgba(238, 245, 233, 0.78));
}

.studio-image-storybook-studio {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(245, 201, 182, 0.38), rgba(255, 240, 231, 0.78));
}

.studio-image-colouring-studio {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(212, 196, 234, 0.4), rgba(243, 236, 255, 0.78));
}

.studio-image-mockup-studio {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(135deg, rgba(216, 181, 109, 0.28), rgba(255, 243, 207, 0.78));
}

.dashboard-studio-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  gap: 14px;
  padding: 28px 28px 26px;
}

.dashboard-studio-content .status-pill {
  align-self: flex-start;
}

.dashboard-studio-content h3 {
  min-height: 2.35em;
}

.dashboard-studio-content p {
  overflow-wrap: anywhere;
}

.dashboard-studio-content p:not(.app-muted) {
  min-height: 4.2em;
}

.dashboard-studio-content .app-muted {
  min-height: 2.2em;
}

.dashboard-studio-footer {
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 96px;
  margin-top: auto;
}

.dashboard-studio-footer .app-muted {
  margin: 0;
}

.dashboard-studio-card .button {
  align-self: flex-start;
  width: fit-content;
}

.dashboard-studio-content > .button {
  margin-top: auto;
}

.dashboard-help-card .button {
  margin-top: 8px;
}

.dashboard-help-learning {
  display: grid;
  gap: 24px;
}

.dashboard-help-search-card,
.dashboard-help-ticket-card,
.dashboard-help-empty {
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.24);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 240, 240, 0.78), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(238, 245, 233, 0.68), transparent 30%),
    rgba(255, 253, 249, 0.9);
}

.dashboard-help-search-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: end;
  padding: clamp(22px, 3vw, 34px);
}

.dashboard-help-search-form,
.dashboard-ticket-form {
  display: grid;
  gap: 12px;
}

.dashboard-help-resource-section {
  display: grid;
  gap: 14px;
}

.dashboard-help-section-heading h3 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.05;
}

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

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

.dashboard-product-help-card {
  display: grid;
  gap: 14px;
  border-color: rgba(184, 199, 174, 0.34);
  background:
    radial-gradient(circle at 12% 8%, rgba(238, 245, 233, 0.72), transparent 34%),
    rgba(255, 253, 249, 0.9);
  padding: 22px;
}

.dashboard-product-help-card h4 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.dashboard-product-help-list {
  display: grid;
  gap: 10px;
}

.dashboard-product-help-line {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-top: 1px solid rgba(216, 181, 109, 0.2);
  color: #6d6158;
  padding-top: 10px;
}

.dashboard-product-help-line strong {
  color: #7d6d57;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-product-help-line span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-product-help-line a,
.dashboard-product-help-line em {
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.78);
  color: #625954;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  padding: 6px 10px;
  text-decoration: none;
}

.dashboard-help-resource-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.dashboard-help-resource-card h4,
.dashboard-help-ticket-card h3,
.dashboard-help-search-card h3 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  line-height: 1.05;
}

.dashboard-help-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.dashboard-help-tags span {
  border: 1px solid rgba(184, 199, 174, 0.38);
  border-radius: 999px;
  background: rgba(238, 245, 233, 0.62);
  color: #64755d;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 6px 10px;
}

.dashboard-help-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-help-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.dashboard-help-wide {
  grid-column: 1 / -1;
}

.dashboard-ticket-list {
  display: grid;
  gap: 12px;
}

.dashboard-ticket-item {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.74);
  padding: 14px;
}

.dashboard-ticket-item span {
  display: block;
  color: #8d8178;
  font-size: 0.88rem;
  margin-top: 4px;
}

.admin-soft-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #6d6158;
}

.admin-help-form {
  align-items: start;
}

.admin-help-items-table td,
.admin-support-ticket-table td {
  vertical-align: top;
}

.admin-guide-editor-block {
  display: grid;
  gap: 14px;
}

.admin-guide-editor-block > h4 {
  margin: 0;
}

.admin-guide-editor-block > p {
  margin: -6px 0 4px;
  color: #7b6e64;
}

.admin-guide-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 12px 30px rgba(116, 94, 74, 0.06);
}

.admin-guide-row .admin-roadmap-wide {
  grid-column: 1 / -1;
}

.admin-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  color: #6f625b;
  font-weight: 700;
}

.admin-guide-items-table .admin-action-stack {
  min-width: 150px;
}

.admin-guide-preview-card {
  display: grid;
  gap: 22px;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 20px 46px rgba(112, 90, 72, 0.08);
}

.admin-guide-preview-block {
  display: grid;
  gap: 12px;
}

.admin-guide-preview-block h3,
.admin-guide-preview-card h3 {
  margin: 0;
  font-family: var(--serif);
  color: var(--charcoal);
}

.admin-guide-preview-block p,
.admin-guide-preview-card p {
  white-space: pre-line;
}

.admin-guide-preview-block figure {
  margin: 0;
  display: grid;
  gap: 8px;
}

.admin-guide-preview-block img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: #fffaf3;
}

.admin-guide-screenshot-placeholder {
  display: grid;
  gap: 6px;
  padding: 24px;
  border: 1px dashed rgba(177, 146, 93, 0.54);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(250, 238, 230, 0.72), rgba(244, 248, 238, 0.6));
  color: #7b6e64;
}

.admin-support-ticket-table .admin-inline-form {
  max-width: 320px;
}

@media (max-width: 980px) {
  .dashboard-help-search-card,
  .dashboard-help-two-column {
    grid-template-columns: 1fr;
  }

  .dashboard-help-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-product-help-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dashboard-help-resource-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-product-help-line {
    grid-template-columns: 1fr;
  }
}

.dashboard-desktop-grid {
  display: grid;
  gap: 18px;
}

.dashboard-desktop-card {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 30px);
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
}

.dashboard-desktop-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.76);
  padding: 12px;
}

.dashboard-desktop-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.dashboard-desktop-content {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.dashboard-desktop-content p {
  overflow-wrap: anywhere;
}

.dashboard-desktop-content h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.dashboard-page {
  background:
    radial-gradient(circle at 8% 16%, rgba(233, 183, 183, 0.32), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(184, 199, 174, 0.3), transparent 25%),
    radial-gradient(circle at 78% 74%, rgba(216, 181, 109, 0.14), transparent 28%),
    linear-gradient(135deg, #fff8f2, #fff1e7 52%, #fbf7ef);
}

.dashboard-page::after {
  display: none;
}

.dashboard-page .decor-corner {
  opacity: 0.18;
}

.dashboard-page .decor-heart {
  opacity: 0.28;
}

.dashboard-page .decor-star,
.dashboard-page .decor-sparkle {
  opacity: 0.4;
}

.dashboard-sidebar-open {
  overflow: hidden;
}

.dashboard-header {
  position: relative;
  z-index: 4;
  isolation: isolate;
  overflow: visible;
  margin-top: 10px;
  border: 1px solid rgba(216, 181, 109, 0.18);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 18px 42px rgba(151, 127, 86, 0.08);
  backdrop-filter: blur(12px);
  padding: 18px 22px;
}

.dashboard-header::before,
.dashboard-header::after {
  content: "";
  position: absolute;
  top: -30px;
  z-index: 0;
  width: clamp(210px, 19vw, 360px);
  height: clamp(150px, 15vw, 260px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.86;
  pointer-events: none;
}

.dashboard-header::before {
  left: -120px;
  background-image: url("../assets/images/decor/floral-corner-top-left.png");
}

.dashboard-header::after {
  right: -120px;
  background-image: url("../assets/images/decor/floral-corner-top-right.png");
}

.dashboard-header > * {
  position: relative;
  z-index: 1;
}

.dashboard-main-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1540px);
}

.dashboard-welcome {
  position: relative;
  max-width: none;
  overflow: visible;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 240, 240, 0.8), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(238, 245, 233, 0.76), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(255, 248, 242, 0.92));
  box-shadow: 0 20px 56px rgba(151, 127, 86, 0.1);
  padding: clamp(26px, 4vw, 44px);
}

.dashboard-layout {
  grid-template-columns: minmax(220px, 276px) minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: start;
  transition: grid-template-columns 220ms ease;
}

.dashboard-shell.is-sidebar-collapsed {
  grid-template-columns: minmax(220px, 276px) minmax(0, 1fr);
}

.dashboard-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(255, 240, 240, 0.76)),
    var(--paper);
  box-shadow: var(--soft-shadow);
  color: #625954;
  cursor: pointer;
  font-weight: 900;
  padding: 9px 14px;
}

.dashboard-sidebar-toggle-icon,
.dashboard-nav-icon,
.dashboard-overview-dot {
  display: inline-grid;
  place-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dashboard-sidebar-toggle-icon {
  width: 18px;
  height: 18px;
  background-image: url("../assets/images/decor/gold-sparkle.png");
}

.dashboard-sidebar-backdrop {
  display: none;
}

.dashboard-sidebar {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}

.dashboard-main {
  grid-column: 2;
  grid-row: 1;
}

.dashboard-left-nav {
  position: sticky;
  top: 76px;
  gap: 10px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 240, 240, 0.76), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(238, 245, 233, 0.7), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.88), rgba(255, 248, 242, 0.94)),
    var(--paper);
  box-shadow: 0 22px 54px rgba(151, 127, 86, 0.1);
  padding: 16px;
}

.dashboard-sidebar-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.dashboard-sidebar-kicker {
  color: #8d7561;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-sidebar-heading strong {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.dashboard-sidebar-close {
  display: none;
}

.dashboard-left-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  border: 1px solid transparent;
  background: rgba(255, 253, 249, 0.42);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.dashboard-left-nav a:hover,
.dashboard-left-nav a:focus {
  transform: translateX(2px);
}

.dashboard-left-nav a[aria-current="page"] {
  border-color: rgba(184, 199, 174, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 249, 0.72);
}

.dashboard-nav-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  opacity: 0.88;
}

.dashboard-left-nav a[data-dashboard-section="home"] .dashboard-nav-icon,
.dashboard-left-nav a[data-dashboard-section="future-releases"] .dashboard-nav-icon {
  background-image: url("../assets/images/decor/gold-star.png");
}

.dashboard-left-nav a[data-dashboard-section="studios"] .dashboard-nav-icon,
.dashboard-left-nav a[data-dashboard-section="support"] .dashboard-nav-icon {
  background-image: url("../assets/images/decor/soft-heart.png");
}

.dashboard-left-nav a[data-dashboard-section="desktop-apps"] .dashboard-nav-icon,
.dashboard-left-nav a[data-dashboard-section="licence-keys"] .dashboard-nav-icon {
  background-image: url("../assets/images/decor/gold-sparkle.png");
}

.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-toggle {
  padding-inline: 14px;
}

.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-toggle-text,
.dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-heading,
.dashboard-shell.is-sidebar-collapsed .dashboard-nav-label {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.dashboard-shell.is-sidebar-collapsed .dashboard-left-nav {
  padding: 16px;
}

.dashboard-shell.is-sidebar-collapsed .dashboard-left-nav a {
  justify-content: flex-start;
  padding: 12px 14px;
}

.dashboard-card,
.dashboard-home-section,
.dashboard-help-card,
.licence-key-panel,
.customer-suggestion-card,
.my-suggestion-card,
.roadmap-card,
.dashboard-studio-card,
.dashboard-desktop-card,
.dashboard-overview-card {
  border-color: rgba(216, 181, 109, 0.28);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 240, 240, 0.62), transparent 28%),
    radial-gradient(circle at 94% 4%, rgba(238, 245, 233, 0.52), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(255, 248, 242, 0.98)),
    var(--paper);
  box-shadow: 0 18px 44px rgba(151, 127, 86, 0.1);
}

.dashboard-card,
.dashboard-home-section,
.licence-key-panel,
.dashboard-help-search-card,
.dashboard-help-ticket-card {
  position: relative;
  isolation: isolate;
}

.dashboard-card > *,
.dashboard-home-section > *,
.licence-key-panel > *,
.dashboard-help-search-card > *,
.dashboard-help-ticket-card > * {
  position: relative;
  z-index: 1;
}

.dashboard-overview-card::after,
.dashboard-studio-card::after,
.dashboard-desktop-card::after,
.membership-dashboard-card::after,
.roadmap-card::after,
.customer-suggestion-card::after,
.my-suggestion-card::after,
.dashboard-help-search-card::after,
.dashboard-help-ticket-card::after {
  content: none;
}

.membership-dashboard-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: clamp(18px, 3vw, 28px);
}

.membership-dashboard-card h3 {
  margin: 0 0 8px;
}

.membership-control-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.membership-control-actions form {
  margin: 0;
}

.dashboard-home-section .section-heading,
.dashboard-section > .section-heading,
.creator-library-shelf-heading {
  position: relative;
}

.dashboard-section > .section-heading::after,
.creator-library-shelf-heading::after {
  content: "";
  position: absolute;
  right: clamp(10px, 4vw, 60px);
  top: 8px;
  width: clamp(30px, 4vw, 58px);
  height: clamp(30px, 4vw, 58px);
  background: url("../assets/images/decor/gold-sparkle.png") center / contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.dashboard-studio-card .dashboard-studio-content::before,
.dashboard-desktop-content::before,
.dashboard-help-ticket-card::before {
  content: "";
  position: absolute;
  width: clamp(34px, 4vw, 62px);
  height: clamp(34px, 4vw, 62px);
  background: url("../assets/images/decor/soft-heart.png") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.dashboard-studio-card .dashboard-studio-content,
.dashboard-desktop-content {
  position: relative;
}

.dashboard-studio-card .dashboard-studio-content::before {
  right: 24px;
  bottom: 24px;
}

.dashboard-desktop-content::before,
.dashboard-help-ticket-card::before {
  right: 22px;
  bottom: 18px;
}

.dashboard-overview-grid {
  gap: 18px;
}

.dashboard-overview-card {
  min-height: 210px;
  overflow: hidden;
  border-radius: 26px;
  padding: 24px;
}

.dashboard-overview-card::before {
  height: 6px;
}

.dashboard-overview-dot {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background-color: rgba(255, 253, 249, 0.68);
  background-size: 24px;
}

.dashboard-overview-icon-studios,
.dashboard-overview-icon-future {
  background-image: url("../assets/images/decor/gold-star.png");
}

.dashboard-overview-icon-desktop {
  background-image: url("../assets/images/decor/gold-sparkle.png");
}

.dashboard-overview-icon-licence {
  background-image: url("../assets/images/decor/soft-heart.png");
}

.dashboard-studio-grid {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.dashboard-studio-card {
  min-height: 760px;
  border-radius: 30px;
}

.dashboard-studio-image {
  height: clamp(430px, 32vw, 590px);
  min-height: 430px;
  border-radius: 30px 30px 0 0;
}

.dashboard-studio-content {
  padding: clamp(22px, 3vw, 30px);
}

.dashboard-studio-card h3 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.dashboard-studio-card .button,
.dashboard-desktop-card .button {
  min-height: 46px;
}

.dashboard-desktop-grid {
  gap: clamp(20px, 3vw, 28px);
}

.dashboard-desktop-card {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  border-radius: 30px;
  padding: clamp(18px, 3vw, 28px);
}

.dashboard-desktop-media {
  min-height: 330px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 240, 240, 0.74), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.88), rgba(238, 245, 233, 0.62));
}

.dashboard-desktop-content {
  align-content: center;
}

/* Premium Creator Hub dashboard treatment.
   This uses the same floral/heart/gold assets as the membership artwork and
   keeps them as a shared dashboard system rather than one-off page decoration. */
.dashboard-page {
  background:
    radial-gradient(circle at 8% 9%, rgba(233, 183, 183, 0.28), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(184, 199, 174, 0.22), transparent 24%),
    linear-gradient(180deg, #fff8f2 0%, #fffdf9 42%, #fff2eb 100%);
}

.dashboard-page .decor-corner {
  width: clamp(260px, 25vw, 520px);
  opacity: 0.42;
  filter: saturate(0.98);
}

.dashboard-page .decor-corner-top-left {
  top: 96px;
  left: max(-54px, calc((100vw - 1540px) / 2 - 118px));
}

.dashboard-page .decor-corner-top-right {
  top: 92px;
  right: max(-56px, calc((100vw - 1540px) / 2 - 118px));
}

.dashboard-page .decor-corner-bottom-left,
.dashboard-page .decor-corner-bottom-right {
  width: clamp(220px, 20vw, 420px);
  opacity: 0.26;
}

.dashboard-page .decor-heart {
  width: clamp(54px, 5vw, 92px);
  opacity: 0.34;
}

.dashboard-page .decor-heart-left {
  top: auto;
  bottom: 12vh;
  left: max(34px, calc((100vw - 1540px) / 2 + 84px));
}

.dashboard-page .decor-heart-right {
  top: 19vh;
  right: max(120px, calc((100vw - 1540px) / 2 + 230px));
}

.dashboard-page .decor-star,
.dashboard-page .decor-sparkle {
  width: clamp(52px, 6vw, 108px);
  opacity: 0.46;
}

.dashboard-page .decor-star-upper {
  top: 26vh;
  right: max(86px, calc((100vw - 1540px) / 2 + 144px));
}

.dashboard-main-shell {
  padding-top: clamp(12px, 2vw, 24px);
}

.dashboard-welcome {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(28px, 5vw, 48px);
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.84), rgba(255, 248, 242, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(233, 183, 183, 0.24), transparent 35%),
    #fff8f2;
  box-shadow: 0 26px 70px rgba(151, 127, 86, 0.12);
  padding: clamp(30px, 4.6vw, 56px) clamp(22px, 5vw, 68px) clamp(24px, 4vw, 40px);
}

.dashboard-welcome::before,
.dashboard-welcome::after {
  content: none;
}

.dashboard-welcome > * {
  position: relative;
  z-index: 1;
}

.dashboard-welcome .eyebrow {
  margin-bottom: 8px;
}

.dashboard-welcome .eyebrow::before {
  content: "";
  display: block;
  width: clamp(128px, 9vw, 190px);
  height: clamp(128px, 9vw, 190px);
  margin: -28px auto -14px;
  background: url("../assets/images/decor/soft-heart.png") center / contain no-repeat;
  opacity: 1;
}

.dashboard-welcome h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.95;
}

.dashboard-welcome p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px auto 0;
  color: #756b65;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
}

.dashboard-welcome-icons {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
  margin-top: clamp(24px, 4vw, 34px);
}

.dashboard-welcome-icons a {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 118px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.64);
  color: #6a5d53;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 8px 12px;
  box-shadow: 0 10px 26px rgba(151, 127, 86, 0.07);
}

.dashboard-welcome-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 18px;
  background:
    rgba(255, 253, 249, 0.78)
    center / 28px no-repeat;
}

.dashboard-welcome-icon-studios,
.dashboard-welcome-icon-tools {
  background-image: url("../assets/images/decor/gold-sparkle.png");
}

.dashboard-welcome-icon-library,
.dashboard-welcome-icon-resources {
  background-image: url("../assets/images/decor/gold-star.png");
}

.dashboard-welcome-icon-clipart {
  background-image: url("../assets/images/decor/soft-heart.png");
}

.dashboard-welcome-subpanel {
  width: calc(100% + clamp(44px, 10vw, 148px));
  margin: clamp(24px, 4vw, 34px) calc(clamp(22px, 5vw, 74px) * -1) calc(clamp(28px, 4vw, 44px) * -1);
  border-top: 1px solid rgba(216, 181, 109, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 240, 231, 0.74), rgba(255, 248, 242, 0.92));
  padding: clamp(18px, 3vw, 30px) clamp(22px, 5vw, 74px);
}

.dashboard-welcome-subpanel h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.dashboard-welcome-subpanel p {
  margin-top: 8px;
}

.dashboard-left-nav {
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.82), rgba(255, 248, 242, 0.92)),
    radial-gradient(circle at 12% 8%, rgba(233, 183, 183, 0.18), transparent 28%);
}

.dashboard-left-nav::after {
  content: none;
}

.dashboard-home-section,
.dashboard-section > .section-heading,
.creator-library-shelf,
.dashboard-help-search-card,
.dashboard-help-ticket-card,
.licence-key-panel {
  position: relative;
}

.dashboard-home-section::after,
.creator-library-shelf::after,
.licence-key-panel::after {
  content: none;
}

.dashboard-studio-card {
  min-height: 0;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(255, 248, 242, 0.98)),
    #fffdf9;
}

.dashboard-studio-image {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 240, 240, 0.42), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.84), rgba(238, 245, 233, 0.48));
}

.dashboard-studio-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.dashboard-studio-content {
  display: grid;
  min-height: 250px;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
}

.dashboard-studio-card .button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.dashboard-studio-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.roadmap-grid {
  gap: clamp(18px, 3vw, 24px);
}

.roadmap-card {
  min-height: 282px;
  border-radius: 26px;
}

.roadmap-card form {
  margin-top: auto;
}

.licence-key-panel,
.dashboard-help-card {
  border-radius: 30px;
}

.creator-library-section {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
}

.creator-library-locked {
  position: relative;
  overflow: hidden;
  max-width: 880px;
  border-radius: 32px;
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 88% 8%, rgba(216, 181, 109, 0.2), transparent 24%),
    radial-gradient(circle at 12% 12%, rgba(233, 183, 183, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(238, 245, 233, 0.72));
}

.creator-library-locked::after,
.creator-library-shelf-heading::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 40px);
  top: clamp(18px, 4vw, 34px);
  width: 54px;
  height: 54px;
  background: url("../assets/images/decor/gold-star.png") center / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.creator-library-shelf {
  display: grid;
  gap: 18px;
}

.creator-library-shelf-heading {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 240, 240, 0.55), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(255, 248, 242, 0.82));
  box-shadow: 0 16px 42px rgba(151, 127, 86, 0.08);
}

.creator-library-shelf-heading h3 {
  margin: 4px 0 8px;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.creator-library-shelf-heading p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.creator-library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(18px, 3vw, 24px);
}

.creator-library-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
}

.creator-library-placeholder-card {
  border-color: rgba(216, 181, 109, 0.24);
}

.creator-library-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 240, 240, 0.65), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(238, 245, 233, 0.6), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(255, 243, 207, 0.42));
}

.creator-library-placeholder-image {
  background:
    radial-gradient(circle at 20% 18%, rgba(233, 183, 183, 0.34), transparent 30%),
    radial-gradient(circle at 80% 24%, rgba(184, 199, 174, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(255, 240, 240, 0.48) 48%, rgba(255, 243, 207, 0.42));
}

.creator-library-placeholder-image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(216, 181, 109, 0.34);
  border-radius: 22px;
  pointer-events: none;
}

.creator-library-image::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 36px;
  height: 36px;
  background: url("../assets/images/decor/gold-sparkle.png") center / contain no-repeat;
  opacity: 0.42;
}

.creator-library-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-library-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.creator-library-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.creator-library-card h4,
.creator-library-empty h4 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.creator-library-card p,
.creator-library-empty p {
  margin: 0;
  color: var(--muted);
}

.creator-library-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.creator-library-actions .button {
  min-height: 42px;
}

.creator-library-empty {
  min-height: 260px;
  border-radius: 28px;
  padding: 26px;
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 181, 109, 0.12), transparent 28%),
    rgba(255, 253, 249, 0.74);
}

.desktop-licence-inline {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(184, 199, 174, 0.36);
  border-radius: 18px;
  background: rgba(238, 245, 233, 0.44);
  padding: 14px;
}

.desktop-licence-inline span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-licence-inline code {
  color: #625954;
  font-weight: 900;
  white-space: normal;
  word-break: break-word;
}

.dashboard-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 16px;
}

.dashboard-help-card {
  max-width: 760px;
  padding: clamp(22px, 4vw, 30px);
}

.licence-key-panel {
  border-color: rgba(216, 181, 109, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.78), rgba(255, 248, 242, 0.94)),
    var(--paper);
  box-shadow: 0 14px 30px rgba(151, 127, 86, 0.08);
  padding: 20px;
}

.licence-key-panel::before {
  height: 5px;
  background: linear-gradient(90deg, rgba(184, 199, 174, 0.84), rgba(216, 181, 109, 0.72));
}

.licence-key-panel h2 {
  margin-top: 6px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.licence-key-panel p {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.licence-key-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.licence-empty {
  color: #8d7561;
  font-size: 0.84rem;
  font-weight: 800;
}

.licence-key-panel > .button {
  width: 100%;
  min-height: 38px;
  margin-top: 14px;
  font-size: 0.82rem;
}

.licence-key-item {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.68);
  padding: 14px;
}

.licence-key-item code {
  color: #625954;
  font-size: 0.85rem;
  font-weight: 800;
  white-space: normal;
}

.licence-key-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.licence-key-actions form {
  margin: 0;
}

.licence-key-actions .button,
.disabled-button {
  min-height: 34px;
  font-size: 0.78rem;
  padding: 0 12px;
}

.licence-key-actions button:disabled,
.disabled-button {
  cursor: not-allowed;
  opacity: 0.72;
}

.licence-key-item small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.studio-open-card {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 44px);
  text-align: center;
}

.app-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0 11px;
  text-transform: uppercase;
}

.app-badge-neutral {
  border: 1px solid rgba(184, 199, 174, 0.5);
  background: var(--sage-soft);
  color: #6f7d61;
}

.app-badge-active {
  border: 1px solid rgba(216, 181, 109, 0.42);
  background: var(--gold-soft);
  color: #977f56;
}

.app-badge-soon {
  border: 1px solid rgba(233, 183, 183, 0.5);
  background: var(--blush-soft);
  color: #9a6f6f;
}

.app-form-card {
  max-width: 680px;
  margin: 0 auto;
}

.admin-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  width: min(100%, 980px);
  margin: 0 auto clamp(24px, 4vw, 38px);
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: var(--soft-shadow);
  padding: 12px;
  overflow: visible;
}

.admin-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  color: #625954;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 13px;
}

.admin-nav a:hover {
  background: rgba(238, 245, 233, 0.82);
}

.admin-nav-group {
  position: relative;
  flex: 0 1 auto;
}

.admin-nav-group summary {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  border-radius: 999px;
  color: #625954;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 16px;
  user-select: none;
  white-space: nowrap;
}

.admin-nav-group summary::-webkit-details-marker {
  display: none;
}

.admin-nav-group summary::after {
  content: "▾";
  margin-left: 8px;
  color: var(--gold);
  font-size: 0.72rem;
}

.admin-nav-group[open] summary,
.admin-nav-group summary:hover {
  background: rgba(238, 245, 233, 0.82);
}

.admin-nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  display: grid;
  min-width: 230px;
  gap: 4px;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: var(--soft-shadow);
  padding: 10px;
}

.admin-nav-group:not([open]) .admin-nav-menu {
  display: none;
}

.admin-nav-menu a {
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
}

.admin-nav-group summary::after {
  content: "v";
  margin-left: 8px;
  color: var(--gold);
  font-size: 0.68rem;
}

.admin-header-actions {
  justify-content: flex-end;
}

.admin-section {
  margin-top: clamp(34px, 6vw, 58px);
  scroll-margin-top: 150px;
}

.admin-priority-grid,
.admin-area-grid {
  display: grid;
  gap: clamp(18px, 2.4vw, 26px);
}

.admin-priority-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-area-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-priority-card,
.admin-area-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.26);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(250, 242, 235, 0.82)),
    var(--cream);
  box-shadow: var(--soft-shadow);
}

.admin-priority-card::before,
.admin-area-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.admin-priority-card {
  display: grid;
  min-height: 190px;
  gap: 12px;
  align-content: start;
  color: inherit;
  padding: 30px 28px 26px;
}

.admin-priority-card:hover,
.admin-area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 64px rgba(121, 98, 80, 0.16);
}

.admin-priority-count {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.88);
  color: #8b6e45;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
}

.admin-priority-card strong {
  color: var(--charcoal);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.admin-priority-card span:last-child,
.admin-area-card p {
  color: #7c716a;
  font-size: 1rem;
  line-height: 1.65;
}

.admin-area-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 34px 34px 30px;
}

.admin-area-card h3 {
  max-width: 12ch;
  color: var(--charcoal);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 0.98;
}

.admin-area-links {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.admin-area-links a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.82);
  color: #776b63;
  font-weight: 800;
  padding: 0 16px;
}

.admin-area-links a::after {
  content: ">";
  color: var(--gold);
  font-weight: 900;
}

.admin-area-links a:hover {
  background: rgba(238, 245, 233, 0.82);
  color: var(--charcoal);
}

.admin-launcher-links {
  gap: 12px;
}

.admin-launcher-item {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.72);
}

.admin-launcher-item strong {
  color: var(--charcoal);
  font-size: 1rem;
}

.admin-launcher-item small,
.admin-launcher-item em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.admin-launcher-item span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-launcher-item span a {
  min-height: 36px;
  flex: 1 1 120px;
  justify-content: center;
  padding: 0 12px;
}

.admin-testing-workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 26px);
  margin-top: clamp(22px, 4vw, 36px);
}

.admin-testing-panel {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 14px 24px;
  padding: 24px;
}

.admin-testing-panel h3 {
  max-width: none;
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  line-height: 1.06;
}

.admin-testing-panel > .eyebrow,
.admin-testing-panel > h3,
.admin-testing-panel > p {
  grid-column: 1;
}

.admin-testing-panel > form {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
}

.admin-testing-note-form,
.admin-shared-artwork-form {
  margin-top: 4px;
}

.admin-testing-note-form {
  grid-template-columns: minmax(190px, 0.32fr) minmax(360px, 1fr) auto;
  align-items: end;
}

.admin-testing-note-form textarea {
  min-height: 118px;
  resize: vertical;
}

.admin-testing-note-form .button,
.admin-shared-artwork-form .button {
  min-width: 142px;
  min-height: 48px;
  border-radius: 14px;
}

.admin-testing-note-list,
.admin-shared-artwork-list {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
}

.admin-testing-note,
.admin-shared-artwork-item {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.74);
  padding: 14px;
}

.admin-testing-note.is-done {
  opacity: 0.72;
}

.admin-testing-note div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  justify-content: space-between;
}

.admin-testing-note strong,
.admin-shared-artwork-item strong {
  color: var(--charcoal);
}

.admin-testing-note span,
.admin-shared-artwork-item small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-testing-note p,
.admin-shared-artwork-item p {
  color: #4c4650;
  line-height: 1.5;
}

.admin-testing-status-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.admin-shared-artwork-form {
  grid-template-columns: minmax(170px, 0.7fr) minmax(140px, 0.45fr) minmax(220px, 1fr) minmax(180px, 0.8fr) auto;
  align-items: end;
}

.admin-wide-field {
  grid-column: 1 / -1;
}

.admin-shared-artwork-form textarea {
  min-height: 92px;
  resize: vertical;
}

.admin-shared-artwork-item {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
}

.admin-shared-artwork-preview {
  display: grid;
  width: 78px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 14px;
  background: #fff8ef;
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
}

.admin-shared-artwork-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-asset-library .section-heading {
  max-width: 980px;
}

.admin-asset-upload-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.admin-asset-upload-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.admin-asset-upload-form {
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.8fr) auto;
  align-items: end;
}

.admin-asset-upload-form .button {
  min-height: 48px;
}

.admin-asset-library-groups {
  display: grid;
  gap: 14px;
}

.admin-asset-group,
.admin-asset-location,
.admin-asset-subfolder {
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 18px 42px rgba(121, 98, 80, 0.08);
}

.admin-asset-group > summary,
.admin-asset-location > summary,
.admin-asset-subfolder > summary {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.admin-asset-group > summary::-webkit-details-marker,
.admin-asset-location > summary::-webkit-details-marker,
.admin-asset-subfolder > summary::-webkit-details-marker {
  display: none;
}

.admin-asset-group > summary {
  min-height: 92px;
  padding: 18px 22px;
}

.admin-asset-location > summary,
.admin-asset-subfolder > summary {
  min-height: 66px;
  padding: 14px 16px;
}

.admin-asset-group summary span,
.admin-asset-location summary span,
.admin-asset-subfolder summary span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.admin-asset-group summary strong {
  color: var(--charcoal);
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1.02;
}

.admin-asset-location summary strong,
.admin-asset-subfolder summary strong {
  color: var(--charcoal);
  font-size: 1rem;
}

.admin-asset-group summary em,
.admin-asset-location summary code,
.admin-asset-subfolder summary code {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-asset-group summary mark,
.admin-asset-location summary mark,
.admin-asset-subfolder summary mark {
  flex: 0 0 auto;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background: #fff8ef;
  color: #7f6a5d;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 10px;
}

.admin-asset-location-grid {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;
}

.admin-asset-location,
.admin-asset-subfolder {
  box-shadow: none;
}

.admin-asset-location {
  background: rgba(255, 250, 242, 0.82);
}

.admin-asset-subfolder {
  background: rgba(255, 253, 249, 0.7);
}

.admin-asset-file-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.admin-asset-folder-list {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.admin-asset-file-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.8);
  color: var(--ink);
  padding: 8px;
  text-decoration: none;
}

.admin-asset-file-card img,
.admin-asset-file-card > span {
  display: grid;
  width: 100%;
  aspect-ratio: 1.18;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff8ef;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  object-fit: cover;
}

.admin-asset-file-card small {
  overflow: hidden;
  color: #4c4650;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .admin-testing-panel {
    grid-template-columns: 1fr;
  }

  .admin-testing-panel > .eyebrow,
  .admin-testing-panel > h3,
  .admin-testing-panel > p,
  .admin-testing-panel > form {
    grid-column: 1;
    grid-row: auto;
  }

  .admin-testing-note-form,
  .admin-shared-artwork-form {
    grid-template-columns: 1fr;
  }

  .admin-asset-upload-card,
  .admin-asset-upload-form {
    grid-template-columns: 1fr;
  }
}

.admin-intake-preview-card {
  scroll-margin-top: 170px;
}

.admin-subheading {
  margin-top: clamp(28px, 5vw, 44px);
}

.admin-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 26px);
  margin-bottom: clamp(20px, 4vw, 34px);
}

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

.admin-summary-card {
  min-height: 176px;
  padding: 24px;
}

.admin-summary-number {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.86), rgba(255, 243, 207, 0.72)),
    var(--blush-soft);
  color: #8d7561;
  font-size: 1rem;
  font-weight: 900;
  padding: 0 16px;
}

.admin-summary-card h3 {
  margin-top: 18px;
  font-size: 1.35rem;
}

.sales-summary-grid,
.sales-period-grid {
  margin-top: 18px;
}

.admin-sales-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(18px, 2.4vw, 26px);
}

.admin-sales-grid .app-table-card {
  min-width: 0;
  margin: 0;
}

.admin-sales-table td:last-child,
.admin-sales-table th:last-child {
  text-align: right;
}

.admin-summary-card p,
.admin-detail-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-creator-hero {
  margin-top: clamp(24px, 4vw, 38px);
  text-align: center;
}

.admin-creator-hero h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.admin-creator-hero p {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--muted);
}

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

.admin-creator-tool-card,
.admin-tool-shell-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-creator-tool-card h3,
.admin-tool-shell-card h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

.admin-creator-tool-card p,
.admin-tool-shell-card p {
  color: var(--muted);
  line-height: 1.6;
}

.admin-creator-tool-card .button,
.admin-tool-actions {
  margin-top: auto;
}

.delivery-pdf-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.8fr);
  gap: 20px;
}

.delivery-template-form {
  margin-top: 18px;
}

.delivery-template-canvas {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 210 / 297;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.44), rgba(238, 245, 233, 0.38)),
    rgba(255, 253, 249, 0.78);
  box-shadow: 0 18px 46px rgba(103, 83, 68, 0.12);
  margin: 18px auto;
}

.delivery-template-canvas img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.delivery-empty-template {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 26px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.delivery-link-box {
  position: absolute;
  border: 2px dashed rgba(166, 112, 90, 0.9);
  border-radius: 12px;
  background: rgba(229, 160, 151, 0.14);
  cursor: move;
}

.delivery-link-box span {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 253, 249, 0.95);
  border-radius: 999px;
  background: #d9ac73;
  box-shadow: 0 5px 12px rgba(103, 83, 68, 0.18);
  cursor: nwse-resize;
}

.delivery-link-box.pulse {
  animation: delivery-hotspot-pulse 0.9s ease-in-out;
}

@keyframes delivery-hotspot-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(216, 181, 109, 0);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(216, 181, 109, 0.26);
  }
}

.delivery-product-preview {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--muted);
  margin: 18px 0;
  padding: 14px;
}

.delivery-product-preview span {
  color: #8d7561;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.delivery-product-preview strong,
.delivery-product-preview a {
  color: var(--charcoal);
  font-weight: 900;
}

.admin-tab-hero {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.admin-tab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

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

.admin-placeholder-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0;
  color: var(--muted);
  list-style: none;
}

.admin-placeholder-list li {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.62);
  padding: 10px 12px;
}

.roadmap-top-card {
  margin-bottom: 18px;
}

.roadmap-top-card h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.roadmap-top-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 800;
}

.roadmap-top-list span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-roadmap-card {
  margin-bottom: 18px;
}

.admin-roadmap-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.admin-roadmap-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-roadmap-form label,
.admin-roadmap-inline-form {
  display: grid;
  gap: 7px;
}

.admin-roadmap-form span {
  color: #8d7561;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-roadmap-wide {
  grid-column: span 3;
}

.admin-roadmap-form input,
.admin-roadmap-form select,
.admin-roadmap-form textarea,
.admin-roadmap-inline-form input,
.admin-roadmap-inline-form select,
.admin-roadmap-inline-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.admin-roadmap-inline-form {
  min-width: 190px;
}

.admin-roadmap-inline-form textarea {
  min-width: 260px;
}

.admin-review-list {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.danger-button {
  border-color: rgba(171, 90, 90, 0.28);
  color: #8a4b4b;
}

.admin-actions .support-field {
  flex: 1 0 100%;
}

.admin-action-cell {
  min-width: 180px;
}

.admin-text-link {
  display: inline-flex;
  margin: 0 10px 10px 0;
  color: #977f56;
  font-size: 0.84rem;
  font-weight: 800;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.admin-mini-button {
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.78rem;
}

.admin-inline-form,
.admin-action-stack,
.admin-notes-form {
  display: grid;
  gap: 8px;
}

.admin-filter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.72);
  padding: 16px;
}

.admin-filter-form label {
  display: grid;
  gap: 6px;
  color: #625954;
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-filter-form input {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--charcoal);
  font: inherit;
  padding: 10px 11px;
}

.admin-inline-form {
  max-width: 260px;
}

.admin-inline-form select,
.admin-notes-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--charcoal);
  font: inherit;
  padding: 10px 11px;
}

.admin-action-stack .button,
.admin-notes-form .button,
.admin-inline-form .button {
  min-height: 34px;
  justify-content: center;
  font-size: 0.78rem;
  padding: 0 12px;
}

.admin-linked-products {
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 16px;
  background: rgba(255, 248, 242, 0.58);
  padding: 10px 12px;
}

.admin-linked-products summary {
  cursor: pointer;
  font-weight: 900;
  color: #6d6158;
}

.admin-linked-products-summary {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(143, 166, 125, 0.22);
  border-radius: 14px;
  background: rgba(245, 250, 240, 0.62);
  padding: 10px 12px;
}

.admin-linked-products-summary ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.admin-linked-products-summary li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.admin-linked-product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  grid-column: 1 / -1;
  border: 1px dashed rgba(216, 181, 109, 0.32);
  border-radius: 16px;
  margin: 0;
  padding: 12px;
}

.admin-linked-product-row legend {
  color: #9d7e42;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-scroll {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-creator-assets-table,
.admin-asset-relationships-table {
  min-width: 980px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(216, 181, 109, 0.22);
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #625954;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-table code {
  color: #625954;
  font-size: 0.8rem;
  white-space: nowrap;
}

.admin-registry-audit-table {
  min-width: 1240px;
}

.admin-store-listings-table {
  min-width: 880px;
}

.admin-seo-drafts-table {
  min-width: 940px;
}

.admin-store-listings-table th:last-child,
.admin-store-listings-table td:last-child {
  width: 150px;
}

.admin-registry-preview-table {
  min-width: 920px;
}

.admin-compact-list,
.admin-diff-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.admin-diff-list li {
  padding: 10px 0;
}

.admin-diff-list span {
  color: #8f7768;
  font-weight: 800;
}

.admin-warning-box {
  max-width: 1100px;
  margin: 18px auto;
  padding: 18px 20px;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 20px;
  background: rgba(255, 248, 242, 0.9);
  color: var(--muted);
}

.admin-bulk-repair-card,
.admin-repair-preview-card {
  max-width: 1120px;
  margin-inline: auto;
}

.admin-checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--charcoal);
}

.admin-mini-log {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.admin-mini-log div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(216, 181, 109, 0.2);
}

.admin-products-card {
  overflow: hidden;
}

.admin-product-registry-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-product-registry-search {
  display: grid;
  gap: 8px;
  margin: 0;
}

.admin-product-registry-search span {
  color: #625954;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-product-registry-search input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(161, 179, 148, 0.72);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--charcoal);
  font: inherit;
  font-size: 1rem;
  padding: 14px 18px;
}

.admin-products-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-products-card-heading h3 {
  margin: 0 0 6px;
}

.admin-products-card-heading p {
  margin: 0;
  color: #756b63;
}

.admin-products-card .table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.admin-products-table {
  width: 100%;
  min-width: 1180px;
  table-layout: fixed;
}

.admin-products-table th:nth-child(1),
.admin-products-table td:nth-child(1) {
  width: 14%;
  position: sticky;
  left: 0;
  z-index: 2;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 12px 0 18px rgba(82, 67, 56, 0.08);
}

.admin-products-table th:nth-child(1) {
  z-index: 3;
}

.admin-products-table th:nth-child(2),
.admin-products-table td:nth-child(2) {
  width: 9%;
}

.admin-products-table th:nth-child(3),
.admin-products-table td:nth-child(3) {
  width: 8%;
}

.admin-products-table th:nth-child(4),
.admin-products-table td:nth-child(4) {
  width: 7%;
}

.admin-products-table th:nth-child(5),
.admin-products-table td:nth-child(5) {
  width: 8%;
}

.admin-products-table th:nth-child(6),
.admin-products-table td:nth-child(6) {
  width: 8%;
}

.admin-products-table th:nth-child(7),
.admin-products-table td:nth-child(7) {
  width: 8%;
}

.admin-products-table th:nth-child(8),
.admin-products-table td:nth-child(8) {
  width: 9%;
}

.admin-products-table th:nth-child(9),
.admin-products-table td:nth-child(9) {
  width: 9%;
}

.admin-products-table th:nth-child(10),
.admin-products-table td:nth-child(10) {
  width: 6%;
  text-align: center;
}

.admin-products-table th:nth-child(11),
.admin-products-table td:nth-child(11) {
  width: 14%;
}

.admin-product-name-cell {
  color: var(--charcoal);
  font-weight: 800;
}

.admin-product-slug-cell code {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.admin-product-count-cell {
  color: var(--charcoal);
  font-weight: 900;
}

.admin-product-no-search-results {
  display: none;
  margin: 14px 0 0;
}

.admin-products-card-empty .admin-product-no-search-results {
  display: block;
}

.admin-launch-checklist-grid {
  display: grid;
  gap: 18px;
}

.product-launch-checklist-card {
  display: grid;
  gap: 20px;
  scroll-margin-top: 22px;
}

.admin-card-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.admin-card-heading-row h3 {
  margin: 4px 0 8px;
}

.admin-product-readiness-card {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

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

.admin-readiness-summary-grid div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.74);
  padding: 12px;
}

.admin-readiness-summary-grid strong {
  color: var(--charcoal);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-readiness-summary-grid span {
  color: var(--muted);
  font-weight: 800;
}

.admin-checklist-columns {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(300px, 1.5fr);
  gap: 18px;
}

.admin-launch-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-launch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.74);
  padding: 10px 12px;
}

.admin-image-checklist {
  display: grid;
  gap: 12px;
}

.admin-image-checklist-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.76);
  padding: 12px;
}

.admin-image-preview {
  display: grid;
  min-height: 118px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(184, 199, 174, 0.62);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(233, 183, 183, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 242, 0.92), rgba(238, 245, 233, 0.7));
}

.admin-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-image-missing {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  padding: 10px;
  text-align: center;
}

.admin-image-missing strong,
.admin-image-checklist-item h5 {
  color: var(--charcoal);
}

.admin-image-checklist-item h5,
.admin-image-checklist-item p {
  margin: 0 0 7px;
}

.public-product-auto-grid {
  display: grid;
  gap: clamp(20px, 4vw, 32px);
}

.public-product-auto-grid[hidden] {
  display: none;
}

.public-product-auto-grid .public-registry-product-card {
  scroll-margin-top: 24px;
}

.public-product-auto-grid .studio-product-image {
  min-height: clamp(280px, 36vw, 460px);
  object-fit: cover;
}

.public-product-auto-grid-desktop .studio-product-image,
.public-product-auto-grid-pro .studio-product-image {
  object-fit: contain;
  background:
    radial-gradient(circle at 18% 16%, rgba(233, 183, 183, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(238, 245, 233, 0.58));
}

.public-product-auto-grid {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 1180px);
  margin-inline: auto;
  gap: clamp(28px, 5vw, 46px);
}

.public-product-auto-grid .public-registry-product-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 0.78fr);
  grid-template-rows: none;
  min-height: clamp(560px, 52vw, 760px);
  align-items: stretch;
}

.public-product-auto-grid .studio-product-image {
  height: 100%;
  min-height: clamp(520px, 48vw, 740px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.admin-product-actions-cell {
  min-width: 0;
}

.admin-product-actions-cell .admin-action-stack,
.admin-future-roadmap-table .admin-action-stack {
  align-items: stretch;
  gap: 7px;
}

.admin-product-actions-cell .button,
.admin-future-roadmap-table .button {
  min-height: 32px;
  padding: 0 10px;
  white-space: normal;
}

.admin-product-status-form {
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
}

.admin-product-status-form select {
  min-width: 0;
}

.admin-product-actions-cell .admin-text-link {
  margin: 8px 0 0;
}

.admin-product-editor summary {
  cursor: pointer;
  color: #977f56;
  font-weight: 900;
}

.admin-product-edit-form {
  margin-top: 12px;
}

.admin-edit-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.admin-edit-drawer:target {
  opacity: 1;
  pointer-events: auto;
}

.admin-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(62, 55, 50, 0.24);
  backdrop-filter: blur(3px);
}

.admin-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(780px, calc(100vw - 24px));
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(216, 181, 109, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(233, 183, 183, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(255, 248, 242, 0.96));
  box-shadow: -24px 0 60px rgba(103, 83, 68, 0.18);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.admin-edit-drawer:target .admin-drawer-panel {
  transform: translateX(0);
}

.admin-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(216, 181, 109, 0.2);
  padding: clamp(20px, 3vw, 30px);
}

.admin-drawer-header h3 {
  margin: 4px 0 0;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.admin-drawer-body {
  overflow-y: auto;
  padding: clamp(20px, 3vw, 30px);
}

.admin-drawer-body h4 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-size: 1.05rem;
}

.admin-drawer-secondary-action {
  margin: 18px 0;
}

.admin-drawer-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-drawer-summary-card {
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(233, 183, 183, 0.14), transparent 42%),
    rgba(255, 253, 249, 0.82);
  padding: 14px;
}

.admin-drawer-summary-card span {
  display: block;
  margin-bottom: 5px;
  color: #9d7f53;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-drawer-summary-card strong {
  color: #5d5550;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.admin-drawer-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.admin-image-builder-toolbar {
  display: grid;
  gap: 18px;
  margin-bottom: 20px;
}

.admin-image-builder-toolbar .admin-filter-form {
  grid-template-columns: minmax(240px, 1fr) auto;
  margin-bottom: 0;
}

.admin-image-builder-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(233, 183, 183, 0.15), transparent 34%),
    rgba(255, 253, 249, 0.74);
  padding: 18px;
}

.admin-image-builder-summary h3 {
  margin: 4px 0 8px;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.admin-image-reference-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.66);
  padding: 18px;
}

.admin-image-reference-form label {
  display: grid;
  gap: 7px;
  color: #625954;
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-image-reference-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--charcoal);
  font: inherit;
  padding: 10px 12px;
}

.admin-image-builder-grid {
  display: grid;
  gap: 20px;
}

.admin-image-builder-card {
  display: grid;
  grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.admin-image-builder-preview {
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 248, 242, 0.88), rgba(238, 245, 233, 0.58));
  min-height: 260px;
  display: grid;
  place-items: center;
}

.admin-image-builder-preview img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
}

.admin-product-image-form {
  margin-top: 0;
}

.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-image-empty-state {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.admin-intake-card,
.admin-intake-preview-card {
  display: grid;
  gap: 18px;
}

.admin-intake-form {
  display: grid;
  gap: 16px;
}

.admin-intake-form label {
  display: grid;
  gap: 8px;
  color: #625954;
  font-weight: 800;
}

.admin-intake-form textarea {
  width: 100%;
  min-height: 360px;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(255, 248, 242, 0.82));
  color: var(--charcoal);
  font: inherit;
  line-height: 1.55;
  padding: 16px;
}

.admin-etsy-thumb {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 8px 18px rgba(151, 127, 86, 0.08);
}

.admin-mini-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 999px;
  background: rgba(255, 248, 242, 0.78);
  color: #756554;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  padding: 6px 9px;
}

.admin-etsy-csv-table select,
.admin-etsy-csv-table input {
  width: min(100%, 220px);
  margin-top: 6px;
}

.admin-etsy-bulk-card,
.admin-etsy-filter-card,
.admin-etsy-upload-card,
.admin-etsy-trust-card {
  margin-bottom: clamp(18px, 3vw, 26px);
}

.admin-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.admin-trust-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  padding: 10px 12px;
}

.admin-trust-badge {
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 6px 9px;
}

.admin-trust-high {
  background: rgba(238, 245, 233, 0.96);
  color: #69795e;
}

.admin-trust-medium {
  background: rgba(255, 246, 224, 0.96);
  color: #977f56;
}

.admin-trust-low {
  background: rgba(255, 240, 240, 0.96);
  color: #9a6f6f;
}

.admin-publisher-filter-card,
.admin-publisher-actions-card {
  margin-bottom: clamp(18px, 3vw, 26px);
}

.admin-publisher-destinations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 12px 0 18px;
}

.admin-publisher-destinations label {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  color: #625954;
  font-weight: 800;
  padding: 11px 13px;
}

.admin-inline-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.admin-settings-card {
  display: grid;
  gap: 18px;
}

.admin-checkbox-label {
  align-content: end;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
}

.admin-checkbox-label input {
  width: auto;
}

.admin-ai-panel {
  margin-top: 18px;
  border: 1px solid rgba(216, 181, 109, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 240, 240, 0.52), rgba(238, 245, 233, 0.42)),
    rgba(255, 253, 249, 0.72);
  padding: clamp(18px, 3vw, 26px);
}

.admin-ai-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-ai-panel-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.admin-ai-panel-heading p {
  margin-top: 6px;
  color: var(--muted);
}

.admin-ai-message {
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 16px;
  background: rgba(255, 248, 242, 0.9);
  color: #8d7561;
  font-weight: 800;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.admin-ai-input-form {
  margin-top: 14px;
}

.admin-ai-draft-preview {
  margin-top: 22px;
}

.admin-ai-draft-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-ai-draft-field {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 12px 30px rgba(103, 83, 68, 0.06);
  padding: 14px;
}

.admin-ai-draft-field h4 {
  margin: 8px 0 6px;
  color: var(--charcoal);
  font-size: 1rem;
}

.admin-ai-draft-field p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  white-space: pre-line;
}

.admin-user-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.admin-user-facts span {
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--muted);
  padding: 12px;
}

.admin-user-facts strong {
  display: block;
  margin-bottom: 4px;
  color: #8d7561;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-user-notes-form {
  max-width: none;
}

.admin-user-access-table {
  min-width: 0;
  table-layout: fixed;
}

.admin-user-access-table th,
.admin-user-access-table td {
  overflow-wrap: anywhere;
}

.admin-user-access-table th:nth-child(1),
.admin-user-access-table td:nth-child(1) {
  width: 15%;
}

.admin-user-access-table th:nth-child(2),
.admin-user-access-table td:nth-child(2),
.admin-user-access-table th:nth-child(3),
.admin-user-access-table td:nth-child(3),
.admin-user-access-table th:nth-child(4),
.admin-user-access-table td:nth-child(4),
.admin-user-access-table th:nth-child(5),
.admin-user-access-table td:nth-child(5),
.admin-user-access-table th:nth-child(7),
.admin-user-access-table td:nth-child(7),
.admin-user-access-table th:nth-child(8),
.admin-user-access-table td:nth-child(8) {
  width: 8%;
}

.admin-user-access-table th:nth-child(6),
.admin-user-access-table td:nth-child(6) {
  width: 13%;
}

.admin-user-access-table th:nth-child(9),
.admin-user-access-table td:nth-child(9) {
  width: 24%;
}

.admin-user-product-actions textarea {
  width: 100%;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.admin-future-roadmap-table {
  min-width: 0;
  table-layout: fixed;
}

.admin-future-roadmap-table th,
.admin-future-roadmap-table td {
  overflow-wrap: anywhere;
}

.admin-future-roadmap-table th:nth-child(1),
.admin-future-roadmap-table td:nth-child(1) {
  width: 12%;
}

.admin-future-roadmap-table th:nth-child(2),
.admin-future-roadmap-table td:nth-child(2),
.admin-future-roadmap-table th:nth-child(4),
.admin-future-roadmap-table td:nth-child(4),
.admin-future-roadmap-table th:nth-child(5),
.admin-future-roadmap-table td:nth-child(5),
.admin-future-roadmap-table th:nth-child(6),
.admin-future-roadmap-table td:nth-child(6) {
  width: 8%;
}

.admin-future-roadmap-table th:nth-child(4),
.admin-future-roadmap-table td:nth-child(4),
.admin-future-roadmap-table th:nth-child(5),
.admin-future-roadmap-table td:nth-child(5) {
  width: 7%;
}

.admin-future-roadmap-table th:nth-child(3),
.admin-future-roadmap-table td:nth-child(3) {
  width: 23%;
}

.admin-future-roadmap-table th:nth-child(7),
.admin-future-roadmap-table td:nth-child(7) {
  width: 8%;
}

.admin-future-roadmap-table th:nth-child(8),
.admin-future-roadmap-table td:nth-child(8) {
  width: 5%;
}

.admin-future-roadmap-table th:nth-child(9),
.admin-future-roadmap-table td:nth-child(9) {
  width: 10%;
}

.admin-future-roadmap-table th:nth-child(10),
.admin-future-roadmap-table td:nth-child(10) {
  width: 12%;
}

.admin-product-flags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-warning {
  margin-top: 8px;
  color: #a46a52;
  font-size: 0.78rem;
  font-weight: 800;
}

.login-page {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
}

.login-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 248, 242, 0.92), rgba(255, 248, 242, 0.72)),
    url("../assets/images/products/category-planners-journals.jpg") left bottom / min(38vw, 520px) auto no-repeat,
    url("../assets/images/showcase/showcase-nursery-art.jpg") right top / min(36vw, 520px) auto no-repeat,
    linear-gradient(135deg, var(--cream), #fff1e6 54%, #fbf7ef);
}

.login-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 16%, rgba(233, 183, 183, 0.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(184, 199, 174, 0.22), transparent 22%),
    radial-gradient(circle at 52% 86%, rgba(216, 181, 109, 0.16), transparent 24%);
  pointer-events: none;
}

.login-shell {
  position: relative;
  display: grid;
  width: min(100% - 32px, 640px);
  align-content: center;
  justify-items: center;
  gap: 18px;
  margin: 0 auto;
  padding: clamp(42px, 8vw, 88px) 0 32px;
}

.login-shell::before,
.login-shell::after {
  position: absolute;
  color: rgba(216, 181, 109, 0.45);
  font-size: clamp(2rem, 6vw, 4.5rem);
  pointer-events: none;
}

.login-shell::before {
  content: "\2726";
  top: 9vh;
  left: -8vw;
}

.login-shell::after {
  content: "\2665";
  right: -7vw;
  bottom: 18vh;
  color: rgba(233, 183, 183, 0.42);
}

.login-card,
.studio-reassurance {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.34);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 253, 249, 0.96)),
    var(--paper);
  box-shadow: var(--shadow);
}

.login-card::before,
.studio-reassurance::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--sage));
}

.login-card {
  max-width: 580px;
  padding: clamp(28px, 5vw, 42px);
  text-align: center;
}

.login-card h1 {
  margin-top: 8px;
  font-size: clamp(2.7rem, 7vw, 4.2rem);
}

.login-brand {
  display: inline-flex;
  margin-bottom: 18px;
}

.login-intro {
  max-width: 420px;
  margin: 14px auto 0;
  color: var(--muted);
}

.login-message {
  margin: 18px auto 0;
  border: 1px solid rgba(216, 181, 109, 0.3);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.76);
  color: #977f56;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 14px;
}

.login-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  text-align: left;
}

.login-field {
  display: grid;
  gap: 8px;
}

.login-field span,
.remember-option {
  color: #625954;
  font-size: 0.88rem;
  font-weight: 800;
}

.login-field input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(184, 199, 174, 0.82);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.86);
  color: var(--charcoal);
  font: 600 1rem/1.3 "Inter", Arial, sans-serif;
  padding: 0 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.login-field input:focus {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(216, 181, 109, 0.16);
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
}

.remember-option {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.remember-option input {
  width: 17px;
  height: 17px;
  accent-color: var(--gold);
}

.login-options a,
.login-activate a {
  color: #977f56;
  font-weight: 800;
}

.login-submit {
  width: 100%;
  margin-top: 6px;
}

.login-activate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.studio-reassurance {
  max-width: 580px;
  padding: 26px 28px 24px;
}

.library-intro,
.library-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.studio-reassurance ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.studio-reassurance li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.62);
}

.studio-reassurance li span {
  display: grid;
  gap: 2px;
}

.studio-reassurance li strong {
  color: #625954;
  font-size: 0.95rem;
}

.studio-reassurance li small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.library-badge {
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgba(184, 199, 174, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(238, 245, 233, 0.68)),
    var(--sage-soft);
  color: #6f7d61;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  padding: 0 10px;
}

.library-note {
  margin-top: 16px;
}

.library-link {
  display: inline-flex;
  margin-top: 12px;
  color: #977f56;
  font-size: 0.88rem;
  font-weight: 800;
}

.login-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 0 16px 28px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.login-footer span {
  color: var(--muted);
}

@media (max-width: 1040px) {
  .inspiration-panel {
    grid-template-columns: 1fr;
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .licence-grid,
  .licence-info-grid,
  .activation-product-card-stage,
  .activation-create-layout,
  .activation-product-hero,
  .activation-layout,
  .delivery-pdf-grid,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .activation-showcase,
  .activation-creator-gallery {
    grid-template-columns: 1fr;
  }

  .activation-thankyou-hero {
    min-height: clamp(500px, 78vw, 650px);
    padding: 88px 24px 76px;
    background:
      linear-gradient(180deg, rgba(255, 251, 247, 0.48) 0%, rgba(255, 251, 247, 0.25) 48%, rgba(255, 251, 247, 0.08) 100%),
      url("/assets/images/hero/website-hero-image.jpg") center top / cover no-repeat;
  }

  .activation-thankyou-copy {
    width: min(560px, 100%);
  }

  .activation-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .activation-feature-grid,
  .activation-creator-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activation-creator-gallery-grid {
    grid-template-rows: none;
    height: auto;
  }

  .activation-creator-gallery-grid figure {
    aspect-ratio: 1 / 1;
  }

  .dashboard-left-nav {
    position: static;
  }

  .dashboard-layout,
  .dashboard-shell.is-sidebar-collapsed {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar,
  .dashboard-main {
    grid-column: 1;
    grid-row: auto;
  }

  .dashboard-overview-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .dashboard-home-workspace {
    grid-template-columns: 1fr;
  }

  .dashboard-side {
    position: static;
  }

  .style-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-desktop-benefits .style-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-processor-page .style-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-action-feature .style-screenshot-placeholder {
    min-height: 360px;
  }

  .style-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-desktop-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-grid,
  .admin-grid,
  .admin-creator-tool-grid,
  .admin-tool-shell-grid,
  .admin-summary-grid,
  .dashboard-studio-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-roadmap-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-roadmap-wide {
    grid-column: span 2;
  }

  .admin-future-grid {
    grid-template-columns: 1fr;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
  }

  .showcase-featured .showcase-placeholder {
    min-height: 520px;
  }

  .membership-hero,
  .membership-wide-card,
  .membership-path-section,
  .membership-feature-layout,
  .membership-info-grid {
    grid-template-columns: 1fr;
  }

  .membership-pro-section .membership-image-card {
    order: 0;
  }

  .membership-pro-section .membership-path-copy {
    order: 1;
  }

  .membership-wide-card .membership-image-card {
    min-height: clamp(260px, 52vw, 420px);
  }

  .membership-comparison-table {
    overflow-x: auto;
  }

  .membership-comparison-table [role="row"] {
    min-width: 900px;
  }

  .studio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .checkout-account-panel {
    order: -1;
  }

  h1,
  h2,
  h3,
  .hero-copy h1,
  .studios-hero-copy h1,
  .product-focus-copy h1,
  .page-hero h1,
  .product-landing-hero h1,
  .section-heading h2,
  .app-card h2,
  .app-card h3 {
    max-width: 100%;
  }

  .storybook-studio-page .storybook-balanced-heading {
    max-width: min(100%, 680px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-sidebar-toggle {
    z-index: 31;
  }

  .dashboard-sidebar-toggle-text {
    display: inline;
  }

  .dashboard-sidebar {
    position: static;
    z-index: 1;
    width: 100%;
    max-height: none;
    overflow-y: visible;
    border-radius: 28px;
    transform: none;
    transition: none;
  }

  .dashboard-shell.is-sidebar-open .dashboard-sidebar {
    transform: none;
  }

  .dashboard-sidebar-backdrop {
    display: none;
  }

  .dashboard-shell.is-sidebar-open .dashboard-sidebar-backdrop {
    display: none;
  }

  .dashboard-sidebar-close {
    display: none;
  }

  .dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-toggle {
    padding-inline: 14px;
  }

  .dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-toggle-text,
  .dashboard-shell.is-sidebar-collapsed .dashboard-sidebar-heading,
  .dashboard-shell.is-sidebar-collapsed .dashboard-nav-label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .dashboard-shell.is-sidebar-collapsed .dashboard-left-nav a {
    justify-content: flex-start;
    padding: 11px 14px;
  }

  .admin-checklist-columns,
  .admin-readiness-summary-grid,
  .admin-image-checklist-item {
    grid-template-columns: 1fr;
  }

  .admin-card-heading-row {
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .dashboard-nav {
    justify-content: flex-start;
  }

  .dashboard-section > .section-heading::after,
  .creator-library-shelf-heading::after {
    opacity: 0.14;
  }

  .creation-grid,
  .studio-grid,
  .studios-showcase,
  .benefit-grid,
  .admin-creator-tool-grid,
  .admin-tool-shell-grid,
  .desktop-tools-grid,
  .style-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-processor-app-section .style-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-product-featured {
    grid-template-columns: 1fr;
  }

  .dashboard-desktop-card,
  .hub-feature-teaser,
  .desktop-tool-wide,
  .desktop-tool-portrait,
  .pro-feature-card,
  .pro-feature-layout,
  .product-focus-hero,
  .product-focus-hero.portrait-hero {
    grid-template-columns: 1fr;
  }

  .collection-showcase-frame {
    width: min(100% - 32px, 980px);
    min-height: 320px;
  }

  .product-focus-media {
    padding-top: 0;
  }

  .desktop-tool-wide .desktop-tool-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-product-featured > .studio-product-image {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .membership-hero,
  .membership-wide-card,
  .membership-path-section,
  .membership-feature-band,
  .membership-comparison-section,
  .membership-final-cta {
    border-radius: 24px;
    padding: 24px;
  }

  .membership-image-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .membership-wide-card .membership-image-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .membership-callout {
    border-radius: 22px;
  }

  .decor-corner {
    width: clamp(130px, 20vw, 220px);
    opacity: 0.14;
  }

  .decor-heart,
  .decor-star,
  .decor-sparkle {
    opacity: 0.2;
  }

  .dashboard-studio-card {
    min-height: 640px;
  }

  .dashboard-studio-image {
    height: clamp(340px, 48vw, 500px);
    min-height: 340px;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  h1,
  h2,
  h3,
  p,
  li,
  summary,
  figcaption,
  .button,
  .status-pill,
  .app-badge,
  .eyebrow {
    overflow-wrap: anywhere;
  }

  .site-header,
  .section-inner,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .site-header {
    padding-top: 16px;
  }

  .decor-corner-bottom-left,
  .decor-corner-bottom-right,
  .decor-heart-right,
  .decor-sparkle-lower {
    display: none;
  }

  .decor-corner {
    width: 130px;
    opacity: 0.1;
  }

  .decor-heart,
  .decor-star {
    opacity: 0.16;
  }

  .decor-heading-sparkle {
    width: 30px;
    height: 30px;
    opacity: 0.24;
  }

  .membership-main {
    gap: 32px;
  }

  .membership-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.1rem);
  }

  .membership-comparison-table [role="row"] {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .membership-comparison-table span {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(205, 172, 126, 0.22);
  }

  .membership-comparison-table span:last-child {
    border-bottom: 0;
  }

  .membership-comparison-table .comparison-header span:first-child {
    display: none;
  }

  .membership-final-cta .hero-actions {
    align-items: stretch;
  }

  .brand {
    align-items: flex-start;
    gap: 12px;
  }

  .brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 1.3rem;
  }

  .nav-links,
  .hero-actions,
  .button,
  .site-footer {
    width: 100%;
  }

  .nav-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .creation-grid,
  .studio-grid,
  .studios-showcase,
  .benefit-grid,
  .desktop-tools-grid,
  .showcase-small-grid {
    grid-template-columns: 1fr;
  }

  .desktop-tool-wide .desktop-tool-content {
    text-align: left;
  }

  .desktop-tool-wide .desktop-tool-content .status-pill,
  .desktop-tool-wide .desktop-tool-content .button {
    justify-self: start;
  }

  .desktop-tool-wide .desktop-tool-content ul {
    grid-template-columns: 1fr;
  }

  .studio-product-card:first-child {
    grid-column: auto;
  }

  .showcase-featured .showcase-placeholder,
  .showcase-placeholder {
    min-height: 220px;
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .soft-card,
  .studio-card,
  .inspiration-panel,
  .access-card,
  .final-panel {
    border-radius: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
  }

  .page-main {
    width: min(100% - 22px, 1040px);
    padding-top: 28px;
  }

  .activation-feature-grid,
  .activation-creator-gallery-grid {
    grid-template-columns: 1fr;
  }

  .activation-creator-gallery-grid {
    grid-template-rows: none;
    height: auto;
  }

  .activation-creator-gallery-grid figure {
    aspect-ratio: 4 / 3;
  }

  .activation-product-card-copy h1,
  .activation-section-heading h2 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .activation-creator-featured {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .activation-creator-gallery figcaption {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    font-size: 0.86rem;
  }

  .studios-main {
    width: min(100% - 22px, 1180px);
    padding-top: 0;
  }

  .studios-collection-hero {
    min-height: 620px;
    margin-bottom: 34px;
    background:
      linear-gradient(180deg, rgba(255, 248, 242, 0.95) 0 45%, rgba(255, 248, 242, 0.42) 75%, rgba(255, 248, 242, 0.08) 100%),
      url("../assets/images/hero/studios-page-hero.jpg") 62% center / cover no-repeat;
  }

  .studios-collection-hero::after {
    top: 18px;
    right: 18px;
  }

  .studios-hero-copy {
    align-self: flex-start;
    padding-top: 46px;
  }

  .studios-hero-title span {
    display: inline;
  }

  .studios-hero-title span::after {
    content: " ";
  }

  .studios-hero-title span:last-child::after {
    content: "";
  }

  .studio-product-tile,
  .studios-account-panel,
  .hub-feature-teaser,
  .pro-feature-card,
  .pro-waitlist-card,
  .benefit-card,
  .desktop-tool-card,
  .toolkit-closing {
    border-radius: 22px;
  }

  .studio-product-image,
  .studio-product-featured > .studio-product-image {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .style-studio-page .page-main {
    padding-top: 0;
  }

  .faq-item,
  .support-card,
  .support-help,
  .licence-card {
    border-radius: 22px;
  }

  .faq-item summary {
    align-items: flex-start;
    padding: 20px;
  }

  .faq-item p {
    padding: 0 20px 22px;
  }

  .support-submit {
    width: 100%;
  }

  .app-grid,
  .admin-grid,
  .admin-priority-grid,
  .admin-area-grid,
  .admin-summary-grid,
  .admin-sales-grid,
  .dashboard-studio-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .customer-suggestion-form {
    grid-template-columns: 1fr;
  }

  .my-suggestion-card {
    grid-template-columns: 1fr;
  }

  .dashboard-overview-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-studio-card {
    min-height: auto;
  }

  .dashboard-studio-image {
    height: auto;
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .dashboard-studio-content {
    padding: 24px 22px;
  }

  .dashboard-studio-content h3,
  .dashboard-studio-content p:not(.app-muted),
  .dashboard-studio-content .app-muted {
    min-height: 0;
  }

  .dashboard-studio-footer {
    min-height: 0;
  }

  .admin-roadmap-form {
    grid-template-columns: 1fr;
  }

  .admin-split-grid {
    grid-template-columns: 1fr;
  }

  .admin-roadmap-wide {
    grid-column: span 1;
  }

  .dashboard-header {
    width: min(100% - 22px, 1180px);
    padding-top: 16px;
  }

  .dashboard-nav,
  .dashboard-nav form,
  .dashboard-nav .button,
  .admin-filter-form {
    width: 100%;
  }

  .dashboard-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-filter-form {
    grid-template-columns: 1fr;
  }

  .admin-nav {
    position: static;
    border-radius: 22px;
  }

  .admin-nav-group,
  .admin-nav-group summary,
  .admin-nav > a {
    width: 100%;
  }

  .admin-nav-menu {
    position: static;
    margin-top: 8px;
    width: 100%;
    box-shadow: none;
  }

  .style-feature-grid,
  .style-action-grid,
  .style-steps {
    grid-template-columns: 1fr;
  }

  .image-processor-page .style-feature-grid {
    grid-template-columns: 1fr;
  }

  .image-processor-app-section .style-action-grid {
    grid-template-columns: 1fr;
  }

  .style-action-feature .style-screenshot-placeholder,
  .style-screenshot-placeholder {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .product-landing-hero {
    min-height: 620px;
    border-radius: 22px;
  }

  .hero-image-filename,
  .hero-image-cue {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: inline-flex;
    margin: 14px;
  }

  .app-card {
    border-radius: 22px;
  }

  .admin-actions .button {
    width: 100%;
  }

  .admin-products-card .table-scroll {
    overflow-x: visible;
  }

  .admin-product-registry-tools {
    grid-template-columns: 1fr;
  }

  .admin-products-table,
  .admin-products-table thead,
  .admin-products-table tbody,
  .admin-products-table tr,
  .admin-products-table th,
  .admin-products-table td {
    display: block;
    width: 100%;
  }

  .admin-products-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 0;
  }

  .admin-products-table thead {
    display: none;
  }

  .admin-products-table tr {
    margin-bottom: 14px;
    border: 1px solid rgba(216, 181, 109, 0.22);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.58);
    padding: 12px;
  }

  .admin-products-table td {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 0;
    padding: 8px 0;
    text-align: left;
  }

  .admin-products-table td::before {
    content: attr(data-label);
    color: #625954;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .admin-products-table th:nth-child(n),
  .admin-products-table td:nth-child(n) {
    width: 100%;
    position: relative;
    left: auto;
    z-index: auto;
    box-shadow: none;
  }

  .admin-products-table .admin-product-count-cell {
    text-align: left;
  }

  .login-shell {
    width: min(100% - 22px, 640px);
    padding-top: 28px;
  }

  .login-card,
  .studio-reassurance {
    border-radius: 22px;
  }

  .login-options {
    align-items: flex-start;
    flex-direction: column;
  }
}

.dashboard-token-strip,
.token-wallet-summary,
.token-pack-grid,
.token-history-list {
  position: relative;
  z-index: 1;
}

.dashboard-token-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  margin: 26px 0 34px;
  padding: 24px 28px;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(255, 253, 249, 0.94), rgba(249, 242, 234, 0.88)),
    radial-gradient(circle at 92% 12%, rgba(184, 201, 169, 0.2), transparent 36%);
  box-shadow: 0 18px 44px rgba(144, 108, 84, 0.12);
}

.dashboard-token-strip h3,
.token-balance-card h3,
.token-pack-card h3 {
  margin: 6px 0 8px;
}

.dashboard-token-strip p {
  margin: 0;
}

.dashboard-token-costs {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.dashboard-token-costs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(184, 201, 169, 0.46);
  border-radius: 999px;
  background: rgba(246, 250, 243, 0.86);
  color: #625954;
  font-weight: 800;
}

.token-wallet-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.token-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 22px;
  margin: 24px 0 34px;
}

.token-pack-card,
.token-balance-card,
.token-history-card,
.admin-token-pack-editor {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.32);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(251, 245, 238, 0.9)),
    radial-gradient(circle at 92% 10%, rgba(184, 201, 169, 0.2), transparent 34%);
  box-shadow: 0 18px 44px rgba(144, 108, 84, 0.12);
}

.token-pack-card::before,
.token-balance-card::before,
.token-history-card::before,
.admin-token-pack-editor::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #d9a09b, #e0ba6b, #a9bd9a);
}

.token-pack-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 34px 30px 28px;
}

.token-pack-card .status-badge {
  align-self: flex-start;
  margin-bottom: 12px;
}

.token-pack-card p {
  margin-top: 0;
}

.token-pack-price {
  display: grid;
  gap: 3px;
  margin: auto 0 18px;
  padding-top: 18px;
  color: #625954;
}

.token-pack-price strong {
  color: #4a433f;
  font-size: 1.05rem;
}

.token-pack-price span {
  color: #8a7a70;
  font-weight: 700;
}

.token-pack-card .button,
.token-pack-card form {
  width: 100%;
}

.token-pack-card .button {
  justify-content: center;
}

.token-balance-card,
.token-history-card {
  padding: 32px 34px;
}

.token-history-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.token-history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
}

.token-history-row div {
  display: grid;
  gap: 4px;
}

.token-history-row span {
  color: #8a7a70;
}

.token-credit {
  color: #6b835d;
}

.token-debit {
  color: #b16f6b;
}

.generated-safeguard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 220px));
  gap: 16px;
  margin-top: 18px;
  align-items: start;
}

.generated-safeguard-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(216, 181, 109, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.72);
}

.generated-safeguard-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  max-height: 220px;
  border-radius: 8px;
  border: 1px solid rgba(184, 201, 168, 0.45);
  background: #fff9f4;
}

.generated-safeguard-card div {
  display: grid;
  gap: 8px;
}

.generated-safeguard-card span {
  color: #8a7a70;
  font-size: 0.92rem;
}

.generated-library-panel {
  display: grid;
  gap: 22px;
}

.generated-library-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.generated-folder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 220px));
  gap: 16px;
}

.generated-folder-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  color: inherit;
  text-decoration: none;
}

.generated-folder-card:hover {
  border-color: rgba(114, 135, 101, 0.5);
  box-shadow: 0 14px 34px rgba(89, 72, 62, 0.1);
}

.generated-folder-preview {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(184, 201, 168, 0.45);
  border-radius: 8px;
  background: #fff9f4;
  overflow: hidden;
}

.generated-folder-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.generated-folder-preview span {
  color: #8a7a70;
  font-size: 0.88rem;
}

.generated-folder-preview-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  padding: 6px;
}

.generated-folder-preview-grid img {
  border: 1px solid rgba(216, 181, 109, 0.18);
  border-radius: 6px;
  background: #fff;
}

.generated-folder-card strong {
  color: #2d3038;
}

.generated-folder-card em {
  color: #8a7a70;
  font-style: normal;
  font-size: 0.92rem;
}

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

.admin-token-pack-editor {
  display: grid;
  gap: 12px;
  padding: 28px 24px 22px;
}

.admin-token-grant-panel,
.admin-token-history {
  margin-top: 30px;
}

.token-purchase-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.token-purchase-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(74, 67, 63, 0.26);
  backdrop-filter: blur(6px);
}

.token-purchase-panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(216, 181, 109, 0.36);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(252, 245, 239, 0.94)),
    radial-gradient(circle at 90% 0%, rgba(184, 201, 169, 0.18), transparent 35%);
  box-shadow: 0 28px 80px rgba(91, 69, 56, 0.24);
}

.token-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.token-pack-grid-modal {
  grid-template-columns: repeat(4, minmax(190px, 1fr));
}

@media (max-width: 1180px) {
  .dashboard-token-strip,
  .token-wallet-summary,
  .token-pack-grid,
  .token-admin-pack-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard-token-costs {
    min-width: 0;
  }

  .token-pack-grid-modal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studios-showcase,
  .desktop-tools-grid,
  .pro-feature-layout,
  .public-product-auto-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-product-tile,
  .hub-feature-teaser,
  .desktop-tool-card,
  .pro-feature-card,
  .public-product-auto-grid .public-registry-product-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .studio-product-image,
  .public-product-auto-grid .studio-product-image,
  .batch-generator-media,
  .desktop-tool-media,
  .pro-showcase-media {
    min-height: clamp(320px, 58vw, 560px);
    border-right: 0;
    border-bottom: 1px solid rgba(216, 181, 109, 0.22);
  }
}

@media (max-width: 680px) {
  .token-purchase-dialog {
    padding: 12px;
  }

  .token-pack-grid-modal {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-product-tile,
  .hub-feature-teaser,
  .desktop-tool-card,
  .pro-feature-card,
  .public-product-auto-grid .public-registry-product-card {
    border-radius: 22px;
  }

  .studio-product-image,
  .public-product-auto-grid .studio-product-image,
  .batch-generator-media,
  .desktop-tool-media,
  .pro-showcase-media {
    min-height: 280px;
  }

  .studio-product-content,
  .desktop-tool-content,
  .pro-feature-copy {
    padding: 22px;
  }
}
.dashboard-support-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-support-file input { display: none; }

.dashboard-support-file span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(158, 172, 150, .6);
  border-radius: 18px;
  background: rgba(255, 253, 248, .9);
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
