/* =========================================================
   Watch Hub + Video Pages + /links
   Mobile-first. Sage / cream / stone / forest palette.
   ========================================================= */

/* ── Variables ── */
:root {
  --wk-sage: #7A9E7E;
  --wk-sage-dark: #4E7255;
  --wk-cream: #F5F0E8;
  --wk-stone: #C9BFA8;
  --wk-terra: #B5714A;
  --wk-charcoal: #2C2926;
  --wk-warm-gray: #7A7067;
  --wk-white: #FDFBF7;
  --wk-forest: #2D3E33;
  --wk-gold: #C4A84B;
  --wk-font-display: 'Cormorant Garamond', Georgia, serif;
  --wk-font-body: 'DM Sans', system-ui, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.watch-body {
  background: var(--wk-cream);
  color: var(--wk-charcoal);
  font-family: var(--wk-font-body);
  font-weight: 300;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* ══════════════════════════════════════════
   WATCH HUB — /watch
════════════════════════════════════════════ */

/* ── Hero ── */
.watch-hero {
  background: var(--wk-forest);
  padding: 3rem 1.5rem 3.5rem;
  text-align: center;
}
.watch-hero-inner { max-width: 580px; margin: 0 auto; }
.watch-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wk-stone);
  margin-bottom: 1rem;
}
.watch-hero-title {
  font-family: var(--wk-font-display);
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  font-weight: 500;
  color: var(--wk-cream);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.watch-hero-sub {
  color: rgba(243,238,231,0.65);
  font-size: 1rem;
  font-weight: 300;
  max-width: 420px;
  margin: 0 auto 2rem;
}
.watch-hero-btns { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.watch-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  font-size: 0.8rem;
  font-family: var(--wk-font-body);
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: 2px;
  text-decoration: none;
  background: var(--wk-cream);
  color: var(--wk-forest);
  transition: opacity 0.2s;
}
.watch-btn:hover { opacity: 0.85; }
.watch-btn-primary { background: var(--wk-sage); color: #fff; }
.watch-btn-ghost { background: transparent; color: rgba(243,238,231,0.7); border: 1px solid rgba(243,238,231,0.25); }

/* ── Main ── */
.watch-main { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Section ── */
.watch-section { padding: 3rem 0; border-bottom: 1px solid #E8E2D6; }
.watch-section:last-of-type { border-bottom: none; }
.watch-section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--wk-warm-gray);
  text-transform: uppercase;
}
.watch-pillar-tag {
  display: inline-block;
  background: var(--wk-forest);
  color: var(--wk-cream);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
}

/* ── Grid ── */
.watch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

/* ── Card ── */
.watch-card {
  display: block;
  background: var(--wk-white);
  border: 1px solid #E8E2D6;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--wk-charcoal);
  transition: transform 0.2s, box-shadow 0.2s;
}
.watch-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(45,41,39,0.08);
}
.watch-card-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #EAE6DE;
}
.watch-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch-card-img-placeholder {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #D9D2C5 0%, #C5BDB2 100%);
}
.watch-card-body { padding: 1rem 1.1rem 1.25rem; }
.watch-card-pillar {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wk-sage-dark);
  margin-bottom: 0.6rem;
}
.watch-card-hook {
  font-family: var(--wk-font-display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--wk-charcoal);
  margin-bottom: 0.5rem;
}
.watch-card-product {
  font-size: 0.8rem;
  color: var(--wk-warm-gray);
  margin-bottom: 0.75rem;
}
.watch-card-shop {
  font-size: 0.72rem;
  color: var(--wk-terra);
  letter-spacing: 0.04em;
  font-weight: 400;
}

/* ── Email capture strip (hub) ── */
.watch-capture {
  padding: 3rem 0;
  border-top: 1px solid #E8E2D6;
  margin-top: 2rem;
}
.watch-capture-inner { max-width: 480px; margin: 0 auto; text-align: center; }
.watch-capture-heading {
  font-family: var(--wk-font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--wk-charcoal);
  margin-bottom: 0.5rem;
}
.watch-capture-sub { font-size: 0.9rem; color: var(--wk-warm-gray); margin-bottom: 1.5rem; }
.watch-capture-form { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }
.watch-email-input {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--wk-stone);
  border-radius: 3px;
  font-family: var(--wk-font-body);
  font-size: 0.9rem;
  background: var(--wk-white);
  color: var(--wk-charcoal);
  outline: none;
  transition: border-color 0.2s;
}
.watch-email-input:focus { border-color: var(--wk-sage); }
.watch-email-btn {
  padding: 0.75rem 1.5rem;
  background: var(--wk-forest);
  color: var(--wk-cream);
  border: none;
  border-radius: 3px;
  font-family: var(--wk-font-body);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.watch-email-btn:hover:not(:disabled) { background: #3D5244; }
.watch-email-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.watch-capture-success {
  font-size: 0.9rem;
  color: var(--wk-sage-dark);
  font-weight: 400;
  margin-top: 1rem;
}
.watch-capture-disclaimer {
  font-size: 0.72rem;
  color: var(--wk-warm-gray);
  margin-top: 0.75rem;
}

/* ── Footer (hub) ── */
.watch-footer {
  background: var(--wk-forest);
  padding: 2rem 1.5rem;
  text-align: center;
  margin-top: 2rem;
}
.watch-footer-brand {
  font-family: var(--wk-font-display);
  font-size: 1.1rem;
  color: var(--wk-cream);
  margin-bottom: 1rem;
}
.watch-footer-nav { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.watch-footer-nav a {
  font-size: 0.78rem;
  color: rgba(243,238,231,0.6);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.watch-footer-nav a:hover { color: var(--wk-cream); }

/* ══════════════════════════════════════════
   WATCH ITEM — /watch/:slug
════════════════════════════════════════════ */

.watch-item-body { background: var(--wk-white); }

.watch-item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #EAE6DE;
}
.watch-item-back {
  font-size: 0.82rem;
  color: var(--wk-terra);
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.watch-item-back:hover { text-decoration: underline; }

.watch-item-main { max-width: 720px; margin: 0 auto; padding: 0 1.5rem 3rem; }

.watch-item-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 2rem;
}
.watch-item-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #EAE6DE;
  border-radius: 4px 4px 0 0;
}
.watch-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch-item-hero-body { padding: 1.75rem 0 0; }
.watch-item-title {
  font-family: var(--wk-font-display);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 500;
  color: var(--wk-charcoal);
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.watch-item-product-name {
  font-size: 0.85rem;
  color: var(--wk-warm-gray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
.watch-item-price {
  font-family: var(--wk-font-display);
  font-size: 1.2rem;
  color: var(--wk-terra);
  font-weight: 500;
}

/* Brand copy */
.watch-item-copy {
  border-left: 3px solid var(--wk-sage);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.watch-item-body-text {
  font-family: var(--wk-font-display);
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--wk-charcoal);
  font-weight: 400;
}

/* CTA */
.watch-item-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.watch-cta-btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--wk-terra);
  color: #fff;
  font-family: var(--wk-font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.watch-cta-btn:hover { background: #9A5F3A; }
.watch-cta-btn-secondary { background: var(--wk-forest); }
.watch-cta-btn-secondary:hover { background: #3D5244; }
.watch-cta-price {
  font-family: var(--wk-font-display);
  font-size: 1.1rem;
  color: var(--wk-warm-gray);
}

/* Email capture (item page) */
.watch-item-capture {
  background: var(--wk-cream);
  border: 1px solid #E8E2D6;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.watch-item-capture-inner { max-width: 420px; margin: 0 auto; text-align: center; }

/* Related products */
.watch-related { margin-bottom: 2rem; }
.watch-related-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wk-warm-gray);
  margin-bottom: 1.25rem;
}
.watch-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}
.watch-related-card {
  display: block;
  text-decoration: none;
  color: var(--wk-charcoal);
  border: 1px solid #E8E2D6;
  border-radius: 4px;
  overflow: hidden;
  background: var(--wk-white);
  transition: box-shadow 0.2s;
}
.watch-related-card:hover { box-shadow: 0 4px 16px rgba(45,41,39,0.08); }
.watch-related-img-wrap { aspect-ratio: 1/1; overflow: hidden; background: #EAE6DE; }
.watch-related-img { width: 100%; height: 100%; object-fit: cover; }
.watch-related-body { padding: 0.75rem; }
.watch-related-title {
  font-family: var(--wk-font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--wk-charcoal);
  margin-bottom: 0.3rem;
}
.watch-related-price { font-size: 0.8rem; color: var(--wk-warm-gray); }

/* ══════════════════════════════════════════
   /LINKS — Linktree bio page
════════════════════════════════════════════ */

.links-body { background: #0E1210; /* very dark forest */ }

.links-header {
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
}
.links-wordmark {
  font-family: var(--wk-font-display);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--wk-cream);
  margin-bottom: 0.4rem;
}
.links-handle {
  font-size: 0.8rem;
  color: var(--wk-sage);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.links-tagline {
  font-size: 0.85rem;
  color: rgba(243,238,231,0.5);
  font-style: italic;
}

.links-main { max-width: 480px; margin: 0 auto; padding: 1rem 1rem 2rem; }

.links-section { margin-bottom: 1.75rem; }
.links-section-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(243,238,231,0.3);
  margin-bottom: 0.6rem;
  text-align: center;
}

/* Button base */
.links-btn {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  color: var(--wk-cream);
  font-family: var(--wk-font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.6rem;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
}
.links-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}
.links-btn-primary {
  background: var(--wk-terra);
  border-color: var(--wk-terra);
  font-weight: 500;
  font-size: 0.95rem;
}
.links-btn-primary:hover { background: #9A5F3A; border-color: #9A5F3A; }

.links-btn-guide { border-color: var(--wk-gold); color: var(--wk-gold); }
.links-btn-guide:hover { background: rgba(196,168,75,0.1); }

.links-btn-newsletter { border-color: var(--wk-sage); color: var(--wk-sage); }
.links-btn-newsletter:hover { background: rgba(122,158,126,0.1); }

/* Pillar buttons — colored left border accent */
.links-btn-pillar-faith { border-left: 3px solid #9A7BB5; }
.links-btn-pillar-health { border-left: 3px solid #5A9E7E; }
.links-btn-pillar-serenity { border-left: 3px solid #6B8EB5; }
.links-btn-pillar-intent { border-left: 3px solid #C4A84B; }

.links-footer { text-align: center; padding: 1rem; }
.links-built { font-size: 0.7rem; color: rgba(243,238,231,0.2); letter-spacing: 0.06em; }

/* ══════════════════════════════════════════
   SHOT GRID — /watch/:slug visual panels
════════════════════════════════════════════ */

/* Looping warm-light slow-zoom + fade keyframes */
@keyframes shotFadeZoom {
  0%   { opacity: 0.55; transform: scale(1); }
  50%  { opacity: 1;    transform: scale(1.04); }
  100% { opacity: 0.55; transform: scale(1); }
}

@keyframes shotSlideIn {
  0%   { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

.watch-shot-grid {
  margin: 2rem 0 2.5rem;
}
.watch-shot-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wk-warm-gray);
  margin-bottom: 1rem;
}
.watch-shot-count { color: var(--wk-terra); }

.watch-shot-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 140px);
  gap: 0.5rem;
}

.watch-shot-panel {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: var(--shot-bg, linear-gradient(135deg, #D4A97E 0%, #E8C99A 100%));
  /* Slow looping zoom — each panel offset by --shot-delay */
  animation: shotFadeZoom 6s ease-in-out infinite;
  animation-delay: var(--shot-delay, 0s);
  cursor: default;
}

/* First panel slightly larger — visual anchor */
.watch-shot-panel:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.watch-shot-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.85rem;
  background: linear-gradient(to top, rgba(28,22,18,0.55) 0%, transparent 60%);
  animation: shotSlideIn 0.6s ease-out both;
  animation-delay: calc(var(--shot-delay, 0s) + 0.1s);
}

.watch-shot-num {
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: rgba(243,238,231,0.5);
  font-family: var(--wk-font-body);
  margin-bottom: 0.3rem;
  display: block;
}

.watch-shot-text {
  font-family: var(--wk-font-display);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(243,238,231,0.95);
  margin: 0;
}

/* Script body copy */
.watch-item-script {
  border-top: 1px solid #E8E2D6;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.watch-script-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wk-warm-gray);
  margin-bottom: 1.25rem;
}
.watch-script-body {
  border-left: 3px solid var(--wk-sage);
  padding-left: 1.5rem;
}
.watch-script-body p {
  font-family: var(--wk-font-display);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--wk-charcoal);
  margin: 0 0 1.1rem;
}
.watch-script-body p:last-child { margin-bottom: 0; }

/* Quiz secondary CTA (item page) */
.watch-quiz-secondary {
  border: 1px solid #E8E2D6;
  border-radius: 3px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.watch-quiz-secondary-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--wk-forest);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}
.watch-quiz-secondary-link:hover { text-decoration: underline; }
.watch-quiz-secondary-sub {
  font-size: 0.78rem;
  color: var(--wk-warm-gray);
  margin: 0;
}

/* Primary CTA copy change */
.watch-cta-primary { background: var(--wk-terra); }
.watch-cta-primary:hover { background: #9A5F3A; }

/* Quiz CTA block on hub page */
.watch-quiz-cta {
  background: var(--wk-forest);
  padding: 3rem 1.5rem;
  margin-top: 3rem;
}
.watch-quiz-cta-inner { max-width: 540px; margin: 0 auto; text-align: center; }
.watch-quiz-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wk-stone);
  margin-bottom: 0.75rem;
}
.watch-quiz-heading {
  font-family: var(--wk-font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 500;
  color: var(--wk-cream);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.watch-quiz-body {
  font-size: 0.95rem;
  color: rgba(243,238,231,0.65);
  margin-bottom: 1.75rem;
  line-height: 1.6;
}
.watch-quiz-btn {
  display: inline-block;
  padding: 0.85rem 2.25rem;
  background: var(--wk-cream);
  color: var(--wk-forest);
  font-family: var(--wk-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.watch-quiz-btn:hover { opacity: 0.88; }

/* ── Responsive ── */
@media (min-width: 768px) {
  .watch-grid { grid-template-columns: repeat(3, 1fr); }
  .watch-item-hero { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .watch-item-img-wrap { border-radius: 4px; }
  .watch-item-hero-body { padding: 0; }
}

@media (max-width: 480px) {
  .watch-capture-form { flex-direction: column; }
  .watch-email-input { min-width: unset; }
  .watch-item-cta { flex-direction: column; }
  .watch-item-cta .watch-cta-btn { text-align: center; }
  .watch-shot-panels {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 110px);
  }
  .watch-shot-panel:first-child { grid-column: 1 / 2; grid-row: 1 / 2; }
}

/* /shop/:slug wiring — product name link, detail CTA, related card */
.watch-item-product-name-link { text-decoration: none; color: inherit; display: block; }
.watch-item-product-name-link:hover .watch-item-product-name { color: var(--wk-terra); }
.watch-cta-row { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.watch-cta-details {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  background: var(--wk-linen, #F5F0E8);
  color: var(--wk-charcoal, #2D3E33);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
}
.watch-cta-details:hover { background: #EDE8E0; }
.watch-related-card { display: flex; flex-direction: column; }
.watch-related-card-inner { display: block; text-decoration: none; color: inherit; flex: 1; }
.watch-related-card-inner:hover .watch-related-title { color: var(--wk-terra, #B86A4B); }
.watch-related-shop-link {
  display: block;
  text-align: center;
  padding: 0.45rem 0.75rem;
  background: var(--wk-forest, #2D3E33);
  color: #F5F0E8;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s;
}
.watch-related-shop-link:hover { background: #3D5444; }