/* ============================================================
   CouVibe Studios — Brand Summit promo kit
   A share-ready asset pack rendered in the CouVibe house style.
   Relies on the design tokens, nav, footer and buttons defined in
   styles.css; this file only adds the kit + poster components.
   The poster cards keep an editorial dark look, but built entirely
   from the site's ink + clay/dune palette — no off-brand colours.
   ============================================================ */

/* ---------- intro ---------- */
.kit { padding-bottom: clamp(3rem, 7vh, 5rem); }
.kit__intro {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vh, 5rem) clamp(1.2rem, 4vw, 3rem) 0;
  text-align: center;
}
.kit__title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  margin: 0 0 1.1rem;
}
.kit__sub {
  max-width: 40rem;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* ---------- urgency banner ---------- */
.kit-urgency {
  max-width: 760px;
  margin: clamp(1.6rem, 4vh, 2.4rem) auto 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-left: 3px solid var(--clay);
  border-radius: var(--r);
  padding: 1rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.kit-urgency__text { margin: 0; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.5; }
.kit-urgency__text strong { color: var(--ink); font-weight: 600; }
.kit-urgency__badge {
  flex-shrink: 0;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--clay-lt);
  border-radius: 100px;
}

/* ---------- tabs ---------- */
.kit-tabs {
  display: flex;
  gap: 0.5rem;
  max-width: 760px;
  margin: 1.6rem auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
.kit-tab {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.kit-tab:hover { border-color: var(--clay); color: var(--ink); }
.kit-tab.is-active { background: var(--ink); border-color: var(--ink); color: var(--ivory); }

/* ---------- panels ---------- */
.kit-panel {
  max-width: 760px;
  margin: 2rem auto 0;
  flex-direction: column;
  gap: 1.4rem;
}
.kit-panel { display: none; }
.kit-panel.is-active { display: flex; }

/* ---------- copy blocks (social + all copy) ---------- */
.kit-copyblock {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: box-shadow 0.4s var(--ease);
}
.kit-copyblock:hover { box-shadow: 0 28px 50px -34px rgba(43, 39, 36, 0.4); }
.kit-copyblock__head {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.kit-copyblock__label {
  flex: 1;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 500;
}
.kit-copyblock__time {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage);
  padding: 2px 8px;
  border-radius: 100px;
  white-space: nowrap;
}
.kit-copy-btn {
  background: var(--ink);
  color: var(--ivory);
  border: 1px solid var(--ink);
  font-family: "Jost", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.kit-copy-btn:hover { background: #3a352f; }
.kit-copy-btn.is-done { background: var(--sage); border-color: var(--sage); }
.kit-copyblock__body {
  padding: 1.25rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.kit-copyblock__note {
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay-lt);
  padding: 0.6rem 1.25rem;
  border-top: 1px solid var(--line-soft);
}

/* ---------- visual-asset card wrap ---------- */
.kit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.kit-card__label {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}
.kit-save-btn {
  background: var(--ink);
  color: var(--ivory);
  border: 1px solid var(--ink);
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 1.6rem;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.kit-save-btn:hover { transform: translateY(-2px); background: #3a352f; }
.kit-save-btn.is-saved { background: var(--sage); border-color: var(--sage); }

/* ============================================================
   POSTER CARDS — dark editorial, drawn from the site palette
   ============================================================ */
.poster {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--ink);
  color: var(--ivory);
  border-radius: var(--r);
  box-shadow: 0 30px 80px -34px rgba(43, 39, 36, 0.6);
  font-family: "Jost", sans-serif;
  /* local "warm metallic" set — all from the site's clay/dune family */
  --g1: #9A7F69;
  --g2: #BBA98C;
  --g-lt: #C9B7A2;
  --g-rgb: 201, 183, 162;
}
.poster .bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.poster .bar {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 50;
  background: linear-gradient(90deg, var(--g1), var(--g2), var(--g1), var(--g2), var(--g1));
}

/* floating pixels */
.poster .gpx {
  position: absolute;
  border-radius: 1px;
  pointer-events: none;
  z-index: 3;
  animation: gpxf var(--d) ease-in-out var(--del) infinite;
  opacity: 0;
}
@keyframes gpxf {
  0% { opacity: 0; transform: translateY(0); }
  20% { opacity: var(--op); }
  80% { opacity: var(--op); }
  100% { opacity: 0; transform: translateY(-35px); }
}

/* ══ SCROLL STOPPER — 400×710 ══ */
#scroll-card { width: 400px; height: 710px; }
#scroll-card .bg {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(var(--g-rgb), 0.16) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 75%, rgba(154, 127, 105, 0.12) 0%, transparent 42%);
}
#scroll-card .badge-top {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  border: 1px solid rgba(var(--g-rgb), 0.28); padding: 4px 14px; z-index: 50;
  font-size: 7px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(var(--g-rgb), 0.6); white-space: nowrap; border-radius: 100px;
}
#scroll-card .logo {
  position: absolute; top: 13px; right: 16px; z-index: 50;
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; color: rgba(var(--g-rgb), 0.5);
}
#scroll-card .hl-block { position: absolute; top: 40px; left: 22px; right: 22px; z-index: 40; }
#scroll-card .hl-eyebrow {
  font-size: 7px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(var(--g-rgb), 0.7); display: block; margin: 22px 0 8px;
}
#scroll-card .hl {
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 52px; line-height: 0.92; letter-spacing: 0.005em;
  text-transform: uppercase; display: block;
}
#scroll-card .s { color: var(--ivory); }
#scroll-card .g { -webkit-text-stroke: 1.5px rgba(var(--g-rgb), 0.35); color: transparent; }
#scroll-card .gold {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(var(--g-rgb), 0.3));
}

/* summit visual */
#scroll-card .summit-visual {
  position: absolute; top: 228px; left: 50%; transform: translateX(-50%);
  width: 320px; height: 220px; z-index: 20;
}
#scroll-card .summit-ring {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 180px; height: 180px; border-radius: 50%;
  border: 2px solid rgba(var(--g-rgb), 0.38);
  box-shadow: 0 0 30px rgba(var(--g-rgb), 0.16), inset 0 0 30px rgba(var(--g-rgb), 0.05);
  animation: sr 10s linear infinite;
}
@keyframes sr { from { transform: translateX(-50%) rotate(0); } to { transform: translateX(-50%) rotate(360deg); } }
#scroll-card .summit-ring2 {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 164px; height: 164px; border-radius: 50%;
  border: 1px dashed rgba(var(--g-rgb), 0.18);
  animation: sr 14s linear infinite reverse;
}
#scroll-card .summit-glow {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--g-rgb), 0.16) 0%, transparent 70%);
  filter: blur(12px); z-index: 19; animation: sg 3s ease-in-out infinite;
}
@keyframes sg { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
#scroll-card .summit-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 46px; color: var(--g-lt); z-index: 25; animation: si-bob 3s ease-in-out infinite;
}
@keyframes si-bob {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.08); }
}
.s-orbit {
  position: absolute; top: 50%; left: 50%;
  font-size: 14px; color: rgba(var(--g-rgb), 0.7);
  animation: sorb var(--sp) linear infinite;
}
@keyframes sorb {
  from { transform: rotate(var(--st)) translateX(var(--r)) rotate(calc(-1 * var(--st))); }
  to { transform: rotate(calc(var(--st) + 360deg)) translateX(var(--r)) rotate(calc(-1 * (var(--st) + 360deg))); }
}

/* date badges */
#scroll-card .date-badges {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; justify-content: center; gap: 10px;
}
.date-badge {
  background: rgba(var(--g-rgb), 0.1);
  border: 1px solid rgba(var(--g-rgb), 0.28);
  border-radius: 8px; padding: 6px 14px; text-align: center;
}
.db-day {
  font-family: "Jost", sans-serif; font-weight: 600;
  font-size: 14px; color: var(--g-lt); letter-spacing: 0.06em; line-height: 1.1;
  text-transform: uppercase;
}
.db-time { font-size: 7.5px; color: rgba(244, 239, 231, 0.45); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }

/* features */
#scroll-card .features {
  position: absolute; top: 462px; left: 18px; right: 18px; z-index: 40;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
#scroll-card .feat {
  background: rgba(var(--g-rgb), 0.06);
  border: 1px solid rgba(var(--g-rgb), 0.14);
  border-radius: 8px; padding: 8px 10px;
  display: flex; align-items: center; gap: 7px;
}
#scroll-card .feat-icon { font-size: 12px; color: var(--g-lt); flex-shrink: 0; }
#scroll-card .feat-text { font-size: 9px; color: rgba(244, 239, 231, 0.6); line-height: 1.3; }
#scroll-card .feat-text strong { color: var(--ivory); display: block; font-size: 9.5px; font-weight: 600; }

/* bottom */
#scroll-card .poster-bottom { position: absolute; bottom: 16px; left: 18px; right: 18px; z-index: 40; }
.poster-tagline {
  font-family: "Cormorant Garamond", serif; font-size: 13px; font-style: italic;
  color: rgba(244, 239, 231, 0.42); text-align: center; margin: 0 0 8px; line-height: 1.45;
}
.poster-tagline em {
  font-style: italic;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.poster-rule { height: 1px; background: rgba(var(--g-rgb), 0.14); margin-bottom: 8px; }
.poster-pr { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.poster-cta {
  background: rgba(var(--g-rgb), 0.12);
  border: 1px solid rgba(var(--g-rgb), 0.3);
  border-radius: 100px; padding: 6px 13px;
  font-size: 10px; letter-spacing: 0.06em; color: var(--g-lt); white-space: nowrap;
}
.poster-burl {
  font-size: 6.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(244, 239, 231, 0.25); text-align: right; line-height: 1.7;
}
.poster-burl strong { color: rgba(var(--g-rgb), 0.5); display: block; font-weight: 600; }

/* ══ EVENT BANNER — 400×200 ══ */
#banner-card { width: 400px; height: 200px; }
#banner-card .bg { background: radial-gradient(ellipse at 30% 50%, rgba(var(--g-rgb), 0.16) 0%, transparent 60%); }
.banner-inner { position: absolute; inset: 0; z-index: 10; display: flex; align-items: center; padding: 18px 22px; gap: 20px; }
.banner-left { flex: 1; }
.banner-eyebrow { font-size: 7px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(var(--g-rgb), 0.65); margin-bottom: 6px; }
.banner-title {
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 38px; line-height: 0.9; letter-spacing: 0.01em;
  color: var(--ivory); margin-bottom: 8px; text-transform: uppercase;
}
.banner-title span {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.banner-dates { display: flex; gap: 8px; flex-wrap: wrap; }
.banner-date {
  background: rgba(var(--g-rgb), 0.1);
  border: 1px solid rgba(var(--g-rgb), 0.25);
  border-radius: 100px; padding: 3px 10px;
  font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--g-lt);
}
.banner-right { flex-shrink: 0; text-align: center; }
.banner-icon { font-size: 48px; color: var(--g-lt); animation: bi-bob 3s ease-in-out infinite; }
@keyframes bi-bob { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.banner-brand {
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 10px; letter-spacing: 0.16em; color: rgba(var(--g-rgb), 0.5);
}

/* ══ COUNTDOWN — 400×400 ══ */
#countdown-card { width: 400px; height: 400px; }
#countdown-card .bg { background: radial-gradient(ellipse at 50% 40%, rgba(var(--g-rgb), 0.16) 0%, transparent 55%); }
.cd-inner {
  position: absolute; inset: 0; z-index: 10;
  display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px;
}
.cd-eyebrow { font-size: 7px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(var(--g-rgb), 0.65); margin-bottom: 10px; }
.cd-title {
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 34px; letter-spacing: 0.02em; color: var(--ivory);
  text-align: center; margin-bottom: 4px; line-height: 1; text-transform: uppercase;
}
.cd-title span {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cd-sub { font-family: "Cormorant Garamond", serif; font-size: 12px; font-style: italic; color: rgba(244, 239, 231, 0.4); margin-bottom: 22px; }
.cd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: 100%; margin-bottom: 22px; }
.cd-box {
  background: rgba(var(--g-rgb), 0.1);
  border: 1px solid rgba(var(--g-rgb), 0.25);
  border-radius: 10px; padding: 12px 6px; text-align: center;
}
.cd-num { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 36px; color: var(--g-lt); line-height: 1; }
.cd-unit { font-size: 7px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244, 239, 231, 0.35); margin-top: 3px; }
.cd-details { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.cd-detail { display: flex; align-items: center; gap: 9px; font-size: 9.5px; color: rgba(244, 239, 231, 0.6); }
.cd-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--g-lt); flex-shrink: 0; }
.cd-brand {
  position: absolute; bottom: 14px; right: 16px;
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 9px; letter-spacing: 0.14em; color: rgba(var(--g-rgb), 0.4);
}

/* ══ SPEAKER BIO — 400×400 ══ */
#speaker-card { width: 400px; height: 400px; }
#speaker-card .bg { background: radial-gradient(ellipse at 30% 40%, rgba(var(--g-rgb), 0.14) 0%, transparent 55%); }
.sp-inner { position: absolute; inset: 0; z-index: 10; display: flex; flex-direction: column; padding: 20px 22px; }
.sp-eyebrow { font-size: 7px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(var(--g-rgb), 0.6); margin-bottom: 14px; }
.sp-top { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.sp-host {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: rgba(var(--g-rgb), 0.06);
  border: 1px solid rgba(var(--g-rgb), 0.14);
  border-radius: 10px; padding: 12px 8px;
}
.sp-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #3a352f, #2b2724);
  border: 2px solid rgba(var(--g-rgb), 0.4);
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 20px; color: var(--g-lt); flex-shrink: 0;
  box-shadow: 0 0 14px rgba(var(--g-rgb), 0.16); margin-bottom: 8px;
}
.sp-name { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 19px; color: var(--ivory); letter-spacing: 0.01em; line-height: 1; margin-bottom: 3px; }
.sp-title { font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--g-lt); margin-bottom: 6px; }
.sp-tags { display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.sp-tag {
  background: rgba(var(--g-rgb), 0.1);
  border: 1px solid rgba(var(--g-rgb), 0.2);
  border-radius: 100px; padding: 2px 8px;
  font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(var(--g-rgb), 0.7);
}
.sp-bio { font-size: 9.5px; color: rgba(244, 239, 231, 0.55); line-height: 1.55; margin-bottom: 10px; }
.sp-speaking {
  margin-top: auto;
  background: rgba(var(--g-rgb), 0.08);
  border: 1px solid rgba(var(--g-rgb), 0.18);
  border-radius: 10px; padding: 10px 14px;
}
.sp-speaking-label { font-size: 6.5px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(var(--g-rgb), 0.6); margin-bottom: 4px; }
.sp-speaking-title { font-family: "Cormorant Garamond", serif; font-size: 12px; font-style: italic; color: rgba(244, 239, 231, 0.78); line-height: 1.35; }
.sp-brand {
  position: absolute; bottom: 14px; right: 16px;
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 9px; letter-spacing: 0.14em; color: rgba(var(--g-rgb), 0.4);
}

/* ---------- responsive ---------- */
@media (max-width: 460px) {
  .poster { transform: scale(0.82); transform-origin: top center; }
  #scroll-card { margin-bottom: -128px; }
  #countdown-card, #speaker-card { margin-bottom: -72px; }
  #banner-card { margin-bottom: -36px; }
  .kit-urgency { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .poster .summit-ring,
  .poster .summit-ring2,
  .poster .summit-glow,
  .poster .summit-icon,
  .poster .s-orbit,
  .poster .banner-icon,
  .poster .gpx { animation: none !important; }
  .poster .gpx { opacity: var(--op); }
}
