/* ==========================================================================
   /site/[siteSlug] — subdomain landing page

   One CSS for every subdomain (lefkosa, magusa, girne, iskele, lefke,
   guzelyurt, genclik, tocek). Editorial web design, split masthead,
   alternating light/dark rhythm, scroll-driven reveals.

   Palette
     Primary red   #c41e3a
     Deep red      #8a1429, #5a0d1a
     Hot red       #ff5e7a
     Ink           #0a0a0f
     Muted         #4a5568, #6b7280
     Surface light #f8f9fb
     Surface cream #fdf8f2
   ========================================================================== */


/* ---------- Breadcrumb ------------------------------------------------- */

.breadcrumb-nav.tdp-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12.5px;
  letter-spacing: 0.25px;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.breadcrumb-nav.tdp-crumb a {
  color: rgba(10, 10, 15, 0.5);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}
.breadcrumb-nav.tdp-crumb a:hover { color: #c41e3a; }
.breadcrumb-nav.tdp-crumb .separator {
  color: rgba(196, 30, 58, 0.55);
  font-weight: 300;
  user-select: none;
  font-size: 11px;
}
.breadcrumb-nav.tdp-crumb .current {
  color: #0a0a0f;
  font-weight: 600;
}


/* ==========================================================================
   Masthead — editorial split (left editorial / right red poster)
   ========================================================================== */

.tdp-site-masthead {
  border-bottom: 1px solid rgba(10, 10, 15, 0.06);
  /* no overflow clipping here — let the right column breathe */
}
.tdp-site-masthead-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  /* Full-page hero: occupies most of the remaining viewport after the
     sticky navbar (~56px tall). Clamped so very tall monitors don't
     waste scroll real estate and short laptops don't squeeze content. */
  min-height: clamp(620px, calc(100vh - 56px), 860px);
}
@media (max-width: 880px) {
  .tdp-site-masthead-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

/* ----- Left column: the editorial lede ----- */

.tdp-site-masthead-left {
  background:
    radial-gradient(ellipse at 92% 0%, rgba(196, 30, 58, 0.07), transparent 55%),
    linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  display: flex;
  align-items: center;
  /* Generous top/bottom padding keeps the content off the sticky navbar
     (no clipping feel) and lets the editorial eyebrow breathe. */
  padding: clamp(88px, 9vw, 140px) clamp(24px, 5vw, 88px);
}
@media (max-width: 880px) {
  .tdp-site-masthead-left {
    padding: clamp(56px, 10vw, 80px) clamp(24px, 5vw, 40px);
  }
}
.tdp-site-masthead-left-inner {
  max-width: 640px;
  width: 100%;
}

.tdp-site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.tdp-site-eyebrow-bar {
  width: 44px;
  height: 2px;
  background: #c41e3a;
  display: block;
}

.tdp-site-masthead-lede {
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: #0a0a0f;
  max-width: 580px;
  margin: 0 0 32px;
}

.tdp-site-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tdp-site-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  background: #c41e3a;
  color: #fff;
  box-shadow: 0 10px 28px -8px rgba(196, 30, 58, 0.45);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.15s ease;
}
.tdp-site-cta-primary:hover {
  transform: translateY(-2px);
  background: #a5172f;
  box-shadow: 0 16px 36px -10px rgba(196, 30, 58, 0.55);
}

/* ----- Key facts grid ----- */

.tdp-site-keyfacts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px 28px;
  margin-top: 36px;
  border-top: 1px solid rgba(10, 10, 15, 0.08);
  padding-top: 28px;
}
.tdp-site-keyfact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.tdp-site-keyfact-label {
  font-size: 11px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tdp-site-keyfact-value {
  font-size: 17px;
  font-weight: 700;
  color: #0a0a0f;
  line-height: 1.35;
  word-break: break-word;
}

/* ----- Right column: the red poster with the seal -----
   overflow:visible so the dashed halo of the seal never clips. */

.tdp-site-masthead-right {
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, #c41e3a 0%, #8a1429 55%, #5a0d1a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Parent split provides the tall min-height; padding here is purely
     decorative breathing room so the seal and wordmark never kiss the
     poster's edges. */
  padding: clamp(96px, 8vw, 140px) clamp(32px, 4vw, 64px);
  isolation: isolate;
}

/* Decorative layers live inside their own clipped wrappers so that
   the seal's dashed ring — which intentionally overflows — is never
   touched. Both are absolutely positioned and clipped to the poster
   rectangle via their own overflow:hidden. */
.tdp-site-right-glow,
.tdp-site-right-dots {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.tdp-site-right-glow::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 60%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 60%);
}
.tdp-site-right-dots {
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, black 0%, transparent 72%);
  -webkit-mask-image: linear-gradient(135deg, black 0%, transparent 72%);
  opacity: 0.55;
}

.tdp-site-masthead-right-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 420px;
  width: 100%;
}

/* ----- Seal: white disc + dashed rotating halo ----- */

.tdp-site-seal {
  width: clamp(160px, 13.5vw, 220px);
  height: clamp(160px, 13.5vw, 220px);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(12px, 1.5vw, 20px) auto 28px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6),
    0 0 0 6px rgba(255, 255, 255, 0.14),
    0 22px 42px -16px rgba(0, 0, 0, 0.4),
    0 6px 14px -6px rgba(0, 0, 0, 0.25);
  position: relative;
}
.tdp-site-seal::after {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  pointer-events: none;
  animation: tdp-seal-ring 30s linear infinite;
}
.tdp-site-seal img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
@keyframes tdp-seal-ring {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.tdp-site-wordmark {
  display: block;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}
.tdp-site-mark-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.tdp-site-mark-rule {
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  display: inline-block;
}


/* ==========================================================================
   Shared section chrome
   ========================================================================== */

.tdp-site-section {
  padding-block: clamp(72px, 10vw, 120px);
}
.tdp-site-section-about    { background: #fff; }
.tdp-site-section-chairman { background: #f8f9fb; }
.tdp-site-section-news     { background: #fff; }
.tdp-site-section-events   { background: #0a0a0f; }
.tdp-site-section-contact  { background: #fdf8f2; }

.tdp-site-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(36px, 4vw, 52px);
}
.tdp-site-section-header--split {
  text-align: left;
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(10, 10, 15, 0.1);
  margin-bottom: clamp(32px, 3.5vw, 44px);
}
.tdp-site-section-header--split .tdp-site-section-eyebrow {
  margin-bottom: 8px;
}
.tdp-site-section-header--split .tdp-site-section-title {
  margin: 0;
}

.tdp-site-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tdp-site-section-title {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  color: #0a0a0f;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.tdp-site-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #c41e3a;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.2s ease, color 0.2s ease;
}
.tdp-site-section-link:hover { gap: 12px; color: #8a1429; }

/* Dark events section: invert accents in header */
.tdp-site-section-events .tdp-site-section-eyebrow { color: #ff5e7a; }
.tdp-site-section-events .tdp-site-section-title   { color: #fff; }
.tdp-site-section-events .tdp-site-section-header--split {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.tdp-site-section-events .tdp-site-section-link { color: #ff5e7a; }
.tdp-site-section-events .tdp-site-section-link:hover { color: #fff; }


/* ==========================================================================
   About — breathing room, optional pull-quote
   ========================================================================== */

.tdp-site-about-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  color: #2d2d36;
  text-align: center;
}
.tdp-site-about-body p { margin: 0 0 16px; }
.tdp-site-about-body p:last-child { margin-bottom: 0; }

.tdp-site-about-pullquote {
  max-width: 720px;
  margin: clamp(32px, 4vw, 48px) auto 0;
  padding: clamp(22px, 3vw, 32px) clamp(24px, 4vw, 48px);
  border-left: 3px solid #c41e3a;
  background: #f8f9fb;
  border-radius: 2px 10px 10px 2px;
  font-family: ui-serif, Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: #0a0a0f;
}
.tdp-site-about-pullquote p { margin: 0; }


/* ==========================================================================
   Chairman — portrait card on #f8f9fb
   ========================================================================== */

.tdp-chairman-grid {
  display: grid;
  grid-template-columns: clamp(240px, 28vw, 340px) 1fr;
  gap: clamp(32px, 4vw, 56px);
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(10, 10, 15, 0.06);
  padding: clamp(28px, 3.5vw, 48px);
  box-shadow:
    0 1px 2px rgba(10, 10, 15, 0.04),
    0 24px 48px -28px rgba(10, 10, 15, 0.18);
}
@media (max-width: 680px) {
  .tdp-chairman-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.tdp-chairman-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  overflow: hidden;
  background: #0a0a0f;
}
.tdp-chairman-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.tdp-chairman-rank {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 11px;
  background: rgba(10, 10, 15, 0.55);
  border-radius: 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tdp-chairman-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tdp-chairman-eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.tdp-chairman-name {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  color: #0a0a0f;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}
.tdp-chairman-note {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin: 4px 0 0;
}


/* ==========================================================================
   News — editorial grid (1 featured + smaller siblings)
   ========================================================================== */

.tdp-site-news-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}
.tdp-site-news-card { grid-column: span 2; }
/* Featured card spans 4 cols AND 2 rows so the two "normal" cards can
   stack neatly on its right side. Without the row span the grid would
   leave a 4-column empty gap on row 2 (featured + 1 normal on row 1,
   1 normal + empty on row 2). */
.tdp-site-news-card--featured {
  grid-column: span 4;
  grid-row: span 2;
}

@media (max-width: 1100px) {
  .tdp-site-news-grid { gap: 22px; }
}
@media (max-width: 900px) {
  .tdp-site-news-grid { grid-template-columns: 1fr; }
  .tdp-site-news-card,
  .tdp-site-news-card--featured { grid-column: span 1; }
}

.tdp-site-news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 15, 0.08);
  box-shadow: 0 1px 3px rgba(10, 10, 15, 0.04);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.2s ease;
}
.tdp-site-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 30, 58, 0.28);
  box-shadow:
    0 24px 44px -22px rgba(10, 10, 15, 0.22),
    0 4px 10px -4px rgba(10, 10, 15, 0.08);
}

.tdp-site-news-cover {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0f;
}
.tdp-site-news-card--featured .tdp-site-news-cover {
  aspect-ratio: 16 / 9;
}
.tdp-site-news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tdp-site-news-card:hover .tdp-site-news-cover img {
  transform: scale(1.05);
}
.tdp-site-news-cover-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c41e3a 0%, #5a0d1a 100%);
  color: rgba(255, 255, 255, 0.24);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tdp-site-news-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.tdp-site-news-card--featured .tdp-site-news-body {
  padding: 28px 32px 30px;
  gap: 14px;
}
.tdp-site-news-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(10, 10, 15, 0.55);
}
.tdp-site-news-category { color: #c41e3a; }
.tdp-site-news-dot { color: rgba(10, 10, 15, 0.3); }

.tdp-site-news-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.28;
  color: #0a0a0f;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tdp-site-news-card--featured .tdp-site-news-title {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.18;
  -webkit-line-clamp: 3;
}
.tdp-site-news-excerpt {
  font-size: 13.5px;
  line-height: 1.65;
  color: #4a5568;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tdp-site-news-card--featured .tdp-site-news-excerpt {
  font-size: 15px;
  -webkit-line-clamp: 3;
}
.tdp-site-news-cta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 10, 15, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0a0a0f;
}
.tdp-site-news-cta span[aria-hidden] {
  transition: transform 0.2s ease;
}
.tdp-site-news-card:hover .tdp-site-news-cta {
  color: #c41e3a;
}
.tdp-site-news-card:hover .tdp-site-news-cta span[aria-hidden] {
  transform: translateX(4px);
}


/* ==========================================================================
   Events — dramatic dark band
   ========================================================================== */

.tdp-site-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}
@media (max-width: 900px) {
  .tdp-site-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .tdp-site-events-grid { grid-template-columns: 1fr; }
}

.tdp-site-event-card {
  display: flex;
  gap: 18px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.2s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.tdp-site-event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #c41e3a;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tdp-site-event-card:hover {
  transform: translateY(-3px);
  border-color: #c41e3a;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 40px -22px rgba(196, 30, 58, 0.4);
}
.tdp-site-event-card:hover::before { opacity: 1; }

.tdp-site-event-date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  background: linear-gradient(180deg, #c41e3a 0%, #8a1429 100%);
  color: #fff;
  border-radius: 10px;
  padding: 14px 8px;
  text-align: center;
  box-shadow: 0 6px 14px -4px rgba(196, 30, 58, 0.5);
  font-variant-numeric: tabular-nums;
}
.tdp-site-event-day {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.tdp-site-event-month {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 6px;
  opacity: 0.95;
  text-transform: uppercase;
}

.tdp-site-event-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}
.tdp-site-event-category {
  font-size: 10px;
  font-weight: 700;
  color: #ff5e7a;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tdp-site-event-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tdp-site-event-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 4px;
}
.tdp-site-event-dot { color: rgba(255, 255, 255, 0.35); }


/* ==========================================================================
   Contact — cozy cream surface
   ========================================================================== */

.tdp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .tdp-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .tdp-contact-grid { grid-template-columns: 1fr; }
}

.tdp-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 15, 0.07);
  box-shadow: 0 1px 2px rgba(10, 10, 15, 0.04);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s ease,
    transform 0.22s ease,
    box-shadow 0.25s ease,
    background 0.2s ease;
}
.tdp-contact-card--link:hover {
  border-color: rgba(196, 30, 58, 0.3);
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 16px 32px -18px rgba(10, 10, 15, 0.2);
}

.tdp-contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.1);
  color: #c41e3a;
}
.tdp-contact-icon svg {
  width: 22px;
  height: 22px;
}
.tdp-contact-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.tdp-contact-label {
  font-size: 10.5px;
  font-weight: 700;
  color: #c41e3a;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.tdp-contact-value {
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0f;
  line-height: 1.35;
  word-break: break-word;
}
.tdp-contact-empty {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid rgba(10, 10, 15, 0.07);
  border-radius: 10px;
  text-align: center;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a5568;
}
.tdp-contact-empty p { margin: 0; }


/* ==========================================================================
   Join CTA — full-bleed red culmination
   ========================================================================== */

.tdp-site-join-cta {
  position: relative;
  padding-block: clamp(80px, 10vw, 130px);
  background:
    radial-gradient(ellipse at 15% 10%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(135deg, #c41e3a 0%, #8a1429 60%, #5a0d1a 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.tdp-site-join-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(135deg, transparent 0%, black 90%);
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, black 90%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.tdp-site-join-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 880px) {
  .tdp-site-join-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.tdp-site-join-cta .tdp-site-eyebrow {
  color: #fff;
  margin-bottom: 16px;
}
.tdp-site-join-cta .tdp-site-eyebrow-bar {
  background: #fff;
}
.tdp-site-join-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  color: #fff;
  max-width: 720px;
}
.tdp-site-join-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 880px) {
  .tdp-site-join-actions { justify-content: center; }
}
.tdp-site-join-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 18px 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  background: #fff;
  color: #c41e3a;
  box-shadow:
    0 14px 32px -8px rgba(0, 0, 0, 0.35),
    0 2px 6px -2px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}
.tdp-site-join-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 40px -10px rgba(0, 0, 0, 0.4),
    0 4px 10px -2px rgba(0, 0, 0, 0.3);
}


/* ==========================================================================
   Scroll-driven reveals (modern browsers; plain fallback otherwise)
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .tdp-site-section {
      animation: tdp-fade-up linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 30%;
    }
  }
}
@keyframes tdp-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ==========================================================================
   Reduced motion — strip every animation + transform
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .tdp-site-seal::after,
  .tdp-site-section {
    animation: none !important;
  }
  .tdp-site-cta-primary,
  .tdp-contact-card,
  .tdp-site-news-card,
  .tdp-site-news-cover img,
  .tdp-site-news-cta span[aria-hidden],
  .tdp-site-event-card,
  .tdp-site-join-primary,
  .tdp-site-section-link {
    transition: none !important;
  }
  .tdp-site-cta-primary:hover,
  .tdp-contact-card--link:hover,
  .tdp-site-news-card:hover,
  .tdp-site-news-card:hover .tdp-site-news-cover img,
  .tdp-site-news-card:hover .tdp-site-news-cta span[aria-hidden],
  .tdp-site-event-card:hover,
  .tdp-site-join-primary:hover,
  .tdp-site-section-link:hover {
    transform: none !important;
  }
}
