:root {
  --bg: #fff5ee;
  --bg-bottom: #ffece1;
  --ink: #20120b;
  --muted: #6f5342;
  --line: rgba(64, 38, 22, 0.1);
  --surface: rgba(255, 255, 255, 0.72);
  --accent: #d85f2f;
  --hero-bg: #ff555f;
  --hero-ink: #ebb2ce;
  --shadow: 0 24px 60px rgba(92, 55, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 115, 122, 0.14), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-bottom) 28%, #fff8f2 100%);
}

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

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

.page-shell {
  width: min(1440px, calc(100% - 24px));
  margin: 0 auto;
  padding: 12px 0 28px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 6px;
}

.site-header--hero {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 2px 4px 0;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff4e7;
  font-size: 0.9rem;
}

.music-player {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 8px 10px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(92, 55, 24, 0.08);
}

.music-player__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.music-player__audio {
  display: block;
  width: min(280px, 42vw);
  height: 32px;
}

.nav-link,
.button {
  transition:
    transform 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

.nav-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-weight: 700;
}

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

.button--primary {
  border-color: transparent;
  background: var(--accent);
  color: #fffaf6;
  box-shadow: 0 12px 24px rgba(216, 95, 47, 0.24);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.5);
}

.pixel-hero__stage {
  position: relative;
  min-height: clamp(680px, 94vh, 1040px);
  padding: 22px 24px 28px;
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 14%),
    var(--hero-bg);
}

.pixel-hero__stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 226, 234, 0.24);
  border-radius: 28px;
  pointer-events: none;
}

.pixel-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: clamp(20px, 4vw, 72px);
  min-height: calc(clamp(680px, 94vh, 1040px) - 54px);
  padding: clamp(40px, 7vw, 92px) clamp(24px, 5vw, 58px) clamp(32px, 5vw, 56px);
}

.pixel-hero__computer-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  justify-self: end;
  align-self: center;
}

.pixel-hero__computer-stage {
  position: relative;
  width: min(100%, 980px);
  filter: drop-shadow(0 44px 58px rgba(92, 14, 43, 0.26));
}

.pixel-hero__computer-model {
  display: block;
  width: 100%;
  height: clamp(560px, 58vw, 860px);
  border-radius: 20px;
  background: transparent;
  overflow: hidden;
  --progress-bar-color: rgba(255, 244, 236, 0.9);
  --poster-color: transparent;
}

.pixel-hero__computer-model::part(default-progress-mask),
.pixel-hero__computer-model::part(default-progress-bar),
.pixel-hero__computer-model::part(default-ar-button),
.pixel-hero__computer-model::part(default-interaction-prompt) {
  display: none;
}

.pixel-hero__computer-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 246, 235, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.pixel-hero__computer-stage > * {
  position: relative;
  z-index: 1;
}

.pixel-hero__screen-audio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pixel-hero__screen-controls {
  position: absolute;
  right: 18px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  pointer-events: none;
}

.pixel-hero__audio-toggle {
  pointer-events: auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 240, 234, 0.48);
  border-radius: 999px;
  background: rgba(255, 247, 239, 0.92);
  color: rgba(72, 47, 34, 0.94);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(74, 19, 36, 0.12);
  transition:
    transform 140ms ease,
    opacity 140ms ease,
    background-color 140ms ease;
}

.pixel-hero__audio-toggle:hover:not(:disabled) {
  transform: translateY(-1px);
}

.pixel-hero__audio-toggle:disabled {
  opacity: 0.55;
  cursor: default;
}


.pixel-hero__tagline {
  width: min(520px, 100%);
  margin: 0;
  justify-self: start;
  align-self: center;
  color: rgba(255, 242, 234, 0.94);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-align: left;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 24px rgba(93, 14, 42, 0.24);
}

.open-letter {
  padding: 22px 6px 8px;
}

.statement-section {
  padding: clamp(32px, 6vw, 86px) 6px 10px;
}

.statement-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 28px);
  align-items: start;
  padding: clamp(10px, 2vw, 18px) 0;
}

.statement-section__lead {
  position: static;
}

.statement-section__eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.statement-section__headline {
  display: grid;
  gap: 0.02em;
  margin: 0;
  max-width: 9ch;
  color: #24140d;
  font-size: clamp(3.3rem, 9vw, 7.8rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.statement-section__headline span {
  display: block;
}

.statement-section__art {
  margin: 0;
  width: 100%;
}

.statement-section__image {
  display: block;
  width: 100%;
  max-width: none;
  border: 1px solid rgba(80, 46, 26, 0.12);
  border-radius: 26px;
  box-shadow: 0 20px 44px rgba(95, 52, 29, 0.12);
}

.product-spotlight {
  padding: clamp(28px, 5vw, 72px) 6px 10px;
}

.product-spotlight__card {
  --spotlight-text: #f5b5cb;
  --spotlight-border: rgba(255, 197, 221, 0.26);
  --spotlight-border-soft: rgba(255, 188, 216, 0.18);
  --spotlight-bg:
    radial-gradient(circle at 20% 18%, rgba(255, 176, 208, 0.14), transparent 22%),
    radial-gradient(circle at 78% 74%, rgba(255, 196, 224, 0.1), transparent 20%),
    #1900ff;
  --spotlight-shadow: 0 28px 64px rgba(33, 16, 124, 0.26);
  --spotlight-link-border: rgba(245, 181, 203, 0.34);
  --spotlight-link-bg: rgba(245, 181, 203, 0.14);
  --spotlight-link-bg-hover: rgba(245, 181, 203, 0.2);
  --spotlight-image-ring: rgba(255, 213, 228, 0.14);
  --spotlight-image-shadow-a: rgba(4, 2, 58, 0.28);
  --spotlight-image-shadow-b: rgba(5, 2, 52, 0.16);
  position: relative;
  min-height: clamp(360px, 52vw, 620px);
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--spotlight-border);
  border-radius: 36px;
  overflow: hidden;
  background: var(--spotlight-bg);
  box-shadow: var(--spotlight-shadow);
  outline: none;
}

.product-spotlight__card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid var(--spotlight-border-soft);
  border-radius: 24px;
  pointer-events: none;
}

.product-spotlight__card:focus-visible {
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--spotlight-text) 35%, transparent),
    var(--spotlight-shadow);
}

.product-spotlight__title-layer,
.product-spotlight__detail-layer {
  position: absolute;
  inset: 0;
  display: grid;
  padding: clamp(28px, 5vw, 48px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.product-spotlight__title-layer {
  place-items: center;
}

.product-spotlight__title {
  margin: 0;
  color: var(--spotlight-text);
  font-size: clamp(4.4rem, 14vw, 11rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.product-spotlight__detail-layer {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 44px);
  color: var(--spotlight-text);
  opacity: 0;
  transform: translateY(12px);
}

.product-spotlight__detail-copy {
  display: grid;
  gap: 14px;
  justify-items: start;
  max-width: 460px;
}

.product-spotlight__art {
  margin: 0;
  width: 100%;
  display: grid;
  place-items: center;
}

.product-spotlight__image {
  display: block;
  width: 100%;
  max-width: 760px;
  border-radius: 28px;
  box-shadow:
    0 38px 64px var(--spotlight-image-shadow-a),
    0 16px 22px var(--spotlight-image-shadow-b),
    0 0 0 1px var(--spotlight-image-ring);
}

.product-spotlight__card:hover .product-spotlight__title-layer,
.product-spotlight__card:focus-visible .product-spotlight__title-layer,
.product-spotlight__card:focus-within .product-spotlight__title-layer {
  opacity: 0;
  transform: scale(0.98);
}

.product-spotlight__card:hover .product-spotlight__detail-layer,
.product-spotlight__card:focus-visible .product-spotlight__detail-layer,
.product-spotlight__card:focus-within .product-spotlight__detail-layer {
  opacity: 1;
  transform: translateY(0);
}

.product-spotlight__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-spotlight__name {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.product-spotlight__summary,
.product-spotlight__body {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.6;
}

.product-spotlight__summary {
  font-weight: 700;
}

.product-spotlight__list {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.product-spotlight__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}

.product-spotlight__list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.product-spotlight__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--spotlight-link-border);
  border-radius: 999px;
  background: var(--spotlight-link-bg);
  color: var(--spotlight-text);
  font-weight: 700;
  transition:
    background-color 140ms ease,
    transform 140ms ease;
}

.product-spotlight__link:hover {
  transform: translateY(-1px);
  background: var(--spotlight-link-bg-hover);
}

.product-spotlight__mockup {
  width: min(100%, 720px);
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(18, 10, 72, 0.58);
  box-shadow:
    0 36px 70px rgba(57, 17, 85, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.product-spotlight__mockup-topbar,
.product-spotlight__mockup-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-spotlight__mockup-topbar {
  margin-bottom: 12px;
}

.product-spotlight__mockup-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 247, 255, 0.72);
}

.product-spotlight__mockup-screen {
  position: relative;
  min-height: 300px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 234, 150, 0.34), transparent 24%),
    linear-gradient(135deg, #ff8dbf 0%, #ffb84d 52%, #8ef8cd 100%);
  overflow: hidden;
}

.product-spotlight__mockup-bubble {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 4px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #632bff, #0fc4ff);
  color: #fff8f2;
  font-size: 1.35rem;
  font-weight: 700;
}

.product-spotlight__mockup-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: rgba(255, 249, 251, 0.82);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 36px rgba(90, 26, 80, 0.16);
}

.product-spotlight__mockup-play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #ff5b83;
  transform: translate(-35%, -50%);
}

.product-spotlight__mockup-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(19, 12, 71, 0.72);
  color: #fff6fb;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-spotlight__mockup-footer {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.product-spotlight__mockup-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 247, 255, 0.14);
  color: #fff7fb;
  font-size: 0.82rem;
  font-weight: 700;
}

.product-spotlight--sloom .product-spotlight__card {
  --spotlight-text: #fff2a8;
  --spotlight-border: rgba(255, 242, 168, 0.24);
  --spotlight-border-soft: rgba(255, 230, 156, 0.16);
  --spotlight-bg:
    radial-gradient(circle at 18% 16%, rgba(255, 199, 93, 0.18), transparent 24%),
    radial-gradient(circle at 78% 74%, rgba(128, 244, 218, 0.16), transparent 24%),
    linear-gradient(135deg, #ff4f8d 0%, #ff7a39 44%, #6838ff 100%);
  --spotlight-shadow: 0 30px 72px rgba(100, 27, 94, 0.28);
  --spotlight-link-border: rgba(255, 245, 183, 0.34);
  --spotlight-link-bg: rgba(255, 244, 176, 0.16);
  --spotlight-link-bg-hover: rgba(255, 244, 176, 0.24);
}

.final-cta {
  padding: clamp(34px, 6vw, 96px) 6px 28px;
}

.final-cta__frame {
  position: relative;
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid rgba(40, 20, 255, 0.12);
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(46, 17, 255, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 14%),
    #efb2d2;
  box-shadow: 0 30px 70px rgba(120, 54, 92, 0.16);
}

.final-cta__frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(52, 20, 255, 0.12);
  border-radius: 24px;
  pointer-events: none;
}

.final-cta__eyebrow,
.final-cta__title,
.final-cta__copy,
.final-cta__embed {
  position: relative;
  z-index: 1;
}

.final-cta__eyebrow {
  margin: 0;
  color: #2208ff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.final-cta__title {
  margin: 8px 0 0;
  color: #2208ff;
  font-size: clamp(4.6rem, 14vw, 10rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.final-cta__copy {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(34, 8, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
}

.final-cta__embed {
  margin-top: 26px;
}

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #2208ff;
  color: #f8ef8f;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(54, 23, 175, 0.22);
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease,
    color 140ms ease;
}

.final-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 38px rgba(54, 23, 175, 0.26);
}

.open-letter__frame,
.letter-page__paper {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(80, 46, 26, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 240, 0.94)),
    #fffaf5;
  box-shadow:
    0 20px 44px rgba(95, 52, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.open-letter__frame::before,
.letter-page__paper::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(144, 96, 68, 0.1);
  border-radius: 22px;
  pointer-events: none;
}

.open-letter__intro,
.letter-page__paper > .open-letter__eyebrow,
.letter-page__paper > h1 {
  position: relative;
  z-index: 1;
}

.open-letter__eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.open-letter h1,
.open-letter h2,
.letter-page h1 {
  margin: 0;
  color: #2b160e;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.open-letter__body,
.letter-page__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: 24px;
  color: #433027;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.01em;
}

.open-letter__body p,
.letter-page__body p {
  margin: 0;
}

.open-letter__body a,
.letter-page__body a {
  color: #9d3f1f;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.page-shell--inner {
  width: min(1080px, calc(100% - 24px));
}

.letter-page {
  padding: 8px 6px 24px;
}

.open-letter--page {
  padding-top: 8px;
  padding-bottom: 24px;
}

.letter-page__paper {
  min-height: clamp(420px, 60vh, 700px);
}

.header-actions,
.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.theme-picker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(92, 55, 24, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.theme-picker select {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-transform: none;
  cursor: pointer;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin-top: 8px;
}

.detail-hero__copy {
  display: grid;
  gap: 16px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.detail-hero h1 {
  margin: 0;
  font-family: "DM Serif Display", "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.detail-hero__body {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.68;
}

.detail-hero__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.detail-hero__art {
  margin: 0;
  display: grid;
  place-items: center;
}

.detail-hero__image {
  display: block;
  width: min(100%, 540px);
  max-height: 560px;
  object-fit: contain;
}

.detail-panel,
.detail-card {
  padding: 24px;
  border: 1px solid rgba(80, 46, 26, 0.12);
  border-radius: 28px;
  background: rgba(255, 251, 246, 0.88);
  box-shadow: 0 16px 36px rgba(95, 52, 29, 0.08);
}

.detail-panel {
  align-self: end;
}

.detail-panel__label {
  margin: 0 0 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.detail-panel p:last-child,
.detail-card p,
.detail-card ul {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

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

.detail-card h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.detail-card ul {
  padding-left: 18px;
}

[data-theme="purple"] {
  --bg: #f4ecff;
  --bg-bottom: #efe3ff;
  --ink: #23142e;
  --muted: #6b577a;
  --line: rgba(63, 38, 92, 0.12);
  --surface: rgba(255, 255, 255, 0.72);
  --accent: #7a4dd8;
  --hero-bg: #7b59ff;
  --hero-ink: #f2d7ff;
  --shadow: 0 24px 60px rgba(64, 41, 104, 0.14);
}

.pixel-hero__intro {
  display: block;
  padding: 26px 6px 0;
}

.pixel-hero__copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.pixel-kicker {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.pixel-hero__lede {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .pixel-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  .pixel-hero__computer-stage {
    width: min(100%, 760px);
  }

  .pixel-hero__screen-controls {
    right: 14px;
    bottom: 12px;
  }

  .pixel-hero__tagline {
    font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 16px, 1280px);
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2px;
  }

  .site-header__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .music-player {
    width: 100%;
    border-radius: 22px;
  }

  .music-player__audio {
    width: 100%;
  }

  .pixel-hero__stage {
    min-height: auto;
    padding: 18px;
    border-radius: 26px;
  }

  .pixel-hero__stage::before {
    inset: 10px;
    border-radius: 18px;
  }

  .pixel-hero__content {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 26px 8px 14px;
  }

  .pixel-hero__computer-model {
    height: clamp(420px, 86vw, 620px);
  }

  .pixel-hero__screen-controls {
    align-items: flex-end;
  }

  .pixel-hero__computer-wrap {
    justify-self: stretch;
  }

  .pixel-hero__computer-stage {
    width: min(100%, 620px);
  }

  .pixel-hero__tagline {
    width: 100%;
    max-width: 16ch;
    font-size: clamp(2.2rem, 9vw, 3.4rem);
    line-height: 0.98;
  }

  .pixel-hero__lede {
    max-width: 14ch;
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .theme-picker {
    width: 100%;
    justify-content: space-between;
    border-radius: 22px;
  }

  .detail-hero,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .open-letter {
    padding-inline: 2px;
  }

  .open-letter__frame,
  .letter-page__paper {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .statement-section {
    padding-inline: 2px;
  }

  .product-spotlight {
    padding-inline: 2px;
  }

  .final-cta {
    padding-inline: 2px;
  }

  .product-spotlight__card {
    min-height: 0;
    padding: 18px;
    border-radius: 24px;
  }

  .product-spotlight__card::before {
    inset: 10px;
    border-radius: 16px;
  }

  .final-cta__frame {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .final-cta__frame::before {
    inset: 10px;
    border-radius: 16px;
  }

  .statement-section__headline {
    max-width: 10ch;
    font-size: clamp(2.7rem, 12vw, 4.6rem);
    line-height: 0.92;
  }

  .product-spotlight__title-layer,
  .product-spotlight__detail-layer {
    position: relative;
    inset: auto;
    padding: 14px;
  }

  .product-spotlight__title-layer {
    min-height: 220px;
  }

  .product-spotlight__title {
    font-size: clamp(3rem, 18vw, 5.8rem);
  }

  .final-cta__eyebrow {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .final-cta__title {
    font-size: clamp(3.2rem, 16vw, 5.8rem);
    line-height: 0.88;
  }

  .product-spotlight__detail-layer {
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-top: 8px;
    opacity: 1;
    transform: none;
  }

  .product-spotlight__card:hover .product-spotlight__title-layer,
  .product-spotlight__card:focus-visible .product-spotlight__title-layer,
  .product-spotlight__card:focus-within .product-spotlight__title-layer {
    opacity: 1;
    transform: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  .pixel-hero__tagline {
    text-wrap: pretty;
  }
}
