/*
Theme Name: Create Ghana
Theme URI: https://createghana.org/
Author: Create Ghana
Author URI: https://createghana.org/
Description: A polished one-page WordPress theme for Create Ghana, presenting national design improvement, heritage museum and cultural infrastructure proposals.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: create-ghana
Tags: one-page, portfolio, custom-logo, responsive, cultural, business
*/

:root {
  --ink: #20262d;
  --charcoal: #11161b;
  --soft-black: #171b20;
  --gold: #c69c49;
  --gold-2: #d7b463;
  --cream: #f5f1e7;
  --paper: #fbfaf6;
  --muted: #67707a;
  --line: rgba(32, 38, 45, 0.12);
  --shadow: 0 24px 80px rgba(17, 22, 27, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(17, 22, 27, 0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 900; letter-spacing: .03em; }
.brand-logo { width: 54px; height: 38px; border-radius: 9px; overflow: hidden; background: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.brand-logo img { width: 90px; max-width: none; }
.brand-text strong { color: var(--gold-2); }
.nav-links { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; }
.nav-links .menu-item { list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #12161b; font-weight: 900; letter-spacing: -.01em;
  box-shadow: 0 10px 30px rgba(198, 156, 73, .26);
  border: 1px solid rgba(255,255,255,.1);
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 0 16px; font-size: 13px; }
.button-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); box-shadow: none; }
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, rgba(214, 180, 99, .18), transparent 28%),
    linear-gradient(135deg, rgba(17,22,27,.97), rgba(31,37,45,.94)),
    url('assets/national-design-programme.jpg') center/cover;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 62px; align-items: center; min-height: 660px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(46px, 7vw, 88px); line-height: .94; letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1; letter-spacing: -.045em; margin-bottom: 22px; }
h3 { font-size: 24px; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 10px; }
h4 { font-size: 16px; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 8px; }
.lead { font-size: clamp(18px, 2vw, 23px); color: rgba(255,255,255,.82); max-width: 690px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-panel {
  background: rgba(255,255,255,.94); color: var(--ink); border-radius: 32px; padding: 32px;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.6);
}
.hero-panel img { border-radius: 22px; width: 100%; margin-bottom: 24px; }
.hero-panel p { font-size: 24px; font-weight: 900; line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.split { display: grid; grid-template-columns: .95fr .95fr; gap: 64px; align-items: start; }
.section-heading.center { text-align: center; max-width: 860px; margin: 0 auto 46px; }
.section-lead { font-size: 18px; color: var(--muted); }
.copy-block p { font-size: 18px; color: #47515c; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.pillars article, .steps article, .contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 14px 50px rgba(32,38,45,.06);
}
.pillars span, .steps span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 999px; background: var(--charcoal); color: var(--gold-2); font-weight: 900; margin-bottom: 22px; }
.pillars p, .steps p, .mini-grid p { color: var(--muted); margin-bottom: 0; }
.projects { background: #f1eadc; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { background: #fff; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(32,38,45,.1); }
.project-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.project-card div { padding: 28px; }
.tag { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(198,156,73,.16); color: #8c6722; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.project-card a { color: #8a651f; font-weight: 900; }
.project-detail.alt { background: var(--soft-black); color: #fff; }
.detail-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 64px; }
.detail-grid.reverse { grid-template-columns: .9fr 1fr; }
.detail-grid.reverse .detail-image { order: -1; }
.lead-small { font-size: 21px; color: #555f69; font-weight: 600; }
.alt .lead-small, .alt .detail-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.detail-copy > p:not(.eyebrow) { font-size: 17px; color: #4f5965; }
.detail-image img { width: 100%; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.2); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.mini-grid div { padding: 20px; border-radius: 20px; background: rgba(198,156,73,.09); border: 1px solid rgba(198,156,73,.18); }
.alt .mini-grid div { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.method { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.literature { background: linear-gradient(135deg, #15191f, #292f37); color: #fff; }
.literature-card { max-width: 960px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; padding: clamp(30px, 5vw, 64px); box-shadow: 0 40px 100px rgba(0,0,0,.24); }
.manifesto { font-size: 21px; color: rgba(255,255,255,.82); }
.cta { background: var(--cream); }
.cta-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 64px; align-items: center; }
.cta p { font-size: 18px; color: #4d5660; }
.contact-card h3 { font-size: 30px; }
.fineprint { margin-top: 18px !important; font-size: 13px !important; color: var(--muted) !important; }
.footer { background: #0f1318; color: rgba(255,255,255,.76); padding: 34px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer p { margin: 6px 0 0; }
.footer-links { display: flex; gap: 22px; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (max-width: 960px) {
  .hero-grid, .split, .detail-grid, .detail-grid.reverse, .cta-grid { grid-template-columns: 1fr; }
  .pillars, .project-grid, .steps { grid-template-columns: 1fr 1fr; }
  .detail-grid.reverse .detail-image { order: 0; }
  .hero-grid { min-height: auto; }
  .section-pad { padding: 72px 0; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .menu-toggle { display: inline-flex; background: transparent; border: 1px solid rgba(255,255,255,.25); color: #fff; border-radius: 999px; min-height: 38px; padding: 0 14px; font-weight: 800; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 76px; padding: 22px; border-radius: 22px; background: #12171d; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .pillars, .project-grid, .steps, .mini-grid { grid-template-columns: 1fr; }
  .hero-panel { padding: 18px; border-radius: 22px; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
