/* ============================================================
 * Tower Speakers · components.css
 * Hero, content cards, product boxes, kit cards, eeat, faq, news.
 * ============================================================ */

/* ============================================================
 * HERO
 * ============================================================ */
.tsp-hero { position: relative; padding: 100px 0 80px; overflow: hidden; isolation: isolate; }
.tsp-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.30; z-index: -2; }
.tsp-hero__layers { position: absolute; inset: 0; z-index: -1; }
.tsp-hero__sky, .tsp-hero__aurora, .tsp-hero__ridges-far, .tsp-hero__ridges-mid, .tsp-hero__ridges-near { position: absolute; inset: auto 0 0 0; width: 100%; }
.tsp-hero__sky { top: 0; bottom: 0; height: 100%; }
.tsp-hero__aurora { bottom: 30%; height: 60%; opacity: 0.65; mix-blend-mode: screen; transform: translateZ(0); animation: tsp-aurora 20s linear infinite alternate; }
@keyframes tsp-aurora { 0%{transform:translateY(0);}100%{transform:translateY(-30px);} }
.tsp-hero__ridges-far  { bottom: 0; height: 50%; opacity: 0.95; }
.tsp-hero__ridges-mid  { bottom: 0; height: 42%; }
.tsp-hero__ridges-near { bottom: 0; height: 36%; }

.tsp-hero__bars { position: absolute; bottom: 26%; left: 0; right: 0; display: flex; align-items: flex-end; gap: 4px; padding: 0 6%; height: 14%; opacity: 0.30; pointer-events: none; }
.tsp-hero__bars span { flex: 1; background: linear-gradient(180deg, var(--tsp-c-primary), transparent); border-radius: 2px 2px 0 0; min-height: 8%; animation: tsp-eq 1.4s ease-in-out infinite; }
.tsp-hero__bars span:nth-child(2n) { animation-delay: -0.3s; }
.tsp-hero__bars span:nth-child(3n) { animation-delay: -0.6s; }
.tsp-hero__bars span:nth-child(4n) { animation-delay: -0.9s; }
@keyframes tsp-eq { 0%,100%{height:20%;}50%{height:90%;} }

.tsp-hero__inner { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.tsp-hero__title { color: #fff; font-size: clamp(2.6rem, 5vw, 4.4rem); margin: 16px 0 14px; }
.tsp-hero__sub { color: var(--tsp-c-ink-2); font-size: 18px; max-width: 560px; }
.tsp-hero__ctas { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin: 20px 0 26px; }
.tsp-hero__chips { display: flex; gap: 10px; flex-wrap: wrap; }

.tsp-hero__card { padding: 28px; background: rgba(15,17,24,0.72); }
.tsp-hero__card-h { margin-bottom: 18px; }
.tsp-hero__card-title { color: #fff; margin: 8px 0 6px; }
.tsp-hero__card-tag  { color: var(--tsp-c-ink-2); font-size: 14px; }
.tsp-hero__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 0 20px; padding: 0; }
.tsp-hero__stats div { padding: 10px 12px; background: rgba(255,255,255,0.04); border-radius: 10px; border: 1px solid var(--tsp-c-line); }
.tsp-hero__stats dt { font-size: 11px; color: var(--tsp-c-ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin: 0; }
.tsp-hero__stats dd { margin: 4px 0 0; color: #fff; font-weight: 600; font-size: 16px; }
.tsp-hero__card-cta { display: flex; gap: 10px; }

.tsp-hero__ticker {
	position: absolute; left: 0; right: 0; bottom: 0;
	padding: 12px 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.30), rgba(0,0,0,0.65));
	border-top: 1px solid rgba(212,175,55,0.20);
	overflow: hidden; z-index: 3;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
	        mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.tsp-hero__ticker-track {
	display: inline-flex; gap: 0; align-items: center;
	white-space: nowrap; width: max-content;
	will-change: transform;
	animation: tsp-ticker 60s linear infinite;
}
.tsp-hero__ticker-item {
	display: inline-flex; align-items: center; gap: 10px;
	color: var(--tsp-c-ink); font-size: 13px;
	padding: 0 22px; flex-shrink: 0;
}
.tsp-hero__ticker-name { font-weight: 700; color: var(--tsp-c-primary); letter-spacing: 0.02em; }
.tsp-hero__ticker-metric { color: var(--tsp-c-ink-2); }
.tsp-hero__ticker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--tsp-c-primary); flex-shrink: 0; opacity: 0.55; box-shadow: 0 0 6px rgba(212,175,55,0.6); }
.tsp-hero__ticker:hover .tsp-hero__ticker-track,
.tsp-hero__ticker:focus-within .tsp-hero__ticker-track { animation-play-state: paused; }
@keyframes tsp-ticker { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

@media (max-width: 900px) {
	.tsp-hero { padding: 70px 0 60px; }
	.tsp-hero__inner { grid-template-columns: 1fr; gap: 30px; }
}

/* ============================================================
 * CONTINUE PLANNING
 * ============================================================ */
.tsp-continue { padding: 30px 0; }
.tsp-continue__card { padding: 28px; display: grid; gap: 18px; }
.tsp-continue__signals { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.tsp-continue__signals li { padding: 6px 12px; border-radius: 999px; background: rgba(212,175,55,0.10); color: var(--tsp-c-primary); font-size: 13px; font-weight: 500; }
.tsp-continue__progress { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.tsp-continue__bar { background: rgba(255,255,255,0.05); border-radius: 999px; height: 8px; overflow: hidden; }
.tsp-continue__bar-fill { height: 100%; width: 0; background: var(--tsp-grad-gold); transition: width .6s ease; box-shadow: 0 0 12px rgba(212,175,55,0.6); }
.tsp-continue__board { padding: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--tsp-c-line); border-radius: 12px; }
.tsp-continue__board ul { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tsp-continue__cta { display: flex; gap: 14px; align-items: center; }

/* ============================================================
 * QUICK START
 * ============================================================ */
.tsp-quick { padding: 60px 0 30px; }
.tsp-quick__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tsp-quick__card { width: 100%; padding: 26px; text-align: left; cursor: pointer; transition: transform .3s, box-shadow .3s, border-color .3s; border: 1px solid var(--tsp-glass-bd); }
.tsp-quick__card:hover { transform: translateY(-4px); box-shadow: var(--tsp-shadow-2); border-color: rgba(212,175,55,0.40); }
.tsp-quick__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(212,175,55,0.10); color: var(--tsp-c-primary); margin-bottom: 14px; }
.tsp-quick__label { display: block; font-family: var(--tsp-font-h); font-size: 1.2rem; color: var(--tsp-c-ink); margin-bottom: 4px; }
.tsp-quick__note { display: block; color: var(--tsp-c-ink-2); font-size: 14px; margin-bottom: 14px; }
.tsp-quick__cta { display: inline-flex; align-items: center; gap: 4px; color: var(--tsp-c-primary); font-size: 13px; font-weight: 600; }

@media (max-width: 900px) { .tsp-quick__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .tsp-quick__grid { grid-template-columns: 1fr; } }

/* ============================================================
 * EEAT
 * ============================================================ */
.tsp-eeat { padding: 60px 0; }
.tsp-eeat__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tsp-eeat__pillar { padding: 26px; transition: transform .3s; }
.tsp-eeat__pillar:hover { transform: translateY(-3px); }
.tsp-eeat__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--tsp-grad-gold); color: #0a0a0d; margin-bottom: 12px; }
.tsp-eeat__pillar h3 { color: var(--tsp-c-ink); }
.tsp-eeat__footer { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }

@media (max-width: 800px) { .tsp-eeat__grid { grid-template-columns: 1fr; } }

/* ============================================================
 * FAQ
 * ============================================================ */
.tsp-faq { padding: 60px 0; }
.tsp-faq__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.tsp-faq__item { overflow: hidden; }
.tsp-faq__item details { padding: 0; }
.tsp-faq__item summary { padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: var(--tsp-font-h); font-size: 1.08rem; color: var(--tsp-c-ink); list-style: none; }
.tsp-faq__item summary::-webkit-details-marker { display: none; }
.tsp-faq__chev { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(212,175,55,0.12); color: var(--tsp-c-primary); transition: transform .3s; }
.tsp-faq__item details[open] .tsp-faq__chev { transform: rotate(45deg); }
.tsp-faq__a { padding: 0 22px 22px; color: var(--tsp-c-ink-2); }

/* ============================================================
 * NEWSLETTER
 * ============================================================ */
.tsp-news { padding: 60px 0; }
.tsp-news__card { padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: rgba(15,17,24,0.78); position: relative; }
.tsp-news__perks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.tsp-news__perks li { color: var(--tsp-c-ink-2); display: flex; align-items: center; gap: 8px; font-size: 14px; }
.tsp-news__perks svg { color: var(--tsp-c-primary); }
.tsp-news__form { display: grid; gap: 12px; align-content: center; }
.tsp-news__form input { padding: 14px 18px; background: rgba(255,255,255,0.04); border: 1px solid var(--tsp-c-line); color: var(--tsp-c-ink); border-radius: 999px; font-size: 16px; }
.tsp-news__msg { font-size: 13px; color: var(--tsp-c-ink-2); margin: 0; min-height: 18px; }
.tsp-news__msg.is-error { color: var(--tsp-c-cta); }
.tsp-news__msg.is-success { color: #61c97e; }

@media (max-width: 800px) { .tsp-news__card { grid-template-columns: 1fr; padding: 26px; } }

/* ============================================================
 * CONTENT CARD
 * ============================================================ */
.tsp-card { background: rgba(255,255,255,0.03); border: 1px solid var(--tsp-c-line); border-radius: var(--tsp-radius); overflow: hidden; transition: all .3s; }
.tsp-card:hover { transform: translateY(-3px); border-color: rgba(212,175,55,0.30); box-shadow: var(--tsp-shadow-1); }
.tsp-card__thumb img { aspect-ratio: 16/10; object-fit: cover; transition: transform .5s; }
.tsp-card:hover .tsp-card__thumb img { transform: scale(1.05); }
.tsp-card__body { padding: 18px; }
.tsp-card__title { margin: 0 0 8px; font-size: 1.18rem; }
.tsp-card__title a { color: var(--tsp-c-ink); }
.tsp-card__title a:hover { color: var(--tsp-c-primary); }
.tsp-card__excerpt { color: var(--tsp-c-ink-2); font-size: 14px; margin-bottom: 12px; }
.tsp-card__meta { display: flex; gap: 12px; font-size: 12px; color: var(--tsp-c-ink-3); }

/* ============================================================
 * PRODUCT BOX
 * ============================================================ */
.tsp-pbox { padding: 22px; margin: 24px 0; }
.tsp-pbox__badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.tsp-pbox__head { display: grid; grid-template-columns: 200px 1fr; gap: 22px; align-items: start; }
.tsp-pbox__art { border-radius: 12px; overflow: hidden; background: var(--tsp-c-card-2); aspect-ratio: 4/3; }
.tsp-pbox__brand { display: inline-block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tsp-c-primary); margin-bottom: 4px; }
.tsp-pbox__name { margin: 0 0 8px; }
.tsp-pbox__rating { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--tsp-c-ink-2); margin-bottom: 8px; }
.tsp-pbox__summary { color: var(--tsp-c-ink-2); font-size: 15px; margin: 0; }
.tsp-pbox__specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 22px 0; padding: 0; }
.tsp-pbox__specs div { padding: 10px 12px; background: rgba(255,255,255,0.04); border: 1px solid var(--tsp-c-line); border-radius: 10px; }
.tsp-pbox__specs dt { display: flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tsp-c-ink-3); margin: 0; }
.tsp-pbox__specs dd { margin: 4px 0 0; color: var(--tsp-c-ink); font-weight: 500; font-size: 14px; }
.tsp-pbox__pc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 14px; background: rgba(0,0,0,0.20); border-radius: 12px; }
.tsp-pbox__pros, .tsp-pbox__cons { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: 14px; }
.tsp-pbox__pros li { color: var(--tsp-c-ink); }
.tsp-pbox__cons li { color: var(--tsp-c-ink-2); }
.tsp-pbox__pros svg { color: #61c97e; }
.tsp-pbox__cons svg { color: var(--tsp-c-cta); }
.tsp-pbox__cta { display: grid; gap: 10px; margin-top: 16px; }
.tsp-pbox--compact .tsp-pbox__head { grid-template-columns: 120px 1fr; }
.tsp-pbox--sticky { position: sticky; top: 90px; }
@media (max-width: 700px) { .tsp-pbox__head { grid-template-columns: 1fr; } .tsp-pbox__pc { grid-template-columns: 1fr; } }

/* ============================================================
 * COMPANION GRID + KIT INLINE
 * ============================================================ */
.tsp-companion { margin: 50px 0; }
.tsp-companion__h { margin-bottom: 18px; }
.tsp-pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tsp-pmini { padding: 12px; display: grid; gap: 10px; }
.tsp-pmini__art { border-radius: 10px; overflow: hidden; }
.tsp-pmini h4 { font-size: 1rem; margin: 0; }
.tsp-pmini p { font-size: 13px; margin: 0 0 8px; color: var(--tsp-c-ink-2); }
@media (max-width: 800px) { .tsp-pgrid { grid-template-columns: repeat(2, 1fr); } }

.tsp-kit-inline { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 0; overflow: hidden; margin: 26px 0; }
.tsp-kit-inline__art { display: grid; place-items: center; min-height: 180px; color: #0a0a0d; }
.tsp-kit-inline__body { padding: 22px 22px 22px 0; }
.tsp-kit-inline__body h3 { margin: 6px 0 8px; }
.tsp-kit-inline__body ul { list-style: none; padding: 0; margin: 12px 0; display: grid; gap: 6px; }
.tsp-kit-inline__body li { display: flex; align-items: center; gap: 8px; color: var(--tsp-c-ink); font-size: 14px; }
.tsp-kit-inline__body svg { color: #61c97e; }
@media (max-width: 700px) { .tsp-kit-inline { grid-template-columns: 1fr; } .tsp-kit-inline__body { padding: 0 22px 22px; } }

/* ============================================================
 * KEEP READING + INTERNAL LINKS
 * ============================================================ */
.tsp-keepreading { padding: 18px 22px; background: rgba(74,144,226,0.08); border: 1px solid rgba(74,144,226,0.20); border-radius: 12px; margin: 30px 0; }
.tsp-keepreading p { margin: 6px 0 0; color: var(--tsp-c-ink); }
.tsp-il { color: var(--tsp-c-accent); border-bottom: 1px solid currentColor; }

/* ============================================================
 * EDITOR PICKS · TODAY ON THE AUDIO
 * ============================================================ */
.tsp-picks { padding: 60px 0; }
.tsp-picks__marquee {
	padding: 10px 0; border-radius: 999px; border: 1px solid var(--tsp-c-line);
	background: rgba(255,255,255,0.03); overflow: hidden; margin: 0 0 24px;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
	        mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.tsp-picks__marquee-track {
	display: inline-flex; gap: 0; align-items: center;
	white-space: nowrap; width: max-content;
	will-change: transform; animation: tsp-ticker 60s linear infinite;
	color: var(--tsp-c-ink-2); font-size: 13px;
}
.tsp-picks__marquee-track > span { flex-shrink: 0; padding: 0 22px; position: relative; }
.tsp-picks__marquee-track > span + span::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--tsp-c-primary); opacity: 0.4; }
.tsp-picks__marquee-track strong { color: var(--tsp-c-primary); }
.tsp-picks__marquee:hover .tsp-picks__marquee-track,
.tsp-picks__marquee:focus-within .tsp-picks__marquee-track { animation-play-state: paused; }
/* Feature card on top — side-by-side art + body — auto-height, no empty space. */
.tsp-picks__feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; padding: 0; overflow: hidden; margin-bottom: 18px; }
.tsp-picks__art { min-height: 100%; overflow: hidden; }
.tsp-picks__art svg { width: 100%; height: 100%; min-height: 320px; display: block; }
.tsp-picks__feature-body { padding: 30px; display: grid; gap: 12px; align-content: center; }
.tsp-picks__feature-title { color: #fff; margin: 6px 0 4px; }
.tsp-picks__feature-tag { color: var(--tsp-c-ink-2); margin: 0; }
.tsp-picks__feature-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 6px 0; padding: 0; }
.tsp-picks__feature-stats div { padding: 10px 12px; background: rgba(255,255,255,0.04); border-radius: 8px; border: 1px solid var(--tsp-c-line); }
.tsp-picks__feature-stats dt { font-size: 11px; color: var(--tsp-c-ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin: 0; }
.tsp-picks__feature-stats dd { margin: 3px 0 0; color: #fff; font-weight: 600; font-size: 14px; }
.tsp-picks__feature-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 8px; }

/* Side cards row below the feature — equal height, fits content. */
.tsp-picks__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.tsp-picks__card { padding: 22px; }
.tsp-picks__card header { display: flex; align-items: center; gap: 8px; font-weight: 600; margin-bottom: 14px; color: var(--tsp-c-ink); }
.tsp-picks__card header svg { color: var(--tsp-c-primary); }
.tsp-picks__card ul, .tsp-picks__card ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.tsp-picks__alert-name { display: block; color: var(--tsp-c-ink); font-weight: 600; }
.tsp-picks__alert-spike { display: block; color: var(--tsp-c-cta); font-size: 12px; }
.tsp-picks__trending li { display: flex; align-items: center; gap: 10px; }
.tsp-rank { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: rgba(212,175,55,0.10); color: var(--tsp-c-primary); font-weight: 700; font-size: 13px; flex-shrink: 0; }
.tsp-rank--1 { background: var(--tsp-grad-gold); color: #0a0a0d; }
.tsp-picks__regions li { display: flex; justify-content: space-between; align-items: center; }
.tsp-picks__avatars { display: flex; margin-bottom: 14px; }
.tsp-picks__avatars span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 14px; margin-left: -8px; border: 2px solid var(--tsp-c-dark); }
.tsp-picks__avatars span:first-child { margin-left: 0; }
.tsp-picks__top4 li { display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 1100px) {
	.tsp-picks__feature { grid-template-columns: 1fr; }
	.tsp-picks__art svg { min-height: 220px; }
	.tsp-picks__row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.tsp-picks__feature-body { padding: 20px; }
	.tsp-picks__row { grid-template-columns: 1fr; }
}
