/* =========================================================
   Circle Time & Reflection Time — editorial layout (ct-*)
   Brand: ink #363587 · marigold #f5c307
   ========================================================= */

body.ct-page{
  background:#faf9f6;
}

.ct-page .ct-hero,
.ct-page .ct-skills-sec,
.ct-page .ct-mclap,
.ct-page .ct-growing,
.ct-page .ct-cta{
  position:relative;
  overflow:visible;
  scroll-margin-top:96px;
}

.ct-copy h1,
.ct-copy h2,
.ct-cta-copy h2{
  margin:0 0 14px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.015em;
}
.ct-copy h1{
  font-size:clamp(2.1rem, 4.6vw, 3.4rem);
}
.ct-copy h2,
.ct-cta-copy h2{
  font-size:clamp(1.8rem, 3.2vw, 2.55rem);
}
.ct-accent{ color:var(--marigold); }
.ct-copy p,
.ct-skill-grid p{
  margin:0 0 12px;
  color:rgb(33, 37, 41);
  line-height:1.7;
}
.ct-copy p:last-child{ margin-bottom:0; }

.ct-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:clamp(28px, 4.5vw, 64px);
  align-items:center;
}
.ct-split-media-first .ct-media{ order:1; }
.ct-split-media-first .ct-copy{ order:2; }
.ct-copy,
.ct-media{ min-width:0; }

.ct-frame{
  margin:0;
  background:#eceaf5;
  box-shadow:14px 14px 0 var(--marigold);
}
.ct-frame img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.ct-video{
  overflow:hidden;
  background:#1c1b4a;
  box-shadow:14px 14px 0 var(--marigold);
}
.ct-video iframe{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  height:auto;
  border:0;
}

.ct-hero{
  padding:48px 0 40px;
  background:#fff;
}

.ct-skills-sec{
  padding:40px 0 48px;
  background:#faf9f6;
}
.ct-skills-sec .ct-split{
  margin-bottom:32px;
}
.ct-skill-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px 18px;
}
.ct-skill-grid li{
  margin:0;
  text-align:center;
}
.ct-skill-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  margin:0 auto 14px;
  border-radius:50%;
  color:rgb(52, 50, 114);
  font-size:1.15rem;
}
.ct-ic-1{ background:#f7c6d5; }
.ct-ic-2{ background:#fbe7a3; }
.ct-ic-3{ background:#c8ecd4; }
.ct-ic-4{ background:#c5eadf; }
.ct-skill-grid h3{
  margin:0 auto 8px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.98rem;
  font-weight:700;
  line-height:1.35;
}
.ct-skill-grid p{
  margin:0 auto;
  max-width:16rem;
  font-size:.9rem;
}

.ct-mclap{
  padding:48px 0;
  background:#fff;
}

.ct-growing{
  padding:40px 0;
  background:#faf9f6;
}

.ct-cta{
  padding:28px 0 48px;
  background:#fff;
}
.ct-cta-panel{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(0, 1.05fr);
  gap:clamp(20px, 3.5vw, 48px);
  align-items:center;
}
.ct-cta-copy,
.ct-cta-side{ min-width:0; }
.ct-cta-copy h2{ margin:0; font-size:clamp(2rem, 4vw, 3rem); }
.ct-cta-actions{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
}
.ct-cta-ghost{
  color:rgb(52, 50, 114);
  background:#fff;
  border:1.5px solid rgb(52, 50, 114);
}
.ct-cta-ghost:hover{
  background:rgba(54, 53, 135, .06);
  transform:translateY(-3px);
}

@media (max-width:980px){
  .ct-split,
  .ct-skill-grid,
  .ct-cta-panel{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
  .ct-hero .ct-media{ order:2; max-width:560px; }
  .ct-hero .ct-copy{ order:1; }
  .ct-split-media-first .ct-media{ order:2; }
  .ct-split-media-first .ct-copy{ order:1; }
  .ct-frame,
  .ct-video{ box-shadow:10px 10px 0 var(--marigold); }
}

@media (max-width:640px){
  .ct-hero,
  .ct-skills-sec,
  .ct-mclap,
  .ct-growing,
  .ct-cta{ padding:30px 0; }
  .ct-split,
  .ct-skill-grid,
  .ct-cta-panel{ grid-template-columns:1fr; }
  .ct-cta-actions{ flex-wrap:wrap; }
}
