/* ============================================================
   CEE About / Our Story — enqueued stylesheet
   Builds on cee-landing.css (.cee-home tokens, buttons, eyebrow,
   headings, wrap). This layer adds the About-specific sections.
   Accent: #6ca5d5 / deep #3d6f9e / ink #1d3043
   ============================================================ */

/* Full-bleed bands (inner .cee-home-wrap re-centers content) */
.cee-about .cee-about-hero,
.cee-about .cee-about-story,
.cee-about .cee-about-why,
.cee-about .cee-about-mission,
.cee-about .cee-about-final {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ---------------- Hero ---------------- */
.cee-about .cee-about-hero {
  background: linear-gradient(180deg, var(--cee-sky) 0%, var(--cee-cream) 100%);
  padding: 68px 0 78px;
}
.cee-about .cee-about-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  align-items: center;
}
.cee-about .cee-about-hero-copy h1 {
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 6px 0 0;
}
.cee-about .cee-about-line { display: block; }
.cee-about .cee-about-line-accent {
  font-style: italic;
  color: var(--cee-blue-deep);
}
.cee-about .cee-about-hero-lead {
  font-size: 21px;
  font-weight: 700;
  color: var(--cee-ink);
  margin-top: 20px;
  max-width: 540px;
}
.cee-about .cee-about-hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #4a6075;
  margin-top: 14px;
  max-width: 540px;
}
.cee-about .cee-home-hero-ctas { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }

/* Founder card */
.cee-about .cee-about-founder-card {
  background: #fff;
  border: 1px solid var(--cee-line);
  border-radius: 24px;
  padding: 36px 34px 30px;
  box-shadow: 0 36px 80px -44px rgba(29, 48, 67, 0.55);
  text-align: center;
}
.cee-about .cee-about-founder-mark {
  width: 116px;
  height: 116px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #ffffff 0%, var(--cee-sky) 100%);
  border: 1px solid var(--cee-line);
  display: grid;
  place-items: center;
}
.cee-about .cee-about-founder-mark img {
  width: 82px;
  height: auto;
  mix-blend-mode: multiply;
}
.cee-about .cee-about-founder-sig {
  font-family: 'Caveat', cursive;
  font-size: 42px;
  line-height: 1;
  color: var(--cee-blue-deep);
  margin-top: 18px;
}
.cee-about .cee-about-founder-role {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6d8499;
  margin-top: 6px;
}
.cee-about .cee-about-founder-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--cee-line);
}
.cee-about .cee-about-founder-facts li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 4px;
}
.cee-about .cee-about-founder-facts li + li { border-left: 1px solid var(--cee-line); }
.cee-about .cee-about-founder-facts strong {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--cee-ink);
  line-height: 1.1;
}
.cee-about .cee-about-founder-facts span { font-size: 11.5px; color: #6d8499; line-height: 1.25; }

/* ---------------- From the founder (letter) ---------------- */
.cee-about .cee-about-story {
  background: var(--cee-cream);
  padding: 78px 0;
}
.cee-about .cee-about-story-inner { text-align: center; }
.cee-about .cee-about-story h2 {
  font-size: clamp(28px, 4vw, 40px);
  max-width: 760px;
  margin: 0 auto;
}
.cee-about .cee-about-letter {
  max-width: 760px;
  margin: 30px auto 0;
  text-align: left;
}
.cee-about .cee-about-letter p { margin-top: 18px; }
.cee-about .cee-about-lead-para {
  font-size: 21px;
  line-height: 1.65;
  font-weight: 600;
  color: var(--cee-ink);
  margin-top: 0;
}
.cee-about .cee-about-letter p:not(.cee-about-lead-para):not(.cee-about-pullquote):not(.cee-about-signoff-name) {
  font-size: 18px;
  line-height: 1.78;
  color: #3a5067;
}
.cee-about .cee-about-pullquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(23px, 3.2vw, 31px);
  line-height: 1.3;
  color: var(--cee-blue-deep);
  text-align: center;
  margin: 36px 0;
  padding: 28px 8px;
  border-top: 1px solid var(--cee-line);
  border-bottom: 1px solid var(--cee-line);
}
.cee-about .cee-about-signoff { font-size: 18px; line-height: 1.78; color: #3a5067; }
.cee-about .cee-about-signoff-name {
  font-family: 'Caveat', cursive;
  font-size: 36px;
  color: var(--cee-blue-deep);
  margin-top: 12px;
}

/* ---------------- Why we exist (cards) ---------------- */
.cee-about .cee-about-why {
  background: linear-gradient(180deg, var(--cee-cream) 0%, var(--cee-sky) 100%);
  padding: 78px 0;
}
.cee-about .cee-about-why > .cee-home-wrap { text-align: center; }
.cee-about .cee-about-why h2 { font-size: clamp(28px, 4vw, 40px); max-width: 720px; margin: 0 auto; }
.cee-about .cee-about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 920px;
  margin: 38px auto 0;
  text-align: left;
}
.cee-about .cee-about-why-card {
  background: #fff;
  border: 1px solid var(--cee-line);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 22px 50px -38px rgba(29, 48, 67, 0.5);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cee-about .cee-about-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -34px rgba(29, 48, 67, 0.55);
}
.cee-about .cee-about-why-ico {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--cee-sky);
  color: var(--cee-blue-deep);
  display: grid;
  place-items: center;
}
.cee-about .cee-about-why-ico svg { width: 26px; height: 26px; }
.cee-about .cee-about-why-card h3 { font-size: 22px; margin-top: 16px; }
.cee-about .cee-about-why-card p { font-size: 16px; line-height: 1.6; color: #4a6075; margin-top: 9px; }

/* ---------------- Mission band ---------------- */
.cee-about .cee-about-mission {
  background: linear-gradient(135deg, var(--cee-blue-deep) 0%, var(--cee-ink) 100%);
  padding: 84px 0;
  text-align: center;
}
.cee-about .cee-about-eyebrow-light { color: #bcd6ef; }
.cee-about .cee-about-mission-statement {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.25;
  color: #fff;
  max-width: 960px;
  margin: 12px auto 0;
}

/* ---------------- Final CTA ---------------- */
.cee-about .cee-about-final {
  background: var(--cee-cream);
  padding: 80px 0;
  text-align: center;
}
.cee-about .cee-about-final h2 { font-size: clamp(28px, 4vw, 40px); }
.cee-about .cee-about-final > .cee-home-wrap > p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a6075;
  max-width: 620px;
  margin: 14px auto 0;
}
.cee-about .cee-home-final-ctas { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.cee-about .cee-about-final-links { font-size: 15px; color: #6d8499; margin-top: 22px; }
.cee-about .cee-about-final-links a { color: var(--cee-blue-deep); font-weight: 700; }
.cee-about .cee-about-final-links a:hover { text-decoration: underline; }
.cee-about .cee-home-final-email { font-size: 15px; color: #6d8499; margin-top: 12px; }
.cee-about .cee-home-final-email a { color: var(--cee-blue-deep); font-weight: 700; }

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  .cee-about .cee-about-hero { padding: 48px 0 56px; }
  .cee-about .cee-about-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .cee-about .cee-about-founder-card { max-width: 420px; margin: 0 auto; }
  .cee-about .cee-about-why-grid { grid-template-columns: 1fr; max-width: 460px; }
  .cee-about .cee-about-story,
  .cee-about .cee-about-why,
  .cee-about .cee-about-final { padding: 56px 0; }
  .cee-about .cee-about-mission { padding: 64px 0; }
}

/* ============================================================
   Flatten the theme's boxed content when [cee_about] is dropped
   into a normal page (default template). Hides the duplicate
   "About Us" theme title and lets the full-bleed design sit
   flush like the homepage. Scoped to .cee-about-page only.
   ============================================================ */
.cee-about-page .hestia-title,
.cee-about-page .title-in-content,
.cee-about-page .page-header,
.cee-about-page .header-half-content { display: none !important; }

.cee-about-page .main,
.cee-about-page .main-raised {
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cee-about-page .main-raised .container,
.cee-about-page .blog-post,
.cee-about-page article.section,
.cee-about-page article.section-text,
.cee-about-page .page-content-wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 100% !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cee-about-page .page-content-wrap.col-md-offset-2,
.cee-about-page .col-md-offset-2 { margin-left: 0 !important; }
.cee-about-page .blog-post > .row,
.cee-about-page .section-text > .row,
.cee-about-page .row { margin-left: 0 !important; margin-right: 0 !important; }
.cee-about-page .wrapper.no-content { padding-top: 0 !important; }

/* The full-width template wrapper needs no extra chrome either. */
.cee-about-main { display: block; }
