/* ============================================================
   iSinkwaMtase — Movement website
   Design: Wandile Marasela (Canva mockup, 2026-06-05)
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --bone:       #fffaf3;
  --bone-deep:  #f4ebda;
  --gold:       #f5a623;
  --gold-deep:  #d68910;
  --gold-soft:  rgba(245, 166, 35, 0.16);
  --ink:        #1a1a1a;
  --ink-soft:   #4a4a4a;
  --ink-mute:   #7a7a7a;
  --grey-disp:  #9b9b9b;
  --line:       rgba(26, 26, 26, 0.12);
  --line-strong:rgba(26, 26, 26, 0.28);

  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-script:  'Caveat', cursive;
  --font-marker:  'Permanent Marker', cursive;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --container:    1180px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--bone);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.1; }
p { margin: 0 0 0.8em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* ---------- Top nav ---------- */
.nav-bar {
  position: relative; z-index: 30;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 28px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 22px 28px 14px;
}
.nav-logo {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  flex-shrink: 0;
  line-height: 0;
}
.nav-logo .crown { width: 120px; height: auto; mix-blend-mode: multiply; }
.nav-logo .tag   { width: 110px; height: auto; margin-top: -10px; margin-left: 8px; mix-blend-mode: multiply; }
.nav-links {
  display: flex; gap: 34px; align-items: center;
  padding-top: 28px;
  flex-wrap: wrap;
  font-family: var(--font-body);
}
.nav-links a {
  color: var(--ink);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.01em;
  position: relative;
  padding: 6px 2px;
  transition: color 160ms ease;
}
.nav-links a:hover   { color: var(--gold-deep); }
.nav-links a.active  { color: var(--gold); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold); border-radius: 2px;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding: 24px 0 28px;
}
.site-footer .container {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.footer-logos { display: flex; align-items: center; gap: 12px; }
.footer-logos img { height: 56px; width: auto; mix-blend-mode: multiply; }
.footer-divider { width: 1px; height: 44px; background: var(--line-strong); }
.footer-socials { display: flex; gap: 28px; justify-content: center; }
.footer-socials a { display: inline-flex; align-items: center; }
.footer-socials img { height: 32px; width: 32px; object-fit: contain; transition: transform 160ms ease; }
.footer-socials a:hover img { transform: translateY(-2px); }
.footer-tt-label { font-size: 9px; letter-spacing: 0.04em; margin-top: 2px; text-align: center; color: var(--ink-soft); }
.footer-copyright { font-size: 13px; color: var(--ink-soft); text-align: right; }

/* ---------- CTA buttons ---------- */
.btn-cta {
  display: inline-flex; align-items: center; gap: 14px;
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 14px 28px; font-weight: 600; font-size: 14px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 180ms ease;
}
.btn-cta::after {
  content: '→'; font-size: 18px; transition: transform 200ms ease;
}
.btn-cta:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-cta:hover::after { transform: translateX(4px); }

/* ---------- Tear-paper divider ---------- */
/* Dark stripe with the torn-paper texture top + bottom. The torn-paper PNG
   is already transparent (white made transparent + auto-trimmed), so the
   dark band shows through where the paper "tears". */
.tear-band {
  position: relative;
  background-color: #15151a;
  padding: 80px 0 72px;
  margin: 48px 0 0;
  color: var(--bone);
  overflow: hidden;
}
.tear-band::before,
.tear-band::after {
  content: '';
  position: absolute; left: 0; right: 0;
  height: 44px;
  background: url('/assets/site/6.png?v=2') center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 2;
}
.tear-band::before { top: -1px;    transform: scaleY(-1); }
.tear-band::after  { bottom: -1px; }

/* ---------- Value props (inside tear band) ---------- */
.value-props {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}
.value-props .prop { text-align: center; color: var(--bone); }
.value-props .prop img { width: 44px; height: 44px; margin: 0 auto 12px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(245,166,35,0.55)); }
.value-props .prop-label {
  font-family: var(--font-body);
  font-weight: 700; letter-spacing: 0.18em;
  font-size: 11px; color: var(--bone); margin-bottom: 8px;
}
.value-props .prop p { font-size: 13.5px; line-height: 1.5; opacity: 0.92; margin: 0; }

/* ---------- Hero (Home) ---------- */
.hero {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 28px 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  min-height: 440px;
}
.hero-text { padding-top: 0; }
.hero-title {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 4px;
  margin: 0;
}
.hero-title img.from-kasi    { display: block; width: min(440px, 100%); height: auto; }
.hero-title img.to-the-world { display: block; width: min(380px, 92%); height: auto; margin-left: 30px; margin-top: -6px; }
.hero-sub {
  margin-top: 22px;
  font-size: 16.5px;
  color: var(--ink);
  font-weight: 400;
  max-width: 460px;
  line-height: 1.5;
}
.hero-portrait {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 380px;
}
.hero-portrait .sun {
  position: absolute; top: 6%; left: 18%;
  width: 60%; max-width: 320px; height: auto; z-index: 1;
  filter: blur(2px) opacity(0.92);
  mix-blend-mode: multiply;
}
.hero-portrait .figure {
  position: relative; z-index: 2;
  width: 92%; max-width: 520px; height: auto;
  display: block;
}
.hero-portrait .water-tower {
  position: absolute; right: 4%; top: 12%;
  width: 18%; max-width: 110px; height: auto; z-index: 1;
  opacity: 0.85;
  mix-blend-mode: multiply;
}

/* ---------- Section header (script + display mix) ---------- */
.section-h {
  text-align: center;
  margin: 32px 0 28px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: 0.02em;
  color: var(--ink);
}
.section-h .accent { color: var(--gold); font-family: var(--font-script); font-weight: 700; font-size: 1.05em; }
.section-h .accent-line { display: block; height: 6px; width: 200px; margin: 6px auto 0; background-image: url('/assets/site/30.png?v=2'); background-size: contain; background-repeat: no-repeat; background-position: center; }

/* ---------- Project cards ---------- */
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px 8px;
}
.project-card {
  position: relative;
  display: flex; flex-direction: column;
  text-align: center;
}
.project-card .pill {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  padding: 6px 22px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px; letter-spacing: 0.02em;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
  display: inline-flex; align-items: center; gap: 6px;
}
.project-card .pill::before { content: '◉'; font-size: 12px; opacity: 0.9; }
.project-card .thumb {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #111;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.project-card .thumb img, .project-card .thumb video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.project-card:hover .thumb { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,0.22); }
.project-card h3 {
  font-family: var(--font-body); font-weight: 700; font-size: 17px;
  margin: 18px 0 4px;
}
.project-card .desc { font-size: 14px; color: var(--ink-soft); margin: 0 12px 14px; line-height: 1.45; }
.project-card .more {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 600; font-size: 13px; letter-spacing: 0.16em;
  color: var(--ink); margin-top: 6px;
}
.project-card .more::after {
  content: ''; width: 56px; height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 12'><path d='M0 6 L54 6 M48 1 L58 6 L48 11' stroke='%23f5a623' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
  transition: transform 200ms ease;
}
.project-card:hover .more::after { transform: translateX(6px); }

/* ---------- Personal note (founder letter) ---------- */
.personal-note {
  position: relative;
  margin: 48px 0;
  padding: 60px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(20,20,20,0.55), rgba(20,20,20,0.55)),
    url('/assets/site/18.png?v=2') center / cover no-repeat;
}
.personal-note .card {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(6px);
  border-radius: 28px;
  padding: 44px 56px 40px;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 28px;
  align-items: end;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
}
.personal-note h2 {
  font-family: var(--font-script);
  font-size: 36px; font-weight: 700;
  text-align: center;
  margin: 0 0 18px;
  color: var(--ink);
  grid-column: 1 / -1;
}
.personal-note .body { font-size: 14.5px; line-height: 1.62; color: var(--ink); }
.personal-note .body p { margin: 0 0 10px; }
.personal-note .body strong { color: var(--ink); font-weight: 700; }
.personal-note .character { width: 230px; height: auto; }

/* ---------- Big orange CTA band ---------- */
.cta-band {
  position: relative;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 28px;
}
.cta-band-inner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: url('/assets/site/22.png?v=2') center / cover no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 220px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}
.cta-band-inner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0.1) 50%, transparent 100%);
}
.cta-band-figure {
  position: relative;
  height: 100%;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 12px 0 0;
}
.cta-band-figure img { max-height: 240px; width: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.35)); }
.cta-band-content {
  position: relative;
  padding: 32px 40px;
  color: #fff;
  text-align: left;
}
.cta-band-content h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  display: inline-block;
  background: rgba(255, 250, 243, 0.92);
  color: var(--ink);
  padding: 6px 18px 4px;
  border-radius: 6px;
}
.cta-band-content p { font-size: 15.5px; line-height: 1.45; margin: 0 0 16px; max-width: 380px; }
.cta-band-content .btn-cta { background: #fffaf3; border-color: #fffaf3; color: var(--ink); }
.cta-band-content .btn-cta:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- Generic placeholder (used by Music / News empty states) ---------- */
.empty-state {
  max-width: var(--container);
  margin: 80px auto;
  padding: 80px 28px;
  text-align: center;
}
.empty-state h2 {
  font-family: var(--font-marker);
  font-size: clamp(42px, 6vw, 68px);
  color: var(--ink);
  margin: 0 0 12px;
}
.empty-state p { color: var(--ink-soft); font-size: 16px; max-width: 460px; margin: 0 auto; }

/* ---------- Coming Soon (Anime page) ---------- */
.coming-soon-row {
  max-width: var(--container);
  margin: 60px auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.coming-soon-row .label {
  font-family: var(--font-script);
  font-size: clamp(56px, 7vw, 96px);
  color: var(--ink);
  text-align: center;
  font-weight: 700;
  transform: rotate(-6deg);
}
.coming-soon-row .feature {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
  background: #fff;
  padding: 6px;
}
.coming-soon-row .feature img { border-radius: 18px; width: 100%; height: auto; display: block; }

/* ---------- News article grid ---------- */
.article-grid {
  max-width: var(--container);
  margin: 24px auto 0;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.article-card {
  display: flex; flex-direction: column;
  text-align: center;
}
.article-card .thumb {
  aspect-ratio: 16 / 11;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #cfe6f9 0%, #cfe6f9 60%, #94c178 60%, #94c178 100%);
  position: relative;
}
.article-card .thumb::before {
  content: '☁'; position: absolute; top: 22%; left: 50%; transform: translateX(-50%);
  font-size: 70px; color: #fff;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.08));
}
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 17px; margin: 18px 0 6px; }
.article-card .summary { color: var(--ink-soft); font-size: 14px; margin: 0 12px 14px; }
.article-card .more {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 600; font-size: 13px; letter-spacing: 0.16em;
}
.article-card .more::after {
  content: ''; width: 56px; height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 12'><path d='M0 6 L54 6 M48 1 L58 6 L48 11' stroke='%23f5a623' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
}

/* ---------- Team grid ---------- */
.team-head {
  text-align: center;
  margin: 12px auto 8px;
  display: inline-flex; align-items: baseline; gap: 14px;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 56px);
  color: var(--grey-disp);
  letter-spacing: 0.02em;
}
.team-head .accent {
  font-family: var(--font-script);
  color: var(--gold);
  font-size: 1.1em;
}
.team-head .underline {
  display: block; height: 6px;
  background: url('/assets/site/30.png?v=2') center / contain no-repeat;
}
.team-wrap { max-width: var(--container); margin: 24px auto; padding: 0 28px; text-align: center; }
.team-subline {
  display: inline-block; padding: 10px 32px 16px;
  background-image: url('/assets/site/30.png?v=2');
  background-position: center; background-size: 100% 100%; background-repeat: no-repeat;
  color: #fff; font-size: 14px; margin: 6px 0 22px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.team-subline .accent { color: var(--gold); font-weight: 600; }
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.member-card {
  position: relative;
  background: rgba(255, 250, 243, 0.92);
  backdrop-filter: blur(4px);
  border-radius: 22px;
  padding: 20px;
  display: grid; grid-template-columns: 1fr 130px;
  gap: 16px; align-items: center;
  box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}
.member-card .role { font-weight: 700; font-size: 13.5px; color: var(--gold); margin-bottom: 8px; }
.member-card .bio  { font-size: 14px; color: var(--ink); line-height: 1.45; }
.member-card .portrait img { width: 130px; height: auto; }
.member-card .name {
  position: absolute; left: 18px; right: 18px; bottom: -22px;
  text-align: center;
  font-family: var(--font-script); font-size: 28px; color: #fff; font-weight: 700;
  background-image: url('/assets/site/30.png?v=2');
  background-position: center; background-size: 100% 100%; background-repeat: no-repeat;
  padding: 10px 18px 18px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.team-quote {
  margin-top: 60px;
  text-align: center;
  font-family: var(--font-script);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  padding: 36px 24px;
  background: #1a1a1a;
  position: relative;
}
.team-quote .accent { color: var(--gold); }
.team-quote::before, .team-quote::after {
  content: '"'; font-family: var(--font-display); color: var(--gold);
  font-size: 1.6em; vertical-align: -0.2em; margin: 0 8px;
}

/* ---------- Connect page ---------- */
.connect-card {
  position: relative;
  max-width: var(--container);
  margin: 24px auto;
  border-radius: 28px;
  overflow: hidden;
  background: url('/assets/site/22.png?v=2') center / cover no-repeat;
  min-height: 280px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}
.connect-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,0.55) 0%, transparent 60%);
}
.connect-card .figure {
  position: relative;
  height: 100%;
  display: flex; align-items: flex-end; justify-content: center;
  padding-top: 14px;
}
.connect-card .figure img { max-height: 320px; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.35)); }
.connect-card .socials {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  padding: 36px 40px;
  align-items: center;
}
.connect-card .social {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: #fff;
}
.connect-card .social-btn {
  width: 88px; height: 88px; border-radius: 24px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
  transition: transform 200ms ease;
}
.connect-card .social-btn img { width: 48px; height: 48px; object-fit: contain; }
.connect-card .social:hover .social-btn { transform: translateY(-4px); }
.connect-card .handle { font-size: 14px; color: #fff; font-weight: 500; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero, .project-grid, .article-grid, .team-grid, .value-props {
    grid-template-columns: 1fr;
  }
  .value-props { gap: 28px; padding: 0 28px; }
  .hero-portrait { height: auto; min-height: 320px; }
  .hero-portrait .figure { max-height: 380px; }
  .personal-note .card { grid-template-columns: 1fr; padding: 32px 24px; }
  .personal-note .character { margin: 0 auto; width: 180px; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-band-figure img { max-height: 180px; }
  .cta-band-content { padding: 20px 24px 28px; }
  .nav-links { padding-top: 12px; gap: 18px; font-size: 14px; }
  .site-footer .container { grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .footer-socials { justify-content: center; }
  .footer-copyright { text-align: center; }
  .coming-soon-row { grid-template-columns: 1fr; gap: 24px; }
  .connect-card { grid-template-columns: 1fr; }
  .connect-card .socials { padding: 32px 24px; gap: 12px; }
  .connect-card .social-btn { width: 72px; height: 72px; }
  .article-grid { grid-template-columns: 1fr; }
  .member-card { grid-template-columns: 1fr 100px; }
}
