.tc-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: transparent;
}

.tc-section::before {
  content: none;
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  top: -120px;
  right: -100px;
  pointer-events: none;
}

.tc-heading {
  margin: 0 0 28px;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.1;
}

.tc-viewport {
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.tc-viewport.is-dragging {
  cursor: grabbing;
}

.tc-track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  will-change: transform;
}

.tc-track.is-animating {
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tc-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 26px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 41, 66, 0.12);
  color: #0f2942;
  user-select: none;
}

.tc-card-text {
  position: relative;
  flex: 1 1 auto;
  margin: 0 0 14px;
  padding-left: 42px;
  padding-top: 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: #1d3145;
}

.tc-card-text::before {
  content: "\201C";
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 3.8rem;
  line-height: 1;
  color: #caa373;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  text-rendering: geometricPrecision;
}

.tc-card-text p:first-child {
  margin-top: 0;
}

.tc-card-text p:last-child {
  margin-bottom: 0;
}

.tc-read-more {
  align-self: flex-start;
  margin: auto 0 18px 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #0f2942;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tc-read-more:hover,
.tc-read-more:focus {
  background: #1d496d;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 41, 66, 0.2);
}

.tc-read-more:focus {
  outline: 2px solid #79927d;
  outline-offset: 3px;
}

.tc-card-author,
.tc-card-meta {
  margin: 0;
}

.tc-card-author {
  padding-top: 16px;
  border-top: 1px solid rgba(15, 41, 66, 0.12);
  font-weight: 700;
  color: #0f2942;
}

.tc-card-meta {
  margin-top: 6px;
  font-size: 0.95rem;
  color: #476078;
}

.tc-modal-source {
  display: none;
}

.tc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.tc-modal.is-open {
  display: block;
}

.tc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 21, 33, 0.62);
  backdrop-filter: blur(5px);
}

.tc-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  padding: 34px 34px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f5f1 100%);
  box-shadow: 0 28px 70px rgba(9, 24, 39, 0.34);
}

.tc-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(15, 41, 66, 0.08);
  color: #0f2942;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.tc-modal-close:hover,
.tc-modal-close:focus {
  background: #0f2942;
  color: #ffffff;
}

.tc-modal-eyebrow {
  margin: 0 0 10px;
  color: #caa373;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tc-modal-title {
  margin: 0;
  color: #0f2942;
  font-size: 2.15rem;
  line-height: 1.05;
  max-width: calc(100% - 110px);
}

.tc-modal-location {
  margin: 12px 0 0;
  color: #476078;
  font-size: 1rem;
  font-weight: 500;
}

.tc-modal-body {
  position: relative;
  margin-top: 28px;
  padding: 10px 0 0 46px;
  color: #1d3145;
  font-size: 1.08rem;
  line-height: 1.85;
}

.tc-modal-body::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4.8rem;
  line-height: 1;
  color: #caa373;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
}

.tc-modal-body p:first-child {
  margin-top: 0;
}

.tc-modal-body p:last-child {
  margin-bottom: 0;
}

.tc-modal-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 41, 66, 0.12);
  font-size: 0.82rem;
  line-height: 1.7;
  color: #474646;
}

body.tc-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .tc-card {
    flex-basis: calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .tc-section {
    padding: 48px 0 56px;
  }

  .tc-heading {
    font-size: 1.75rem;
  }

  .tc-card {
    flex-basis: 80vw;
    padding: 26px 22px 22px;
  }

  .tc-modal-dialog {
    width: min(760px, calc(100vw - 20px));
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 26px 18px 22px;
    border-radius: 22px;
  }

  .tc-modal-title {
    font-size: 1.6rem;
    max-width: calc(100% - 84px);
  }

  .tc-modal-body {
    padding-left: 34px;
    font-size: 1rem;
  }

  .tc-modal-body::before {
    font-size: 3.8rem;
  }
}
