@charset "UTF-8";

/* LESSON page — page-specific styles (shared bits live in site-nav.css) */

.lesson-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #e8e8e8;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lesson-catch {
  font-size: 1.05em;
  color: #cccccc;
  border-left: 2px solid #cccccc;
  padding-left: 16px;
  margin: 40px 0 60px;
  line-height: 2;
}

.lesson-section { margin: 60px 0; }
.lesson-section h2 {
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.lesson-for-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lesson-for-list li {
  padding: 10px 0;
  border-bottom: 1px solid #333333;
  color: #e0e0e0;
  font-size: 0.95em;
}
.lesson-for-list li::before {
  content: "— ";
  color: #888888;
}

.lesson-genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}
.lesson-genre-tags span {
  border: 1px solid #666666;
  padding: 4px 14px;
  font-size: 0.78em;
  letter-spacing: 0.1em;
  color: #cccccc;
}

.lesson-content-text {
  color: #d0d0d0;
  font-size: 0.93em;
  margin-top: 16px;
}

.lesson-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
.lesson-price-table tr { border-bottom: 1px solid #2a2a2a; }
.lesson-price-table td {
  padding: 16px 8px;
  font-size: 0.93em;
  color: #e0e0e0;
}
.lesson-price-table td:not(:first-child) {
  text-align: right;
  color: #e8e8e8;
  font-size: 1.05em;
  letter-spacing: 0.05em;
}
.lesson-price-table th {
  padding: 10px 8px 6px;
  font-size: 0.72em;
  letter-spacing: 0.15em;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
}
.lesson-price-table th:not(:first-child) { text-align: right; }
.lesson-price-note {
  font-size: 0.78em;
  color: #999999;
  margin-top: 14px;
}

.lesson-location-block {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #2a2a2a;
}
.lesson-location-block h3 {
  font-size: 0.78em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0 0 10px;
}
.lesson-location-block p {
  font-size: 0.9em;
  color: #d0d0d0;
  margin: 0;
}

.lesson-cta {
  margin: 80px 0 40px;
  text-align: center;
}
.lesson-cta p {
  color: #bbbbbb;
  font-size: 0.88em;
  margin-bottom: 28px;
  line-height: 2;
}
.lesson-cta a {
  display: inline-block;
  border: 1px solid #aaaaaa;
  color: #e8e8e8;
  text-decoration: none;
  padding: 14px 48px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.lesson-cta a:hover {
  background: #e8e8e8;
  color: #111111;
}
