:root {
  color-scheme: light;
  --ink: #18191f;
  --muted: #707684;
  --line: #e4e7ee;
  --paper: #f7f8fb;
  --panel: #ffffff;
  --accent: #ff5aa8;
  --accent-2: #ff4f9a;
  --gold: #f4b740;
  --blue: #3b82f6;
  --violet: #725cff;
  --soft: #fff0f7;
  --soft-warm: #fff7df;
  --soft-pink: #fff0f3;
  --shadow: 0 16px 34px rgba(24, 25, 31, .09);
  --shadow-hover: 0 22px 48px rgba(24, 25, 31, .14);
}

@media (max-width: 880px) {
  .siteBundleEntry {
    grid-template-columns: 1fr;
    margin: 44px 16px 0;
  }

  .siteBundleStats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .siteBundleActions {
    display: grid;
  }

  .siteBundleActions a {
    width: 100%;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff 0, #f7f8fb 360px),
    var(--paper);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
}

.topbar.compact { align-items: center; }

.brandMark {
  margin: 0 0 6px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 5px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: 0;
}

.topbar nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar nav a,
.ghost,
.primaryLink,
button,
.iconButton {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 14px;
  font-weight: 800;
  color: var(--ink);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

button {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

.primaryLink {
  width: 100%;
  margin-top: 16px;
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.topbar nav a:hover,
.ghost:hover,
.primaryLink:hover,
button:hover,
.iconButton:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 163, 139, .42);
  box-shadow: 0 10px 24px rgba(24, 25, 31, .1);
}

.topbar nav .checkoutNavItem {
  min-width: 118px;
  min-height: 58px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 3px;
  border-radius: 10px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, .88);
}

.topbar nav .checkoutNavItem span {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
}

.topbar nav .checkoutNavItem em {
  max-width: 110px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar nav .checkoutNavItem.active {
  border-color: rgba(255, 79, 166, .36);
  background: linear-gradient(180deg, #fff7fb, #fff);
  box-shadow: 0 12px 28px rgba(255, 79, 166, .12);
}

.topbar nav .dawnTool {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 999px;
  padding: 0;
}

.topbar nav .dawnMiniCta {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
}

main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px clamp(14px, 3vw, 36px) 48px;
}

.privateGate {
  min-height: 100vh;
  max-width: none;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 79, 100, .14), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(20, 163, 139, .16), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
}

.privateGatePanel {
  width: min(100%, 430px);
  padding: 34px;
  border: 1px solid rgba(228, 231, 238, .94);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 28px 70px rgba(24, 25, 31, .12);
}

.privateGatePanel .brandMark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 15px;
  background: #111;
  color: #fff;
  font-size: 18px;
}

.privateGatePanel h1 {
  margin-bottom: 10px;
  font-size: 34px;
}

.privateGatePanel p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.privateGatePanel .privateGateHint {
  margin-top: -10px;
  font-size: 13px;
  color: #8a90a0;
}

.privateGateForm {
  display: grid;
  gap: 14px;
}

.privateGateForm label {
  display: grid;
  gap: 8px;
  color: #3a3f4c;
  font-size: 14px;
  font-weight: 800;
}

.privateGateForm input {
  height: 48px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.privateGateForm input:focus {
  border-color: rgba(20, 163, 139, .75);
  box-shadow: 0 0 0 4px rgba(20, 163, 139, .12);
}

.privateGateForm button {
  height: 50px;
  margin-top: 8px;
  border-radius: 12px;
  font-size: 16px;
}

.shopNav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  padding: 16px clamp(18px, 4vw, 54px);
}

.shopLogo {
  color: var(--accent-2);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.shopNav nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
}

.shopAdminLink {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 13px;
  font-weight: 800;
}

.shopMain {
  max-width: 1500px;
}

.shopHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .35fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.shopHeroCopy,
.shopHeroPanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.shopHeroCopy {
  padding: clamp(30px, 6vw, 72px);
}

.shopHeroCopy h1 {
  max-width: 940px;
  margin-bottom: 16px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1;
}

.shopHeroCopy p:not(.brandMark) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.shopHeroPanel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.shopHeroPanel span {
  display: grid;
  align-content: center;
  background: #fff;
  padding: 20px;
  color: var(--muted);
  font-weight: 800;
}

.shopHeroPanel strong {
  display: block;
  color: var(--ink);
  font-size: 38px;
}

.shopCollections {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.shopCollections a {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}

.shopCollections strong {
  font-size: 20px;
}

.shopCollections span {
  color: var(--muted);
}

.shopGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.shopProduct {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.shopProduct:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.shopProductMedia {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.shopProductMedia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopProductMedia span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(24, 25, 31, .82);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.shopProductBody {
  padding: 14px;
}

.shopProductBody h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
}

.shopProductBody p:not(.eyebrow) {
  min-height: 40px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.shopBuyRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.shopBuyRow strong {
  color: var(--accent-2);
  font-size: 24px;
}

.adminShell {
  max-width: none;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 0;
  min-height: 100vh;
  padding: 0;
}

.adminSidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid var(--line);
  background: #fff;
  padding: 20px;
}

.adminSidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.adminSidebar nav a {
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--muted);
  font-weight: 800;
}

.adminSidebar nav a:hover {
  background: var(--paper);
  color: var(--ink);
}

.adminWorkspace {
  min-width: 0;
  padding: 24px clamp(18px, 3vw, 34px) 48px;
}

.adminHeader {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 18px;
}

.rolePill {
  width: fit-content;
  margin: 10px 0 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--soft);
  color: #087968;
  font-size: 13px;
  font-weight: 900;
}

.adminHeaderActions {
  display: flex;
  gap: 10px;
}

.adminHeaderActions .primaryLink {
  width: auto;
  margin-top: 0;
}

.adminMetrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.adminMetrics article,
.adminPanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.adminMetrics article {
  padding: 18px;
}

.adminMetrics span,
.adminMetrics em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.adminMetrics strong {
  display: block;
  margin: 6px 0;
  font-size: 34px;
}

.adminGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 14px;
  align-items: start;
}

.adminPanel {
  padding: 18px;
}

.adminPanel.wide {
  grid-row: span 2;
}

.adminTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 13px;
}

.adminTable th,
.adminTable td {
  border-bottom: 1px solid var(--line);
  padding: 10px 8px;
  text-align: left;
}

.adminTable th {
  color: var(--muted);
  font-size: 12px;
}

.adminActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.adminActions a {
  display: grid;
  min-height: 58px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 12px;
  font-weight: 900;
}

.adminNotice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #f9a8d4;
  border-radius: 8px;
  background: #fff0f7;
  color: #be185d;
  font-weight: 900;
}

.adminHeaderActions form {
  margin: 0;
}

.adminHeaderActions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

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

.bundleRulePanel article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}

.bundleRulePanel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.bundleRulePanel span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
}

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

.adminBundleCard {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.adminBundleBody {
  padding: 16px;
}

.adminBundleBody h2 {
  margin: 12px 0 8px;
  font-size: 24px;
}

.adminBundleBody p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
}

.bundleCoverCollage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #101114;
  border: 4px solid var(--bundle-border, #48a86a);
}

.bundleCoverImages {
  position: absolute;
  inset: 0;
}

.bundleCoverShot {
  position: absolute;
  display: block;
  overflow: hidden;
  background: #eceff3;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .34);
}

.bundleCoverShot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundleCoverShot.shot1 {
  width: 54%;
  height: 58%;
  left: 8%;
  top: 10%;
}

.bundleCoverShot.shot2 {
  width: 34%;
  height: 44%;
  right: 9%;
  top: 12%;
}

.bundleCoverShot.shot3 {
  width: 28%;
  height: 34%;
  left: 12%;
  bottom: 14%;
}

.bundleCoverShot.shot4 {
  width: 34%;
  height: 36%;
  right: 19%;
  bottom: 12%;
}

.bundleCoverShot.shot5 {
  width: 25%;
  height: 29%;
  right: 7%;
  bottom: 17%;
}

.bundleCoverShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 12, .18), rgba(8, 9, 12, .42) 45%, rgba(8, 9, 12, .94));
}

.bundleCoverCopy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
}

.bundleCoverCopy span,
.bundleCoverCopy small {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.bundleCoverCopy strong {
  display: block;
  margin: 2px 0;
  font-size: 25px;
  line-height: 1.05;
}

.bundleCoverCollage > em {
  position: absolute;
  right: 14px;
  bottom: 16px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #3fbf68;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.bundleVariantList {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.bundleVariantRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.bundleVariantRow strong,
.bundleVariantRow span {
  display: block;
}

.bundleVariantRow span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.bundleVariantRow a {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 950;
}

.bundleStatusForm {
  margin: 14px 0 0;
}

.bundleStatusForm button {
  width: 100%;
  border: 1px solid #111;
  border-radius: 8px;
  background: #111;
  color: #fff;
  padding: 12px;
  font-weight: 950;
  cursor: pointer;
}

.bundleStorePage {
  padding-top: 34px;
}

.bundleStoreHero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  min-height: 430px;
  border: 1px solid rgba(24, 25, 31, .09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 75% 28%, rgba(255, 82, 166, .13), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f7fbfa 70%, #e9f7f3 100%);
  padding: clamp(28px, 6vw, 76px);
  box-shadow: 0 24px 70px rgba(24, 25, 31, .08);
}

.bundleStoreHero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(48px, 8vw, 112px);
  line-height: .95;
}

.bundleStoreHero p:not(.dawnKicker) {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.75;
}

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

.bundleHeroStats article {
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  padding: 18px;
  backdrop-filter: blur(12px);
}

.bundleHeroStats strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}

.bundleHeroStats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 850;
}

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

.bundleStoreCard {
  overflow: hidden;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(24, 25, 31, .08);
}

.bundleStoreCover {
  display: block;
}

.bundleStoreCard .bundleCoverCollage {
  border-width: 4px;
  transition: transform .25s ease;
}

.bundleStoreCard:hover .bundleCoverCollage {
  transform: scale(1.015);
}

.bundleStoreBody {
  padding: 20px;
}

.bundleStoreBody h2 {
  margin: 7px 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.bundleStoreBody p:not(.dawnKicker) {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.65;
}

.bundleStoreMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 16px 0;
}

.bundleStoreMeta span,
.bundleStoreMeta strong {
  border-radius: 999px;
  background: #fff0f7;
  color: #5b6372;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 950;
}

.bundleStoreMeta strong {
  background: #111;
  color: #fff;
}

.bundleStoreVariants {
  display: grid;
  gap: 8px;
}

.bundleStoreVariants a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: var(--paper);
  padding: 12px;
  color: var(--ink);
  font-weight: 950;
}

.bundleStoreVariants a:hover {
  border-color: #ff4fa2;
  background: #fff;
}

.bundleCheckoutSummary .bundleCoverCollage {
  border-width: 0;
  border-radius: 8px 8px 0 0;
}

.bundleSongPreview {
  padding: 0 18px 18px;
}

.bundleSongPreview h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.bundleSongPreview ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.bundleDetailPage {
  padding-top: 26px;
}

.bundleBreadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.bundleBreadcrumb a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bundleBreadcrumb strong {
  color: var(--ink);
}

.bundleProductHero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(22px, 3.2vw, 46px);
  align-items: start;
}

.bundleProductMedia,
.bundleBuyBox,
.bundleDetailGrid > article,
.bundleSpecsSection,
.bundleFaq article {
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 25, 31, .06);
}

.bundleProductMedia {
  overflow: hidden;
}

.bundleProductMedia .bundleCoverCollage {
  border-width: 0;
  border-radius: 8px 8px 0 0;
}

.bundleBuyBox {
  position: sticky;
  top: 104px;
  padding: clamp(22px, 3vw, 34px);
}

.bundleBuyBox .dawnKicker,
.bundleDetailGrid .dawnKicker,
.bundleSpecsSection .dawnKicker {
  color: #ff4fa2;
}

.bundleBuyBox h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
}

.bundleBuyBox > p:not(.dawnKicker) {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.7;
}

.bundlePriceLine {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 14px;
  align-items: end;
  margin: 22px 0 16px;
  padding: 18px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff7fb;
}

.bundlePriceLine,
.bundleFileBadges,
.bundleTrackSwap,
.bundleCoverCollage > em {
  will-change: opacity, transform;
}

.bundlePriceLine span,
.bundlePriceLine em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.bundlePriceLine strong {
  color: #ff4fa2;
  font-size: 48px;
  line-height: .9;
}

.bundlePriceLine del {
  color: #8a93a2;
  font-weight: 800;
}

.bundleDeliveryBadges,
.bundleFileBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bundleDeliveryBadges span,
.bundleFileBadges span {
  border-radius: 999px;
  background: #f4f6f8;
  color: #5f6877;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 900;
}

.bundleFileBadges {
  margin-top: 14px;
}

.bundleFileBadges span strong {
  margin-right: 6px;
  color: #ff4fa2;
}

.bundleVariantChooser {
  margin-top: 24px;
}

.bundleVariantChooser h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.bundleVariantPick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(24, 25, 31, .12);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

.bundleVariantPick:hover {
  border-color: rgba(255, 79, 162, .45);
  background: #fffafd;
  transform: translateY(-1px);
}

.bundleVariantPick.active {
  border-color: #ff4fa2;
  box-shadow: 0 0 0 3px rgba(255, 79, 162, .12);
  transform: translateY(-1px);
}

.bundleVariantPick strong,
.bundleVariantPick em,
.bundleVariantPick b {
  display: block;
}

.bundleVariantPick strong {
  font-size: 15px;
}

.bundleVariantPick em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 780;
}

.bundleVariantPick b {
  flex: 0 0 auto;
  font-size: 20px;
}

.bundleBuyActions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.bundleDetailGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 22px;
  margin-top: 34px;
}

.bundleDetailGrid > article,
.bundleSpecsSection {
  padding: clamp(20px, 3vw, 34px);
}

.bundleDetailGrid h2,
.bundleSpecsSection h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.bundleDetailGrid p {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.75;
}

.bundleTrackList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.bundleTrackList li {
  min-width: 0;
}

.bundleTrackList a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fafbfc;
  padding: 6px;
  color: var(--ink);
  font-weight: 850;
}

.bundleTrackList img {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: cover;
  background: #eef0f3;
}

.bundleTrackList span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bundleMoreNote {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 850;
}

.bundleSwapPulse {
  animation: bundleSwapPulse .22s ease both;
}

@keyframes bundleSwapPulse {
  from {
    opacity: .45;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.bundleFlow li {
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fafbfc;
  padding: 14px;
}

.bundleFlow strong,
.bundleFlow span {
  display: block;
}

.bundleFlow span {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 780;
}

.bundleSpecsSection {
  margin-top: 34px;
}

.sectionHead.tight {
  margin-bottom: 18px;
}

.bundleTrackPanel {
  padding: 22px 0;
  border-top: 1px solid rgba(24, 25, 31, .08);
}

.bundleTrackPanel:first-of-type {
  border-top: 0;
}

.bundleFaq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.bundleFaq article {
  padding: 20px;
}

.bundleFaq strong,
.bundleFaq span {
  display: block;
}

.bundleFaq strong {
  font-size: 18px;
}

.bundleFaq span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.65;
}

.dawnAnnouncement {
  border-bottom: 1px solid rgba(24, 25, 31, .07);
  background: #fff;
  color: #444852;
  padding: 9px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
}

.dawnHeader {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(24, 25, 31, .07);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 26px rgba(24, 25, 31, .035);
}

.dawnHeaderInner {
  max-width: 1400px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
}

.dawnLogo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
}

.dawnLogo::before {
  content: "DT";
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.dawnMenu,
.dawnTools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dawnMenu {
  justify-content: center;
  gap: 8px;
  color: #333;
  font-size: 15px;
}

.dawnMenu > a,
.dawnMenuItem > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 17px;
  font-weight: 760;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.dawnMenu > a:hover,
.dawnMenu > a.active,
.dawnMenuItem > a:hover,
.dawnMenuItem > a.active {
  color: #111;
  border-color: rgba(255, 90, 168, .18);
  background: #fff7fb;
}

.dawnMenuItem {
  position: relative;
  display: inline-flex;
}

.dawnMenuItem::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 96px;
  height: 52px;
  display: none;
  z-index: 59;
}

.dawnMenuItem:hover::after,
.dawnMenuItem.megaOpen::after {
  display: block;
}

.dawnMegaMenu {
  position: fixed;
  left: 50%;
  top: 126px;
  z-index: 60;
  width: min(1180px, calc(100vw - 44px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  transform: translate(-50%, 10px);
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 245, 250, .92), rgba(255, 255, 255, .98) 42%),
    #fff;
  box-shadow: 0 26px 80px rgba(24, 25, 31, .12);
  padding: 16px;
  transition: opacity .16s ease, transform .16s ease;
}

.dawnMenuItem:hover .dawnMegaMenu,
.dawnMenuItem.megaOpen .dawnMegaMenu,
.dawnMenuItem:focus-within .dawnMegaMenu {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0);
}

.megaColumn {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  border: 1px solid rgba(24, 25, 31, .07);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(24, 25, 31, .045);
}

.megaColumn strong {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 14px;
}

.megaColumn strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5aa8, rgba(255,184,77,.72));
}

.megaColumn a {
  border-radius: 6px;
  padding: 8px 9px;
  color: #4b505a;
  font-size: 13px;
  line-height: 1.25;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.megaColumn a:hover {
  background: #f7f8fb;
  color: #111;
  transform: translateX(2px);
}

.dawnTools {
  justify-content: flex-end;
  gap: 8px;
  color: #333;
}

.dawnTool {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 999px;
  background: #fff;
  color: #17191f;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(24, 25, 31, .05);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dawnTool svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dawnTool:hover {
  border-color: rgba(24, 25, 31, .16);
  background: #111;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(24, 25, 31, .14);
}

.dawnTool.favorite:hover {
  border-color: rgba(255, 79, 100, .28);
  background: var(--accent-2);
}

.dawnTool.account:hover {
  border-color: rgba(20, 163, 139, .28);
  background: var(--accent);
}

.dawnTool::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 10;
  pointer-events: none;
  transform: translate(-50%, -4px);
  opacity: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  transition: opacity .16s ease, transform .16s ease;
}

.dawnTool:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.dawnMiniCta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 850;
  transition: background .18s ease, transform .18s ease;
}

.dawnMiniCta:hover {
  background: #2a2d34;
  transform: translateY(-1px);
}

.dawnPage {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 50px 76px;
}

.dawnStore {
  background: #fff;
}

.dawnHero {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f3;
  margin-bottom: 40px;
}

.dawnHeroCopy {
  position: absolute;
  left: clamp(22px, 4vw, 56px);
  right: clamp(22px, 4vw, 56px);
  bottom: clamp(24px, 5vw, 58px);
  z-index: 4;
  display: grid;
  align-content: end;
  max-width: 760px;
  color: #fff;
  padding: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.dawnKicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dawnHeroCopy h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.dawnHeroCopy p:not(.dawnKicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

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

.dawnPrimary,
.dawnSecondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 850;
}

.dawnPrimary {
  background: #111;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.dawnSecondary {
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.dawnSecondary.dark {
  border-color: rgba(24, 25, 31, .16);
  color: #111;
}

.dawnHeroStats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.dawnHeroStats span {
  min-width: 116px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
  padding: 10px 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
}

.dawnHeroStats strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.dawnHeroCarousel {
  position: relative;
  height: 470px;
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f3;
  box-shadow: none;
}

.dawnCarouselTrack {
  position: absolute;
  inset: 0;
}

.dawnCarouselSlide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  animation: dawnHeroSlide 20s infinite;
  animation-delay: calc(var(--slide-index) * 5s);
}

.dawnHeroCarousel:hover .dawnCarouselSlide,
.dawnHeroCarousel:hover .dawnCarouselDots span::before {
  animation-play-state: paused;
}

.dawnCarouselSlide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}

.dawnCarouselSlide:hover img {
  transform: scale(1.035);
}

.dawnSlideShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 22, .05) 0%, rgba(17, 18, 22, .18) 48%, rgba(17, 18, 22, .7) 100%);
}

.dawnSlideCopy {
  display: none;
}

.dawnSlideCopy span {
  color: #ffd166;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dawnSlideCopy strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.dawnSlideCopy em {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-style: normal;
}

.dawnCarouselDots {
  position: absolute;
  left: 18px;
  top: 18px;
  display: flex;
  gap: 7px;
  z-index: 3;
}

.dawnCarouselDots span {
  width: 34px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 1px 8px rgba(24, 25, 31, .1);
}

.dawnCarouselDots span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #111;
  transform: scaleX(0);
  transform-origin: left;
  animation: dawnHeroDot 20s infinite;
  animation-delay: calc(var(--slide-index) * 5s);
}

@keyframes dawnHeroSlide {
  0%, 20% { opacity: 1; z-index: 2; }
  25%, 95% { opacity: 0; z-index: 1; }
  100% { opacity: 1; z-index: 2; }
}

@keyframes dawnHeroDot {
  0% { transform: scaleX(0); }
  20% { transform: scaleX(1); }
  25%, 100% { transform: scaleX(0); }
}

.dawnSection {
  margin-bottom: 68px;
}

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

.homeGuideCard {
  min-height: 188px;
  display: grid;
  align-content: end;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 82% 14%, rgba(255, 79, 154, .2), transparent 34%);
  padding: 24px;
  box-shadow: 0 12px 28px rgba(24, 25, 31, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.homeGuideCard:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 154, .34);
  box-shadow: 0 18px 38px rgba(24, 25, 31, .09);
}

.homeGuideCard span {
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
}

.homeGuideCard strong {
  font-size: 27px;
  line-height: 1.12;
}

.homeGuideCard em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

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

.homeCategoryCard {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 14px 30px rgba(24, 25, 31, .08);
  isolation: isolate;
}

.homeCategoryCard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 18, 22, .04), rgba(17, 18, 22, .76));
}

.homeCategoryCard img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.homeCategoryCard:hover img {
  transform: scale(1.04);
}

.homeCategoryCard span,
.homeCategoryCard em {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 2;
  color: #fff;
}

.homeCategoryCard span {
  bottom: 42px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.homeCategoryCard em {
  bottom: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-style: normal;
}

.homePromiseBand {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin: 0 0 68px;
}

.homePromiseBand article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}

.homePromiseBand article:last-child {
  border-right: 0;
}

.homePromiseBand strong {
  font-size: 20px;
}

.homePromiseBand span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.storePageHero {
  display: grid;
  align-content: end;
  min-height: 330px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 163, 139, .16), transparent 30%),
    linear-gradient(135deg, #f7f8fb 0%, #fff 52%, #f1f4f7 100%);
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 58px);
}

.storePageHero .dawnKicker {
  color: var(--accent-2);
}

.storePageHero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .98;
}

.storePageHero p:not(.dawnKicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.seriesPage {
  padding-top: 34px;
}

.seriesHero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: stretch;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(24, 25, 31, .06);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(20, 163, 139, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fafbfd 56%, #eef4f4 100%);
  margin-bottom: 22px;
  padding: clamp(26px, 4vw, 54px);
}

.seriesHeroCopy {
  display: grid;
  align-content: center;
  max-width: 660px;
}

.seriesHeroCopy h1 {
  margin: 0;
  color: #111;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.seriesHeroCopy p:not(.dawnKicker) {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.seriesHeroActions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.seriesHeroActions .dawnSecondary {
  border-color: rgba(24, 25, 31, 0.14);
  background: #fff;
  color: #18191f;
}

.seriesHeroActions .dawnSecondary:hover {
  border-color: rgba(255, 79, 154, 0.42);
  color: #18191f;
}

.seriesHeroVisual {
  position: relative;
  min-height: 320px;
}

.seriesHeroCard {
  position: absolute;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 22px 60px rgba(24, 25, 31, .18);
}

.seriesHeroCard:nth-child(1) {
  inset: 3% 32% 29% 0;
}

.seriesHeroCard:nth-child(2) {
  inset: 0 0 38% 46%;
}

.seriesHeroCard:nth-child(3) {
  inset: 52% 42% 0 9%;
}

.seriesHeroCard:nth-child(4) {
  inset: 42% 4% 4% 52%;
}

.seriesHeroCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  transition: transform .24s ease, opacity .24s ease;
}

.seriesHeroCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 22, 0), rgba(17, 18, 22, .7));
}

.seriesHeroCard span {
  position: absolute;
  z-index: 1;
  inset: auto 14px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.seriesHeroCard:hover img {
  opacity: 1;
  transform: scale(1.04);
}

.seriesStatsBar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 24px;
  padding: 18px 22px;
  box-shadow: 0 12px 34px rgba(24, 25, 31, .04);
}

.seriesStatsBar div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.seriesStatsBar strong {
  color: #111;
  font-size: 34px;
  line-height: 1;
}

.seriesStatsBar span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.seriesStatsBar a {
  color: #111;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.seriesQuickGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 54px;
}

.seriesQuickCard {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.seriesQuickCard span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.seriesQuickCard strong {
  color: #111;
  font-size: 21px;
  line-height: 1.24;
}

.seriesQuickCard p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.seriesQuickCard:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 154, .3);
  box-shadow: 0 18px 40px rgba(24, 25, 31, .07);
}

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

.seriesFeatureCard {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  display: grid;
  align-content: end;
  border-radius: 8px;
  background: #111;
  color: #fff;
  padding: 22px;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(24, 25, 31, .1);
}

.seriesFeatureCard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transition: transform .24s ease, opacity .24s ease;
}

.seriesFeatureCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 22, 0), rgba(17, 18, 22, .9));
}

.seriesFeatureCard span,
.seriesFeatureCard strong,
.seriesFeatureCard em {
  position: relative;
  z-index: 1;
}

.seriesFeatureCard span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  font-weight: 950;
}

.seriesFeatureCard strong {
  font-size: 26px;
  line-height: 1.18;
}

.seriesFeatureCard em {
  margin-top: 8px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  font-style: normal;
}

.seriesFeatureCard:hover img {
  opacity: .86;
  transform: scale(1.04);
}

.seriesMuted {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.seriesCollectionGrid {
  margin-bottom: 0;
}

.collectionAllHeader {
  display: grid;
  align-content: center;
  min-height: 118px;
  border-bottom: 0;
  margin: 0 calc(50% - 50vw) 0;
  padding: 0 max(18px, calc((100vw - 1400px) / 2 + 50px));
  background: #fff;
}

.collectionAllHeader .dawnKicker {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
}

.collectionAllHeader h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 520;
  line-height: 1.1;
}

.collectionAllHeader p:not(.dawnKicker) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.collectionToolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  box-shadow: none;
  margin: 0 calc(50% - 50vw) 36px;
  padding: 34px max(18px, calc((100vw - 1400px) / 2 + 50px));
}

.collectionMeta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.collectionMeta strong {
  font-size: 22px;
  line-height: 1;
}

.collectionMeta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.collectionFilterLine {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.filterConditionLabel {
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}

.collectionSortLine {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  color: #6c717c;
  font-size: 14px;
  white-space: nowrap;
}

.collectionSortLine label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.collectionSortLine select,
.artistFacet input {
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid rgba(24, 25, 31, .28);
  border-radius: 0;
  background: #fff;
  color: #111;
  padding: 0 8px;
  font: inherit;
  font-size: 14px;
}

.collectionSortLine select:focus,
.artistFacet input:focus {
  border-color: #111;
  outline: 0;
}

.searchToolbar,
.collectionDetailToolbar {
  background: #fff;
  border-bottom: 1px solid rgba(24, 25, 31, .08);
  margin-bottom: 34px;
}

.searchToolbar .collectionQuickSearch {
  min-width: min(520px, 100%);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
}

.searchToolbar input {
  min-height: 44px;
  border: 1px solid rgba(24, 25, 31, .12);
  border-radius: 6px;
  padding: 0 13px;
  font: inherit;
}

.searchToolbar button {
  min-height: 44px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #111;
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.collectionBackLink {
  color: #111;
  font-size: 14px;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.filterApply {
  min-height: 38px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #111;
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.collectionMeta em {
  color: #9aa1ad;
  font-size: 12px;
  font-style: normal;
}

.collectionActiveFilters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -4px 0 14px;
}

.collectionActiveFilters span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
}

.collectionActiveFilters a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 999px;
  background: #fff;
  padding: 0 11px;
  color: #111;
  font-size: 12px;
  font-weight: 780;
}

.collectionActiveFilters a:hover {
  border-color: var(--accent);
}

.collectionActiveFilters .clearAll {
  border-color: transparent;
  color: var(--accent);
}

.collectionLayout {
  display: grid;
  gap: 0;
}

.filterPanelBody {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  position: relative;
}

.facetGroup {
  min-width: 0;
  position: relative;
  border: 0;
}

.facetGroup summary {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #343840;
  cursor: pointer;
  font-size: 14px;
  font-weight: 450;
  list-style: none;
  text-transform: none;
  border-bottom: 1px solid transparent;
}

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

.facetGroup summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .72;
}

.facetGroup[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.facetGroup[open] summary {
  border-color: #111;
  color: #111;
}

.facetDropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  z-index: 20;
  width: min(360px, calc(100vw - 40px));
  border: 1px solid rgba(24, 25, 31, .12);
  background: #fff;
  box-shadow: 0 18px 42px rgba(24, 25, 31, .12);
}

.facetDropdownHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(24, 25, 31, .08);
  padding: 18px 22px;
  color: #6c717c;
  font-size: 14px;
}

.facetDropdownHead a {
  color: #343840;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.facetOptions {
  display: grid;
  gap: 14px;
  max-height: 460px;
  overflow: auto;
  padding: 18px 22px 22px;
}

.compactFacet {
  max-height: 280px;
  margin-top: 0;
}

.facetCheck {
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #343840;
  font-size: 14px;
  cursor: pointer;
}

.facetCheck input {
  width: 17px;
  height: 17px;
  accent-color: #111;
}

.facetCheck span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.facetCheck:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.artistFacet {
  display: grid;
  gap: 7px;
  padding: 14px 22px 0;
}

.hiddenSubmit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.filterApply {
  width: auto;
  min-height: 36px;
  margin-top: 30px;
  padding: 0 14px;
  font-size: 12px;
}

.filterPanelActions {
  display: grid;
  align-content: start;
  gap: 9px;
}

.filterPanelActions a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.collectionResults {
  min-width: 0;
}

.collectionAllGrid {
  margin-bottom: 34px;
}

.collectionPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 70px;
}

.collectionPagination a,
.collectionPagination span,
.collectionPagination strong {
  min-height: 42px;
  min-width: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 820;
}

.collectionPagination span {
  color: #b5bac5;
}

.collectionPagination a:hover {
  border-color: #111;
}

.customHero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 79, 100, .18), transparent 28%),
    linear-gradient(135deg, #fff7f8 0%, #fff 50%, #eef8f5 100%);
}

.storeMenuGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 58px;
}

.storeMenuCard {
  display: grid;
  align-content: end;
  min-height: 210px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 25, 31, .06);
  padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.storeMenuCard:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: 0 22px 48px rgba(24, 25, 31, .12);
}

.storeMenuCard span {
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.storeMenuCard strong {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.storeMenuCard em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.storeSeriesToolbar {
  display: flex;
  align-items: baseline;
  gap: 10px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 25, 31, .05);
  margin-bottom: 18px;
  padding: 16px 18px;
}

.storeSeriesToolbar strong {
  font-size: 28px;
}

.storeSeriesToolbar span {
  color: var(--muted);
}

.storeSeriesToolbar a {
  margin-left: auto;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.storeCollectionGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 16px;
  margin-bottom: 58px;
}

.storeCollectionCard {
  min-width: 0;
}

.storeCollectionMedia {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  aspect-ratio: 1 / 1;
}

.storeCollectionMedia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}

.storeCollectionCard:hover img {
  transform: scale(1.035);
}

.storeCollectionInfo {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.storeCollectionInfo strong {
  font-size: 15px;
  line-height: 1.35;
}

.storeCollectionInfo em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.dawnSectionTitle {
  margin: 0 0 26px;
  font-size: 34px;
  font-weight: 760;
  line-height: 1.25;
}

.dawnHeadingRow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.dawnHeadingRow a {
  color: #111;
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dawnCollectionGrid,
.dawnProductGrid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px 20px;
}

.dawnCollectionGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.dawnCollectionItem,
.dawnProductItem {
  min-width: 0;
}

.dawnProductItem {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dawnProductItem:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.dawnCollectionItem {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 10px 26px rgba(24, 25, 31, .07);
}

.dawnCollectionMedia,
.dawnProductMedia {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(24, 25, 31, .06);
  background: #f4f5f7;
  aspect-ratio: 1 / 1;
}

.dawnCollectionMedia {
  aspect-ratio: 1 / 1;
  border: 0;
  opacity: .98;
  background: #111;
}

.dawnProductMediaWrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.dawnProductMedia {
  position: relative;
  border-radius: 8px;
  border: 0;
  aspect-ratio: 1 / 1;
  box-shadow: inset 0 0 0 1px rgba(24, 25, 31, .06);
}

.dawnCollectionMedia img,
.dawnProductMedia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.dawnCollectionItem:hover img,
.dawnProductItem:hover img {
  transform: scale(1.03);
}

.singleBadge {
  position: absolute;
  left: 12px;
  top: 12px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4f9a, #ff9ccc);
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(24, 25, 31, .12);
}

.floatingCart {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 25, 31, .22);
  transform: translateY(0);
  opacity: .96;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
  z-index: 2;
}

.floatingCart button {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.floatingCart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dawnProductItem:hover .floatingCart,
.floatingCart:focus-visible {
  transform: translateY(-2px);
  opacity: 1;
}

.floatingCart:hover {
  background: var(--accent);
}

.siteCartLauncher {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 18px 48px rgba(24, 25, 31, .28);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.siteCartLauncher:hover {
  background: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(255, 79, 166, .28);
}

.siteCartLauncher svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.siteCartLauncher span {
  position: absolute;
  right: -3px;
  top: -4px;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 900;
}

.cartDrawerOpen {
  overflow: hidden;
}

.cartDrawerOverlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  background: rgba(17, 18, 22, 0);
  transition: background .2s ease;
}

.cartDrawerOverlay.open {
  pointer-events: auto;
  background: rgba(17, 18, 22, .42);
}

.cartDrawer {
  position: absolute;
  right: 0;
  top: 0;
  width: min(440px, 100vw);
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: #fff;
  box-shadow: -26px 0 70px rgba(24, 25, 31, .18);
  transform: translateX(105%);
  transition: transform .24s ease;
}

.cartDrawerOverlay.open .cartDrawer {
  transform: translateX(0);
}

.cartDrawer > header,
.cartDrawer > footer {
  padding: 22px;
}

.cartDrawer > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.cartDrawer h2 {
  margin: 0;
  font-size: 28px;
}

.cartDrawer header button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.drawerReward {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fff7fb, #fff);
  padding: 16px 22px;
}

.drawerReward div {
  display: grid;
  gap: 4px;
}

.drawerReward strong {
  color: var(--ink);
  font-size: 15px;
}

.drawerReward span,
.drawerReward p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.drawerGuestNotice,
.cartGuestHint {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

form[data-cart-add-form].cartAdding {
  opacity: .68;
}

form[data-cart-add-form].cartAdding button,
form[data-cart-add-form] button[disabled] {
  cursor: wait;
  pointer-events: none;
}

.drawerReward i,
.cartRewardBar i {
  overflow: hidden;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #eef0f4;
}

.drawerReward b,
.cartRewardBar b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #ffb84d);
}

.drawerCartList {
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px 22px;
}

.drawerCartItem {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.drawerCartItem.cartRemoving {
  opacity: .45;
  transform: translateX(6px);
  transition: opacity .16s ease, transform .16s ease;
}

.drawerCartItem img {
  width: 78px;
  height: 78px;
  display: block;
  border-radius: 7px;
  object-fit: cover;
  background: #f4f5f7;
}

.drawerCartItem h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.35;
}

.drawerCartItem p,
.drawerCartItem span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.drawerRemoveForm {
  margin-top: 6px;
}

.drawerRemoveForm button,
.cartRemoveForm button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0;
}

.drawerRemoveForm button:hover,
.cartRemoveForm button:hover {
  color: var(--accent);
}

.drawerEmpty {
  display: grid;
  gap: 10px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.drawerEmpty strong {
  font-size: 18px;
}

.drawerEmpty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cartDrawer > footer {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.drawerSummaryLine,
.drawerSummaryTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drawerSummaryLine span,
.drawerSummaryLine strong {
  color: var(--muted);
  font-size: 13px;
}

.drawerSummaryTotal {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.drawerSummaryTotal span {
  color: var(--ink);
  font-weight: 900;
}

.drawerSummaryTotal strong {
  color: var(--accent);
  font-size: 30px;
}

.drawerFullCart {
  justify-self: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dawnCollectionCopy {
  position: absolute;
  inset: auto 0 0;
  color: #fff;
  padding: 56px 18px 18px;
  background: linear-gradient(180deg, rgba(17, 18, 22, 0), rgba(17, 18, 22, .9));
}

.dawnCollectionCopy span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dawnCollectionCopy em {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-style: normal;
}

.dawnCollectionItem h3,
.dawnProductInfo h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.dawnProductInfo {
  display: grid;
  grid-template-rows: 64px 24px 28px;
  align-content: start;
  padding: 12px 0 0;
  min-height: 128px;
}

.dawnCollectionItem h3 {
  margin: 0;
  font-size: 16px;
}

.dawnCollectionItem h3 a,
.dawnProductInfo h2 a {
  text-decoration: none;
}

.dawnProductInfo h2 {
  display: -webkit-box;
  min-height: 58px;
  max-height: 58px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dawnCollectionItem:hover h3 a,
.dawnProductItem:hover h2 a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dawnProductInfo p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 24px;
}

.dawnProductMeta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
}

.dawnProductMeta span {
  min-width: 0;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff0f7;
  color: #5f6674;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dawnProductMeta span:nth-child(1),
.dawnProductMeta span:nth-child(2) {
  flex: 0 0 auto;
}

.dawnProductMeta span:nth-child(3) {
  flex: 1 1 auto;
  max-width: 74px;
}

.dawnProductMeta span:nth-child(4) {
  flex: 0 0 auto;
}

.dawnProductActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dawnProductActions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 6px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.dawnProductActions a:last-child {
  border-color: #111;
  background: #111;
  color: #fff;
}

.dawnProductActions a:hover {
  border-color: var(--accent);
}

.siteBundleEntry {
  max-width: 1400px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 28px;
  align-items: end;
  border: 1px solid rgba(24, 25, 31, .09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 82, 166, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fbfcfd 62%, #edf9f6 100%);
  padding: clamp(26px, 4vw, 46px);
  box-shadow: 0 22px 60px rgba(24, 25, 31, .07);
}

.siteBundleEntry h2 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.02;
}

.siteBundleEntry p:not(.dawnKicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.8;
}

.siteBundleActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.siteBundleStats article {
  min-height: 110px;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  padding: 16px;
  backdrop-filter: blur(12px);
}

.siteBundleStats strong {
  display: block;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.siteBundleStats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.dawnFooter {
  max-width: 1400px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: 54px;
  border-top: 1px solid rgba(24, 25, 31, .08);
  background: #fff;
  color: #111;
  padding: 46px 50px 28px;
}

.dawnFooterBrand {
  max-width: 420px;
}

.footerLogo {
  color: #111;
}

.footerLogo::before {
  background: #111;
  color: #fff;
}

.dawnFooterBrand p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.dawnFooterBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.dawnFooterBadges span {
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 999px;
  background: #fff7fb;
  color: #4b505a;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 780;
}

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

.dawnFooterMenu section {
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 84% 8%, rgba(255, 79, 154, .12), transparent 32%);
  padding: 20px;
}

.dawnFooterMenu h2 {
  margin: 0 0 6px;
  color: #111;
  font-size: 15px;
}

.dawnFooterMenu a {
  min-height: 32px;
  display: flex;
  align-items: center;
  color: #5f6675;
  font-size: 13px;
  font-weight: 780;
  transition: color .18s ease;
}

.dawnFooterMenu a:hover {
  color: var(--accent-2);
}

.dawnFooterBottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(24, 25, 31, .08);
  padding-top: 22px;
  color: #8a90a0;
  font-size: 12px;
}

.helpPage {
  padding-top: 42px;
}

.helpHero {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .8)),
    radial-gradient(circle at 78% 22%, rgba(255, 79, 154, .16), transparent 30%),
    radial-gradient(circle at 86% 86%, rgba(20, 163, 139, .12), transparent 36%),
    #fff;
}

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

.helpGrid article,
.footerAccessGuide > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.helpGrid article {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 24px;
}

.helpGrid span {
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 1000;
}

.helpGrid h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
}

.helpGrid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.footerAccessGuide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 68px;
}

.footerAccessGuide > div {
  padding: 26px;
}

.footerAccessGuide h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
}

.homeHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 24px;
}

.homeHeroCopy,
.heroStats {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.homeHeroCopy {
  padding: clamp(26px, 5vw, 56px);
}

.homeHeroCopy h2 {
  max-width: 850px;
  margin: 0 0 14px;
  font-size: clamp(36px, 7vw, 78px);
  line-height: 1.02;
}

.homeHeroCopy p:not(.brandMark) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.heroActions .primaryLink {
  width: auto;
  min-width: 150px;
  margin-top: 0;
}

.heroStats {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.heroStats span {
  display: grid;
  align-content: center;
  background: #fff;
  padding: 20px;
  color: var(--muted);
  font-weight: 800;
}

.heroStats strong {
  display: block;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.05;
}

.sectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

.sectionHead h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.featuredGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.homeProduct {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.homeProduct:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.homeProduct > div {
  padding: 14px;
}

.homeProduct h2 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
}

.homeProduct p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.homeProduct .rowLine strong {
  color: var(--accent-2);
  font-size: 20px;
}

.homeThumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.homeThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.homeThumb span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(24, 25, 31, .78);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

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

.howItWorks article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}

.howItWorks span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft-pink);
  color: var(--accent-2);
  font-weight: 900;
}

.howItWorks h2 {
  margin: 14px 0 8px;
  font-size: 18px;
}

.howItWorks p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.summaryBand {
  display: grid;
  grid-template-columns: repeat(10, minmax(88px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  margin-bottom: 18px;
  box-shadow: var(--shadow);
}

.summaryBand div {
  background: #fff;
  padding: 15px;
}

.summaryBand strong {
  display: block;
  font-size: 24px;
}

.summaryBand span {
  color: var(--muted);
  font-size: 13px;
}

.workbench {
  display: grid;
  gap: 18px;
}

.dashboard {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.progressPanel,
.chartPanel,
.queueHead {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.progressPanel {
  padding: 18px;
}

.panelHead {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

.panelActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.panelHead h2,
.chartPanel h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.progressMeter {
  height: 14px;
  margin-top: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: #e6eaef;
}

.progressMeter i,
.barTrack i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.progressFacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.progressFacts span {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--muted);
}

.progressFacts strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
}

.chartGrid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(280px, .9fr);
  gap: 14px;
}

.chartPanel {
  padding: 16px;
  min-width: 0;
}

.chartPanel h2 {
  margin-bottom: 12px;
}

.barRow {
  display: grid;
  grid-template-columns: minmax(76px, .8fr) minmax(110px, 1fr) 48px;
  gap: 10px;
  align-items: center;
  min-height: 32px;
  font-size: 13px;
}

.barRow span {
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.barRow strong {
  text-align: right;
}

.barTrack {
  height: 9px;
  border-radius: 999px;
  background: #e6eaef;
  overflow: hidden;
}

.barTrack.warm i {
  background: var(--gold);
}

.matchPreview {
  display: grid;
  align-content: start;
  gap: 8px;
}

.matchItem {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
}

.matchItem img {
  width: 64px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: #e9edf2;
}

.matchItem span {
  min-width: 0;
}

.matchItem strong,
.matchItem em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matchItem strong {
  font-size: 13px;
}

.matchItem em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(130px, .8fr)) auto auto;
  gap: 10px;
  align-items: center;
}

.inlineForm {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

input,
select {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font: inherit;
}

.noticePanel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  border: 1px solid #b8dfc8;
  border-radius: 8px;
  background: var(--soft);
  padding: 14px 16px;
  margin-bottom: 18px;
}

.noticePanel strong {
  color: #137333;
}

.noticePanel span {
  color: var(--muted);
}

.dangerPanel {
  border-color: #ffd1cc;
  background: #fff7f5;
}

.dangerPanel strong {
  color: var(--accent-2);
}

.syncPanel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 20px;
  margin-bottom: 18px;
}

.syncPanel h2 {
  margin: 2px 0 8px;
  font-size: 24px;
  line-height: 1.18;
}

.syncPanel p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.syncMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.syncMeta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  padding: 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.syncMeta strong {
  color: var(--ink);
}

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

.storeHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.storeHero > div,
.storeStats {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.storeHero > div {
  padding: 26px;
}

.storeHero h2 {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
}

.storeHero p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.storeStats {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.storeStats span {
  display: grid;
  align-content: center;
  background: #fff;
  padding: 16px;
  color: var(--muted);
  font-weight: 800;
}

.storeStats strong {
  display: block;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.05;
}

.libraryHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.accountHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.libraryHero > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px;
}

.accountHero > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px;
}

.libraryHero h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}

.accountHero h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}

.libraryHero p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.accountHero p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.accountLookup {
  margin-bottom: 16px;
}

.accountLookup label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.accountEntryPage,
.accountCenterPage {
  padding-top: 42px;
}

.accountSignedInPanel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px;
  margin-bottom: 18px;
}

.accountSignedInPanel div {
  display: grid;
  gap: 3px;
}

.accountSignedInPanel span:not(.accountAvatar) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.accountEntryHero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .55fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.accountEntryCopy,
.accountLoginCard,
.accountBenefitGrid article,
.accountDashboardHero,
.accountQuickActions a,
.accountAdminLookup {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.accountEntryCopy {
  min-height: 460px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: clamp(32px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 247, 251, .92)),
    repeating-linear-gradient(90deg, rgba(24, 25, 31, .035) 0 1px, transparent 1px 78px),
    #fff;
}

.accountEntryEyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.accountEntryEyebrow span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.accountEntryEyebrow em {
  border: 1px solid rgba(255, 79, 166, .22);
  border-radius: 999px;
  background: #fff5fb;
  color: var(--muted);
  padding: 7px 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.accountEntryCopy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 1.04;
  letter-spacing: 0;
}

.accountEntryCopy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.accountEntryActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.accountFlowCards span {
  min-height: 126px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  padding: 16px;
}

.accountFlowCards strong {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.accountFlowCards em {
  color: var(--ink);
  font-size: 20px;
  font-style: normal;
  font-weight: 950;
}

.accountFlowCards small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.accountEntryNotes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.accountEntryNotes span {
  border-radius: 999px;
  background: var(--soft);
  color: #5e6470;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.dawnButton {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 24px;
  font-weight: 900;
}

.dawnButton.dark {
  border-color: #111;
  background: #111;
  color: #fff;
}

.dawnButton.light {
  background: #fff;
  color: var(--ink);
}

.accountEntryStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.accountEntryStats span {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.accountEntryStats span:last-child {
  border-right: 0;
}

.accountEntryStats strong {
  color: var(--ink);
  font-size: 26px;
}

.accountLoginCard {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 3vw, 36px);
}

.accountLoginCard h2 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.2;
}

.accountLoginCard label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.accountLoginCard input {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.loginMethodTabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
}

.loginMethodTabs button,
.loginMethodTabs a {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.loginMethodTabs button.active {
  background: #111;
  color: #fff;
}

.loginMethodTabs button:disabled,
.loginMethodTabs a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .62;
  pointer-events: none;
}

.loginMethodTabs button:hover,
.loginMethodTabs a:hover {
  transform: none;
  box-shadow: none;
}

.loginPrimaryBadge {
  min-height: 46px;
  border: 1px solid rgba(255, 79, 166, .28);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff6fb, #fff);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(255, 79, 166, .08);
}

.accountAuthSwitch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.accountAuthSwitch button {
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.accountAuthSwitch button.active {
  background: #111;
  color: #fff;
  box-shadow: 0 10px 22px rgba(17, 17, 17, .12);
}

.accountAuthSwitch button:hover {
  transform: none;
  box-shadow: none;
}

.accountAuthSwitch button.active:hover {
  box-shadow: 0 10px 22px rgba(17, 17, 17, .12);
}

.accountAuthPanel {
  display: grid;
  gap: 14px;
}

.accountAuthPanel[hidden] {
  display: none;
}

.accountMethodSwitch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f6f7f9;
}

.accountMethodSwitch button {
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.accountMethodSwitch button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 16px rgba(17, 17, 17, .08);
}

.accountMethodSwitch button:hover,
.accountMethodSwitch button.active:hover {
  transform: none;
}

.accountTextButton,
.accountResetHead button {
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.accountTextButton:hover,
.accountResetHead button:hover {
  color: var(--accent-2);
  transform: none;
  box-shadow: none;
}

.accountResetHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 4px;
}

.accountResetHead strong {
  font-size: 18px;
}

.accountAuthForm {
  display: grid;
  gap: 14px;
}

.accountAuthForm[hidden] {
  display: none;
}

.smsCodeRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 10px;
  align-items: end;
}

.smsCodeRow button {
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(255, 79, 166, .32);
  background: #fff5fb;
  color: var(--accent-2);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
}

.smsStatus {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.smsCodeRow button:disabled {
  border-color: var(--line);
  background: var(--paper);
  color: var(--muted);
  cursor: not-allowed;
}

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

.thirdLoginGrid a {
  display: grid;
  gap: 4px;
  min-height: 72px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  color: var(--ink);
}

.thirdLoginGrid a[aria-disabled="true"] {
  opacity: .72;
  pointer-events: none;
}

.thirdLoginGrid strong {
  font-size: 14px;
  font-weight: 900;
}

.thirdLoginGrid span,
.loginSecureNote {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.loginSecureNote {
  margin: 0;
}

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

.accountBenefitGrid article {
  min-height: 150px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 24px;
}

.accountBenefitGrid span {
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
}

.accountBenefitGrid strong {
  font-size: 24px;
  line-height: 1.2;
}

.accountBenefitGrid em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.accountDashboardHero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 24px;
  margin-bottom: 18px;
}

.accountIdentityCard {
  display: flex;
  gap: 18px;
  align-items: center;
}

.accountAvatar {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 24px;
  background: #111;
  color: #fff;
  font-size: 32px;
  font-weight: 1000;
}

.accountAvatar.small {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 20px;
}

.accountIdentityCard h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.accountIdentityCard p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

.accountMetricCard {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 84% 18%, rgba(255, 79, 154, .18), transparent 36%);
  padding: 18px;
}

.accountMetricCard strong {
  font-size: 34px;
  line-height: 1;
}

.accountMetricCard span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.accountQuickActions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 42px;
}

.accountQuickActions a {
  min-height: 118px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.accountQuickActions a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 154, .32);
  box-shadow: var(--shadow-hover);
}

.accountQuickActions strong {
  font-size: 22px;
}

.accountQuickActions span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.accountAdminLookup {
  padding: 18px;
  margin-bottom: 18px;
}

/* Customer account center */
.accountCenterPage {
  padding-top: 44px;
}

.accountDashboardHero {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 32px;
  align-items: center;
  padding: 32px;
  margin-bottom: 14px;
  box-shadow: 0 14px 34px rgba(24, 25, 31, .055);
}

.accountIdentityCard {
  min-width: 0;
}

.accountIdentityCard > div {
  min-width: 0;
}

.accountIdentityCard h1 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3vw, 44px);
}

.accountIdentityMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.accountIdentityMeta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f8fa;
  color: var(--muted);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
}

.accountHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.accountHeroActions .dawnButton {
  min-height: 44px;
  padding: 0 18px;
}

.accountMetricGrid {
  align-self: stretch;
  gap: 0;
  border-left: 1px solid var(--line);
}

.accountMetricCard {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 18px;
  transition: background .18s ease, color .18s ease;
}

.accountMetricCard + .accountMetricCard {
  border-left: 1px solid var(--line);
}

.accountMetricCard:hover {
  background: #fafafa;
}

.accountMetricCard strong {
  font-size: 32px;
}

.accountContinueStrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(255, 79, 154, .22);
  border-radius: 8px;
  background: #fff6fa;
  padding: 18px 22px;
  margin-bottom: 42px;
}

.accountContinueStrip.quiet {
  border-color: var(--line);
  background: #f7fbfa;
}

.accountContinueStrip div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accountContinueStrip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.accountContinueStrip strong {
  font-size: 16px;
}

.accountContinueStrip a,
.accountTextLink {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.accountServiceSection,
.accountSecuritySection {
  display: grid;
  grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
  margin-bottom: 48px;
}

.accountSectionIntro h2 {
  margin: 4px 0 0;
  font-size: 26px;
}

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

.accountServiceGrid a {
  min-height: 132px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.accountServiceGrid a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 154, .35);
  box-shadow: 0 12px 28px rgba(24, 25, 31, .07);
}

.accountServiceGrid span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
}

.accountServiceGrid strong {
  align-self: end;
  font-size: 17px;
}

.accountServiceGrid em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.accountLibraryGrid {
  margin-bottom: 48px;
}

.accountEmptyState {
  grid-column: 1 / -1;
  min-height: 230px;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f8f9;
  padding: 32px;
}

.accountEmptyState.compact {
  min-height: 150px;
}

.accountEmptyState > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.accountEmptyState h2,
.accountEmptyState p {
  margin: 0;
}

.accountEmptyState p {
  color: var(--muted);
  font-size: 14px;
}

.accountEmptyState .dawnButton {
  margin-top: 8px;
}

.accountOrdersList {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 48px;
}

.accountOrderRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto) auto;
  gap: 22px;
  align-items: center;
  padding: 18px 20px;
}

.accountOrderRow + .accountOrderRow {
  border-top: 1px solid var(--line);
}

.accountOrderPrimary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.accountOrderPrimary div,
.accountOrderMeta {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.accountOrderPrimary strong,
.accountOrderPrimary span:not(.accountOrderStatus) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accountOrderPrimary span:not(.accountOrderStatus),
.accountOrderMeta span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.accountOrderStatus {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff2f7;
  color: var(--accent);
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 950;
}

.accountOrderStatus.done {
  background: #eaf8f4;
  color: #0c8d73;
}

.accountSecuritySection {
  grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 22px;
}

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

.accountSecurityFacts div {
  display: grid;
  gap: 5px;
}

.accountSecurityFacts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.accountSecurityFacts dd {
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accountLogoutLink {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 900;
}

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

.ownedProductCard {
  overflow: hidden;
  display: block;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 25, 31, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ownedProductCard:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.ownedProductMedia {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(20, 163, 139, .16), rgba(255, 79, 100, .1)),
    #f4f5f7;
}

.ownedProductMedia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.ownedProductCard:hover .ownedProductMedia img {
  transform: scale(1.03);
}

.ownedProductBadge,
.ownedFileCount {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(24, 25, 31, .12);
}

.ownedProductBadge {
  left: 10px;
  top: 10px;
  background: rgba(255, 255, 255, .94);
  color: #111;
}

.ownedFileCount {
  right: 14px;
  bottom: 14px;
  background: var(--accent);
  color: #fff;
}

.ownedProductBody {
  min-width: 0;
  display: block;
  padding: 14px;
}

.ownedProductBody strong {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ordersHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.ordersHero > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px;
}

.ordersHero h2 {
  max-width: 780px;
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}

.ordersHero p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ordersGrid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.orderCard,
.devPanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}

.orderCard {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.orderCard:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.orderCard h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.compactCard {
  align-content: start;
}

.orderMeta {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.orderMeta span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
}

.orderMeta strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.paymentCard .inlineForm {
  margin-top: 14px;
}

.compactNotify {
  grid-template-columns: minmax(150px, .35fr) minmax(120px, .2fr);
}

.eventList {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.eventRow {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(220px, .45fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 11px 12px;
}

.eventRow span {
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}

.eventRow strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eventRow em {
  color: var(--muted);
  font-style: normal;
  text-align: right;
}

.supportColumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-top: 18px;
}

.orderActions {
  margin-top: 14px;
  justify-content: flex-start;
}

.orderActions .primaryLink {
  width: auto;
  min-width: 130px;
  margin-top: 0;
}

.handoffGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.handoffCard {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.handoffCard:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.handoffCard span {
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 900;
}

.handoffCard strong {
  font-size: 18px;
}

.handoffCard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.libraryCard {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.libraryCard:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.successHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.successHero > div,
.orderReceipt {
  border: 1px solid rgba(20, 163, 139, .26);
  border-radius: 8px;
  background: #f9fffc;
  box-shadow: var(--shadow);
}

.successHero > div {
  padding: 22px;
}

.successHero h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.successHero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.successHero.orderStateFailed > div,
.successHero.orderStateFailed + .checkoutLayout .orderReceipt {
  border-color: rgba(255, 80, 153, .28);
  background: #fffafd;
}

.successHero.orderStateFailed .eyebrow {
  color: #d6336c;
}

.successHero.orderStatePending > div,
.successHero.orderStatePending + .checkoutLayout .orderReceipt {
  border-color: rgba(210, 150, 35, .28);
  background: #fffdf7;
}

.orderReceipt {
  padding: 18px;
}

.receiptActions {
  margin-top: 18px;
}

.receiptActions .primaryLink {
  margin-top: 0;
}

.checkoutLayout {
  display: grid;
  grid-template-columns: minmax(360px, .48fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.checkoutPage {
  max-width: 1280px;
  margin-inline: auto;
  padding-top: 24px;
}

.checkoutTopbar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
}

.checkoutHero,
.cartHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 79, 166, .12), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff 56%, #f6fbfb 100%);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 34px);
}

.checkoutHero h2,
.cartHero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.checkoutHero h2 {
  max-width: none;
  font-size: clamp(34px, 4vw, 54px);
  white-space: nowrap;
}

.checkoutHero p:not(.dawnKicker),
.cartHero p:not(.dawnKicker) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.checkoutSteps {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.checkoutSteps span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.checkoutSteps .active {
  border-color: rgba(255, 79, 166, .35);
  background: var(--soft);
  color: var(--ink);
}

.checkoutDownloads {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.checkoutDownloads .packagePanel {
  margin-bottom: 0;
}

.checkoutForm {
  display: grid;
  gap: 0;
}

.checkoutMainColumn {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.checkoutCard {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.checkoutCardSection {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.checkoutCardSection:last-child {
  border-bottom: 0;
}

.checkoutCardSection.compact {
  gap: 14px;
  background: linear-gradient(135deg, #fff, #fff7fb);
}

.checkoutSectionHead {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.checkoutSectionHead > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.checkoutSectionHead h2 {
  margin: 2px 0 0;
  font-size: 24px;
  line-height: 1.2;
}

.checkoutDeliveryLine {
  display: grid;
  gap: 6px;
}

.checkoutDeliveryLine strong {
  font-size: 18px;
}

.checkoutDeliveryLine span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.checkoutClosedCard {
  padding: 24px;
}

.checkoutAccountConfirmed {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.checkoutAccountAvatar {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.checkoutAccountIdentity {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.checkoutAccountIdentity strong {
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkoutAccountIdentity p,
.checkoutAccountGuest p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.checkoutAccountStatus {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
}

.checkoutAccountVerified {
  border-radius: 999px;
  background: #eaf8f4;
  color: #0b8d72;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 950;
}

.checkoutAccountSwitch,
.checkoutAccountAssurance a,
.checkoutAccountGuest > a {
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.checkoutAccountAssurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.checkoutAccountAssurance a {
  flex: 0 0 auto;
  color: var(--ink);
}

.checkoutAccountGuest {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.checkoutAccountGuest.logged {
  grid-template-columns: minmax(220px, .7fr) minmax(260px, 1fr);
}

.checkoutAccountGuest > div {
  display: grid;
  gap: 5px;
  align-self: center;
}

.checkoutAccountGuest > div strong {
  font-size: 17px;
}

.checkoutAccountGuest label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.checkoutAccountGuest input {
  min-height: 48px;
}

.checkoutAccountGuest > a {
  align-self: center;
  white-space: nowrap;
}

.formGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.formGrid.singleField {
  grid-template-columns: 1fr;
}

.formGrid label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.paymentChoices {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.paymentChoices label {
  display: block;
}

.paymentChoices input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.paymentChoices span {
  display: grid;
  min-height: 68px;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 13px 16px;
  font-weight: 850;
}

.paymentChoices strong,
.paymentChoices em {
  display: block;
  font-style: normal;
}

.paymentChoices em {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.paymentChoices input:checked + span {
  border-color: var(--accent);
  background: var(--soft);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(20, 163, 139, .18);
}

.payButton {
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(255, 79, 154, .22);
}

.checkoutSummary {
  overflow: hidden;
  position: sticky;
  top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.checkoutSummaryMedia {
  overflow: hidden;
  background: #f5f6f8;
}

.checkoutSummary img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #fff;
}

.summaryBody {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.summaryBody h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

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

.checkoutTrustGrid article {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}

.checkoutTrustGrid strong {
  color: var(--ink);
  font-size: 16px;
}

.checkoutTrustGrid span {
  color: var(--muted);
  line-height: 1.65;
}

.summaryPriceLine {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.summaryPriceLine span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.summaryPriceLine strong {
  color: var(--accent);
  font-size: 42px;
  line-height: 1;
}

.loginSummary {
  min-height: 100%;
}

.loginSummary .summaryBody {
  display: grid;
  align-content: center;
  min-height: 260px;
}

.checkoutFiles {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 14px 16px 16px;
}

.checkoutSummaryFooter {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  background: #fafbfc;
  padding: 14px 16px 16px;
}

.checkoutSummaryFooter span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.paymentPendingCard,
.paymentScanPage {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.paymentPendingCard {
  padding: clamp(24px, 4vw, 42px);
}

.paymentPendingCard h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.paymentPendingCard ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.paymentPendingCard li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 850;
}

.paymentErrorCard {
  max-width: 920px;
  margin-inline: auto;
}

.paymentErrorCard > p {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.paymentErrorCard .panelActions {
  justify-content: flex-start;
}

.paymentScanPage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
}

.paymentScanCopy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.paymentScanCopy p:not(.dawnKicker) {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.paymentQrPanel {
  display: grid;
  gap: 14px;
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fff7fb);
  padding: 22px;
}

.wechatQr {
  width: min(280px, 100%);
  aspect-ratio: 1;
  border-radius: 8px;
  background: #fff;
}

.wechatQrMissing {
  display: grid;
  width: min(280px, 100%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
  padding: 18px;
  font-weight: 800;
}

.paymentCodeUrl {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.checkoutFile {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.checkoutFile span {
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  padding: 4px 8px;
  font-weight: 800;
}

.checkoutFile strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkoutFile em {
  color: var(--muted);
  font-style: normal;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.product {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product:hover,
.domesticItem:hover,
.packagePanel:hover,
.checkoutSummary:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 163, 139, .28);
  box-shadow: var(--shadow-hover);
}

.thumb {
  display: block;
  aspect-ratio: 1 / 1;
  background: #e9edf2;
}

.thumb img,
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.productBody {
  padding: 12px;
}

.rowLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.badge,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 9px;
  background: var(--soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.badge.danger {
  background: #fff1f0;
  color: var(--accent-2);
}

.product h2 {
  margin: 10px 0 8px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
}

.product p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.miniMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.miniMeta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 8px;
  color: var(--muted);
  font-size: 12px;
}

.domesticFilters {
  margin-bottom: 16px;
  grid-template-columns: minmax(240px, 1fr) minmax(140px, .25fr) auto auto;
}

.queueHead {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.queueHead strong {
  font-size: 28px;
}

.queueHead span {
  color: var(--muted);
}

.domesticGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.domesticItem {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.videoThumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #e9edf2;
}

.videoThumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.videoThumb span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  background: rgba(32, 33, 36, .82);
  color: #fff;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
}

.domesticBody {
  padding: 12px;
}

.domesticBody h2 {
  margin: 10px 0 8px;
  font-size: 15px;
  line-height: 1.35;
}

.domesticBody p {
  margin: 0;
  min-height: 38px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.domesticDetail {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.purchasePanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mediaStack {
  display: grid;
  gap: 12px;
}

.biliPreview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.biliPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biliPreview iframe {
  position: absolute;
  inset: -1.5% -2.75%;
  width: 105.5%;
  height: 103%;
  border: 0;
  display: block;
  background: #fff;
}

.playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.biliPreview:hover .playButton {
  transform: translate(-50%, -50%) scale(1.04);
}

.biliPreview:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 100, .35);
  box-shadow: var(--shadow-hover);
}

.purchasePanel {
  padding: 22px;
}

.purchasePanel > strong {
  display: block;
  margin: 4px 0 14px;
  font-size: 42px;
  line-height: 1;
  color: var(--accent-2);
}

.purchasePanel h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.purchasePanel p,
.mutedLine {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.sellingPoints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.sellingPoints span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  padding: 7px 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.purchasePanel .primaryLink {
  min-height: 52px;
  font-size: 16px;
}

.systemHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.systemHero > div,
.systemScore,
.systemCard,
.flowPanel,
.milestonePanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.systemHero > div {
  padding: 22px;
}

.systemHero h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.25;
}

.systemHero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.systemScore {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 22px;
  background: var(--soft);
}

.systemScore strong {
  display: block;
  font-size: 42px;
}

.systemScore span {
  color: var(--muted);
  line-height: 1.5;
}

.systemGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.systemCard {
  padding: 16px;
  min-width: 0;
}

.systemCard h2 {
  margin: 14px 0 8px;
  font-size: 18px;
}

.systemCard p {
  min-height: 48px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.systemCard em {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.loginServiceCard p,
.loginServiceCard em {
  word-break: break-word;
}

.loginSetupHero {
  align-items: stretch;
}

.loginSetupStatusCard,
.loginSetupBlock {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.loginSetupStatusCard {
  padding: 18px;
}

.loginSetupStatusCard h2 {
  margin: 14px 0 8px;
  font-size: 20px;
}

.loginSetupStatusCard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  word-break: break-word;
}

.loginSetupBlock {
  display: grid;
  gap: 18px;
  padding: 22px;
  margin-bottom: 18px;
}

.loginSetupBlockHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.loginSetupBlockHead h2 {
  margin: 2px 0 8px;
  font-size: 28px;
}

.loginSetupBlockHead p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.loginCallbackBox {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: var(--panel);
  padding: 14px 16px;
}

.loginCallbackBox span,
.loginEnvList span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.loginCallbackBox strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

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

.loginSetupColumns h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.loginEnvList,
.loginStepList {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loginEnvList li {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  padding: 12px;
}

.loginEnvList strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.loginEnvList em {
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  padding: 6px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.loginStepList {
  counter-reset: login-step;
}

.loginStepList li {
  counter-increment: login-step;
  position: relative;
  min-height: 44px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  padding: 12px 12px 12px 48px;
  color: #464d58;
  line-height: 1.55;
}

.loginStepList li::before {
  content: counter(login-step);
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.flowPanel,
.milestonePanel {
  padding: 18px;
  margin-bottom: 18px;
}

.flowGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.flowStep {
  position: relative;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.flowStep span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.flowStep strong {
  display: block;
  margin-top: 14px;
}

.flowStep p,
.milestone p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.milestoneGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.milestone {
  border-left: 3px solid var(--accent);
  background: var(--soft);
  border-radius: 8px;
  padding: 14px;
}

.milestone span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.milestone strong {
  display: block;
  margin-top: 8px;
}

.emptyPanel {
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  margin-bottom: 18px;
}

.emptyPanel h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.emptyPanel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.fullSpan {
  grid-column: 1 / -1;
}

.packagePanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
  margin-bottom: 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.packageGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.packageItem {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--paper);
}

.packageItem h2 {
  margin: 12px 0 8px;
  font-size: 15px;
  line-height: 1.35;
}

.packageItem p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.fileList {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.fileLink {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--paper);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.fileLink span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.fileLink:hover {
  transform: translateX(2px);
  border-color: rgba(20, 163, 139, .35);
  background: #fff;
}

.fileLink strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fileLink em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.pager {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  text-align: center;
  color: var(--muted);
}

.back {
  color: var(--muted);
  display: inline-block;
  margin-bottom: 8px;
}

.detailLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
  gap: 18px;
  align-items: start;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.gallery img {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.facts,
.tableBand,
.description {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

dl {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px 14px;
  margin: 0;
}

dt { color: var(--muted); }
dd { margin: 0; font-weight: 700; }

.tagWall {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.videoList {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.videoLink {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  font-weight: 700;
}

.videoLink img {
  width: 72px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: #e9edf2;
}

.tableBand {
  margin-top: 18px;
  overflow-x: auto;
}

.tableBand h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  border-top: 1px solid var(--line);
  padding: 12px 10px;
  white-space: nowrap;
}

th { color: var(--muted); font-size: 13px; }

.description {
  margin-top: 18px;
  line-height: 1.7;
}

.productDetailPage {
  padding-top: 42px;
}

.productHeroLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .72fr);
  gap: 30px;
  align-items: start;
}

.productMediaColumn {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.productCoverPreview,
.productVideoFrame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #f5f6f8;
}

.productCoverPreview {
  aspect-ratio: 16 / 10;
}

.productCoverPreview img,
.productVideoFrame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productCoverPreview > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: #9aa1ad;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.productVideoFrame {
  display: block;
  aspect-ratio: 16 / 9;
  box-shadow: 0 18px 50px rgba(24, 25, 31, .08);
}

.productVideoFrame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.productBuyPanel {
  position: sticky;
  top: 22px;
  min-width: 0;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(24, 25, 31, .06);
}

.productBuyPanel h1 {
  margin: 8px 0 12px;
  color: #111;
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
}

.productArtist {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}

.productPrice {
  display: block;
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
}

.productMetaPills,
.productIncluded {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.productMetaPills {
  margin-bottom: 18px;
}

.productMetaPills span,
.productIncluded span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #fff0f7;
  color: #5f6674;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.productIncluded {
  margin: 0 0 24px;
}

.productIncluded span {
  border: 1px solid rgba(24, 25, 31, .08);
  background: #fff;
}

.productBuyButton {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #ff4f9a, #ff6fb0, #ff9ccc);
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(255, 79, 154, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.productBuyButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(255, 79, 154, .3);
}

.productBuyButton.compact {
  width: auto;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  box-shadow: none;
}

.productActionStack {
  display: grid;
  gap: 11px;
}

.productCartForm,
.productFavoriteForm {
  margin: 0;
}

.productCartButton,
.productFavoriteButton {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(24, 25, 31, .14);
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.productCartButton svg,
.productFavoriteButton svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productCartButton:hover,
.productFavoriteButton:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 79, 154, .34);
  box-shadow: 0 14px 30px rgba(24, 25, 31, .08);
}

.productFavoriteButton.active {
  border-color: rgba(255, 79, 154, .36);
  background: #fff0f7;
  color: var(--accent-2);
}

.singleBundleOptions {
  display: grid;
  gap: 13px;
  margin-top: 18px;
  border: 1px solid rgba(255, 79, 154, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7fb, #fff);
  padding: 16px;
}

.singleBundleHead {
  display: grid;
  gap: 5px;
}

.singleBundleHead span {
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 950;
}

.singleBundleHead strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.singleBundleHead p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.55;
}

.singleBundleList {
  display: grid;
  gap: 9px;
  max-height: 320px;
  overflow: auto;
  padding-right: 2px;
}

.singleBundleOption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(24, 25, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  padding: 12px;
  color: var(--ink);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.singleBundleOption:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 79, 154, .38);
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 25, 31, .08);
}

.singleBundleOption span,
.singleBundleOption em,
.singleBundleOption strong,
.singleBundleOption small,
.singleBundleOption b {
  min-width: 0;
  display: block;
}

.singleBundleOption em {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.singleBundleOption strong {
  margin-top: 3px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.32;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.singleBundleOption small {
  margin-top: 4px;
  color: #7a8290;
  font-size: 12px;
  font-weight: 760;
}

.singleBundleOption b {
  color: var(--accent);
  font-size: 20px;
  font-weight: 950;
}

.productTrustLine {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.productSection {
  margin-top: 48px;
}

.productCommentsLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .52fr);
  gap: 24px;
  align-items: start;
}

.productCommentList {
  display: grid;
  gap: 14px;
}

.productCommentItem,
.productCommentForm,
.productLoginNotice,
.cartItem,
.cartSummary {
  border: 1px solid rgba(24, 25, 31, .09);
  border-radius: 8px;
  background: #fff;
}

.productCommentItem {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.productCommentItem div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.productCommentItem strong {
  font-size: 15px;
}

.productCommentItem span {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0;
}

.productCommentItem p {
  margin: 0;
  color: #3f4652;
  font-size: 15px;
  line-height: 1.75;
}

.productCommentItem em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.productCommentForm {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.productCommentForm label {
  display: grid;
  gap: 8px;
  color: #555d69;
  font-size: 13px;
  font-weight: 850;
}

.productCommentForm select,
.productCommentForm textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  color: #111;
  font: inherit;
}

.productCommentForm textarea {
  resize: vertical;
}

.productCommentForm button {
  min-height: 46px;
  border-radius: 6px;
}

.productLoginNotice {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.productLoginNotice strong {
  font-size: 18px;
}

.productLoginNotice span {
  color: var(--muted);
  line-height: 1.6;
}

.cartLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.cartPage {
  padding-top: 26px;
}

.cartList {
  display: grid;
  gap: 14px;
}

.cartItem {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cartThumb {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  background: #f4f5f7;
}

.cartThumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cartItem h2 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.cartItem p,
.cartItem span,
.cartSummary p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.cartItem .cartItemBadge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.cartItem > strong {
  font-size: 20px;
}

.cartItemActions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cartSummary {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cartSummary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.cartSummary strong {
  color: var(--accent);
  font-size: 38px;
  line-height: 1;
}

.cartSummary h2 {
  margin: 0;
  font-size: 24px;
}

.cartSummaryLine,
.cartSummaryTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.cartSummaryLine strong {
  color: var(--ink);
  font-size: 16px;
}

.cartSummaryTotal {
  padding-top: 16px;
}

.cartSummaryTotal strong {
  color: var(--accent);
  font-size: 34px;
}

.cartRewardBar {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.cartRewardBar span {
  color: var(--accent);
}

.cartCheckoutButton {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
}

.cartSummaryActions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cartAssurance {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.cartAssurance span {
  color: var(--muted);
  font-size: 13px;
}

.productTwoColumn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 24px;
}

.productInfoTriple {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr) minmax(320px, .72fr);
  gap: 24px;
  align-items: stretch;
}

.productTwoColumn article,
.productInfoTriple article,
.productFaq {
  border-top: 1px solid rgba(24, 25, 31, .08);
  padding-top: 26px;
}

.productTwoColumn h2,
.productInfoTriple h2 {
  margin: 6px 0 16px;
  font-size: 28px;
  line-height: 1.2;
}

.productInfoHead {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.productInfoHead a {
  flex: 0 0 auto;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.productDescription {
  color: #4d5360;
  font-size: 15px;
  line-height: 1.85;
}

.productDescription p {
  margin: 0 0 12px;
}

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

.productSpecs div {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.productSpecs span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.productSpecs strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #111;
  font-size: 15px;
  line-height: 1.28;
}

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

.productDeliveryGrid.compactDelivery {
  grid-template-columns: 1fr;
  gap: 12px;
}

.productDeliveryCard {
  min-height: 180px;
  border: 1px solid rgba(24, 25, 31, .09);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.compactDelivery .productDeliveryCard {
  min-height: 0;
}

.productDeliveryCard h3 {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.productDeliveryCard p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.deliveryFileBadges {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.deliveryFileBadges span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-radius: 6px;
  background: #f7f8fb;
  padding: 10px 12px;
  color: #68707d;
  font-size: 13px;
  font-weight: 760;
}

.deliveryFileBadges strong {
  color: #111;
}

.productCollectionCard {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #111;
  color: #fff;
  padding: 18px;
  text-decoration: none;
}

.productCollectionCard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  transition: transform .22s ease, opacity .22s ease;
}

.productCollectionCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 22, .1), rgba(17, 18, 22, .88));
}

.productCollectionCard span,
.productCollectionCard strong,
.productCollectionCard em {
  position: relative;
  z-index: 1;
}

.productCollectionCard span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
}

.productCollectionCard strong {
  font-size: 20px;
  line-height: 1.25;
}

.productCollectionCard em {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  font-size: 13px;
}

.productCollectionCard:hover img {
  opacity: .76;
  transform: scale(1.04);
}

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

.productFaq details {
  border: 1px solid rgba(24, 25, 31, .08);
  border-radius: 8px;
  background: #fff;
  padding: 16px 18px;
}

.productFaq summary {
  cursor: pointer;
  color: #111;
  font-weight: 900;
}

.productFaq p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 880px) {
  .topbar,
  .detailLayout,
  .shopNav,
  .adminShell {
    grid-template-columns: 1fr;
  }

  .topbar {
    display: grid;
    align-items: start;
  }

  .topbar nav .checkoutNavItem {
    min-width: 0;
    flex: 1 1 140px;
  }

  .shopNav nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .dawnHeaderInner {
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 18px;
  }

  .dawnMenu {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .dawnMegaMenu {
    display: none;
  }

  .dawnTools {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 8px;
  }

  .dawnTool {
    width: 40px;
    height: 40px;
  }

  .dawnTool::after {
    display: none;
  }

  .dawnMiniCta {
    display: none;
  }

  .dawnPage,
  .dawnFooter {
    padding-inline: 18px;
  }

  .dawnFooter {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 36px;
  }

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

  .dawnHero { min-height: 390px; }

  .homeGuideGrid,
  .homePromiseBand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .helpGrid,
  .footerAccessGuide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .homePromiseBand article:nth-child(2) {
    border-right: 0;
  }

  .homePromiseBand article:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

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

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

  .storeSeriesToolbar {
    display: grid;
  }

  .storeSeriesToolbar a {
    margin-left: 0;
  }

  .collectionToolbar {
    display: grid;
    align-items: stretch;
    gap: 18px;
  }

  .collectionFilterLine,
  .collectionSortLine,
  .filterPanelBody {
    justify-content: flex-start;
  }

  .collectionLayout {
    gap: 0;
  }

  .facetDropdown {
    width: min(340px, calc(100vw - 36px));
  }

  .collectionAllHeader h1 {
    font-size: 42px;
  }

  .dawnHeroCarousel {
    height: 390px;
    min-height: 390px;
  }

  .dawnHeroCopy h1 { font-size: 32px; }

  .dawnHeroActions,
  .dawnHeroStats { margin-top: 18px; }

  .dawnCollectionGrid,
  .dawnProductGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .adminSidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .adminSidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adminHeader,
  .adminHeaderActions {
    flex-direction: column;
    align-items: stretch;
  }

  .summaryBand {
    grid-template-columns: repeat(2, 1fr);
  }

  .chartGrid {
    grid-template-columns: 1fr;
  }

  .progressFacts {
    grid-template-columns: repeat(2, 1fr);
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }

  .filters input {
    grid-column: 1 / -1;
  }

  .inlineForm {
    grid-template-columns: 1fr;
  }

  .domesticFilters {
    grid-template-columns: 1fr 1fr;
  }

  .systemHero,
  .homeHero,
  .shopHero,
  .shopCollections,
  .adminMetrics,
  .adminGrid,
  .storeHero,
  .libraryHero,
  .accountHero,
  .accountEntryHero,
  .accountDashboardHero,
  .supportColumns,
  .ordersHero,
  .domesticDetail,
  .checkoutLayout,
  .successHero,
  .systemGrid,
  .flowGrid,
  .syncPanel,
  .loginSetupColumns,
  .milestoneGrid {
    grid-template-columns: 1fr;
  }

  .loginSetupBlockHead {
    display: grid;
  }

  .loginEnvList li {
    grid-template-columns: 1fr;
  }

  .productHeroLayout,
  .productTwoColumn,
  .productInfoTriple,
  .productFaq,
  .productCommentsLayout,
  .cartLayout,
  .checkoutHero,
  .cartHero,
  .checkoutTrustGrid {
    grid-template-columns: 1fr;
  }

  .checkoutHero,
  .cartHero {
    align-items: start;
    padding: 22px;
  }

  .checkoutHero h2 {
    white-space: normal;
    font-size: 32px;
  }

  .checkoutSummary {
    position: static;
  }

  .checkoutSteps {
    justify-content: flex-start;
  }

  .productBuyPanel {
    position: static;
    padding: 22px;
  }

  .productBuyPanel h1 {
    font-size: 26px;
  }

  .productPrice {
    font-size: 40px;
  }

  .productDeliveryGrid,
  .productCollectionGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cartSummary {
    position: static;
  }

  .cartItem {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .cartItem > strong,
  .cartItem .cartCheckoutButton,
  .cartItemActions {
    grid-column: 2;
    justify-self: start;
  }

  .cartItemActions {
    justify-items: start;
  }

  .seriesHero,
  .seriesStatsBar,
  .seriesQuickGrid,
  .seriesFeatureGrid {
    grid-template-columns: 1fr;
  }

  .seriesHero {
    min-height: 0;
    gap: 24px;
  }

  .seriesHeroVisual {
    min-height: 430px;
  }

  .seriesStatsBar {
    align-items: stretch;
  }

  .seriesStatsBar a {
    justify-self: start;
  }

  .syncPanel form {
    justify-content: flex-start;
  }

  .howItWorks {
    grid-template-columns: 1fr;
  }

  .formGrid,
  .paymentChoices,
  .orderMeta,
  .eventRow,
  .compactNotify {
    grid-template-columns: 1fr;
  }

  .eventRow em {
    text-align: left;
  }

  .panelHead {
    flex-direction: column;
  }

  .panelActions {
    justify-content: flex-start;
  }

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

  .accountEntryStats,
  .accountFlowCards,
  .accountBenefitGrid,
  .accountMetricGrid,
  .accountQuickActions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accountSignedInPanel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .accountSignedInPanel .dawnButton {
    grid-column: 1 / -1;
  }

  .loginMethodTabs,
  .thirdLoginGrid {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .smsCodeRow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  main { padding-inline: 12px; }

  .dawnPage,
  .dawnFooter {
    padding-inline: 14px;
  }

  .dawnFooterMenu {
    grid-template-columns: 1fr;
  }

  .dawnFooterBottom {
    display: grid;
  }

  .dawnCollectionGrid,
  .dawnProductGrid {
    grid-template-columns: 1fr;
  }

  .dawnProductGrid,
  .dawnCollectionGrid,
  .storeCollectionGrid,
  .libraryGrid,
  .homeGuideGrid,
  .homeCategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homeGuideCard {
    min-height: 150px;
    padding: 18px;
  }

  .homeGuideCard strong,
  .homeCategoryCard span {
    font-size: 19px;
  }

  .homeCategoryCard {
    min-height: 170px;
  }

  .homePromiseBand {
    grid-template-columns: 1fr;
  }

  .helpGrid,
  .footerAccessGuide {
    grid-template-columns: 1fr;
  }

  .homePromiseBand article,
  .homePromiseBand article:nth-child(2),
  .homePromiseBand article:last-child {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 20px;
  }

  .homePromiseBand article:first-child {
    border-top: 0;
  }

  .dawnSectionTitle {
    font-size: 25px;
  }

  .storePageHero h1 {
    font-size: 42px;
  }

  .storeMenuGrid {
    grid-template-columns: 1fr;
  }

  .libraryGrid {
    gap: 12px;
  }

  .ownedProductBody {
    padding: 12px;
  }

  .ownedProductBody strong {
    min-height: 42px;
    font-size: 15px;
  }

  .accountEntryPage,
  .accountCenterPage {
    padding-top: 24px;
  }

  .accountEntryCopy {
    min-height: 390px;
    padding: 28px 20px;
  }

  .accountEntryCopy h1 {
    font-size: 42px;
  }

  .accountEntryStats,
  .accountFlowCards,
  .accountBenefitGrid,
  .accountMetricGrid,
  .accountQuickActions {
    grid-template-columns: 1fr;
  }

  .accountEntryStats span {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .accountEntryStats span:first-child {
    border-top: 0;
  }

  .accountDashboardHero,
  .accountLoginCard {
    padding: 18px;
  }

  .accountIdentityCard {
    align-items: flex-start;
  }

  .accountAvatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 24px;
  }

  .storeCollectionGrid {
    grid-template-columns: 1fr;
  }

  .dawnHeroCopy,
  .dawnHeroCarousel {
    min-height: 360px;
  }

  .dawnHeroCopy h1 {
    font-size: 38px;
  }

  .dawnHeroActions {
    display: grid;
  }

  .productCommentsLayout {
    gap: 16px;
  }

  .cartItem {
    gap: 12px;
  }

  .filters,
  .catalog {
    grid-template-columns: 1fr;
  }

  .summaryBand {
    grid-template-columns: 1fr;
  }

  .progressFacts,
  .domesticFilters {
    grid-template-columns: 1fr;
  }

  .fileLink {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .fileLink em {
    grid-column: 2;
  }

  .productDetailPage {
    padding-top: 22px;
  }

  .productCoverPreview,
  .productVideoFrame {
    border-radius: 8px;
  }

  .productCoverPreview {
    aspect-ratio: 1 / 1;
  }

  .productSpecs,
  .productDeliveryGrid,
  .productCollectionGrid {
    grid-template-columns: 1fr;
  }

  .productTwoColumn h2 {
    font-size: 23px;
  }

  .productMetaPills span,
  .productIncluded span {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .seriesPage {
    padding-top: 18px;
  }

  .seriesHero {
    padding: 24px;
  }

  .seriesHeroCopy h1 {
    font-size: 38px;
  }

  .seriesHeroCopy p:not(.dawnKicker) {
    font-size: 15px;
  }

  .seriesHeroActions {
    display: grid;
  }

  .seriesHeroVisual {
    min-height: 360px;
  }

  .seriesHeroCard:nth-child(1) {
    inset: 0 0 52% 0;
  }

  .seriesHeroCard:nth-child(2) {
    inset: 52% 51% 0 0;
  }

  .seriesHeroCard:nth-child(3) {
    inset: 52% 0 0 51%;
  }

  .seriesHeroCard:nth-child(4) {
    display: none;
  }

  .seriesQuickCard {
    min-height: 132px;
  }

  .seriesFeatureCard {
    min-height: 220px;
  }

  .siteCartLauncher {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .cartDrawer {
    width: min(390px, 100vw);
  }

  .bundleStoreHero,
  .bundleProductHero,
  .bundleDetailGrid,
  .bundleFaq {
    grid-template-columns: 1fr;
  }

  .bundleStoreHero h1,
  .bundleBuyBox h1 {
    font-size: 38px;
  }

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

  .bundleBuyBox {
    position: static;
  }

  .bundleBuyActions,
  .bundleTrackList {
    grid-template-columns: 1fr;
  }

  .bundleTrackList span {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .accountDashboardHero {
    grid-template-columns: 1fr;
  }

  .accountMetricGrid {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-top: 16px;
  }

  .accountServiceSection,
  .accountSecuritySection {
    grid-template-columns: 1fr;
  }

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

  .accountSecuritySection {
    align-items: start;
  }

  .accountLogoutLink {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .accountCenterPage {
    padding-top: 24px;
  }

  .accountDashboardHero {
    gap: 24px;
    padding: 20px;
  }

  .accountIdentityCard {
    display: grid;
  }

  .accountIdentityCard h1 {
    font-size: 30px;
  }

  .accountHeroActions,
  .accountHeroActions .dawnButton {
    width: 100%;
  }

  .accountHeroActions .dawnButton {
    justify-content: center;
  }

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

  .accountMetricCard,
  .accountMetricCard + .accountMetricCard {
    min-height: 84px;
    border: 0;
    border-top: 1px solid var(--line);
    padding: 14px 10px;
  }

  .accountMetricCard:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .accountContinueStrip,
  .accountContinueStrip div {
    align-items: flex-start;
    flex-direction: column;
  }

  .accountServiceGrid,
  .accountSecurityFacts {
    grid-template-columns: 1fr;
  }

  .accountServiceGrid a {
    min-height: 112px;
  }

  .accountOrderRow {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .accountOrderMeta {
    text-align: right;
  }

  .accountOrderRow .accountTextLink {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .checkoutAccountConfirmed {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .checkoutAccountSwitch {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .checkoutAccountAssurance,
  .checkoutAccountGuest,
  .checkoutAccountGuest.logged {
    grid-template-columns: 1fr;
  }

  .checkoutAccountAssurance {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkoutAccountGuest > a {
    justify-self: start;
  }
}

/* Series hero drum wallpaper carousel - 2026-07-28 */
.seriesPage .seriesHero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  padding: clamp(40px, 6vw, 88px);
  overflow: hidden;
  isolation: isolate;
  background: #111318;
  border-color: rgba(17,18,22,.12);
}
.seriesPage .seriesHero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,8,12,.88) 0%, rgba(6,8,12,.64) 44%, rgba(6,8,12,.18) 75%, rgba(6,8,12,.38) 100%);
  pointer-events: none;
}
.seriesPage .seriesHeroCopy {
  position: relative;
  z-index: 2;
  width: min(720px, 66%);
  color: #fff;
}
.seriesPage .seriesHeroCopy h1 { color: #fff; text-shadow: 0 4px 30px rgba(0,0,0,.34); }
.seriesPage .seriesHeroCopy .dawnKicker { color: #ff73ae; }
.seriesPage .seriesHeroCopy p:not(.dawnKicker) { color: rgba(255,255,255,.78); }
.seriesHeroCarousel,
.seriesHeroSlide { position: absolute; inset: 0; }
.seriesHeroCarousel { z-index: 0; }
.seriesHeroSlide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.045);
  animation: seriesDrumCarousel 18s infinite ease-in-out;
}
.seriesHeroSlide.isOne { background-image: url('/static/series-wallpapers/drums-01.jpg'); background-position: center 42%; }
.seriesHeroSlide.isTwo { background-image: url('/static/series-wallpapers/drums-02.jpg'); animation-delay: 6s; background-position: center; }
.seriesHeroSlide.isThree { background-image: url('/static/series-wallpapers/drums-03.jpg'); animation-delay: 12s; background-position: center 45%; }
@keyframes seriesDrumCarousel {
  0% { opacity: 0; transform: scale(1.045); }
  7%, 29% { opacity: 1; }
  36%, 100% { opacity: 0; transform: scale(1.12); }
}
@media (max-width: 760px) {
  .seriesPage .seriesHero { min-height: 500px; padding: 34px 24px; align-items: flex-end; }
  .seriesPage .seriesHeroCopy { width: 100%; }
  .seriesPage .seriesHero::after { background: linear-gradient(180deg, rgba(6,8,12,.18), rgba(6,8,12,.88) 74%); }
  .seriesPage .seriesHeroCopy h1 { font-size: clamp(42px, 13vw, 66px); }
}
@media (prefers-reduced-motion: reduce) {
  .seriesHeroSlide { animation: none; opacity: 0; transform: none; }
  .seriesHeroSlide.isOne { opacity: 1; }
}
