@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');
:root { --orange-700:#d94b1f; --orange-600:#e35b2e; --orange-500:#ef6c3f; --ink-900:#1b2430; --ink-700:#425168; --ink-500:#79879c; --line:#e8edf5; --surface:#fff; --bg:#f5f7fb; }
*{box-sizing:border-box}
body{margin:0;font-family:Manrope,sans-serif;color:var(--ink-900);background:var(--bg)}
/* Company profile module */
.company-shell {
  padding-bottom: 28px;
}

.cp-site-header {
  margin: 14px;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  padding: 14px;
}

.cp-logo-wide {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.cp-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cp-nav-links {
  display: flex;
  gap: 16px;
}

.cp-nav-links a {
  text-decoration: none;
  color: #244662;
  font-size: 0.88rem;
  font-weight: 800;
}

.cp-main-hero {
  margin: 14px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #0f3558;
}

.cp-main-hero-copy {
  padding: 26px;
  color: #fff;
}

.cp-main-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.cp-impact-strip {
  margin: 14px;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cp-impact-strip article {
  padding: 16px 18px;
  border-right: 1px solid #e5edf6;
}

.cp-impact-strip article:last-child {
  border-right: none;
}

.cp-impact-strip h3 {
  margin: 0 0 4px;
  font-family: Sora, sans-serif;
  font-size: 1.5rem;
  color: #123a61;
}

.cp-impact-strip p {
  margin: 0;
  color: #4e6680;
  font-weight: 700;
  font-size: 0.85rem;
}

.cp-home-banner {
  position: relative;
  margin: 14px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  box-shadow: 0 20px 34px rgba(18, 42, 69, 0.3);
}

.cp-search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.cp-top-actions {
  display: flex;
  justify-content: flex-end;
}

.cp-home-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #c8d7e9;
  color: #1f4f7d;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 7px 12px;
}

.cp-search-bar input {
  border: 1px solid #d0dceb;
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 0.88rem;
  background: #fff;
  color: #253b55;
}

.cp-search-bar input:focus {
  outline: none;
  border-color: #8fafce;
  box-shadow: 0 0 0 3px rgba(35, 86, 140, 0.12);
}

.cp-search-bar button {
  border: none;
  border-radius: 999px;
  background: #1f4f7d;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 14px;
  cursor: pointer;
}

.cp-home-banner img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.cp-home-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 37, 62, 0.86), rgba(17, 37, 62, 0.3));
}

.cp-home-banner-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

.cp-home-banner-kicker {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.cp-home-banner-content h1 {
  margin: 0 0 8px;
  font-family: Sora, sans-serif;
  line-height: 1.25;
  font-size: clamp(1.3rem, 3.2vw, 1.95rem);
}

.cp-home-banner-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 740px;
  line-height: 1.65;
}

.cp-home-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.cp-home-banner-actions a {
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 800;
}

.cp-home-banner-actions a:first-child {
  background: #fff;
  color: #123a61;
}

.cp-home-banner-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.1);
}

.cp-hero {
  margin: 14px;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  color: #173f63;
  padding: 20px;
}

.cp-kicker {
  margin: 0 0 10px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
  color: #3f6283;
}

.cp-hero h1 {
  margin: 0 0 10px;
  font-family: Sora, sans-serif;
  font-size: clamp(1.35rem, 3.6vw, 2rem);
  line-height: 1.3;
}

.cp-hero p {
  margin: 0;
  color: #3d5d7d;
  line-height: 1.65;
}

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

.cp-partner-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.cp-partner-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid #dde5f0;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

.cp-partner-card h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.cp-partner-meta {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: #59708d;
  font-weight: 700;
}

.cp-partner-summary {
  margin: 0 0 8px;
  color: #304760;
  font-size: 0.9rem;
}

.cp-partner-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cp-partner-actions a {
  text-decoration: none;
  border: 1px solid #d1dfef;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #225b99;
}

.cp-partner-footnote {
  margin: 10px 0 0;
  color: #4e6680;
  font-size: 0.88rem;
}

.cp-partner-footnote a {
  color: #1b5ea3;
  text-decoration: none;
  font-weight: 700;
}

.cp-filter-form {
  display: grid;
  grid-template-columns: 1fr 220px 140px;
  gap: 8px;
}

.cp-filter-form input,
.cp-filter-form select {
  border: 1px solid #d0dceb;
  border-radius: 10px;
  padding: 10px 11px;
  background: #fff;
  color: #2c4461;
  font-size: 0.9rem;
}

.cp-filter-form button {
  border: none;
  border-radius: 10px;
  background: #1f4f7d;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.cp-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cp-pagination a {
  text-decoration: none;
  border: 1px solid #d4e0ed;
  border-radius: 999px;
  padding: 8px 12px;
  color: #245585;
  font-weight: 700;
  background: #fff;
}

.cp-pagination span {
  color: #4a6481;
  font-weight: 700;
  font-size: 0.9rem;
}

.cp-article-list {
  display: grid;
  gap: 10px;
}

.cp-article-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.cp-article-meta {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: #607792;
  font-weight: 700;
}

.cp-article-card h3 {
  margin: 0 0 7px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.cp-article-card p {
  margin: 0;
  color: #314961;
  line-height: 1.65;
}

.cp-article-note {
  margin-top: 8px !important;
  color: #4a6481 !important;
}

.cp-article-type {
  display: inline-block;
  margin-top: 8px !important;
  font-size: 0.75rem;
  font-weight: 800;
  color: #0a6d53 !important;
  background: #e8f8f2;
  border-radius: 999px;
  padding: 5px 9px;
}

.cp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cp-tag-row a {
  text-decoration: none;
  font-size: 0.77rem;
  font-weight: 800;
  color: #0a6d53;
  background: #e8f8f2;
  border-radius: 999px;
  padding: 6px 10px;
}

.cp-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-filter-row a {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #d4e0ed;
  padding: 8px 11px;
  font-size: 0.79rem;
  font-weight: 700;
  color: #385271;
  background: #fff;
}

.cp-filter-row a.active {
  background: #19416a;
  border-color: #19416a;
  color: #fff;
}

.cp-read-link {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  color: #db5b2f;
  font-weight: 800;
  font-size: 0.84rem;
}

.cp-article-hero {
  position: relative;
  margin: 14px;
  border-radius: 18px;
  overflow: hidden;
  min-height: 290px;
}

.cp-article-hero img {
  width: 100%;
  min-height: 290px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 30, 49, 0.18), rgba(15, 30, 49, 0.86));
}

.cp-article-hero-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: #fff;
}

.cp-article-hero-content p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.84rem;
}

.cp-article-hero-content h1 {
  margin: 0 0 10px;
  font-family: Sora, sans-serif;
  line-height: 1.25;
  font-size: clamp(1.2rem, 3vw, 1.85rem);
}

.cp-article-hero-content a {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding: 7px 11px;
  font-size: 0.8rem;
  font-weight: 700;
}

.cp-article-detail-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.cp-article-detail-excerpt {
  margin: 0 0 10px;
  font-size: 1.03rem;
  color: #243f5a;
  font-weight: 700;
  line-height: 1.6;
}

.cp-article-detail-card p {
  color: #314961;
  line-height: 1.72;
}

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

.cp-project-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  transition: transform .16s ease, box-shadow .16s ease;
}

.cp-project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(18, 50, 79, 0.1);
}

.cp-project-focus {
  margin: 0 0 7px;
  color: #0f7b59;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cp-project-card h3 {
  margin: 0 0 7px;
  font-size: 1rem;
  line-height: 1.35;
}

.cp-project-meta {
  margin: 0 0 6px;
  color: #5e7692;
  font-size: 0.82rem;
  font-weight: 700;
}

.cp-project-impact {
  margin: 0;
  color: #2f4760;
  line-height: 1.55;
}

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

.cp-contact-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.cp-contact-card h3 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.cp-contact-role {
  margin: 0 0 8px;
  font-size: 0.85rem;
  color: #4f6782;
  font-weight: 700;
}

.cp-contact-card p {
  margin: 0 0 6px;
  color: #324c67;
  line-height: 1.5;
}

.cp-contact-card a {
  color: #1c6ab5;
  text-decoration: none;
}

.cp-contact-hours {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: #5e7692;
}

.cp-footer {
  margin: 20px 14px 10px;
  border-radius: 16px;
  border: 1px solid #d8e3ef;
  background: #123a61;
  color: #fff;
  padding: 18px;
}

.cp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 14px;
}

.cp-footer h3,
.cp-footer h4 {
  margin: 0 0 8px;
  font-family: Sora, sans-serif;
}

.cp-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.cp-footer a {
  display: block;
  color: #cde8ff;
  text-decoration: none;
  margin: 0 0 6px;
  font-weight: 700;
}

.cp-footer-copy {
  margin-top: 14px !important;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
}

.cp-wa-contact {
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.cp-wa-contact h3 {
  margin: 0 0 5px;
  font-size: 1.04rem;
}

.cp-wa-contact p {
  margin: 0;
  color: #47627f;
}

.cp-wa-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #1c4d7d, #2e6a9f);
  color: #fff;
  font-weight: 800;
  padding: 10px 16px;
  border: 1px solid #194872;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.cp-wa-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(22, 60, 96, 0.25);
  background: linear-gradient(135deg, #d95b2e, #ea7448);
  border-color: #c84f25;
}

.cp-wa-inline {
  margin-top: 8px;
}

.cp-contact-card .cp-wa-button {
  color: #fff;
}

@media (max-width: 760px) {
  .cp-logo-wide {
    width: 56px;
    height: 56px;
  }

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

  .cp-main-hero-copy {
    padding: 18px;
  }

  .cp-main-hero-media img {
    min-height: 220px;
  }

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

  .cp-impact-strip article {
    border-right: none;
    border-bottom: 1px solid #e5edf6;
  }

  .cp-impact-strip article:last-child {
    border-bottom: none;
  }

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

  .cp-search-bar button {
    min-height: 40px;
  }

  .cp-top-actions {
    justify-content: flex-start;
  }

  .cp-partner-grid,
  .cp-project-grid,
  .cp-contact-grid {
    grid-template-columns: 1fr;
  }

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

  .cp-filter-form {
    grid-template-columns: 1fr auto;
  }

  .cp-filter-form input[type="search"] {
    grid-column: 1 / -1;
  }

  .cp-filter-form button {
    padding: 10px 18px;
  }

  .cp-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .cp-wa-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .cp-article-hero,
  .cp-article-hero img {
    min-height: 230px;
  }

  .cp-article-hero-content {
    padding: 14px;
  }

  .cp-article-hero-content h1 {
    font-size: 1.2rem;
  }

  .cp-article-detail-card {
    padding: 14px;
  }
}

@media (max-width: 1024px) {
  .pd-app {
    max-width: 100%;
  }

  .cp-site-header,
  .cp-main-hero,
  .cp-impact-strip,
  .cp-hero,
  .cp-footer,
  .pd-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cp-nav-links {
    gap: 12px;
  }

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

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

  .cp-filter-form {
    grid-template-columns: 1fr 180px 120px;
  }
}

/* Penderma brand overrides */
:root {
  --brand-orange: #da521f;
  --brand-orange-soft: #ef9d1a;
  --brand-gray: #566b79;
  --brand-gray-dark: #1f2f3d;
  --brand-surface: #f4f6f8;
  --brand-line: #d7e0e8;
}

.pd-body {
  background: var(--brand-surface);
  color: var(--brand-gray-dark);
}

.cp-site-header,
.cp-hero,
.cp-impact-strip,
.cp-partner-card,
.cp-article-card,
.cp-project-card,
.cp-contact-card,
.cp-wa-contact,
.cp-filter-form input,
.cp-filter-form select {
  border-color: var(--brand-line) !important;
}

.cp-nav-links a,
.cp-partner-actions a,
.cp-pagination a,
.cp-filter-row a,
.cp-home-button,
.cp-contact-card a,
.cp-hero p,
.cp-kicker,
.cp-partner-meta,
.cp-project-meta,
.cp-contact-role,
.cp-contact-hours,
.cp-wa-contact p {
  color: var(--brand-gray) !important;
}

.cp-search-bar button,
.cp-filter-form button {
  background: var(--brand-orange) !important;
  color: #fff !important;
}

.cp-impact-strip h3,
.cp-read-link,
.cp-partner-footnote a,
.cp-project-focus {
  color: var(--brand-orange) !important;
}

.cp-main-hero {
  background: linear-gradient(135deg, #4f6472, #5f7481) !important;
}

.cp-home-banner-actions a:first-child {
  color: var(--brand-gray) !important;
}

.cp-home-banner-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.cp-filter-row a.active {
  background: var(--brand-gray) !important;
  border-color: var(--brand-gray) !important;
  color: #fff !important;
}

.cp-article-type,
.cp-tag-row a {
  color: var(--brand-gray) !important;
  background: #edf2f6 !important;
}

.cp-footer {
  background: linear-gradient(135deg, #4f6472, #5f7481) !important;
  border-color: var(--brand-line) !important;
}

.cp-footer a {
  color: #fff !important;
}

.cp-wa-button {
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-soft)) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #fff !important;
}

.cp-wa-button:hover {
  background: linear-gradient(135deg, #c74a1c, var(--brand-orange)) !important;
  box-shadow: 0 10px 18px rgba(218, 82, 31, 0.32) !important;
}

.cp-wa-button,
.cp-contact-card .cp-wa-button {
  color: #fff !important;
}

.cp-footer-wa {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.86rem;
}

.cp-footer-address {
  margin: 8px 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 1.6;
}

.cp-footer-map {
  display: inline-block !important;
  color: #ffd7c6 !important;
  text-decoration: underline;
  font-weight: 700;
}

.cp-footer-email {
  display: flex !important;
  align-items: center;
  width: fit-content;
  color: rgba(255,255,255,0.65) !important;
  font-size: 0.83rem;
  margin-top: 10px;
  text-decoration: none !important;
  gap: 7px;
}
.cp-footer-email:hover { color: #fff !important; }
.cp-footer-email::before {
  content: '';
  display: inline-block;
  width: 14px; height: 14px; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.65)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ── Language toggle button ── */
.cp-lang-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.8);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.06em;
  transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cp-lang-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); color: #fff; }

/* ── Hide Google Translate banner / toolbar ── */
.goog-te-banner-frame { display: none !important; }
.skiptranslate > iframe { display: none !important; }
body { top: 0 !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* ============================================
   BASE LAYOUT UTILITIES
   ============================================ */
.pd-app {
  max-width: 1280px;
  margin: 0 auto;
}

.pd-section {
  margin: 14px;
}

.pd-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
}

.pd-heading-row h2 {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  color: var(--brand-gray-dark);
}

.pd-heading-row a {
  text-decoration: none;
  color: var(--brand-orange);
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
}

.pd-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.pd-logo-text strong {
  font-size: 0.95rem;
  color: var(--brand-gray-dark);
}

.pd-logo-text span {
  font-size: 0.72rem;
  color: var(--brand-gray);
  margin-top: 2px;
}

.pd-org {
  color: var(--brand-gray);
  font-size: 0.9rem;
  margin: 0;
}

/* ============================================
   MOBILE HAMBURGER NAVIGATION
   ============================================ */
.cp-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 7px 10px;
  cursor: pointer;
  color: var(--brand-gray);
  line-height: 1;
  font-size: 1.15rem;
}

/* ============================================
   ARTICLE CARD WITH COVER IMAGE
   ============================================ */
.cp-article-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cp-article-card-img {
  display: block;
  width: calc(100% + 28px);
  margin: -14px -14px 12px -14px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}

.cp-article-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* ============================================
   PROJECT CARD WITH BANNER IMAGE
   ============================================ */
.cp-project-card {
  overflow: hidden;
}

.cp-project-card-img {
  display: block;
  width: calc(100% + 28px);
  margin: -14px -14px 12px -14px;
  height: 160px;
  object-fit: cover;
}

/* ============================================
   PARTNER CARD — FULL-WIDTH LAYOUT OPTION
   ============================================ */
.cp-partner-logo-banner {
  display: block;
  width: calc(100% + 28px);
  margin: -14px -14px 12px -14px;
  height: 110px;
  object-fit: contain;
  background: #f5f7fb;
  padding: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--brand-line);
}

/* ============================================
   ARTICLE HERO — TALLER ON DETAIL PAGE
   ============================================ */
.cp-article-hero {
  min-height: 360px;
}

.cp-article-hero img {
  min-height: 360px;
}

/* ============================================
   SECTION NAV BREADCRUMB BACK LINK
   ============================================ */
.cp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--brand-gray);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 7px 12px;
  border: 1px solid var(--brand-line);
  border-radius: 999px;
  background: #fff;
  margin-bottom: 6px;
}

/* ============================================
   RESPONSIVE OVERRIDES
   ============================================ */
@media (max-width: 1024px) {
  .cp-article-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cp-nav-toggle {
    display: flex;
  }

  .cp-header-main {
    flex-wrap: wrap;
  }

  .cp-header-main > .pd-logo-wrap {
    flex: 1;
  }

  .cp-nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 6px 0 0;
    border-top: 1px solid var(--brand-line);
    margin-top: 4px;
  }

  .cp-nav-links.open {
    display: flex;
  }

  .cp-nav-links a {
    padding: 10px 2px;
    border-bottom: 1px solid var(--brand-line);
    font-size: 0.9rem;
  }

  .cp-nav-links a:last-child {
    border-bottom: none;
  }

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

  .cp-article-card-img {
    height: 160px;
  }

  .cp-project-card-img {
    height: 140px;
  }

  .cp-article-hero,
  .cp-article-hero img {
    min-height: 250px;
  }
}

/* Kolaborasi Styles */
.cp-kolaborasi-hero {
  margin: 14px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #f0f7f9;
  background: linear-gradient(135deg, #e4f0f6, #f9fbfd);
  align-items: center;
}
.cp-kolaborasi-copy {
  padding: 40px;
  color: #2b3e51;
}
.cp-kolaborasi-copy h1 {
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a2b3c;
}
.cp-kolaborasi-copy h1 span {
  color: #0c9ba8;
}
.cp-kolaborasi-copy p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 20px;
  color: #4a5c6e;
}
.cp-kolaborasi-media {
  padding: 20px;
}
.cp-kolaborasi-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.cp-kolaborasi-actions-title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 30px 0 15px;
  color: #0c9ba8;
}
.cp-kolaborasi-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cp-kolaborasi-actions a,
.cp-kolaborasi-actions button {
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-family: inherit;
}
.cp-btn-primary {
  background: #0c9ba8;
  color: #fff;
  border: 2px solid #0c9ba8;
}
.cp-btn-primary:hover {
  background: #09818c;
  border-color: #09818c;
}
.cp-btn-outline {
  background: transparent;
  color: #0c9ba8;
  border: 2px solid #0c9ba8;
}
.cp-btn-outline:hover {
  background: #f0fafa;
}
.cp-alur-section {
  padding: 80px 32px;
  background: linear-gradient(160deg, #fff7f4 0%, #fef3ee 100%);
}
.cp-alur-section > h2 {
  font-family: Sora, sans-serif;
  color: var(--brand-near-black);
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 64px;
}
.alur-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.alur-grid::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--brand-orange) 0, var(--brand-orange) 8px, transparent 8px, transparent 20px);
}
.alur-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px 0;
  position: relative;
}
.alur-num {
  width: 72px;
  height: 72px;
  background: var(--brand-orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Sora, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(218,82,31,0.30);
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.alur-card:hover .alur-num {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(218,82,31,0.45);
}
.alur-card h3 {
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-near-black);
  margin: 0 0 12px;
}
.alur-card p {
  color: var(--brand-slate);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}
/* ============================================
   PROJECT FOCUS CARDS
   ============================================ */
.cp-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cp-focus-card {
  border: 1px solid var(--brand-line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .15s ease, box-shadow .15s ease;
  text-decoration: none;
  color: inherit;
}

.cp-focus-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(18, 50, 79, 0.08);
  border-color: var(--brand-orange);
}

.cp-focus-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-orange);
  margin-bottom: 4px;
}

.cp-focus-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.35;
  font-family: Sora, sans-serif;
  color: var(--brand-gray-dark);
}

.cp-focus-card p {
  margin: 0 0 auto;
  color: var(--brand-gray);
  font-size: 0.86rem;
  line-height: 1.55;
  flex: 1;
}

.cp-focus-card-footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--brand-line);
}

.cp-focus-card-count {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-gray);
}

.cp-focus-card-link {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--brand-orange);
  white-space: nowrap;
}

/* ============================================
   FILTER FORM — 4-COLUMN (articles)
   ============================================ */
.cp-filter-form-wide {
  display: grid;
  grid-template-columns: 1fr 200px 160px 100px;
  gap: 8px;
}

.cp-filter-form-wide input,
.cp-filter-form-wide select {
  border: 1px solid #d0dceb;
  border-radius: 10px;
  padding: 10px 11px;
  background: #fff;
  color: #2c4461;
  font-size: 0.9rem;
}

.cp-filter-form-wide button {
  border: none;
  border-radius: 10px;
  background: var(--brand-orange);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .cp-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-filter-form-wide {
    grid-template-columns: 1fr 160px 130px 90px;
  }
}

@media (max-width: 760px) {
  .cp-focus-grid {
    grid-template-columns: 1fr;
  }

  .cp-filter-form-wide {
    grid-template-columns: 1fr 1fr;
  }

  .cp-filter-form-wide input[type="search"] {
    grid-column: 1 / -1;
  }

  .cp-filter-form-wide button {
    grid-column: 1 / -1;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .cp-kolaborasi-hero {
    grid-template-columns: 1fr;
  }
  .cp-kolaborasi-copy {
    padding: 30px 20px;
  }
}

/* ============================================
   DESIGN UPLIFT
   ============================================ */

/* Nav active state — class-based, replaces inline style */
.cp-nav-active {
  color: var(--brand-orange) !important;
  font-weight: 800 !important;
}

/* Hero headline — display scale */
.cp-main-hero-copy h1 {
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.15;
  margin: 10px 0 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.cp-main-hero-copy p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  max-width: 480px;
}

/* Hero background — warm dark, not cold gray */
.cp-main-hero {
  background: linear-gradient(135deg, #2a1608, #4a2510) !important;
}

/* Impact strip — bold orange slab */
.cp-impact-strip {
  background: var(--brand-orange) !important;
  border-color: transparent !important;
}
.cp-impact-strip h3 {
  color: #fff !important;
  font-size: 2rem !important;
}
.cp-impact-strip p {
  color: rgba(255,255,255,0.85) !important;
}
.cp-impact-strip article {
  border-right-color: rgba(255,255,255,0.2) !important;
}
@media (max-width: 760px) {
  .cp-impact-strip article {
    border-bottom-color: rgba(255,255,255,0.2) !important;
    border-right-color: transparent !important;
  }
}

/* Tentang Kami — warm tinted background */
.cp-hero {
  background: linear-gradient(135deg, #fdf3ee, #fff9f6) !important;
  border-color: #f0d8cc !important;
}
.cp-hero h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  line-height: 1.2 !important;
}

/* Kolaborasi page — use brand orange, remove teal */
.cp-kolaborasi-copy h1 span {
  color: var(--brand-orange) !important;
}
.cp-kolaborasi-actions-title {
  color: var(--brand-gray) !important;
}
.cp-btn-primary {
  background: var(--brand-orange) !important;
  border-color: var(--brand-orange) !important;
  color: #fff !important;
}
.cp-btn-primary:hover {
  background: #c84f25 !important;
  border-color: #c84f25 !important;
}
.cp-btn-outline {
  color: var(--brand-orange) !important;
  border-color: var(--brand-orange) !important;
}
.cp-btn-outline:hover {
  background: #fff3ee !important;
}
@media (max-width: 760px) {
  .alur-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .alur-grid::before { display: none; }
}
@media (max-width: 440px) {
  .alur-grid { grid-template-columns: 1fr; }
}

/* Article card cover image — homepage list */
.cp-article-list .cp-article-card-img {
  display: block;
}

/* Section heading size bump */
.pd-heading-row h2 {
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}

/* Partner card hover lift */
.cp-partner-card {
  transition: transform .16s ease, box-shadow .16s ease;
}
.cp-partner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(18,50,79,.08);
}

/* Contact card — warmer tone */
.cp-contact-card {
  background: linear-gradient(135deg, #fdfaf8, #fff) !important;
}

/* ============================================
   PHASE 1 REDESIGN — PRD v1.0 Juni 2026
   ============================================ */

/* Brand palette update */
:root {
  --brand-orange:     #DA521F;
  --brand-amber:      #ED9D19;
  --brand-slate:      #4A6270;
  --brand-cream:      #F2EDE8;
  --brand-cream-dark: #E8DDD5;
  --brand-near-black: #1A1A1A;
  --brand-gray:       #4A6270;
  --brand-gray-dark:  #1A1A1A;
  --brand-surface:    #F2EDE8;
  --brand-line:       #E8DDD5;
}

/* ---- Page background → cream ---- */
.pd-body { background: var(--brand-cream) !important; }

/* ---- Navbar fixed + scroll behavior ---- */
.cp-navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background 0.28s ease, box-shadow 0.28s ease;
}
.cp-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
/* Default: transparan di atas hero */
.cp-navbar .pd-logo-text strong { color: #fff; transition: color 0.28s; }
.cp-navbar .pd-logo-text span   { color: rgba(255,255,255,0.72); transition: color 0.28s; }
.cp-navbar .cp-nav-links a      { color: rgba(255,255,255,0.88); }
.cp-navbar .cp-nav-links a:hover,
.cp-navbar .cp-nav-links .cp-nav-active { color: #fff; }
.cp-navbar .cp-nav-toggle       { border-color: rgba(255,255,255,0.4); color: #fff; }
/* Scrolled: putih */
.cp-navbar.scrolled {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.09);
}
.cp-navbar.scrolled .pd-logo-text strong { color: var(--brand-near-black); }
.cp-navbar.scrolled .pd-logo-text span   { color: var(--brand-slate); }
.cp-navbar.scrolled .cp-nav-links a      { color: var(--brand-slate); }
.cp-navbar.scrolled .cp-nav-links a:hover,
.cp-navbar.scrolled .cp-nav-links .cp-nav-active { color: var(--brand-orange); }
.cp-navbar.scrolled .cp-nav-toggle { border-color: var(--brand-line); color: var(--brand-slate); }

/* Hubungi Kami button di navbar */
.cp-navbar-cta {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--brand-orange);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 9px 18px;
  border-radius: 999px;
  transition: background 0.15s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cp-navbar-cta:hover { background: #c84f25; transform: translateY(-1px); }

/* ---- Hero Full Width ---- */
.cp-hero-fw {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.cp-hero-fw-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cp-hero-fw-yt {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.cp-hero-fw-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* skala untuk cover 16:9 ke viewport */
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cp-hero-fw-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(26,26,26,0.84) 0%, rgba(26,26,26,0.42) 100%);
  z-index: 1;
}
.cp-hero-fw-content {
  position: relative;
  z-index: 2;
  padding: 120px 32px 80px;
  color: #fff;
  max-width: 680px;
  margin-left: calc((100% - 1280px) / 2 + 32px);
}
@media (max-width: 1344px) { .cp-hero-fw-content { margin-left: 32px; } }

.cp-eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-amber);
  margin: 0 0 16px;
}
.cp-hero-fw-content h1 {
  font-family: Sora, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.cp-hero-fw-content > p {
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.86);
  margin: 0 0 32px;
}
.cp-hero-fw-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* CTA Buttons */
.cp-btn-solid {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--brand-orange);
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  border: 2px solid var(--brand-orange);
  transition: background 0.15s, transform 0.15s;
}
.cp-btn-solid:hover { background: #c84f25; border-color: #c84f25; transform: translateY(-1px); }
.cp-btn-outline-white {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: transparent;
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  border: 2px solid rgba(255,255,255,0.6);
  transition: background 0.15s, border-color 0.15s;
}
.cp-btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.9); }

/* ---- Stats Band ---- */
.cp-stats-band {
  background: #fff;
  border-top: 3px solid var(--brand-orange);
}
.cp-stats-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cp-stat-item {
  padding: 28px 24px;
  border-right: 1px solid var(--brand-cream-dark);
}
.cp-stat-item:last-child { border-right: none; }
.cp-stat-item h3 {
  margin: 0 0 6px;
  font-family: Sora, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--brand-orange);
}
.cp-stat-item p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brand-slate);
}

/* ---- Page body wrapper ---- */
.cp-page-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- Section base ---- */
.cp-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--brand-cream-dark);
}
.cp-section:last-child { border-bottom: none; }
.cp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 12px;
}
.cp-section-head h2 {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  color: var(--brand-near-black);
  font-weight: 800;
}
.cp-link-orange {
  text-decoration: none;
  color: var(--brand-orange);
  font-weight: 700;
  font-size: 0.86rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.cp-link-orange:hover { color: #c84f25; }
.cp-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin: 0 0 10px;
  display: block;
}

/* ---- Tentang Kami 2-col ---- */
.cp-tentang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.cp-tentang-copy h2 {
  font-family: Sora, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
  color: var(--brand-near-black);
  margin: 0 0 16px;
  font-weight: 800;
}
.cp-tentang-copy > p {
  color: var(--brand-slate);
  line-height: 1.72;
  margin: 0 0 24px;
  font-size: 0.97rem;
}
.cp-tentang-values {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.cp-value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--brand-slate);
  font-size: 0.9rem;
}
.cp-value-icon {
  width: 22px;
  height: 22px;
  background: var(--brand-orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 900;
  flex-shrink: 0;
}
.cp-tentang-media img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  box-shadow: 0 16px 40px rgba(26,26,26,0.12);
}

/* ---- Fokus Program 2×2 ---- */
.cp-focus-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cp-focus-card-v2 {
  border: 1px solid var(--brand-cream-dark);
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease, border-color 0.2s ease;
}
.cp-focus-card-v2:hover {
  background: var(--brand-slate);
  border-color: var(--brand-slate);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(74,98,112,0.2);
}
.cp-focus-card-v2 .cp-focus-badge { color: var(--brand-orange); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.cp-focus-card-v2:hover .cp-focus-badge { color: rgba(255,255,255,0.7); }
.cp-focus-card-v2 h3 { margin: 0; font-family: Sora, sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--brand-near-black); }
.cp-focus-card-v2:hover h3 { color: #fff; }
.cp-focus-card-v2 p { margin: 0; color: var(--brand-slate); font-size: 0.88rem; line-height: 1.55; flex: 1; }
.cp-focus-card-v2:hover p { color: rgba(255,255,255,0.82); }
.cp-focus-card-v2 .cp-focus-card-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--brand-cream-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-slate);
}
.cp-focus-card-v2:hover .cp-focus-card-footer { border-top-color: rgba(255,255,255,0.18); color: rgba(255,255,255,0.75); }
.cp-focus-card-v2 .cp-focus-card-link { color: var(--brand-orange); }
.cp-focus-card-v2:hover .cp-focus-card-link { color: var(--brand-amber); }

/* ---- Artikel Horizontal List ---- */
.cp-article-hlist { display: flex; flex-direction: column; }
.cp-article-hitem {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px;
  border-bottom: 1px solid var(--brand-cream-dark);
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.15s;
  margin: 0 -12px;
}
.cp-article-hitem:last-child { border-bottom: none; }
.cp-article-hitem:hover { background: var(--brand-cream-dark); }
.cp-article-hthumb {
  width: 64px; height: 64px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid var(--brand-cream-dark);
}
.cp-article-hmeta { flex: 1; min-width: 0; }
.cp-chip {
  display: inline-block;
  background: var(--brand-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.cp-article-hmeta h3 {
  margin: 0 0 4px;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--brand-near-black);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cp-article-hinfo {
  margin: 0;
  font-size: 0.78rem;
  color: var(--brand-slate);
  font-weight: 600;
}
.cp-article-harrow {
  color: var(--brand-orange);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.15s;
}
.cp-article-hitem:hover .cp-article-harrow { transform: translateX(3px); }

/* ---- CTA Band ---- */
.cp-cta-band {
  background: var(--brand-slate);
  border-top: 4px solid var(--brand-orange);
}
.cp-cta-band-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cp-cta-band-inner .cp-label { color: rgba(255,255,255,0.65); }
.cp-cta-band-inner h2 {
  font-family: Sora, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  margin: 6px 0 10px;
  font-weight: 800;
}
.cp-cta-band-inner > div > p { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.94rem; }

/* ---- Footer near-black (all pages) ---- */
.cp-footer {
  background: var(--brand-near-black) !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 48px 32px 28px !important;
}
.cp-footer-grid {
  max-width: 1280px;
  margin: 0 auto 0;
}
.cp-footer a { color: rgba(255,255,255,0.78) !important; }
.cp-footer a:hover { color: #fff !important; }
.cp-footer-wa {
  display: inline-flex !important;
  background: var(--brand-orange) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-size: 0.84rem !important;
  margin-bottom: 10px;
  border: none !important;
}
.cp-footer-wa:hover { background: #c84f25 !important; }
.cp-footer-copy {
  max-width: 1280px;
  margin: 20px auto 0 !important;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45) !important;
}

/* ---- Phase 1 Responsive ---- */
@media (max-width: 1024px) {
  .cp-tentang-grid { gap: 36px; }
}
@media (max-width: 760px) {
  .cp-navbar-inner { padding: 14px 20px; }
  .cp-navbar-cta { display: none; }
  .cp-hero-fw-content { padding: 100px 20px 56px; margin-left: 0; }
  .cp-hero-fw-content h1 { font-size: 2rem; }
  .cp-stats-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .cp-stat-item { border-right: none; border-bottom: 1px solid var(--brand-cream-dark); }
  .cp-stat-item:last-child { border-bottom: none; }
  .cp-page-body { padding: 0 20px; }
  .cp-section { padding: 44px 0; }
  .cp-tentang-grid { grid-template-columns: 1fr; gap: 28px; }
  .cp-tentang-media { order: -1; }
  .cp-focus-grid-2x2 { grid-template-columns: 1fr; }
  .cp-cta-band-inner { padding: 40px 20px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .cp-footer { padding: 40px 20px 24px !important; }
  .cp-footer-grid { grid-template-columns: 1fr; }
}

/* ============================================
   PHASE 2 — Supergraphic, animasi, polish
   ============================================ */

/* Supergraphic "?" di hero */
.cp-hero-fw { overflow: hidden; }
.cp-hero-fw::after {
  content: "?";
  position: absolute;
  right: -40px;
  bottom: -60px;
  font-family: Sora, sans-serif;
  font-size: 480px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* Supergraphic "?" di CTA band */
.cp-cta-band { position: relative; overflow: hidden; }
.cp-cta-band::after {
  content: "?";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Sora, sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.06);
  pointer-events: none;
  user-select: none;
}

/* Stats count-up — angka pakai tabular nums */
.cp-stat-item h3 {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* Scroll-reveal base state */
.cp-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.cp-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.cp-reveal-delay-1 { transition-delay: 0.1s; }
.cp-reveal-delay-2 { transition-delay: 0.2s; }
.cp-reveal-delay-3 { transition-delay: 0.3s; }

/* Smooth mobile nav animation */
@media (max-width: 760px) {
  .cp-nav-links.open {
    animation: navSlideDown 0.22s ease forwards;
  }
  @keyframes navSlideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  /* Supergraphic kecil di mobile */
  .cp-hero-fw::after { font-size: 220px; right: -20px; bottom: -20px; }
  .cp-cta-band::after { font-size: 140px; right: 10px; }
}

/* Mitra card on cream bg — white stands out */
.cp-partner-card {
  background: #fff;
  border-color: var(--brand-cream-dark) !important;
}

/* Focus card v2 — slight border-left accent on idle */
.cp-focus-card-v2 {
  border-left: 3px solid var(--brand-cream-dark);
}
.cp-focus-card-v2:hover {
  border-left-color: var(--brand-orange);
}


/* Artikel hitem — thumbnail shadow halus */
.cp-article-hthumb {
  box-shadow: 0 2px 8px rgba(26,26,26,0.1);
}

/* ============================================
   PHASE 3 — Polish & UX
   ============================================ */

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Mobile nav backdrop */
.cp-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,26,26,0.45);
  z-index: 190;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.cp-nav-backdrop.active { display: block; }

/* Mobile nav toggle → X when open */
.cp-nav-toggle { font-size: 1.25rem; line-height: 1; transition: transform 0.2s; }
.cp-nav-toggle.open { transform: rotate(90deg); }

/* Hero scroll indicator */
.cp-hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
.cp-hero-scroll-hint:hover { color: rgba(255,255,255,0.9); }
.cp-hero-scroll-hint .cp-scroll-line {
  display: block;
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  40%  { opacity: 1; transform: scaleY(1); transform-origin: top; }
  60%  { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
  100% { opacity: 0; transform: scaleY(0); transform-origin: bottom; }
}

/* Scroll-to-top button */
.cp-scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: var(--brand-orange);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 150;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s, transform 0.28s, background 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(218,82,31,0.35);
  font-size: 1rem;
  pointer-events: none;
}
.cp-scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cp-scroll-top:hover {
  background: #c84f25;
  box-shadow: 0 6px 22px rgba(218,82,31,0.45);
  transform: translateY(-2px);
}

/* Scroll-spy underline on active nav link */
.cp-navbar.scrolled .cp-nav-links a {
  position: relative;
  padding-bottom: 3px;
}
.cp-navbar.scrolled .cp-nav-links a.cp-nav-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 2px;
}

/* Phase 3 responsive */
@media (max-width: 760px) {
  .cp-scroll-top { bottom: 20px; right: 20px; width: 40px; height: 40px; font-size: 0.9rem; }
  .cp-hero-scroll-hint { display: none; }
}

/* ============================================
   RESPONSIVE COMPREHENSIVE — Mobile First
   ============================================ */

/* ── Articles horizontal list (home) — tetap horizontal di mobile ── */
@media (max-width: 760px) {
  .cp-article-hlist { gap: 0; }
  .cp-article-hitem {
    gap: 12px;
    padding: 12px 0;
    align-items: flex-start;
  }
  .cp-article-hthumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    flex-shrink: 0;
  }
  .cp-article-hmeta h3 { font-size: 0.88rem; }
  .cp-article-harrow { display: none; }
}

/* ── Partners grid ── */
@media (max-width: 480px) {
  .cp-partners-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cp-partner-card { padding: 14px; }
}

/* ── Focus program grid ── */
@media (max-width: 760px) {
  .cp-focus-grid-2x2 { grid-template-columns: 1fr; gap: 12px; }
  .cp-focus-card-v2 { padding: 20px; }
}

/* ── Section head on mobile ── */
@media (max-width: 760px) {
  .cp-section-head { flex-wrap: wrap; gap: 8px; }
  .cp-section-head h2 { font-size: 1.4rem; }
}

/* ── Tentang Kami ── */
@media (max-width: 760px) {
  .cp-tentang-values { gap: 10px; }
  .cp-tentang-media img { height: 220px; object-fit: cover; }
}

/* ── CTA band ── */
@media (max-width: 760px) {
  .cp-cta-title { font-size: 1.4rem; }
  .cp-cta-band-btns { flex-direction: column; gap: 10px; }
}

/* ── Mitra carousel / grid ── */
@media (max-width: 760px) {
  .cp-mitra-strip { overflow-x: auto; padding-bottom: 8px; }
}

/* ── Article detail ── */
@media (max-width: 760px) {
  .cp-article-hero { padding: 80px 20px 40px; }
  .cp-article-body { padding: 0 20px; }
  .cp-article-body p { font-size: 1rem; line-height: 1.7; }
  .cp-article-title { font-size: 1.6rem; }
}

/* ── Partners page filter ── */
@media (max-width: 760px) {
  .cp-filter-form { flex-direction: column; gap: 8px; }
  .cp-filter-form input,
  .cp-filter-form select { width: 100%; }
}

/* ── Kolaborasi page ── */
@media (max-width: 760px) {
  .cp-kolaborasi-hero { margin-top: 80px !important; margin-bottom: 40px !important; }
  .cp-kolaborasi-copy h1 { font-size: 1.8rem; }
  .cp-kolaborasi-actions { flex-direction: column; }
  .cp-kolaborasi-actions a,
  .cp-kolaborasi-actions button { width: 100%; justify-content: center; }
  .cp-alur-section { padding: 48px 20px; }
}

/* ── Footer ── */
@media (max-width: 760px) {
  .cp-footer-grid { gap: 28px; }
  .cp-footer-grid > div:not(:last-child) { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .cp-footer h3, .cp-footer h4 { margin-top: 0; }
}

/* ── Nav mobile (fixed navbar) ── */
@media (max-width: 760px) {
  .cp-nav-links {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #fff;
    padding: 70px 24px 28px;
    flex-direction: column;
    gap: 4px;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    z-index: 195;
    box-shadow: 4px 0 24px rgba(0,0,0,0.12);
    height: 100vh;
    width: 75vw;
    max-width: 300px;
  }
  .cp-nav-links.open { transform: translateX(0); }
  .cp-nav-links a {
    color: #1A1A1A !important;
    font-size: 1rem;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
  }
  .cp-nav-links a.cp-nav-active { color: var(--brand-orange) !important; }
  .cp-nav-toggle { display: flex !important; }
  .cp-navbar-cta { display: none; }
  .cp-navbar-inner { padding: 14px 20px; }
  .cp-logo-wide { width: 36px; height: 36px; }
}

/* ── Old-style header (kolaborasi, partners, etc.) ── */
@media (max-width: 760px) {
  .cp-site-header { padding: 10px 16px !important; margin: 0 !important; }
  .cp-header-main { gap: 10px; }
  .cp-nav-links { gap: 4px; }
}

/* ── Global spacing on small screens ── */
@media (max-width: 480px) {
  .cp-page-body { padding: 0 16px; }
  .cp-section { padding: 36px 0; }
  .cp-stats-grid { padding: 0 16px; }
  .cp-hero-fw-content { padding: 90px 16px 48px; }
  .cp-hero-fw-content h1 { font-size: 1.7rem; }
  .cp-hero-fw-ctas { flex-direction: column; }
  .cp-btn-solid, .cp-btn-outline-white { width: 100%; justify-content: center; }
}

/* ── Alur steps mobile ── */
@media (max-width: 760px) {
  .alur-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .alur-grid::before { display: none; }
}
@media (max-width: 440px) {
  .alur-grid { grid-template-columns: 1fr; }
}

/* ── Media picker modal ── */
@media (max-width: 760px) {
  .media-picker-panel { max-width: 100%; border-radius: 16px 16px 0 0; }
  .media-picker-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
}

/* ── Contact cards → single column on mobile ── */
@media (max-width: 600px) {
  .cp-contact-grid {
    grid-template-columns: 1fr;
  }
  .cp-contact-card .cp-wa-button,
  .cp-contact-card a[href*="wa.me"] {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ── Mobile nav logo & CTA (hidden on desktop) ── */
.cp-nav-mobile-logo {
  display: none;
}
.cp-nav-mobile-cta {
  display: none;
}
@media (max-width: 760px) {
  .cp-nav-mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
  }
  .cp-nav-mobile-logo strong {
    font-family: Sora, sans-serif;
    font-size: 1rem;
    color: #1A1A1A;
  }
  .cp-nav-mobile-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    background: var(--brand-orange);
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: none !important;
  }
  .cp-nav-mobile-cta:hover {
    background: #c84f25;
    color: #fff !important;
  }
}

/* ── Kolaborasi hero image — limit height on mobile ── */
@media (max-width: 760px) {
  .cp-kolaborasi-media img {
    max-height: 280px;
    object-position: center center;
  }
  /* Outline button full width on mobile */
  .cp-kolaborasi-actions .cp-btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* ── CTA Band (contact-whatsapp partial) ── */
.cta-band {
  background: var(--brand-orange);
  position: relative;
  overflow: hidden;
}
.cta-band-deco {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.cta-band-deco-1 { width: 320px; height: 320px; top: -80px; right: -60px; }
.cta-band-deco-2 { width: 200px; height: 200px; bottom: -60px; left: 10%; }
.cta-band-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.cta-band-eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}
.cta-band-copy h2 {
  font-family: Sora, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.cta-band-copy p {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
  max-width: 480px;
}
.cta-band-action { flex-shrink: 0; }
.cta-band-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--brand-orange);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  white-space: nowrap;
}
.cta-band-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
@media (max-width: 760px) {
  .cta-band-inner { padding: 48px 20px; flex-direction: column; align-items: flex-start; gap: 28px; }
  .cta-band-btn { width: 100%; justify-content: center; }
}
