/* ===== Force placeholder pages (Wood, Fire, Earth, Metal) ===== */
body.force-body {
  background: #1a1208;
}

.force-page {
  background: #1a1208;
  color: #e8dcc8;
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 96px;
  text-align: center;
}

.force-page-name {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6a5a40;
  margin-bottom: 32px;
}

.force-page-state {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 400;
  color: #f5efe4;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 20px;
  max-width: 480px;
}

.force-page-wisdom {
  font-size: clamp(14px, 2vw, 17px);
  color: #a89060;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 420px;
  opacity: 0.9;
}

.force-page-note {
  font-size: 13px;
  color: #6a5a40;
  letter-spacing: 1px;
  margin-bottom: 36px;
  font-style: italic;
}

.force-page-back {
  font-size: 13px;
  color: #b8a878;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: color 0.25s ease;
}

.force-page-back:hover {
  color: #e8c96a;
}

/* ===== Force editorial pages — single-column journal flow ===== */
body.force-editorial-body {
  background: #faf8f4;
  color: #2c2416;
}

.force-editorial {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Hero — centered */
.force-hero {
  text-align: center;
  padding: 112px 0 88px;
  border-bottom: 1px solid rgba(44, 36, 22, 0.08);
}

.force-hero-title {
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 400;
  letter-spacing: 6px;
  font-variant: small-caps;
  color: #2c2416;
  margin-bottom: 28px;
  line-height: 1.2;
}

.force-hero-subtitle {
  font-size: clamp(15px, 2vw, 17px);
  color: #7a7060;
  line-height: 1.85;
  font-style: italic;
  max-width: 420px;
  margin: 0 auto;
}

/* Sections — vertical reading flow */
.force-section {
  padding: 88px 0;
  border-bottom: 1px solid rgba(44, 36, 22, 0.06);
}

.force-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a09888;
  margin-bottom: 28px;
  text-align: left;
}

/* Article — left-aligned editorial */
.force-article-title {
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #2c2416;
  margin-bottom: 44px;
  line-height: 1.35;
  text-align: left;
}

.force-article-body {
  max-width: 760px;
  text-align: left;
}

.force-article-body p {
  font-size: 16px;
  line-height: 1.95;
  color: #4a4030;
  margin-bottom: 28px;
}

.force-article-body p:last-child {
  margin-bottom: 0;
}

.force-article-body .force-article-lead {
  font-size: 17px;
  color: #2c2416;
  font-style: italic;
}

.force-article-body .force-article-turn {
  color: #2c2416;
}

/* Water Film */
.force-section.force-film {
  padding-left: 0;
  padding-right: 0;
}

.force-film-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.force-section.force-film .force-section-label,
.force-film-caption {
  text-align: center;
}

.force-film-caption {
  font-size: 14px;
  color: #8a8070;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 32px;
}

.force-film-frame {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #e8e2d8;
}

.force-film-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.force-film-video::-webkit-media-controls {
  display: none !important;
}

/* Practice — editorial quote block */
.force-section.force-practice-block {
  padding: 120px 0;
  text-align: center;
}

.force-practice-label {
  text-align: center;
  margin-bottom: 48px;
}

.force-practice-quote {
  margin: 0 auto;
  padding: 0;
  border: none;
  max-width: 480px;
}

.force-practice-lead {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.5;
  color: #2c2416;
  font-style: italic;
  margin-bottom: 32px;
  letter-spacing: 0.3px;
}

.force-practice-sub {
  font-size: 15px;
  line-height: 2.1;
  color: #8a8070;
  font-style: italic;
}

/* Objects — three across */
.force-objects-title {
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #2c2416;
  margin-bottom: 14px;
  line-height: 1.35;
  text-align: left;
}

.force-objects-note {
  text-align: left;
  font-size: 14px;
  color: #8a8070;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 32px;
}

.force-objects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 22px;
  width: 100%;
}

.force-object {
  text-align: left;
  text-decoration: none;
  color: inherit;
  display: block;
}

.force-object-image {
  aspect-ratio: 3 / 4;
  background: #e8e2d8;
  margin-bottom: 18px;
  overflow: hidden;
}

.force-object-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92);
  transition: filter 0.4s ease;
}

.force-object:hover .force-object-image img {
  filter: saturate(1);
}

.force-object-name {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #4a4030;
  font-weight: 400;
}

.force-objects-cta {
  display: inline-block;
  margin-top: 52px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6a6050;
  text-decoration: none;
  transition: color 0.25s ease;
}

.force-objects-cta:hover {
  color: #2c2416;
}

/* Explore */
.force-explore {
  text-align: center;
  padding: 96px 0 120px;
  border-bottom: none;
}

.force-explore .force-section-label {
  text-align: center;
  margin-bottom: 32px;
}

.force-explore-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
}

.force-explore-links a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6a6050;
  text-decoration: none;
  transition: color 0.25s ease;
}

.force-explore-links a:hover {
  color: #2c2416;
}

/* Deeper reflection — lightweight Element Profile entry */
.force-deeper {
  text-align: center;
  padding: 0 0 88px;
  border-bottom: none;
}

.force-deeper .force-deeper-label {
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 3px;
  color: #b0a898;
}

.force-deeper-title {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #4a4030;
  margin: 0 0 16px;
  line-height: 1.4;
}

.force-deeper-body {
  max-width: 480px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.75;
  color: #8a8070;
}

.force-deeper-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #8a8070;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 128, 112, 0.3);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.force-deeper-link:hover {
  color: #2c2416;
  border-color: rgba(44, 36, 22, 0.4);
}

@media (max-width: 680px) {
  .force-editorial {
    padding: 0 24px;
  }

  .force-hero {
    padding: 80px 0 72px;
  }

  .force-section {
    padding: 64px 0;
  }

  .force-section.force-practice-block {
    padding: 88px 0;
  }

  .force-objects-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 384px;
  }

  .force-explore {
    padding-bottom: 96px;
  }

  .force-explore-links {
    flex-direction: column;
    gap: 20px;
  }

  .force-deeper {
    padding-bottom: 72px;
  }
}
