/* Talk 100.3 — BREAK with Muriel
   Recreated from the Claude Design handoff prototype. */

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  margin: 0;
  background: #F3F5FA;
  font-family: 'Archivo', system-ui, sans-serif;
  color: #1B2043;
  -webkit-font-smoothing: antialiased;
}

a { color: #2E9FB8; text-decoration: none; }
a:hover { color: #1B2043; }

img { max-width: 100%; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #46B5CD;
  color: #0E1230;
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-size: 14px;
  font-weight: 800;
}
.skip-link:focus { left: 0; }

@keyframes livepulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.45;transform:scale(.8)} }
@keyframes eq1 { 0%,100%{height:6px} 50%{height:18px} }
@keyframes eq2 { 0%,100%{height:16px} 50%{height:5px} }
@keyframes eq3 { 0%,100%{height:10px} 50%{height:20px} }

/* ---------- Header ---------- */
.tk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22,26,55,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.tk-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.tk-logo { display: flex; align-items: center; flex: none; }
.tk-logo img { height: 64px; width: auto; display: block; }
.tk-navlinks { display: flex; gap: 26px; margin-left: 12px; }
.tk-navlinks a {
  color: rgba(255,255,255,.75);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
}
.tk-navlinks a:hover { color: #fff; }

.tk-header-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #46B5CD;
  color: #0E1230;
  border: none;
  border-radius: 999px;
  padding: 11px 20px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(70,181,205,.35);
  transition: background .15s ease, transform .1s ease;
}
.tk-header-btn:hover { background: #5cc6dc; }
.tk-header-btn:active { transform: scale(.97); }
.tk-livedot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #0E1230; display: inline-block;
  animation: livepulse 1.6s ease-in-out infinite;
}

/* ---------- Hero ---------- */
.tk-hero-section {
  background: linear-gradient(150deg,#171B38 0%,#1F2650 55%,#1B3B66 100%);
  position: relative;
  overflow: hidden;
}
.tk-hero-diag1, .tk-hero-diag2 { position: absolute; inset: 0; pointer-events: none; }
.tk-hero-diag1 { background: linear-gradient(115deg,transparent 55%,rgba(70,181,205,.14) 55%,rgba(70,181,205,.14) 70%,transparent 70%); }
.tk-hero-diag2 { background: linear-gradient(65deg,transparent 78%,rgba(255,255,255,.05) 78%,rgba(255,255,255,.05) 90%,transparent 90%); }

.tk-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 0;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: end;
  position: relative;
}
.tk-hero-copy { padding-bottom: 72px; }
.tk-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.tk-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(70,181,205,.15);
  border: 1px solid rgba(70,181,205,.45);
  color: #7ED4E6;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 7px 14px;
  border-radius: 999px;
}
.tk-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E8506A;
  animation: livepulse 1.6s ease-in-out infinite;
}
.tk-hero-title {
  margin: 0 0 6px;
  font-size: clamp(44px,6.5vw,84px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #fff;
}
.tk-hero-title-with { font-weight: 400; font-style: italic; color: #7ED4E6; }
.tk-hero-lede {
  margin: 18px 0 0;
  max-width: 520px;
  font-size: clamp(16px,1.6vw,19px);
  line-height: 1.55;
  color: rgba(255,255,255,.72);
  text-wrap: pretty;
}
.tk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}
.tk-hero-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #46B5CD;
  color: #0E1230;
  border: none;
  border-radius: 999px;
  padding: 16px 28px;
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(70,181,205,.4);
  transition: background .15s ease, transform .1s ease;
}
.tk-hero-btn:hover { background: #5cc6dc; transform: translateY(-1px); }
.tk-hero-btn:active { transform: scale(.98); }
.tk-hero-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.65);
  font-size: 13.5px;
  font-weight: 600;
}
.tk-hero-stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 44px; }
.tk-stat { display: flex; flex-direction: column; gap: 2px; }
.tk-stat-num { font-size: 24px; font-weight: 900; color: #fff; }
.tk-stat-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; color: rgba(255,255,255,.5); }
.tk-stat-divider { width: 1px; background: rgba(255,255,255,.15); }

.tk-heroimg { position: relative; align-self: end; }
.tk-heroimg-panel {
  position: absolute;
  left: 8%; right: 8%; top: 12%; bottom: 0;
  background: linear-gradient(160deg,#46B5CD,#2E7FB8);
  border-radius: 28px 28px 0 0;
}
.tk-heroimg img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 24px 24px 0 0;
  -webkit-mask-image: linear-gradient(180deg,#000 88%,transparent);
  mask-image: linear-gradient(180deg,#000 88%,transparent);
}
.tk-heroimg-card {
  position: absolute;
  left: 16px; bottom: 22px;
  background: rgba(14,18,48,.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 18px;
}
.tk-heroimg-name { font-size: 15px; font-weight: 800; color: #fff; }
.tk-heroimg-role { font-size: 12px; font-weight: 600; letter-spacing: .06em; color: #7ED4E6; }

/* ---------- Shared section bits ---------- */
.tk-eyebrow { font-size: 12.5px; font-weight: 800; letter-spacing: .16em; margin-bottom: 14px; }
.tk-eyebrow--teal { color: #2E9FB8; }
.tk-eyebrow--lightteal { color: #7ED4E6; }
.tk-section-title {
  margin: 0;
  font-size: clamp(30px,3.6vw,44px);
  font-weight: 900;
  letter-spacing: -.02em;
}
.tk-section-title--navy { color: #171B38; }
.tk-section-title--white { color: #fff; }

/* ---------- The Show ---------- */
.tk-show-section { background: #fff; }
.tk-show {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: start;
}
.tk-show-title {
  margin: 0;
  font-size: clamp(30px,3.6vw,44px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #171B38;
  text-wrap: pretty;
}
.tk-show-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #4A506E;
}
.tk-show-body p { margin: 0; text-wrap: pretty; }

/* ---------- The Four Hours ---------- */
.tk-hours-section { background: #F3F5FA; }
.tk-hours { max-width: 1180px; margin: 0 auto; padding: 88px 24px; }
.tk-hours-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 44px;
}
.tk-hours-meta { font-size: 14px; font-weight: 600; color: #7A809C; }
.tk-hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 20px;
}
.tk-hour-card {
  background: #fff;
  border: 1px solid #E4E8F2;
  border-radius: 18px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.tk-hour-card:hover {
  box-shadow: 0 12px 32px rgba(23,27,56,.1);
  transform: translateY(-3px);
}
.tk-hour-card-top { display: flex; align-items: center; justify-content: space-between; }
.tk-hour-time { font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #2E9FB8; }
.tk-hour-num { font-size: 26px; font-weight: 900; color: #E4E8F2; }
.tk-hour-title { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.25; color: #171B38; }
.tk-hour-desc { margin: 0; font-size: 14.5px; line-height: 1.6; color: #5A6080; text-wrap: pretty; }
.tk-hour-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #4A506E;
}
.tk-hour-list li { display: flex; gap: 9px; }
.tk-bullet { color: #46B5CD; font-weight: 900; }

/* ---------- Signature segments ---------- */
.tk-segments-section { background: #171B38; position: relative; overflow: hidden; }
.tk-segments-diag {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,transparent 70%,rgba(70,181,205,.1) 70%,rgba(70,181,205,.1) 85%,transparent 85%);
  pointer-events: none;
}
.tk-segments { max-width: 1180px; margin: 0 auto; padding: 88px 24px; position: relative; }
.tk-segments .tk-section-title { margin-bottom: 44px; }
.tk-segments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.tk-segment {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 24px;
}
.tk-segment--feature {
  background: rgba(70,181,205,.12);
  border: 1px solid rgba(70,181,205,.4);
}
.tk-segment-kicker { font-size: 13px; font-weight: 800; letter-spacing: .1em; color: #7ED4E6; margin-bottom: 10px; }
.tk-segment-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.tk-segment-desc { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.6); }
.tk-segment-desc--bright { color: rgba(255,255,255,.7); }

/* ---------- Morning schedule ---------- */
.tk-schedule-section { background: #fff; }
.tk-schedule { max-width: 1180px; margin: 0 auto; padding: 88px 24px; }
.tk-schedule-title { margin-bottom: 40px; }
.tk-schedule-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #E4E8F2;
  border-radius: 18px;
  overflow: hidden;
}
.tk-schedule-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 20px 26px;
  background: linear-gradient(90deg,#171B38,#1F2650);
  color: #fff;
}
.tk-schedule-header-time { font-size: 14px; font-weight: 800; letter-spacing: .06em; color: #7ED4E6; min-width: 110px; }
.tk-schedule-header-name { font-size: 17px; font-weight: 800; flex: 1; min-width: 200px; }
.tk-schedule-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(232,80,106,.18);
  border: 1px solid rgba(232,80,106,.5);
  color: #FF8FA3;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 5px 12px;
  border-radius: 999px;
}
.tk-schedule-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #E8506A;
  animation: livepulse 1.6s ease-in-out infinite;
}
.tk-schedule-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  border-top: 1px solid #E4E8F2;
  color: #7A809C;
}
.tk-schedule-time { font-size: 14px; font-weight: 800; letter-spacing: .06em; min-width: 110px; }
.tk-schedule-name { font-size: 15px; font-weight: 600; color: #4A506E; }
.tk-schedule-note { margin: 18px 4px 0; font-size: 13.5px; color: #9AA0B8; }

/* ---------- CTA ---------- */
.tk-cta-section { background: linear-gradient(135deg,#2E9FB8,#46B5CD); }
.tk-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.tk-cta-copy { max-width: 560px; }
.tk-cta-title {
  margin: 0 0 10px;
  font-size: clamp(26px,3.2vw,38px);
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0E1230;
}
.tk-cta-lede { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(14,18,48,.75); text-wrap: pretty; }
.tk-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #171B38;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 18px 32px;
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(14,18,48,.3);
  transition: transform .12s ease;
}
.tk-cta-btn:hover { transform: translateY(-2px); }
.tk-cta-btn:active { transform: scale(.98); }

/* ---------- Footer ---------- */
.tk-footer { background: #0E1230; }
.tk-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.tk-footer-brand { display: flex; flex-direction: column; gap: 14px; }
.tk-footer-brand img { height: 76px; width: auto; align-self: flex-start; }
.tk-footer-brand p {
  margin: 0;
  max-width: 320px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,.5);
  text-wrap: pretty;
}
.tk-footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.tk-footer-col { display: flex; flex-direction: column; gap: 10px; }
.tk-footer-col-head { font-size: 12px; font-weight: 800; letter-spacing: .14em; color: rgba(255,255,255,.4); }
.tk-footer-col a { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 600; }
.tk-footer-col a:hover { color: #7ED4E6; }
.tk-footer-static { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 600; }
.tk-footer-bar { border-top: 1px solid rgba(255,255,255,.08); }
.tk-footer-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 110px;
  font-size: 12.5px;
  color: rgba(255,255,255,.35);
}

/* ---------- Mini player ---------- */
.tk-miniplayer {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(14,18,48,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 10px 18px 10px 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
  max-width: calc(100vw - 32px);
}
.tk-miniplayer-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: #46B5CD;
  color: #0E1230;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: none;
  transition: background .15s ease, transform .1s ease;
}
.tk-miniplayer-btn:hover { background: #5cc6dc; }
.tk-miniplayer-btn:active { transform: scale(.94); }
.tk-miniplayer-copy { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.tk-miniplayer-title { font-size: 13.5px; font-weight: 800; color: #fff; white-space: nowrap; }
.tk-miniplayer-sub {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tk-miniplayer-eq { flex: none; display: flex; align-items: center; }

/* ---------- Icon / EQ slots ---------- */
.tk-icon-slot { display: inline-flex; flex: none; }
.tk-eq-slot { display: inline-flex; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .tk-hero { grid-template-columns: 1fr; }
  .tk-heroimg { max-width: 440px; margin: 0 auto; }
}
@media (max-width: 760px) {
  .tk-navlinks { display: none; }
}
