/*
Theme Name: Curative Co
Theme URI: https://curativeco.com
Author: Curative Co
Author URI: https://curativeco.com
Description: Custom theme for Curative Co — London-based digital agency specialising in creator-led campaigns.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curative-co
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand: #00128d;
  --brand-light: #e8eaf8;
  --off: #f7f6f2;
  --dark: #0d0d0d;
  --mid: #5a5a5a;
  --soft: #888;
  --border: rgba(0, 18, 141, 0.1);
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: var(--dark);
  overflow-x: hidden;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* ── HIDE DEFAULT WORDPRESS ELEMENTS ── */
.site-header, .site-footer, #wpadminbar + #page { margin-top: 0; }

/* ── NAV ── */
.cc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2.5rem;
  border-bottom: 0.5px solid var(--border);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 200;
}
.cc-logo {
  font-family: 'Instrument Serif', serif;
  font-size: 1.35rem;
  color: var(--brand);
  text-decoration: none;
}
.cc-nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.cc-nav-links a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--mid);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.cc-nav-links a:hover { color: var(--brand); }
.cc-nav-cta {
  background: var(--brand);
  color: #fff;
  padding: 0.55rem 1.3rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}
.cc-nav-cta:hover { opacity: 0.85; }

/* ── PARTNERS BANNER ── */
.cc-partners-banner {
  background: var(--brand);
  overflow: hidden;
  padding: 0.75rem 0;
}
.cc-banner-track {
  display: flex;
  animation: cc-scroll 28s linear infinite;
  width: max-content;
}
.cc-banner-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cc-banner-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes cc-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── HERO ── */
.cc-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-bottom: 0.5px solid var(--border);
}
.cc-hero-left {
  padding: 4.5rem 3rem 4.5rem 2.5rem;
  border-right: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cc-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  width: fit-content;
}
.cc-eyebrow-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.cc-hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: 1.08;
  color: var(--dark);
  margin-bottom: 1.5rem;
}
.cc-hero h1 em {
  font-style: italic;
  color: var(--brand);
}
.cc-hero-sub {
  font-size: 1rem;
  color: var(--mid);
  line-height: 1.78;
  max-width: 500px;
  margin-bottom: 2.5rem;
}
.cc-hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.cc-btn-primary {
  background: var(--brand);
  color: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 2rem;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s;
}
.cc-btn-primary:hover { opacity: 0.85; color: #fff; }
.cc-btn-ghost {
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1.5px solid var(--border);
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  transition: border-color 0.2s;
}
.cc-btn-ghost:hover { border-color: var(--brand); }
.cc-hero-right {
  padding: 4rem 2.5rem 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.cc-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.cc-stat-cell {
  background: #fff;
  padding: 1.8rem 1.4rem;
}
.cc-stat-num {
  font-family: 'Instrument Serif', serif;
  font-size: 2.6rem;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.cc-stat-label {
  font-size: 0.78rem;
  color: var(--mid);
  line-height: 1.4;
}
.cc-hero-body-text {
  font-size: 0.88rem;
  color: var(--mid);
  line-height: 1.75;
}

/* ── SHARED ── */
.cc-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.75rem;
}
.cc-display {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.1;
  color: var(--dark);
}
.cc-display em {
  font-style: italic;
  color: var(--brand);
}

/* ── WHAT WE DO ── */
.cc-what-we-do {
  padding: 5rem 2.5rem;
  border-bottom: 0.5px solid var(--border);
  background: #fff;
}
.cc-what-inner { max-width: 960px; margin: 0 auto; }
.cc-what-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  align-items: end;
}
.cc-what-body { font-size: 0.92rem; color: var(--mid); line-height: 1.8; }
.cc-what-body ul { list-style: none; margin-top: 0.75rem; display: flex; flex-direction: column; gap: 0.55rem; }
.cc-what-body ul li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.9rem; }
.cc-what-body ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }
.cc-what-close { font-size: 0.87rem; color: var(--brand); font-weight: 500; margin-top: 1rem; font-style: italic; }

/* ── SERVICES GRID ── */
.cc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.cc-svc {
  background: #fff;
  padding: 2.2rem 1.8rem;
  transition: background 0.25s;
  cursor: pointer;
}
.cc-svc:hover { background: var(--brand); }
.cc-svc:hover .cc-svc-num,
.cc-svc:hover .cc-svc-title,
.cc-svc:hover .cc-svc-body,
.cc-svc:hover .cc-svc-link { color: #fff; }
.cc-svc-num { font-size: 0.7rem; color: var(--soft); letter-spacing: 0.1em; margin-bottom: 1.2rem; font-weight: 600; transition: color 0.25s; }
.cc-svc-title { font-family: 'Instrument Serif', serif; font-size: 1.25rem; line-height: 1.2; color: var(--dark); margin-bottom: 0.75rem; transition: color 0.25s; }
.cc-svc-body { font-size: 0.84rem; line-height: 1.7; color: var(--mid); margin-bottom: 1.2rem; transition: color 0.25s; }
.cc-svc-link { font-size: 0.75rem; font-weight: 600; color: var(--brand); letter-spacing: 0.07em; text-transform: uppercase; text-decoration: none; transition: color 0.25s; }

/* ── VIDEO SECTION ── */
.cc-video-section {
  padding: 5rem 2.5rem;
  background: var(--off);
  border-bottom: 0.5px solid var(--border);
}
.cc-video-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.cc-video-thumb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.cc-video-thumb {
  background: #fff;
  border: 0.5px solid var(--border);
  border-radius: 10px;
  aspect-ratio: 9/16;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--mid);
  font-size: 0.75rem;
  overflow: hidden;
  position: relative;
}
.cc-video-thumb video,
.cc-video-thumb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0;
}
.cc-play-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.cc-play-btn svg { fill: #fff; width: 14px; height: 14px; margin-left: 3px; }
.cc-video-text h3 { font-family: 'Instrument Serif', serif; font-size: 1.7rem; line-height: 1.2; color: var(--dark); margin-bottom: 1rem; }
.cc-video-text p { font-size: 0.9rem; color: var(--mid); line-height: 1.75; }

/* ── PROBLEM ── */
.cc-problem {
  padding: 5rem 2.5rem;
  border-bottom: 0.5px solid var(--border);
  background: #fff;
}
.cc-problem-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.cc-problem-inner h2 { font-family: 'Instrument Serif', serif; font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.1; color: var(--dark); margin-bottom: 1.25rem; }
.cc-problem-inner h2 em { font-style: italic; color: var(--brand); }
.cc-problem-body { font-size: 0.95rem; color: var(--mid); line-height: 1.8; }
.cc-problem-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; text-align: left; max-width: 440px; margin: 1.25rem auto; }
.cc-problem-list li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.92rem; color: var(--mid); }
.cc-problem-list li::before { content: '✕'; font-size: 0.7rem; color: #c0392b; font-weight: 700; flex-shrink: 0; }
.cc-problem-close { font-family: 'Instrument Serif', serif; font-size: 1.35rem; font-style: italic; color: var(--brand); margin-top: 2rem; }

/* ── SPLIT (PARTNER WITH US) ── */
.cc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.cc-split-left { padding: 5rem 2.5rem; border-right: 0.5px solid var(--border); }
.cc-split-right { padding: 5rem 2.5rem; background: var(--brand); }
.cc-split-right .cc-eyebrow { color: rgba(255, 255, 255, 0.5); }
.cc-split-right h2 { font-family: 'Instrument Serif', serif; font-size: clamp(1.8rem, 2.8vw, 2.6rem); line-height: 1.1; color: #fff; margin-bottom: 1.1rem; }
.cc-split-right p { font-size: 0.93rem; color: rgba(255, 255, 255, 0.72); line-height: 1.75; margin-bottom: 1.25rem; }
.cc-split-left p { font-size: 0.93rem; color: var(--mid); line-height: 1.75; margin-top: 1.1rem; }
.cc-pw-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-top: 0.75rem; }
.cc-pw-list li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.9rem; }
.cc-pw-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.cc-split-left .cc-pw-list li { color: var(--mid); }
.cc-split-left .cc-pw-list li::before { background: var(--brand); }
.cc-split-right .cc-pw-list li { color: rgba(255, 255, 255, 0.8); }
.cc-split-right .cc-pw-list li::before { background: rgba(255, 255, 255, 0.45); }
.cc-italic-note { font-size: 0.86rem; color: var(--mid); font-style: italic; margin-top: 1rem !important; }
.cc-btn-white { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2rem; background: #fff; color: var(--brand); padding: 0.8rem 1.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 600; text-decoration: none; }

/* ── IMAGE ROW ── */
.cc-img-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0.5px solid var(--border);
}
.cc-img-cell {
  aspect-ratio: 1;
  overflow: hidden;
  border-right: 0.5px solid var(--border);
  position: relative;
}
.cc-img-cell:last-child { border-right: none; }
.cc-img-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 500;
}

/* ── WHO WE ARE ── */
.cc-who {
  padding: 5rem 2.5rem;
  border-bottom: 0.5px solid var(--border);
  background: #fff;
}
.cc-who-inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 4rem; align-items: center; max-width: 980px; margin: 0 auto; }
.cc-who-body { font-size: 0.92rem; color: var(--mid); line-height: 1.8; margin-top: 1.1rem; }
.cc-who-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.75rem; color: var(--brand); font-weight: 600; font-size: 0.88rem; text-decoration: none; }
.cc-who-card { background: var(--off); border: 0.5px solid var(--border); border-radius: 12px; padding: 2.25rem; }
.cc-who-card h3 { font-family: 'Instrument Serif', serif; font-size: 1.4rem; line-height: 1.2; color: var(--dark); margin-bottom: 0.9rem; }
.cc-who-card p { font-size: 0.9rem; color: var(--mid); line-height: 1.75; margin-top: 0.75rem; }

/* ── TEAM ── */
.cc-team {
  padding: 5rem 2.5rem;
  background: var(--off);
  border-bottom: 0.5px solid var(--border);
}
.cc-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.25rem; }
.cc-team-card { background: #fff; border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden; }
.cc-team-img { height: 320px; overflow: hidden; border-bottom: 0.5px solid var(--border); }
.cc-team-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-team-img-placeholder { height: 100%; background: var(--brand-light); display: flex; align-items: center; justify-content: center; color: var(--brand); font-size: 0.8rem; }
.cc-team-info { padding: 1.25rem 1.4rem; }
.cc-team-name { font-family: 'Instrument Serif', serif; font-size: 1.3rem; color: var(--dark); }
.cc-team-role { font-size: 0.78rem; color: var(--soft); margin-top: 0.2rem; letter-spacing: 0.04em; }

/* ── CTA BAND ── */
.cc-cta-band { background: var(--brand); padding: 5.5rem 2.5rem; text-align: center; }
.cc-cta-band h2 { font-family: 'Instrument Serif', serif; font-size: clamp(2rem, 4vw, 3.2rem); color: #fff; line-height: 1.1; margin-bottom: 0.75rem; }
.cc-cta-band p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; margin-bottom: 2.25rem; }
.cc-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cc-btn-outline-white { color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.35); padding: 0.8rem 1.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 500; text-decoration: none; transition: background 0.2s; }
.cc-btn-outline-white:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.cc-btn-solid-white { background: #fff; color: var(--brand); padding: 0.8rem 1.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 600; text-decoration: none; }

/* ── FOOTER ── */
.cc-footer {
  padding: 3rem 2.5rem;
  border-top: 0.5px solid var(--border);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  background: #fff;
}
.cc-footer-logo { font-family: 'Instrument Serif', serif; font-size: 1.2rem; color: var(--brand); margin-bottom: 0.5rem; text-decoration: none; display: block; }
.cc-footer-tag { font-size: 0.82rem; color: var(--mid); line-height: 1.6; }
.cc-footer-col h4 { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark); margin-bottom: 0.9rem; }
.cc-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.cc-footer-col ul a { font-size: 0.82rem; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.cc-footer-col ul a:hover { color: var(--brand); }
.cc-footer-bottom { grid-column: 1 / -1; border-top: 0.5px solid var(--border); padding-top: 1.25rem; font-size: 0.74rem; color: var(--soft); display: flex; justify-content: space-between; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .cc-hero, .cc-what-intro, .cc-video-inner, .cc-split, .cc-who-inner { grid-template-columns: 1fr; }
  .cc-hero-left { border-right: none; border-bottom: 0.5px solid var(--border); }
  .cc-split-left { border-right: none; border-bottom: 0.5px solid var(--border); }
  .cc-services-grid { grid-template-columns: 1fr 1fr; }
  .cc-img-row { grid-template-columns: 1fr 1fr; }
  .cc-footer { grid-template-columns: 1fr 1fr; }
  .cc-nav-links { display: none; }
}
@media (max-width: 600px) {
  .cc-services-grid, .cc-team-grid { grid-template-columns: 1fr; }
  .cc-img-row { grid-template-columns: 1fr 1fr; }
  .cc-footer { grid-template-columns: 1fr; }
}
