/* pickedco.com - grayish light discovery design (Pinterest-inspired) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #111111;
  --bg-soft: #1a1a1a;
  --bg-elevated: #1f1f1f;
  --bg-hover: #2b2b2b;
  --surface: #1f1f1f;
  --border: #2b2b2b;
  --border-strong: #3f3f3f;
  --text: #ffffff;
  --text-secondary: #a5a5a5;
  --text-muted: #767676;
  --accent: #e60023;
  --accent-hover: #c4001d;
  --accent-soft: rgba(230,0,35,0.18);
  --success: #008753;
  --success-soft: rgba(0,135,83,0.20);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-sm: 10px;
  --shadow: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-hover: 0 16px 40px -12px rgba(0,0,0,0.18);
  --font: 'Inter', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.5; }
a { color: var(--text); text-decoration: none; }
img { display: block; }

/* header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(17,17,17,0.88); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--border); }
.site-header .wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; height: 62px; display: flex; align-items: center; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 21px; letter-spacing: -0.04em; color: var(--text); white-space: nowrap; transition: transform .2s cubic-bezier(.34,1.56,.64,1); user-select: none; }
.logo:hover { transform: scale(1.03); }
.logo-mark { width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0; }
.logo-mark img { display: block; width: 44px; height: 44px; border-radius: 0; box-shadow: 0 4px 14px -2px rgba(230,0,35,.45); }
.logo-word { display: inline-flex; align-items: baseline; }
.logo-word .logo-co { font-style: normal; color: var(--accent); font-weight: 800; margin-left: 1px; }

.search { flex: 1; display: flex; align-items: center; max-width: 560px; margin: 0 auto; background: var(--bg-soft); border: 1px solid transparent; border-radius: 999px; height: 42px; padding: 0 16px; gap: 10px; color: var(--text-muted); transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.search:hover { background: #2b2b2b; border-color: var(--border); }
.search:focus-within { border-color: #3f3f3f; background: #2b2b2b; box-shadow: 0 0 0 3px rgba(0,0,0,.04); }
.search svg { flex-shrink: 0; }
.search input { flex: 1; border: none; background: transparent; outline: none; font-family: var(--font); font-size: 15px; color: var(--text); }
.search input::placeholder { color: var(--text-muted); }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a { padding: 8px 12px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--text-secondary); white-space: nowrap; transition: background .15s ease, color .15s ease; }
.nav-links a:hover { background: var(--bg-hover); color: var(--text); }
.nav-cta { padding: 9px 16px !important; background: var(--accent) !important; color: #fff !important; }
.nav-cta:hover { background: var(--accent-hover) !important; color: #fff !important; }
/* nav Deals - original color/shape (matches other links) but with a SUBTLE
   flashing/glow pulse so it draws the eye without competing with Subscribe.
   Flashes the accent color gently, not a full pill. */
.nav-deals {
  animation: deals-flash 2.2s ease-in-out infinite;
}
@keyframes deals-flash {
  0%, 100% { color: var(--text-secondary); text-shadow: 0 0 0 rgba(230,0,35,0); }
  50% { color: var(--accent); text-shadow: 0 0 8px rgba(230,0,35,.35); }
}
@media (max-width: 700px) {
  .search { display: none; }
  .nav-links a:not(.nav-cta):not(.nav-deals):not(.nav-gifts):not(.nav-saved) { display: none; }
  .site-header .wrap { gap: 8px; padding: 0 12px; height: 56px; }
  .logo { font-size: 18px; gap: 6px; }
  .logo-mark, .logo-mark img { width: 26px; height: 26px; }
  .nav-links { gap: 2px; }
  .nav-links a { padding: 7px 9px; font-size: 13px; }
  .nav-cta { padding: 8px 12px !important; }
}

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.section { padding: 28px 0 48px; }

/* hero */
.hero { text-align: center; padding: 44px 20px 8px; }
.hero h1 { font-size: clamp(28px, 4.5vw, 46px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 12px; line-height: 1.12; animation: rise .7s cubic-bezier(.22,.61,.36,1) both; }
.hero h1 .grad { background: linear-gradient(90deg, #ff4d5e, #e60023); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 16px; color: var(--text-secondary); max-width: 540px; margin: 0 auto; animation: rise .7s cubic-bezier(.22,.61,.36,1) .1s both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.hero-ctas .top-picks-btn { margin-top: 0; }
.guides-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 28px; border-radius: 999px; background: var(--accent); color: #fff !important; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .15s ease, transform .2s ease; }
.guides-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }
.guides-btn-lg { padding: 10px 78px; font-size: 19px; font-weight: 700;
  background: var(--bg-elevated); color: var(--text) !important;
  border: 1px solid var(--border); position: relative; overflow: hidden; }
.guides-btn-lg::before { content: ""; position: absolute;
  left: 15%; right: 15%; bottom: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px; opacity: .7;
  animation: guides-glow 1.6s ease-in-out infinite; }
.guides-btn-lg::after { content: ""; position: absolute;
  top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.06), transparent);
  transform: skewX(-20deg);
  animation: guides-sheen 2s ease-in-out infinite; }
.guides-btn-lg:hover { transform: translateY(-1px); border-color: var(--accent);
  color: var(--text) !important; }
@keyframes guides-glow {
  0%, 100% { opacity: .35; } 50% { opacity: .9; } }
@keyframes guides-sheen { 0% { left: -60%; } 60%, 100% { left: 130%; } }
.top-picks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--text) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid var(--border);
  box-shadow: 0 2px 14px -6px rgba(0,0,0,.4);
  position: relative;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.top-picks-btn::before { /* subtle accent underline glow */
  content: "";
  position: absolute;
  left: 15%; right: 15%; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
  opacity: .7;
  animation: top-picks-glow 2.6s ease-in-out infinite;
}
.top-picks-btn::after { /* soft sheen sweep */
  content: "";
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.06), transparent);
  transform: skewX(-20deg);
  animation: top-picks-sheen 3.2s ease-in-out infinite;
}
.top-picks-btn:hover {
  transform: translateY(-1px);
  border-color: var(--accent);
  box-shadow: 0 4px 22px -8px rgba(230,0,35,.35);
  color: var(--text) !important;
}
@keyframes top-picks-sheen { 0% { left: -60%; } 60%, 100% { left: 130%; } }
@keyframes top-picks-glow { 0%, 100% { opacity: .35; } 50% { opacity: .9; } }

.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 20px 0 4px; }
.chip { padding: 9px 16px; border-radius: 999px; background: var(--bg-elevated); border: 1px solid var(--border); font-size: 14px; font-weight: 600; color: var(--text-secondary); cursor: pointer; transition: all .2s ease; white-space: nowrap; position: relative; overflow: hidden; text-decoration: none; display: inline-flex; align-items: center; }
.chip:hover { background: var(--bg-hover); color: var(--text); }
.chip.active { background: var(--text); color: var(--bg); border-color: var(--text); }

/* grid: rows-first (left→right, then wrap) - like a clean product shelf */
.masonry { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 16px; padding: 16px 0; }

.pin { flex: 0 0 calc(25% - 12px); display: block; margin: 0; background: var(--surface); border-radius: var(--radius); overflow: hidden; cursor: pointer; position: relative; border: 1px solid var(--border); transition: box-shadow .22s cubic-bezier(.22,.61,.36,1), transform .22s cubic-bezier(.22,.61,.36,1), border-color .22s ease; }
@media (max-width: 1100px) { .pin { flex-basis: calc(33.333% - 11px); } }
@media (max-width: 760px) { .masonry { gap: 12px; } .pin { flex-basis: calc(50% - 6px); } }
@media (max-width: 480px) { .pin { flex-basis: calc(50% - 6px); } }
.pin:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px) scale(1.01); border-color: var(--border-strong); }
.pin:active { transform: translateY(-1px) scale(.99); }
.pin-media { position: relative; width: 100%; background: var(--bg-elevated); overflow: hidden; }
.pin-media img { width: 100%; height: auto; display: block; background: var(--bg-elevated); opacity: 0; transition: opacity .5s ease; }
.pin-media img.loaded { opacity: 1; }
.pin-video-badge { position: absolute; bottom: 10px; left: 10px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; display: grid; place-items: center; font-size: 11px; }
.pin-save { position: absolute; top: 10px; right: 10px; padding: 9px 14px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 700; border-radius: 999px; opacity: 0; transform: translateY(-4px); transition: opacity .18s ease, transform .25s cubic-bezier(.34,1.56,.64,1), background .15s ease; cursor: pointer; }
.pin:hover .pin-save { opacity: 1; transform: translateY(0); }
.pin-save:hover { background: var(--accent-hover); }
.pin-save.saved { background: #27272a; opacity: 1; }
.pin-save.pop { animation: pop .4s cubic-bezier(.34,1.56,.64,1); }
/* touch screens have no hover: Save is always visible */
@media (hover: none) { .pin-save { opacity: 1; transform: none; } }
@keyframes pop { 0% { transform: scale(.6); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }
.pin-body { padding: 10px 12px 13px; }
.pin-title { font-size: 14px; font-weight: 600; line-height: 1.35; margin: 0 0 6px; color: var(--text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pin-price { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; margin: 0; color: var(--text); }
.pin-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 12px; color: var(--text-muted); margin: 6px 0 0; }
.pin-meta .stars { color: #f59e0b; font-weight: 600; letter-spacing: 1px; }
.pin-proof { margin: 4px 0 0; font-size: 12px; font-weight: 600; color: var(--success); }
.badge { display: inline-block; padding: 3px 8px; border-radius: 6px; font-size: 11px; font-weight: 600; background: var(--bg-elevated); color: var(--text-muted); border: 1px solid var(--border); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: background .15s ease, transform .08s ease; font-family: var(--font); position: relative; overflow: hidden; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost { background: var(--bg-elevated); color: var(--text); border: 1px solid var(--border-strong); }
.btn-ghost:hover { background: var(--bg-hover); }

/* page head */
.page-head { padding: 32px 0 8px; }
.page-head h1 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 8px; }
.page-head .lead { font-size: 15px; color: var(--text-secondary); max-width: 640px; margin: 0; }
.cat-intro { font-size: 15px; color: var(--text-secondary); max-width: 720px; line-height: 1.6; margin: 12px auto 0; padding: 0 16px; }
.guide-copy { max-width: 720px; margin: 28px auto 0; padding: 0 16px; }
.guide-copy h2 { font-size: 20px; font-weight: 700; margin: 0 0 12px; }
.guide-copy p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin: 0 0 14px; }
.related-guides { max-width: 720px; margin: 28px auto 0; padding: 0 16px; }
.related-guides h2 { font-size: 20px; font-weight: 700; margin: 0 0 12px; }
.cat-guides-link { max-width: 720px; margin: 8px auto 0; padding: 0 16px; font-size: 14px; font-weight: 600; }
.cat-guides-link a { color: var(--accent); text-decoration: none; }

/* deal / product page */
.deal-page { padding: 28px 0 56px; }
.deal-header { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.deal-media { border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-elevated); border: 1px solid var(--border); }
.deal-media > img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.deal-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; }
.deal-img { display: block; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); }
.deal-thumb { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; cursor: zoom-in; transition: transform .2s ease, border-color .15s ease; }
.deal-thumb:hover { transform: scale(1.02); border-color: var(--accent); }
/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 18px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 28px; border: none; cursor: pointer; line-height: 1; }
.lightbox-nav button { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 64px; background: rgba(255,255,255,.1); color: #fff; font-size: 34px; border: none; cursor: pointer; border-radius: 10px; }
.lb-prev { left: 14px; }
.lb-next { right: 14px; }
.lightbox-nav button:hover { background: rgba(255,255,255,.22); }
.deal-description { margin-top: 28px; padding: 20px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.deal-description h2 { font-size: 18px; font-weight: 800; margin: 0 0 10px; }
.deal-description p { font-size: 15px; line-height: 1.65; color: var(--text-secondary); margin: 0; }
.deal-cat { margin: 0 0 8px; }
.deal-meta h1 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; line-height: 1.2; }
.deal-price { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; display: flex; align-items: baseline; gap: 10px; }
.deal-was { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 500; }
.deal-rating { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: var(--success-soft); color: var(--success); font-size: 13px; font-weight: 700; }
.deal-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.meta-pill { padding: 6px 12px; border-radius: 999px; background: var(--bg-elevated); border: 1px solid var(--border); font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.deal-actions { display: flex; gap: 12px; margin-top: 24px; }
.ftc { font-size: 12px; color: var(--text-muted); margin-top: 18px; line-height: 1.5; }
@media (max-width: 720px) { .deal-header { grid-template-columns: 1fr; } .deal-price { font-size: 26px; } }

/* shorts */
.shorts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; padding: 12px 0 24px; }
.short-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 9/16; background: #18181b; border: 1px solid var(--border); display: block; cursor: pointer; transition: box-shadow .22s cubic-bezier(.22,.61,.36,1), transform .22s cubic-bezier(.22,.61,.36,1); }
.short-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.short-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.short-overlay { position: absolute; inset: auto 0 0 0; padding: 40px 14px 14px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); pointer-events: none; }
.short-title { margin: 0 0 4px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.short-meta { margin: 0; color: rgba(255,255,255,.85); font-size: 12px; font-weight: 600; }

/* guides list */
.guide-list { list-style: none; margin: 16px 0 0; padding: 0; }
.guide-list li { margin-bottom: 8px; }
.guide-list a { display: block; padding: 14px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); font-weight: 600; transition: border-color .15s ease, box-shadow .15s ease; }
.guide-list a:hover { border-color: var(--border-strong); box-shadow: var(--shadow); }

/* true cost */
.cost-form { display: flex; gap: 12px; align-items: flex-end; margin: 16px 0; flex-wrap: wrap; }
.cost-form label { font-size: 14px; font-weight: 600; color: var(--text-secondary); }
.cost-form input { padding: 10px 14px; border: 1px solid var(--border-strong); border-radius: 10px; font-size: 15px; font-family: var(--font); }
.cost-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 20px 0; background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.cost-table th, .cost-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border); }
.cost-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); background: var(--bg-soft); }
.cost-table td strong { color: var(--accent); }
.note-list { color: var(--text-secondary); font-size: 13px; line-height: 1.6; padding-left: 18px; }

/* newsletter */
.newsletter { background: var(--bg-elevated); color: var(--text); padding: 48px 0; margin-top: 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.newsletter .nl-inner { text-align: center; max-width: 560px; }
.newsletter h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--text); }
.newsletter p { color: var(--text-secondary); font-size: 15px; margin: 0 0 20px; }
.nl-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.nl-form input { flex: 1; min-width: 220px; max-width: 320px; padding: 13px 18px; border-radius: 999px; border: 1px solid var(--border-strong); background: var(--bg); color: var(--text); font-size: 15px; font-family: var(--font); outline: none; }
.nl-form input:focus { border-color: var(--accent); }
.nl-form input::placeholder { color: var(--text-muted); }
.nl-note { font-size: 12px; color: var(--text-muted) !important; margin-top: 14px !important; }

/* footer */
.site-footer { padding: 28px 0; border-top: 1px solid var(--border); background: var(--bg-soft); }
.site-footer .wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer-logo { display: inline-block; line-height: 0; }
.footer-logo img { display: block; height: 48px; width: auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--text-secondary); font-size: 13px; font-weight: 500; }
.footer-links a:hover { color: var(--accent); }
.footer-note { color: var(--text-muted); font-size: 12px; margin: 0; }

/* animation */
@media (prefers-reduced-motion: reduce) { * { animation-duration: .001s !important; transition-duration: .001s !important; } .reveal { opacity: 1 !important; transform: none !important; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.pin.reveal { transition-delay: var(--d, 0ms); }
.img-shimmer { position: absolute; inset: 0; background: linear-gradient(100deg, #2b2b2b 30%, #3a3a3a 50%, #2b2b2b 70%); background-size: 200% 100%; animation: shimmer 1.4s linear infinite; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,.5); transform: scale(0); animation: ripple .55s ease-out; pointer-events: none; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--text); color: var(--bg); padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 10px 30px -6px rgba(0,0,0,.3); z-index: 999; opacity: 0; transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .35s ease; pointer-events: none; }
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.backtop { position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--text); color: var(--bg); border: none; cursor: pointer; display: grid; place-items: center; opacity: 0; transform: translateY(16px) scale(.8); transition: all .25s cubic-bezier(.22,.61,.36,1); z-index: 900; box-shadow: 0 8px 24px -6px rgba(0,0,0,.3); }
.backtop.show { opacity: 1; transform: none; }
.backtop:hover { background: var(--accent); }
.pin.hidden { display: none; }
.masonry.filtering .pin { animation: pinin .35s cubic-bezier(.22,.61,.36,1) both; }
@keyframes pinin { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: none; } }

.text-secondary { color: var(--text-secondary); }
.text-muted { color: var(--text-muted); }
.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; }
/* pickedco.com - newsletter checkmark overlay */

.nl-check-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.nl-check-overlay.show { opacity: 1; }
.nl-check-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--success);
  display: grid;
  place-items: center;
  box-shadow: 0 20px 50px -12px rgba(22,163,74,.55);
  animation: checkpop .5s cubic-bezier(.34,1.56,.64,1);
}
.nl-check-circle svg { width: 54px; height: 54px; }
.nl-check-circle path {
  stroke: #fff;
  stroke-width: 5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: drawcheck .4s .1s ease forwards;
}
.nl-check-msg {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
@keyframes drawcheck { to { stroke-dashoffset: 0; } }
@keyframes checkpop { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }
/* pickedco.com - nav slide-down subscribe + minor pin hover animation */
/* nav subscribe dropdown */
.nav-subscribe { position: relative; }
.sub-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 300px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-hover);
  padding: 12px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .24s ease, transform .3s cubic-bezier(.22,.61,.36,1);
}
.sub-panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sub-panel-form { display: flex; align-items: center; gap: 8px; }
.sub-panel-form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 16px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 14px;
  font-family: var(--font);
  outline: none;
  background: var(--bg);
  color: var(--text);
}
.sub-panel-form input:focus { border-color: var(--accent); }
.sub-panel-form button {
  flex-shrink: 0;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

/* minor pin hover animation: image subtle zoom */
.pin-media { overflow: hidden; }
.pin-media img { transition: opacity .5s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
.pin:hover .pin-media img { transform: scale(1.06); }
/* pickedco.com - video player: centered play button + enlarge-on-play */

.deal-video-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 16px auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  border: 1px solid var(--border);
  transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease, z-index .4s;
}
.deal-video {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  background: #000;
}
/* centered play button */
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(230,0,35,0.94);
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 34px -4px rgba(230,0,35,0.65);
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), background .22s ease;
  z-index: 2;
}
.video-play svg { width: 34px; height: 34px; display: block; margin-left: 3px; }
.video-play:hover { background: #e60023; transform: scale(1.14); }

/* when playing: enlarge frame, hide play button, show native controls */
.deal-video-wrap.playing {
  transform: scale(1.12);
  box-shadow: 0 24px 60px -12px rgba(0,0,0,0.6);
  z-index: 20;
}
.deal-video-wrap.playing .video-play { opacity: 0; pointer-events: none; }
.deal-video-wrap.playing .deal-video { cursor: pointer; }

/* dim the poster slightly so the play button reads clearly */
.deal-video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.deal-video-wrap.playing::after { opacity: 0; }

/* AliExpress partner badge (disclosure page): text wordmark in brand orange */
.ae-badge { display: inline-flex; align-items: baseline; gap: 10px; background: #1a1a1a; border: 1px solid var(--border); border-radius: 12px; padding: 12px 18px; margin: 6px 0 14px; }
.ae-word { font-size: 26px; font-weight: 800; font-style: italic; letter-spacing: -0.5px; color: #e62e04; }
.ae-sub { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-secondary); }

/* discount badge on pins with a real price drop */
.pin-media { position: relative; }
.deal-badge { position: absolute; top: 8px; left: 8px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 8px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.45); z-index: 2; }
.pin-was { text-decoration: line-through; opacity: .55; font-size: 12px; margin-left: 6px; }

#tt-dialog { margin-top: 18px; padding: 22px 24px; border: 1px solid var(--border);
  border-radius: 14px; background: var(--bg-elevated); max-width: 520px; }
#tt-dialog h3 { margin: 0 0 14px; font-size: 19px; }
#tt-dialog label { display: flex; align-items: center; gap: 10px;
  margin: 10px 0; font-size: 14.5px; cursor: pointer; }
#tt-dialog select { margin-left: 8px; padding: 8px 12px; border-radius: 8px;
  border: 1px solid var(--border); background: var(--bg); color: var(--text);
  font-size: 14px; }
#tt-dialog input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--accent); }
#tt-dialog .btn { margin-top: 12px; }
#tt-status { margin-top: 12px; font-size: 14px; min-height: 20px; }

/* ---- Viral Finds showcase (home hero strip) ---- */
.viral-showcase { padding: 4px 0 2px; }
.viral-head { text-align: center; padding: 14px 20px 6px; }
.viral-head h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.viral-head h2 .grad { background: linear-gradient(90deg, #ff4d5e, #e60023); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.viral-head .lead { font-size: 15px; color: var(--text-secondary); max-width: 660px; margin: 0 auto 14px; }
.viral-strip { display: flex; gap: 16px; overflow-x: auto; padding: 10px 20px 18px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.viral-strip .pin { flex: 0 0 240px; min-width: 240px; scroll-snap-align: start; }
@media (max-width: 760px) { .viral-strip .pin { flex: 0 0 200px; min-width: 200px; } }
