:root {

  --bg:        #000000;
  --bg-raised: #111113;
  --line:      rgba(255,255,255,.08);
  --hair:      rgba(255,255,255,.06);
  --text:      #f5f5f7;
  --dim:       #86868b;
  --soft:      #a1a1a6;
  --pink:      #ff2b87;
  --accent:    var(--pink);

  --season:     #57a8ff;
  --season-rgb: 87,168,255;

  --wide: 1400px;
  --pad:  clamp(20px, 5vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }

#sternenhimmel { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }

body {
  margin: 0;
  background: transparent;
  color: var(--text);
  font: 400 17px/1.5 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue",
        Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }

.shell { width: min(var(--wide), calc(100% - 64px)); margin-inline: auto; }
.wrap  { max-width: 1080px; margin: 0 auto; padding: 0 var(--pad); }

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

section[id], .qa[id] { scroll-margin-top: 96px; }

.pill {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pink); color: #fff; text-decoration: none;
  padding: 15px 26px; border-radius: 100px;
  font-size: 15px; font-weight: 600; letter-spacing: -.01em;
  white-space: nowrap;
  box-shadow: 0 10px 40px #ff2b8722;
  transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease, box-shadow .25s ease;
}
.pill:hover { transform: translateY(-2px); background: #ff4d99; box-shadow: 0 14px 46px #ff2b8733; }
.pill.small { padding: 10px 20px; font-size: 13px; }
.pill.large { padding: 19px 36px; font-size: 16px; }

.pill[aria-disabled="true"] {
  background: none; border: 1px solid var(--line); color: var(--dim);
  box-shadow: none; cursor: default;
}
.pill[aria-disabled="true"]:hover { transform: none; background: none; box-shadow: none; }

.textLink {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--text); text-decoration: none; font-size: 16px; font-weight: 500;
  transition: opacity .2s ease;
}
.textLink:hover { opacity: .7; }
.textLink span { color: var(--pink); transition: transform .2s ease; }
.textLink:hover span { transform: translateX(3px); }

.kicker {
  display: flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: .18em;
  font-size: 11px; font-weight: 600; color: var(--dim);
  margin: 0 0 4px;
}
.kicker::before { content: ""; width: 22px; height: 1px; background: var(--pink); }
.kicker.center { justify-content: center; }
.kicker.earthTone::before { background: var(--season); transition: background-color .6s ease; }

.nav {
  height: 64px; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 50;
  gap: 20px;
}
.nav::before {
  content: ""; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%;
  transform: translateX(-50%); z-index: -1;
  background: rgba(0,0,0,.7);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 17px; font-weight: 600; letter-spacing: -.02em;
  text-decoration: none;
}

.brand img { height: 22px; width: auto; flex: none; }
.navlinks { display: flex; gap: 30px; font-size: 14px; color: var(--soft); }
.navlinks a { text-decoration: none; transition: color .2s ease; }
.navlinks a:hover { color: var(--text); }

.hero {
  min-height: 100svh; position: relative;
  display: flex; align-items: center;
  border-inline: 1px solid var(--hair);
  overflow: hidden;
  background: radial-gradient(circle at 72% 48%, #ffffff0b, transparent 35%);
}
.heroCopy { width: 50%; position: relative; z-index: 2; padding-left: 5vw; }
.hero h1 {
  font-size: clamp(58px, 7.7vw, 132px);
  line-height: .84; letter-spacing: -.075em;
  margin: 34px 0 30px; color: #f2ede5;
}
.hero em, h2 em { font-style: normal; font-weight: inherit; color: var(--pink); }
.hero .intro { max-width: 510px; color: var(--soft); font-size: 17px; line-height: 1.6; }
.hero .actions { display: flex; align-items: center; gap: 26px; margin-top: 40px; flex-wrap: wrap; }
.hero .actions .note { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; }
.hero .scroll { position: absolute; bottom: 28px; left: 5vw; font-size: 9px; letter-spacing: .17em; color: #65615c; margin: 0; }

.year {
  position: absolute; width: min(56vw, 820px); aspect-ratio: 1;
  right: -2vw; top: 50%; transform: translateY(-48%);
  border: 1px solid #ffffff17; border-radius: 50%;
}
.year::before, .year::after {
  content: ""; position: absolute; left: 50%; top: 0; height: 100%; width: 1px; background: var(--hair);
}
.year::after { transform: rotate(90deg); }
.year > b {
  position: absolute; font-size: 8px; letter-spacing: .2em; color: #77777d;
  transition: color .6s ease;
}
.year .s1 { top: 4%;    left: 25%; }

.year .s2 { top: 25%;   right: 7%; }
.year .s3 { bottom: 5%; right: 25%; }
.year .s4 { bottom: 24%; left: 2%; }

.earth {
  position: absolute; width: 80%; height: 80%; left: 10%; top: 10%;
  margin: 0;
  animation: float 8s ease-in-out infinite;
}

.earth::before {
  content: ""; position: absolute; inset: -26%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle closest-side, #000 50%, #00000090 68%, transparent 84%);
}
.earth video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; object-fit: cover; z-index: 1;
  -webkit-mask-image: radial-gradient(circle closest-side, #000 86%, #000000c0 93%, transparent 99%);
          mask-image: radial-gradient(circle closest-side, #000 86%, #000000c0 93%, transparent 99%);
  filter: contrast(1.06) saturate(.94);
}

@keyframes float { 50% { transform: translateY(-10px) rotate(3deg); } }

.heroSection {
  padding: 190px 0 0; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.heroSection h1 {
  font-size: clamp(44px, 8vw, 96px); line-height: .98; letter-spacing: -.035em;
  margin: 20px 0 22px; max-width: 16ch;
}
.heroSub {
  max-width: 620px; color: var(--soft); font-size: clamp(17px, 2vw, 21px); line-height: 1.5;
  margin: 0;
}
.heroActions {
  display: flex; align-items: center; justify-content: center; gap: 28px;
  margin-top: 36px; flex-wrap: wrap;
}

.heroShot {
  position: relative; margin: 96px 0 0; width: 100%;
  transform: scale(1); will-change: transform;
}
.heroShot::before {
  content: ""; position: absolute; left: 50%; top: 8%;
  width: min(900px, 84%); height: 60%; transform: translateX(-50%);
  background: radial-gradient(closest-side, #ff2b8726, transparent 72%);
  z-index: 0; pointer-events: none;
}
.heroShot picture, .heroShot img {
  display: block; width: 100%; height: auto;
  border-radius: 20px; position: relative; z-index: 1;
  box-shadow: 0 60px 120px -30px #000000cc, 0 1px 0 rgba(255,255,255,.06) inset;
}

.reveal-ready .heroShot { transform: none; }

.sectionLede { color: var(--soft); max-width: 62ch; margin: 0; font-size: 18px; line-height: 1.55; }

.listenSection { padding: clamp(72px, 12vw, 160px) 0; }
.listenSection h2, .pedalsSection h2, .faqOnPage h2 {
  font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.03em; margin: 18px 0 16px;
}
.listenSection > .sectionLede, .pedalsSection > .sectionLede { margin-top: 2px; }
.sw { margin-top: 48px; }

.pedalsSection { padding: clamp(72px, 12vw, 160px) 0; border-top: 1px solid var(--line); }
.pedalsShot { margin: 44px 0 0; }
.pedalsShot img {

  display: block; width: 100%; height: auto;
}
.pedalsGrid {
  margin-top: 40px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.pedalsGrid strong { display: block; font-size: 15px; letter-spacing: -.01em; margin-bottom: 6px; }
.pedalsGrid span { display: block; color: var(--dim); font-size: 14px; line-height: 1.5; }

.statsSection { padding: clamp(56px, 8vw, 100px) 0; }
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  list-style: none; margin: 0; padding: 0;
}
.stats div {
  display: flex; flex-direction: column; gap: 8px;
  background: var(--bg-raised); border: 1px solid var(--line); border-radius: 16px;
  padding: 28px 22px;
}
.stats strong { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.03em; }
.stats span { color: var(--dim); font-size: 13px; letter-spacing: .01em; }

.buySpecs {
  margin: 56px auto 0; max-width: 640px; text-align: left;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px;
  border-top: 1px solid var(--line);
}
.buySpecs div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.buySpecs dt { color: var(--dim); font-size: 13px; flex: none; }
.buySpecs dd { margin: 0; font-size: 13px; color: var(--soft); text-align: right; }

.buy { min-height: 760px; display: flex; align-items: center; text-align: center; position: relative; overflow: hidden; padding: 90px 0; }
.buy .glow {
  position: absolute; width: 650px; height: 650px; left: 50%; top: 50%;
  transform: translate(-50%,-50%); border-radius: 50%;
  background: radial-gradient(circle, #68213f, #281218 32%, transparent 68%);
}
.buyInner { position: relative; }
.buy .kicker { justify-content: center; }
.buy h2 { font-size: clamp(40px, 6vw, 88px); line-height: .98; letter-spacing: -.03em; margin: 20px 0 0; }
.buy .price { font-size: 22px; margin: 42px 0 24px; }
.buy .price span { font-size: 10px; color: #888; letter-spacing: .1em; text-transform: uppercase; }
.buy .fine { display: block; color: #747479; margin-top: 24px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.buy .countdown { margin: 8px auto 0; }
.buy .countdown .clock {
  display: flex; justify-content: center; gap: 22px;
  margin: 14px 0 0; font-variant-numeric: tabular-nums;
}
.buy .countdown .clock span { display: block; text-align: center; }
.buy .countdown .clock b {
  display: block; font-size: 40px; font-weight: 600; line-height: 1.05; color: var(--text);
}
.buy .countdown .clock i {
  display: block; font-style: normal; font-size: 9px; color: #747479;
  text-transform: uppercase; letter-spacing: .12em; margin-top: 6px;
}
.buy .countdown .when {
  color: var(--dim); font-size: 15px; margin: 18px 0 0;
}
@media (max-width: 520px) {
  .buy .countdown .clock { gap: 14px; }
  .buy .countdown .clock b { font-size: 30px; }
}

.buy .checkout-off { color: var(--dim); font-size: 15px; max-width: 46ch; margin: 20px auto 0; }
.buy .checkout-off a { color: var(--text); }

.buy .included {
  list-style: none; padding: 0; margin: 44px auto 0; max-width: 460px;
  color: var(--dim); font-size: 15px; text-align: left;
}
.buy .included li { padding: 9px 0 9px 26px; position: relative; border-bottom: 1px solid var(--line); }
.buy .included li:last-child { border-bottom: 0; }
.buy .included li::before { content: "→"; position: absolute; left: 0; color: var(--pink); }

.buy .terms { color: #6f6f77; font-size: 13px; line-height: 1.6; max-width: 52ch; margin: 30px auto 0; }
.buy .terms a { color: var(--dim); }
.buy .terms a:hover { color: var(--text); }

.faq code, .legal code {
  font: 400 13.5px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  background: #141416; border: 1px solid var(--line);
  border-radius: 5px; padding: 1px 6px; overflow-wrap: anywhere;
}

.siteFooter {
  border-top: 1px solid var(--line); padding: 54px 0 64px;
  display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
  color: #88888d; font-size: 13px;
}
.siteFooter a { color: #88888d; text-decoration: none; }
.siteFooter a:hover { color: var(--text); }
.siteFooter .brand { color: var(--text); }
.siteFooter nav { display: flex; gap: 22px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }

.siteFooter .disclaimer { flex: 0 0 100%; width: 100%; margin: 20px 0 0; font-size: 11.5px; color: #5c5c63; max-width: 70ch; line-height: 1.6; }

.reveal-ready [data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
}
.reveal-ready [data-reveal].in { opacity: 1; transform: none; }

header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(7,7,7,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
header .wrap { display: flex; align-items: center; gap: 24px; height: 62px; }
header .brand em { font-style: normal; color: var(--dim); font-weight: 400; }
header nav { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 15px; }
header nav a { color: var(--dim); text-decoration: none; }
header nav a:hover { color: var(--text); }

footer:not(.siteFooter) { border-top: 1px solid var(--line); padding: 46px 0 64px; color: var(--dim); font-size: 15px; }
footer:not(.siteFooter) a { color: var(--dim); text-decoration: none; }
footer:not(.siteFooter) a:hover { color: var(--text); }
footer:not(.siteFooter) nav { display: flex; gap: 22px; flex-wrap: wrap; }
footer:not(.siteFooter) .cols { display: flex; gap: 40px; flex-wrap: wrap; justify-content: space-between; }
footer:not(.siteFooter) .fine { margin-top: 32px; font-size: 13px; color: #5c5c63; max-width: 62ch; }

.legal { padding: clamp(48px, 8vw, 88px) var(--pad); }
.legal h1 { font-size: clamp(30px, 5vw, 42px); letter-spacing: -.03em; margin: 0 0 28px; }
.legal h2 { font-size: 21px; margin: 38px 0 10px; }
.legal h3 { font-size: 17px; margin: 26px 0 8px; }
.legal p, .legal li { color: #c9c9cf; max-width: 72ch; }

.faq { padding: clamp(48px, 8vw, 80px) var(--pad) clamp(56px, 9vw, 96px); }
.faq h1 { font-size: clamp(30px, 5vw, 42px); letter-spacing: -.03em; margin: 0 0 20px; }
.faq .intro { color: #c9c9cf; max-width: 62ch; margin: 0 0 44px; }
.faq .intro a { color: var(--text); }
.faq .jump { border: 1px solid var(--line); border-radius: 14px; background: var(--bg-raised); padding: 24px 26px 26px; margin: 0 0 12px; }
.faq .jump-head { text-transform: uppercase; letter-spacing: .16em; font-size: 11.5px; color: var(--pink); margin: 0 0 12px; }
.faq .jump ul + .jump-head { margin-top: 26px; }
.faq .jump ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 34px; }
.faq .jump li { margin: 0 0 9px; break-inside: avoid; font-size: 15.5px; }
.faq .jump a { color: #c9c9cf; text-decoration: none; }
.faq .jump a:hover { color: var(--text); text-decoration: underline; }
.faq section { padding: 44px 0 0; }
.faq .eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: var(--pink); margin: 0 0 4px; }
.faq .qa { padding: 26px 0 8px; border-top: 1px solid var(--line); }
.faq .qa:first-of-type { border-top: 0; }
.faq .qa h2 { font-size: 21px; line-height: 1.3; letter-spacing: -.02em; margin: 0 0 12px; }
.faq .qa p { color: #c9c9cf; max-width: 68ch; margin: 0 0 14px; font-size: 16px; }
.faq .qa p:last-child { margin-bottom: 0; }
.faq .qa a, .faq .qa strong { color: var(--text); }
.faq .qa em { color: var(--text); font-style: normal; }

.specs { margin: 4px 0 18px; border-top: 1px solid var(--line); }
.specs div { display: flex; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specs dt { flex: 0 0 190px; color: var(--dim); font-size: 15px; }
.specs dd { margin: 0; font-size: 15px; color: var(--soft); line-height: 1.6; }

.faq .checklist { list-style: none; padding: 0; margin: 0 0 14px; max-width: 68ch; color: #c9c9cf; font-size: 16px; }
.faq .checklist li { padding: 8px 0 8px 26px; position: relative; border-bottom: 1px solid var(--line); }
.faq .checklist li:last-child { border-bottom: 0; }
.faq .checklist li::before { content: "→"; position: absolute; left: 0; color: var(--pink); }
.faq .draft { max-width: 72ch; }
.faq #offen { padding-top: 56px; }
.faq .back { color: var(--dim); font-size: 15px; margin: 48px 0 0; }
.faq .back a { color: var(--text); }

.placeholder {
  background: rgba(255,43,135,.12); border: 1px solid rgba(255,43,135,.4);
  color: var(--text); padding: 1px 7px; border-radius: 4px; font-size: .93em;
}
.draft {
  border: 1px solid rgba(255,43,135,.4); background: rgba(255,43,135,.07);
  border-radius: 10px; padding: 18px 22px; margin: 0 0 34px;
  color: #e8e8ec; font-size: 15px;
}
.draft code { font: 400 13px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; background: none; border: 0; padding: 0; }

@media (max-width: 900px) {
  .hero { min-height: 900px; align-items: flex-start; padding-top: 150px; }
  .heroCopy { width: 100%; padding-left: 0; }
  .year { width: 600px; right: -270px; top: 72%; }
  .year > b { display: none; }
  .hero .actions { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 540px) {
  .hero { min-height: 780px; }
  .hero h1 { font-size: 56px; }
  .year { width: 470px; right: -250px; top: 74%; }
}

@media (max-width: 900px) {
  .shell { width: calc(100% - 32px); }
  .navlinks { display: none; }
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pedalsGrid { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .buySpecs { grid-template-columns: 1fr; max-width: 440px; }
}

@media (max-width: 620px) {
  .faq .jump { padding: 20px 20px 22px; }
  .faq .jump ul { columns: 1; }
  .faq .jump li { margin-bottom: 12px; }
  .specs div { flex-direction: column; gap: 2px; }
  .specs dt { flex: none; }
}

@media (max-width: 540px) {
  .heroSection { padding-top: 140px; }
  .heroShot { margin-top: 56px; }
  .listenSection, .pedalsSection, .statsSection { padding: 72px 0; }
  .stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stats div { padding: 20px 16px; }
  .stats strong { font-size: 30px; }
  .pedalsGrid { grid-template-columns: 1fr; gap: 20px; }
  .buy { min-height: 0; padding: 96px 0; }
  .siteFooter { flex-direction: column; gap: 24px; }
}

@media (max-width: 560px) {
  .brand img { height: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .earth { animation: none; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  .heroShot { transform: none; }
  .pill:hover { transform: none; }
  .textLink:hover span { transform: none; }
}

.draft, .placeholder { display: none !important; }

.sw .switcher {
  display: flex; flex-direction: column; gap: 14px;
}
.sw .card {
  background: transparent; border: 1px solid var(--line); border-radius: 16px;
  position: relative; overflow: hidden;
}

.sw .list { padding: 20px 22px 22px; }
.sw .items { display: flex; flex-wrap: wrap; gap: 9px; }
.sw .list-head {
  display: flex; align-items: center; gap: 8px; padding: 0 0 16px;
}
.sw .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); flex: none;
  box-shadow: 0 0 8px rgba(255,43,135,.7); }
.sw .list-head span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.sw .item {
  display: inline-block; text-align: left; background: #ffffff08; border: 1px solid var(--line);
  cursor: pointer; color: var(--soft); font: inherit; font-size: 14px; letter-spacing: -.005em;
  padding: 10px 18px; border-radius: 999px; transition: color .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.sw .item:hover { color: var(--text); background: #ffffff14; border-color: #ffffff24; }
.sw .item[aria-current="true"] { color: #fff; background: var(--pink); border-color: var(--pink); }
.sw .item.loading { opacity: .5; }

.sw .lane-card { height: 260px; padding: 0; }

.sw canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }

.sw .bar { display: flex; align-items: center; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.sw .play {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  background: #ffffff0f; border: 1px solid var(--line); color: var(--text);
  padding: 13px 22px 13px 19px; border-radius: 999px; font: inherit; font-size: 15px;
  letter-spacing: -.005em; transition: background .2s ease, border-color .2s ease;
}
.sw .play:hover { background: #ffffff18; border-color: #ffffff30; }
.sw .play .glyph { width: 9px; height: 11px; background: currentColor; flex: none;
  clip-path: polygon(0 0,100% 50%,0 100%); }
.sw .play[data-on="true"] .glyph { clip-path: polygon(0 0,32% 0,32% 100%,0 100%,0 0,68% 0,68% 100%,100% 100%,100% 0,68% 0); }
.sw .now { color: var(--soft); font-size: 14px; letter-spacing: -.005em; }
.sw .now b { color: var(--text); font-weight: 500; }
@media (max-width: 660px) {

  .sw .lane-card { height: 220px; }
  .sw .item { font-size: 13.5px; padding: 9px 15px; }
}

.draft code { font: 400 13px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; background: none; border: 0; padding: 0; }

.faqOnPage { padding: clamp(72px, 10vw, 140px) 0; border-top: 1px solid var(--line); }
.faqOnPage > .sectionLede { margin-bottom: 40px; }

.faqList { border-top: 1px solid var(--line); max-width: 78ch; }
.qaItem { border-bottom: 1px solid var(--line); }
.qaItem summary {
  list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative;
  font-size: 18px; letter-spacing: -.01em; transition: color .15s ease;
}
.qaItem summary::-webkit-details-marker { display: none; }
.qaItem summary:hover { color: var(--pink); }

.qaItem summary::before,
.qaItem summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; background: var(--soft);
  transition: transform .25s ease, background-color .15s ease;
}
.qaItem summary::before { width: 13px; height: 1px; margin-top: -1px; }
.qaItem summary::after  { width: 1px; height: 13px; right: 10px; margin-top: -7px; }
.qaItem[open] summary::after { transform: rotate(90deg); }
.qaItem[open] summary { color: var(--text); }
.qaItem summary:hover::before, .qaItem summary:hover::after { background: var(--pink); }

.qaBody { padding: 0 40px 22px 0; color: var(--soft); font-size: 16px; }
.qaBody p { margin: 0 0 14px; }
.qaBody p:last-child { margin-bottom: 0; }
.qaBody strong { color: var(--text); font-weight: 600; }
.qaBody .specs { margin: 0 0 14px; border-top-color: var(--line); }
.qaBody a { color: var(--pink); }

.afterMore { color: var(--soft); margin: 34px 0 0; max-width: 58ch; }

.draft, .placeholder { display: none !important; }
