/* 70-meditation-page.css
   Navigating The Overwhelm Meditation Series
   Web layout version, natural height, full hero image, no forced poster crop.
*/

.cp-overwhelm-sheet-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 42px 18px;
  background: #f5f0e7;
  box-sizing: border-box;
}

.cp-overwhelm-sheet {
  width: min(100%, 1100px);
  background: #f7f2e8;
  color: #102333;
  font-family: Georgia, "Times New Roman", serif;
  position: relative;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(168, 115, 32, 0.42);
}

.cp-overwhelm-sheet * {
  box-sizing: border-box;
}

.cp-ot-hero {
  padding: 34px 42px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #071624;
}

.cp-ot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(7, 22, 36, 0.78) 43%, rgba(7, 22, 36, 0.22)),
    radial-gradient(circle at 78% 42%, rgba(245, 210, 139, 0.28), transparent 22%),
    linear-gradient(135deg, rgba(117, 149, 166, 0.18), transparent 60%);
  z-index: 0;
}

.cp-ot-hero::after {
  content: "◌";
  position: absolute;
  right: 70px;
  top: 42px;
  font-size: 150px;
  line-height: 1;
  color: rgba(244, 210, 143, 0.18);
  z-index: 0;
}

.cp-ot-hero.cp-ot-hero-image {
  padding: 0;
  background: #071624;
  overflow: visible;
}

.cp-ot-hero.cp-ot-hero-image::before,
.cp-ot-hero.cp-ot-hero-image::after {
  display: none;
}

.cp-ot-hero.cp-ot-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cp-ot-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.cp-ot-kicker {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d7a85f;
  margin-bottom: 10px;
  font-weight: 700;
}

.cp-ot-title {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.cp-ot-subtitle {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 15px;
  background: rgba(215, 168, 95, 0.88);
  color: #071624;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.cp-ot-desc {
  margin: 15px 0 0;
  max-width: 590px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.cp-ot-badge {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 24px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  border: 1px solid rgba(215, 168, 95, 0.9);
  background: rgba(7, 22, 36, 0.86);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-ot-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fbf7ef;
  border-bottom: 1px solid rgba(13, 42, 62, 0.16);
}

.cp-ot-feature {
  padding: 18px 14px 16px;
  text-align: center;
  border-right: 1px solid rgba(168, 115, 32, 0.26);
}

.cp-ot-feature:last-child {
  border-right: 0;
}

.cp-ot-feature-symbol {
  font-size: 29px;
  line-height: 1;
  color: #a87320;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
}

.cp-ot-feature-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0b2b3f;
}


/* Feature title colors matched to SVG icon series */
.cp-ot-feature:nth-child(1) .cp-ot-feature-title {
  color: #2d778c;
}

.cp-ot-feature:nth-child(2) .cp-ot-feature-title {
  color: #65005f;
}

.cp-ot-feature:nth-child(3) .cp-ot-feature-title {
  color: #b7652d;
}

.cp-ot-feature:nth-child(4) .cp-ot-feature-title {
  color: #2b6f7b;
}

.cp-ot-feature:nth-child(5) .cp-ot-feature-title {
  color: #101d4b;
}

.cp-ot-feature:nth-child(6) .cp-ot-feature-title {
  color: #a14e1c;
}


.cp-ot-feature-title {
  min-height: 2.4em;
}

.cp-ot-feature-copy {
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  color: #314353;
}

.cp-ot-body {
  padding: 30px 32px 0;
  background: linear-gradient(180deg, #f7f2e8 0%, #f3ecdf 100%);
}

.cp-ot-main-heading {
  text-align: center;
  margin-bottom: 22px;
}

.cp-ot-main-heading h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #0b2233;
  font-size: clamp(22px, 2.8vw, 30px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cp-ot-main-heading p {
  margin: 9px auto 0;
  max-width: 760px;
  font-family: Arial, Helvetica, sans-serif;
  color: #334452;
  font-size: 15px;
  line-height: 1.45;
}

.cp-ot-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.cp-ot-card {
  grid-column: span 3;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(13, 42, 62, 0.14);
  border-radius: 10px;
  min-height: 0;
  padding: 16px 15px 14px;
  position: relative;
}

.cp-ot-card.attention,
.cp-ot-card.identity,
.cp-ot-card.closing,
.cp-ot-card.cp-wide {
  grid-column: span 4;
}

.cp-ot-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.cp-ot-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2c477;
  flex: 0 0 auto;
  border: 0px solid rgba(168, 115, 32, 0.45);
}

.cp-ot-icon-symbol {
  font-size: 23px;
  line-height: 1;
}

.cp-ot-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 0.98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b2b3f;
}

.cp-ot-card.opening {
  --cp-ot-accent: #a85f1e;
}

.cp-ot-card.recalibration {
  --cp-ot-accent: #0f7480;
}

.cp-ot-card.nervous {
  --cp-ot-accent: #164f80;
}

.cp-ot-card.hard {
  --cp-ot-accent: #653a78;
}

.cp-ot-card.attention {
  --cp-ot-accent: #a87320;
}

.cp-ot-card.identity {
  --cp-ot-accent: #56733d;
}

.cp-ot-card.closing {
  --cp-ot-accent: #132f5f;
}

.cp-ot-card h3 {
  color: var(--cp-ot-accent, #0b2b3f);
}
.cp-ot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cp-ot-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: #172b3a;
}

.cp-ot-number {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--cp-ot-accent, #a87320);
  color: #f5f0e7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.cp-ot-duration {
  font-size: 10.5px;
  color: #233747;
  white-space: nowrap;
}

.cp-ot-card-note {
  margin: 10px 2px 0;
  padding-top: 10px;
  border-top: 1px solid rgba(13, 42, 62, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  color: #344654;
  font-size: 11.5px;
  line-height: 1.38;
  text-align: center;
}

.cp-ot-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 12px;
  margin-top: 14px;
}

.cp-ot-companion {
  background: #071624;
  color: #fff;
  padding: 18px 20px;
  min-height: 112px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cp-ot-companion::after {
  content: "✺";
  position: absolute;
  right: 16px;
  bottom: 4px;
  color: rgba(215, 168, 95, 0.18);
  font-size: 78px;
  line-height: 1;
}

.cp-ot-companion h3 {
  margin: 0 0 9px;
  color: #d7a85f;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  line-height: 1.35;
}

.cp-ot-companion p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  z-index: 1;
}

.cp-ot-overwhelm-box {
  border: 1px solid rgba(168, 115, 32, 0.65);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.56);
  padding: 16px 18px 15px;
  min-height: 112px;
}

.cp-ot-overwhelm-box h3 {
  margin: 0 0 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0b2233;
}

.cp-ot-overwhelm-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}

.cp-ot-overwhelm-item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #213646;
}

.cp-ot-overwhelm-symbol {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  color: #a87320;
  margin-bottom: 6px;
}

.cp-ot-footer {
  margin-top: 14px;
  padding: 18px 20px 20px;
  background: #071624;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.cp-ot-footer-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  color: #fff;
}

.cp-ot-footer-main span {
  color: #d7a85f;
  font-style: italic;
}

.cp-ot-footer-small {
  margin-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

/* Feature SVG icon sizing */
.cp-ot-feature {
  min-width: 0;
  overflow: hidden;
}

.cp-ot-feature-symbol.cp-ot-feature-icon {
  width: 100%;
  height: 54px;
  max-height: 54px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: inherit;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cp-ot-feature-symbol.cp-ot-feature-icon img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.cp-ot-feature:nth-child(2) .cp-ot-feature-icon img,
.cp-ot-feature:nth-child(3) .cp-ot-feature-icon img {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
}

/* Optional card SVG support */
.cp-ot-icon img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 980px) {
  .cp-overwhelm-sheet-wrap {
    padding: 28px 14px;
  }

  .cp-ot-features {
    grid-template-columns: repeat(3, 1fr);
  }

  .cp-ot-feature:nth-child(3n) {
    border-right: 0;
  }

  .cp-ot-feature:nth-child(n + 4) {
    border-top: 1px solid rgba(168, 115, 32, 0.18);
  }

  .cp-ot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-ot-card,
  .cp-ot-card.attention,
  .cp-ot-card.identity,
  .cp-ot-card.closing {
    grid-column: span 1;
  }

  .cp-ot-card.cp-wide {
    grid-column: span 2;
  }

  .cp-ot-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cp-overwhelm-sheet-wrap {
    padding: 18px 10px;
  }

  .cp-overwhelm-sheet {
    width: 100%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  }

  .cp-ot-hero {
    padding: 28px 22px 24px;
  }

  .cp-ot-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
    width: auto;
    height: auto;
    border-radius: 999px;
  }

  .cp-ot-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-ot-feature,
  .cp-ot-feature:nth-child(3n) {
    border-right: 1px solid rgba(168, 115, 32, 0.26);
  }

  .cp-ot-feature:nth-child(even) {
    border-right: 0;
  }

  .cp-ot-feature:nth-child(n + 3) {
    border-top: 1px solid rgba(168, 115, 32, 0.18);
  }

  .cp-ot-body {
    padding: 24px 16px 0;
  }

  .cp-ot-main-heading h2 {
    letter-spacing: 0.12em;
  }

  .cp-ot-grid {
    grid-template-columns: 1fr;
  }

  .cp-ot-card,
  .cp-ot-card.attention,
  .cp-ot-card.identity,
  .cp-ot-card.closing,
  .cp-ot-card.cp-wide {
    grid-column: span 1;
  }

  .cp-ot-card.cp-wide {
    grid-column: span 1;
  }

  .cp-ot-list li {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .cp-ot-duration {
    grid-column: 2;
  }

  .cp-ot-overwhelm-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .cp-ot-features,
  .cp-ot-overwhelm-items {
    grid-template-columns: 1fr;
  }

  .cp-ot-feature,
  .cp-ot-feature:nth-child(3n),
  .cp-ot-feature:nth-child(even) {
    border-right: 0;
  }

  .cp-ot-feature + .cp-ot-feature {
    border-top: 1px solid rgba(168, 115, 32, 0.18);
  }

}


/* Section card SVG icons */
.cp-ot-icon {
  overflow: hidden;
}

.cp-ot-icon img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Bottom overwhelm SVG icons */
.cp-ot-overwhelm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.cp-ot-overwhelm-icon img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Category card SVG icons, final override */
.cp-ot-card-head .cp-ot-icon {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f2c477 !important;
  flex: 0 0 62px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.cp-ot-card-head .cp-ot-icon img {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}