/* ===========================
   ELEMENTTIEN LINJAUKSET – TYYLIT
   =========================== */

:root {
  --forest:       #2d5a52;
  --forest-dark:  #1e3d38;
  --forest-light: #e6f0ed;
  --forest-mid:   #c4d8d2;
}

/* HERO */
.ln-hero {
  background: var(--forest-light);
  padding: 100px 0 72px;
  overflow: hidden;
}
.ln-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ln-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ret-back--forest { color: var(--forest); }
.ret-back--forest:hover { color: var(--forest-dark); }
.ln-hero__label {
  display: inline-block;
  background: var(--forest);
  color: var(--white);
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ln-hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.ln-hero h1 span { color: var(--forest); }
.ln-hero__tagline {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--forest);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ln-hero__desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 24px;
}
.ln-hero__dates {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
}
.ln-sep { color: var(--forest); font-weight: 400; }
.ln-hero__meta-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  width: 100%;
}
.ln-meta-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--forest-mid);
  border-radius: var(--radius);
  padding: 12px 16px;
}
.ln-meta-chip > span { font-size: 1.3rem; flex-shrink: 0; }
.ln-meta-chip div { display: flex; flex-direction: column; }
.ln-meta-chip strong { font-size: 0.88rem; font-weight: 700; color: var(--dark); }
.ln-meta-chip span { font-size: 0.78rem; color: var(--mid); }
.btn--forest {
  background: var(--forest);
  color: var(--white);
  border-color: var(--forest);
}
.btn--forest:hover {
  background: var(--forest-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45,90,82,0.35);
}
.ln-hero__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ln-hero__poster img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.2);
  transform: rotate(-1.5deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ln-hero__poster img:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
}

/* MITÄ SAAT */
.ln-included {
  padding: 80px 0;
  background: var(--forest);
  color: var(--white);
}
.ln-included__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.ln-included__text h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--white);
}
.ln-included__text p {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  line-height: 1.7;
}
.ln-included__list-wrap {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 32px;
}
.ln-included__list-wrap h3 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest-mid);
  margin-bottom: 20px;
}
.ln-checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ln-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
}
.ln-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--forest-mid);
  color: var(--forest-dark);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* SESSIOT */
.ln-sessions {
  padding: 80px 0;
  background: var(--forest-light);
}
.ln-session-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
}
.ln-session {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--transition);
  border-left: 6px solid transparent;
}
.ln-session:hover { transform: translateX(6px); box-shadow: var(--shadow-lg); }
.ln-session--maa  { border-left-color: #7c5c2e; }
.ln-session--vesi { border-left-color: #3b8fd4; }
.ln-session--tuli { border-left-color: #e05c2a; }
.ln-session--ilma { border-left-color: #5ab4a0; }
.ln-session--eetteri { border-left-color: var(--violet); }

.ln-session__head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--light);
}
.ln-session__date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 56px;
}
.ln-session__day {
  font-size: 1rem;
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
}
.ln-session__element-icon { font-size: 1.8rem; }
.ln-session__element-name {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 6px;
}
.ln-session h3 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin-bottom: 6px;
}
.ln-session__subtitle {
  font-size: 0.88rem;
  color: var(--mid);
  line-height: 1.5;
}
.ln-session__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px 22px;
  flex-wrap: wrap;
}
.ln-session__points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ln-session__points li {
  font-size: 0.88rem;
  color: var(--mid);
  padding-left: 16px;
  position: relative;
}
.ln-session__points li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--forest);
  font-size: 0.8rem;
}
.ln-session__asanas {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--forest-light);
  border-radius: 10px;
  padding: 12px 18px;
  min-width: 240px;
}
.ln-asanas-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
}
.ln-session__asanas span:last-child {
  font-size: 0.88rem;
  color: var(--dark);
  font-style: italic;
}

/* JATKOSARJA CTA */
.ln-next {
  padding: 80px 0;
  background: var(--forest-dark);
}
.ln-next__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.ln-next__text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.ln-next__text p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 600px;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .ln-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .ln-hero__content { align-items: center; text-align: center; }
  .ln-hero__meta-grid { align-items: stretch; }
  .ln-hero__dates { justify-content: center; }
  .ln-hero__poster img { max-width: 320px; transform: none; }
  .ln-included__inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 680px) {
  .ln-session__head { flex-direction: column; gap: 12px; padding: 20px 20px 14px; }
  .ln-session__date-block { flex-direction: row; }
  .ln-session__body { flex-direction: column; padding: 16px 20px 20px; }
  .ln-session__asanas { min-width: unset; width: 100%; }
  .ln-next__inner { flex-direction: column; text-align: center; }
  .ln-hero__poster img { max-width: 260px; }
}
