/* =========================================================
   LINKED 56 — dedicated page styles
   5th–6th grade tweens. Hope Tweens sub-brand · 1 Peter 2:9.
   Design language: dark artistic hero · bright blue logo card ·
   light minimal sections with airy typography.
   ========================================================= */

:root {
  --linked-teal:        #5DCFD6;
  --linked-teal-deep:   #2BA8B1;
  --linked-blue:        #1f7bff;
  --linked-blue-light:  #4ea0ff;
  --linked-blue-deep:   #0b4ec1;
  --linked-ink:         #0e1116;
}

/* =========================================================
   1 · Dark artistic hero
   Mood: warm-toned geometric shards over a near-black canvas.
   ========================================================= */
.l56-hero {
  position: relative;
  background: #0a0c10;
  color: #fff;
  padding: 92px 0 96px;
  overflow: hidden;
  isolation: isolate;
}
.l56-hero-art {
  position: absolute; inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 60% 40% at 75% 30%, rgba(177, 47, 28, 0.55), transparent 60%),
    radial-gradient(ellipse 55% 45% at 20% 80%, rgba(86, 32, 92, 0.55), transparent 65%),
    radial-gradient(ellipse 50% 50% at 95% 90%, rgba(33, 110, 120, 0.55), transparent 65%),
    linear-gradient(135deg, #14191e 0%, #0a0c10 60%, #050608 100%);
}
.l56-shard {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(0.4px);
  opacity: 0.78;
}
.l56-shard-1 {
  top: -10%; right: 8%;
  width: 520px; height: 520px;
  background: linear-gradient(135deg, #c9472a 0%, #6f1c14 100%);
  clip-path: polygon(50% 0, 100% 18%, 78% 100%, 22% 84%, 0 38%);
  transform: rotate(-18deg);
  opacity: 0.55;
}
.l56-shard-2 {
  top: 18%; right: -8%;
  width: 380px; height: 380px;
  background: linear-gradient(140deg, #d97a3a 0%, #883815 100%);
  clip-path: polygon(0 24%, 64% 0, 100% 56%, 46% 100%, 12% 78%);
  transform: rotate(22deg);
  opacity: 0.6;
}
.l56-shard-3 {
  bottom: -12%; left: -6%;
  width: 460px; height: 460px;
  background: linear-gradient(160deg, #3a1a4a 0%, #6e3578 100%);
  clip-path: polygon(28% 0, 100% 22%, 84% 100%, 14% 92%, 0 46%);
  transform: rotate(8deg);
  opacity: 0.58;
}
.l56-shard-4 {
  bottom: 8%; right: 18%;
  width: 280px; height: 280px;
  background: linear-gradient(180deg, #2e7f8a 0%, #134b56 100%);
  clip-path: polygon(50% 0, 100% 40%, 78% 100%, 18% 86%, 0 28%);
  transform: rotate(-12deg);
  opacity: 0.5;
}
.l56-shard-5 {
  top: 32%; left: 12%;
  width: 220px; height: 220px;
  background: linear-gradient(135deg, #b03825 0%, #4c1306 100%);
  clip-path: polygon(40% 0, 100% 28%, 86% 92%, 24% 100%, 0 36%);
  transform: rotate(28deg);
  opacity: 0.45;
}
.l56-shard-6 {
  top: 60%; left: 38%;
  width: 200px; height: 200px;
  background: linear-gradient(135deg, #7d3a16 0%, #311406 100%);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 16% 88%, 0 30%);
  transform: rotate(-32deg);
  opacity: 0.42;
}

.l56-hero-inner {
  position: relative;
  max-width: 760px;
}
.l56-hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #fff;
}
.l56-hero-eyebrow {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.74);
  margin: 0 0 32px;
}
.l56-hero-lead {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  max-width: 660px;
  margin: 0 0 32px;
}
.l56-hero-lead em { font-style: italic; color: #fff; }
.l56-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.l56-hero-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}
.l56-hero-btn:hover {
  background: #fff;
  color: var(--linked-ink);
}

/* =========================================================
   2 · Hope Tweens brand card
   Bright blue gradient card centered on white, then body copy.
   ========================================================= */
.l56-brand {
  background: #fff;
  padding: 96px 0 80px;
}
.l56-brand-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 56px;
}
.l56-brand-card {
  position: relative;
  width: min(720px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: linear-gradient(110deg, #4cc8f5 0%, #1d9ce5 50%, #1879c8 100%);
  box-shadow:
    0 28px 72px -22px rgba(24, 121, 200, 0.55),
    0 8px 24px -8px rgba(24, 121, 200, 0.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 40px 30px 36px;
  overflow: hidden;
}
.l56-brand-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(76, 200, 245, 0.0) 30%, rgba(11, 78, 193, 0.25) 100%);
  pointer-events: none;
}
.l56-brand-card img {
  position: relative; z-index: 1;
  width: 60%; max-width: 320px;
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
  margin-bottom: 6px;
}
.l56-brand-card-mark {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
}
.l56-brand-card-hope {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.06em;
  color: #0e1116;
}
.l56-brand-card-tweens {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(14px, 1.8vw, 18px);
  letter-spacing: 0.42em;
  color: rgba(14, 17, 22, 0.7);
  margin-top: 8px;
}
.l56-brand-copy {
  max-width: 780px;
  text-align: center;
}
.l56-brand-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--linked-ink);
  margin: 0 0 22px;
}
.l56-brand-body {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--fg-2);
  margin: 0;
}

/* When / Who / What to Expect — definition list */
.l56-meta {
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.l56-meta-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(14, 17, 22, 0.08);
}
.l56-meta-row:last-child { border-bottom: 0; padding-bottom: 0; }
.l56-meta-row dt {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--linked-ink);
  margin: 0;
}
.l56-meta-row dd {
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-2);
  margin: 0;
}

/* =========================================================
   3 · Sunday / Wednesday / Calendar — clean light blocks
   ========================================================= */
.l56-block {
  background: #fff;
  padding: 56px 0 72px;
}
.l56-block + .l56-block { padding-top: 24px; }
.l56-block-inner {
  max-width: 940px;
  margin: 0 auto;
}
.l56-block-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  color: var(--linked-ink);
  margin: 0 0 8px;
}
.l56-block-times {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--linked-ink);
  margin: 0 0 28px;
}
.l56-block-body {
  font-size: 16px;
  line-height: 1.85;
  color: var(--fg-2);
  margin: 0 0 18px;
  max-width: 820px;
}
.l56-block-body:last-child { margin-bottom: 0; }

/* Photo strip between Wednesday and Calendar */
.l56-photo-section {
  background: #fff;
  padding: 40px 0 56px;
}
.l56-photo-frame {
  max-width: 940px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}
.l56-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* Calendar inherits block styles but adds a frame */
.l56-calendar-section { padding-bottom: 96px; }
.l56-calendar-frame {
  margin-top: 32px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.08);
  border-radius: 12px;
  padding: 12px;
  min-height: 540px;
}
.l56-calendar-frame .subsplash-embed-host { min-height: 520px; }

/* =========================================================
   4 · CTA band — dark, simple
   ========================================================= */
.l56-cta {
  padding: 104px 0 96px;
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(31, 123, 255, 0.32), transparent 65%),
    radial-gradient(ellipse 50% 40% at 15% 90%, rgba(11, 78, 193, 0.32), transparent 65%),
    linear-gradient(135deg, #0a0c10 0%, #060709 100%);
  color: #fff;
  text-align: center;
}
.l56-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}
.l56-cta-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: #fff;
  margin: 0 0 18px;
}
.l56-cta-body {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 36px;
  max-width: 600px;
}
.l56-cta-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 28px;
}
.l56-cta-back a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  opacity: 0.78;
}
.l56-cta-back a:hover { opacity: 1; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .l56-hero { padding: 72px 0 80px; }
  .l56-shard-1 { width: 360px; height: 360px; }
  .l56-shard-2 { width: 280px; height: 280px; }
  .l56-shard-3 { width: 320px; height: 320px; }
  .l56-shard-4, .l56-shard-5, .l56-shard-6 { width: 200px; height: 200px; }
  .l56-brand { padding: 72px 0 64px; }
  .l56-brand-inner { gap: 40px; }
  .l56-block { padding: 40px 0 56px; }
  .l56-block + .l56-block { padding-top: 16px; }
  .l56-cta { padding: 80px 0 72px; }
}
@media (max-width: 720px) {
  .l56-hero { padding: 64px 0 72px; }
  .l56-hero-eyebrow { margin-bottom: 24px; }
  .l56-hero-lead { font-size: 15px; line-height: 1.7; }
  .l56-hero-btn { padding: 12px 22px; font-size: 12px; letter-spacing: 0.16em; }
  .l56-brand-card { aspect-ratio: 4 / 3; padding: 32px 22px; }
  .l56-brand-card img { width: 65%; }
  .l56-brand-body { font-size: 15px; line-height: 1.75; }
  .l56-meta-row { grid-template-columns: 1fr; gap: 4px; }
  .l56-meta-row dt { font-size: 12.5px; }
  .l56-photo-section { padding: 24px 0 40px; }
  .l56-calendar-frame { padding: 8px; }
}
