/* =============================================
   SheWhoRests - Circles Page
   ============================================= */



/* =========================================
   HERO
   ========================================= */
.cp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cp-hero-bg {
  position: absolute;
  inset: 0;
}
.cp-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 10, 5, 0.28) 0%,
    rgba(20, 10, 5, 0.45) 55%,
    rgba(20, 10, 5, 0.65) 100%
  );
}

.cp-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--cream);
}

/* Badge */
.cp-hero-badge {
  width: 220px;
  height: 220px;
  margin-bottom: 36px;
  filter: drop-shadow(0 4px 20px rgba(20, 10, 5, 0.35));
}

.cp-hero-tagline {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  color: var(--cream);
  margin-bottom: 18px;
  max-width: 560px;
}

.cp-hero-sub {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.78);
  max-width: 500px;
  margin-bottom: 44px;
}

.cp-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.65);
  transition: color var(--transition);
}
.cp-hero-scroll svg {
  width: 18px;
  height: 18px;
  transition: transform var(--transition);
}
.cp-hero-scroll:hover { color: var(--cream); }
.cp-hero-scroll:hover svg { transform: translateY(5px); }


/* =========================================
   WHY WE GATHER
   ========================================= */
.cp-why {
  position: relative;
  overflow: hidden;
  background-color: var(--cream);
  padding: 110px 40px;
}

.cp-why-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cp-why-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 20px;
}

.cp-why-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 44px;
}

.cp-why-body {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: var(--ink-mid);
  margin-bottom: 22px;
}

.cp-why-pullquote {
  margin: 48px auto 0;
  max-width: 600px;
  padding: 36px 44px;
  border-top: 1px solid rgba(37, 94, 97, 0.22);
  border-bottom: 1px solid rgba(37, 94, 97, 0.22);
}
.cp-why-pullquote p {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--forest);
}

/* Botanical decorations - top-right */
.cp-botanical {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.cp-botanical--why-tr {
  top: 0;
  right: 0;
  width: 340px;
  height: 280px;
}
.cp-botanical--why-bl {
  bottom: 10px;
  left: 0;
  width: 250px;
  height: 200px;
}


/* =========================================
   WAVE HELPERS
   ========================================= */
.cp-wave {
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin-bottom: -2px;
}
.cp-wave svg {
  display: block;
  width: 100%;
  height: clamp(44px, 5vw, 68px);
}


/* =========================================
   CIRCLE SECTIONS - shared
   ========================================= */
.cp-circle-section {
  position: relative;
  overflow: hidden;
  padding: 110px 40px;
}

.cp-circle-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Eyebrow */
.cp-circle-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 16px;
}

/* Heading */
.cp-circle-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 24px;
}

/* Description */
.cp-circle-desc {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: var(--ink-mid);
  margin-bottom: 32px;
}

/* Format list */
.cp-circle-format {
  list-style: none;
  margin-bottom: 36px;
}
.cp-circle-format li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink-mid);
  margin-bottom: 8px;
}
.cp-circle-format li::before {
  content: '✦';
  font-size: 0.6rem;
  color: var(--terra);
  flex-shrink: 0;
  opacity: 0.75;
  margin-top: 2px;
}

/* Practical details row */
.cp-circle-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
.cp-circle-detail {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cp-circle-detail-label {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.75;
}
.cp-circle-detail-value {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--ink);
}

/* Notebook note */
.cp-circle-note {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 28px;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  opacity: 0.85;
}

/* Free badge */
.cp-free-badge {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid var(--forest);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 8px;
}

/* CTA buttons */
.cp-btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--forest);
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color var(--transition);
}
.cp-btn-primary:hover {
  background-color: var(--ink);
}

.cp-btn-outline {
  display: inline-block;
  padding: 14px 32px;
  background-color: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color var(--transition), color var(--transition);
}
.cp-btn-outline:hover {
  background-color: var(--forest);
  color: var(--cream);
}

/* Circular photo */
.cp-circle-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-circle-photo {
  width: 440px;
  height: 440px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(42, 34, 24, 0.15);
  outline: 1.5px solid rgba(37, 94, 97, 0.4);
  outline-offset: 6px;
  flex-shrink: 0;
}
.cp-circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Circle One - cream-dark bg */
.cp-circle-one {
  background-color: var(--cream-dark);
}

/* Circle Two - cream bg, flipped layout */
.cp-circle-two {
  background-color: var(--cream);
}
.cp-circle-two .cp-circle-inner {
  grid-template-areas: "photo text";
}
.cp-circle-two .cp-circle-photo-wrap {
  grid-area: photo;
}
.cp-circle-two .cp-circle-text {
  grid-area: text;
}


/* =========================================
   THREE PILLARS
   ========================================= */
.cp-pillars {
  position: relative;
  overflow: hidden;
  background-color: var(--cream-dark);
  padding: 110px 40px;
}

.cp-pillars-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}

.cp-pillars-header {
  text-align: center;
  margin-bottom: 72px;
}

.cp-pillars-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 16px;
}

.cp-pillars-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.1;
  color: var(--ink);
}

.cp-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.cp-pillar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Staggered reveal delays */
.cp-pillar-card:nth-child(2) { transition-delay: 0.1s; }
.cp-pillar-card:nth-child(3) { transition-delay: 0.2s; }

.cp-pillar-photo {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(42, 34, 24, 0.12);
  outline: 1.5px solid rgba(37, 94, 97, 0.35);
  outline-offset: 5px;
  margin-bottom: 36px;
  flex-shrink: 0;
}
.cp-pillar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.cp-pillar-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 14px;
}

.cp-pillar-desc {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-mid);
  max-width: 300px;
}


/* =========================================
   FULL-BLEED QUOTE
   ========================================= */
.cp-quote-section {
  position: relative;
  height: 65vh;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-quote-bg {
  position: absolute;
  inset: 0;
}
.cp-quote-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.cp-quote-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 5, 0.48);
}
.cp-quote-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px;
  max-width: 720px;
}
.cp-quote-text {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--cream);
  margin-bottom: 20px;
}
.cp-quote-attr {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.62);
}


/* =========================================
   JOIN CTA - forest bg
   ========================================= */
.cp-join {
  position: relative;
  overflow: hidden;
  background-color: var(--forest);
  padding: 110px 40px;
}

.cp-join-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
}

.cp-join-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
  margin-bottom: 18px;
}

.cp-join-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 22px;
}

.cp-join-sub {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.72);
  max-width: 520px;
  margin: 0 auto 48px;
}

.cp-join-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cp-join-btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--cream);
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color var(--transition), color var(--transition);
}
.cp-join-btn-primary:hover {
  background-color: var(--cream-dark);
}

.cp-join-btn-outline {
  display: inline-block;
  padding: 14px 32px;
  background-color: transparent;
  color: var(--cream);
  border: 1px solid rgba(245, 240, 232, 0.55);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color var(--transition), border-color var(--transition);
}
.cp-join-btn-outline:hover {
  background-color: rgba(245, 240, 232, 0.12);
  border-color: var(--cream);
}

/* Botanical leaf corners on join section */
.cp-join-botanical {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.cp-join-botanical--tl {
  top: 0;
  left: 0;
  width: 280px;
  height: 220px;
  opacity: 0.18;
}
.cp-join-botanical--br {
  bottom: 0;
  right: 0;
  width: 260px;
  height: 200px;
  opacity: 0.18;
}


/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 960px) {
  .cp-circle-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .cp-circle-two .cp-circle-inner {
    grid-template-areas:
      "photo"
      "text";
  }

  .cp-circle-photo {
    width: 340px;
    height: 340px;
  }

  .cp-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .cp-pillars-grid .cp-pillar-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 340px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .cp-hero-content { padding: 0 24px; }
  .cp-hero-badge { width: 170px; height: 170px; }

  .cp-why { padding: 70px 24px; }
  .cp-why-pullquote { padding: 28px 24px; }

  .cp-circle-section { padding: 70px 24px; }

  .cp-circle-photo {
    width: 280px;
    height: 280px;
  }

  .cp-pillars { padding: 70px 24px; }
  .cp-pillars-grid {
    grid-template-columns: 1fr;
  }
  .cp-pillars-grid .cp-pillar-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
    margin: 0;
  }

  .cp-quote-section { height: auto; min-height: 300px; padding: 80px 0; }

  .cp-join { padding: 70px 24px; }

  .cp-botanical { display: none; }
  .cp-join-botanical { display: none; }
}
