@font-face {
  font-family: "Bobby Jones Soft";
  src: url("../fonts/bobby-jones-soft.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #2f8a3a;
  --green-mid: #25702f;
  --green-deep: #123e1c;
  --yellow: #ffc91f;
  --purple: #6a4c9c;
  --purple-deep: #47316f;
  --black: #151210;
  --cream: #ffeed9;
  --white: #fff;
  /* Reading surfaces: near-white, calmer than cream */
  --paper: #fbfaf7;
  --orange: #d37540;
  /* Hero accents: pink = logo thunder, blue = plate button bar */
  --pink: #f69bb6;
  --blue: #2c5f9e;
  --teal: #35cca6;
  --header-h: 60px;
  --jjn-texture: url("../images/texture-rustic-dots-09.webp");
  --ticker-h: 0px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Uncut Sans", system-ui, sans-serif;
  color: var(--black);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.wrap { width: min(1180px, 92vw); margin: 0 auto; }

.sr-only,
.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: var(--yellow);
  padding: 0.5rem 0.8rem;
  border: 2px solid var(--black);
}

/* ---------- shared ---------- */
.grunge { position: relative; }
.grunge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: var(--tex, rgba(0, 0, 0, 0.55));
  -webkit-mask-image: url("../images/texture-grunge.webp");
  mask-image: url("../images/texture-grunge.webp");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: var(--tex-o, 0.45);
}
.grunge > * { position: relative; z-index: 1; }

/* Brand rustic dots (09) — full-bleed fill across containers & cards */
.halftone,
.stats,
.join,
.site-footer,
.impact,
.library-results,
.reasons,
.band,
.stat,
.acard,
.rcard,
.who-card,
.reason-card,
.flip-card__face,
.lead__frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.halftone::after,
.impact::after,
.library-results::after,
.stat::after,
.acard::after,
.rcard::after,
.who-card::after,
.reason-card::after,
.flip-card__face::after,
.lead__frame::after,
.stats::before,
.join::after,
.site-footer::after,
.reasons::after,
.band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--jjn-texture);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--texture-o, 0.25);
  mix-blend-mode: var(--texture-blend, multiply);
}

.halftone > *,
.stats > *,
.join > *,
.site-footer > *,
.impact > *,
.library-results > *,
.reasons > *,
.band > *,
.stat > *,
.acard > *,
.rcard > *,
.who-card > *,
.reason-card > *,
.flip-card__face > *,
.lead__frame > * {
  position: relative;
  z-index: 1;
}

.halftone,
.impact,
.library-results,
.stats,
.join,
.reasons,
.site-footer,
.band,
.stat,
.acard,
.rcard,
.who-card,
.reason-card,
.flip-card__face,
.lead__frame {
  --texture-o: 0.25;
}

/* Reading surfaces: whisper-quiet texture */
.halftone,
.impact,
.library-results,
.lead,
.siapa,
.reasons,
.act-page {
  --texture-o: 0.06;
}

.stat,
.acard,
.rcard,
.who-card,
.reason-card,
.lead__frame,
.flip-card__face {
  --texture-o: 0.18;
}

.halftone,
.impact,
.library-results,
.join,
.band,
.reasons,
.acard,
.rcard,
.who-card,
.reason-card,
.flip-card__face,
.lead__frame {
  --texture-blend: multiply;
}

.stats,
.site-footer,
.stat {
  --texture-blend: soft-light;
}

/*
 * Section titles / kickers — kept in markup for reference / future use.
 * Hidden site-wide (all pages). To show again: remove this block and restore
 * the plate-label styles below (or from git history).
 */
.kicker {
  display: none !important;
}

/* Reserved kicker styles (inactive while .kicker is display:none)
.kicker {
  --kicker-bar: var(--purple);
  --kicker-bar-h: 0.45em;
  position: relative;
  display: block;
  width: max-content;
  max-width: min(100%, 22ch);
  margin: 0;
  overflow: hidden;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  background: #f3efe4;
  color: var(--black);
  padding: 0.4em 0.9em calc(0.4em + var(--kicker-bar-h));
  border-radius: 4px;
  border: 2.5px solid #c8c4bc;
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  letter-spacing: 0.04em;
  transform: rotate(-5deg);
  transform-origin: center center;
  box-shadow: none;
  z-index: 2;
  justify-self: end;
  align-self: start;
  flex-shrink: 0;
}
.kicker::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--kicker-bar-h);
  background: var(--kicker-bar);
  pointer-events: none;
}
*/

/* Buttons — yellow sticker CTA */
.btn {
  --btn-pad-y: 0.45em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: var(--btn-pad-y) 0.95em;
  border-radius: 0;
  overflow: visible;
  color: var(--black);
  border: 2.5px solid var(--black);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--black);
  transform: rotate(-1.5deg);
  transition: transform 0.15s ease;
}
.btn::before { display: none; content: none; }
.btn:hover {
  transform: rotate(-1.5deg) translateY(-2px);
  filter: none;
}
.btn:active {
  transform: rotate(-1.5deg) translateY(1px);
  filter: none;
}
.blk { padding: clamp(2.4rem, 6vw, 5.5rem) 0; }

.sec-head {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}
.sec-head h2 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.98;
  margin: 0 0 0.4rem;
  font-weight: normal;
  max-width: 48ch;
}
.sec-head p { max-width: 48ch; }
.sec-head--light h2 { color: var(--cream); }

.accent { color: var(--purple); }

.rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.rv.in { opacity: 1; transform: none; }

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- header + shrinking logo (mobile-first) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--green);
  border-bottom: 3px solid var(--black);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: visible;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  min-height: var(--header-h);
  position: relative;
  overflow: visible;
}

.site-logo {
  position: relative;
  width: 84px;
  height: 44px;
  flex: 0 0 auto;
  z-index: 60;
}

.site-logo__img {
  position: absolute;
  left: -2px;
  bottom: -22px;
  height: 78px;
  width: auto;
  transform: rotate(-3deg);
  transform-origin: left bottom;
  filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.32));
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), height 0.45s cubic-bezier(0.22, 1, 0.36, 1), bottom 0.45s ease;
}

/* Beranda: header logo (with tagline) hidden until scroll */
body.home:not(.is-scrolled) .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.home:not(.is-scrolled) .site-logo__img {
  opacity: 0;
  pointer-events: none;
  transform: rotate(-3deg) scale(1.35);
}

body.home.is-scrolled .site-header {
  background: var(--green);
  border-bottom-color: var(--black);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

body.home.is-scrolled .site-logo__img {
  opacity: 1;
  transform: rotate(-3deg) scale(1);
}

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  background: var(--green-deep);
  --tex: #0a2e12;
  --tex-o: 0.42;
  padding: calc(var(--header-h) + 2.1rem) 1.35rem max(1.5rem, env(safe-area-inset-bottom));
  transform: translateY(-110%);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.site-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--tex);
  -webkit-mask-image: url("../images/texture-grunge.webp");
  mask-image: url("../images/texture-grunge.webp");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: var(--tex-o);
}
.site-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(255, 201, 31, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 45% at 0% 100%, rgba(106, 76, 156, 0.28), transparent 50%);
}
.site-nav.is-open { transform: none; }

.site-nav__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: min(100%, 28rem);
  margin: 0 auto;
  min-height: min(100%, calc(100dvh - var(--header-h) - 2.5rem));
  gap: 1.5rem;
}

.site-nav__search {
  position: relative;
  display: block;
  margin-top: 0.65rem;
}
.site-nav__search-ico {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  pointer-events: none;
  display: grid;
  place-items: center;
  z-index: 1;
}
.site-nav__search input[type="search"] {
  width: 100%;
  padding: 0.85em 5.6rem 0.85em 2.75em;
  border: 2.5px solid var(--black);
  border-radius: 0;
  background: var(--cream);
  color: var(--black);
  font-family: "Uncut Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 4px 4px 0 var(--yellow);
}
.site-nav__search input[type="search"]::placeholder {
  color: rgba(21, 18, 16, 0.45);
  font-weight: 500;
}
.site-nav__search input[type="search"]:focus {
  outline: none;
  box-shadow: 5px 5px 0 var(--purple);
}
.site-nav__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.site-nav__search-btn {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid var(--black);
  background: var(--yellow);
  color: var(--black);
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  padding: 0.4em 0.75em;
  cursor: pointer;
  line-height: 1;
  box-shadow: 2px 2px 0 var(--black);
}
.site-nav__search-btn:hover,
.site-nav__search-btn:focus-visible {
  background: var(--purple);
  color: #fff;
  outline: none;
}

.site-nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.15rem;
  align-items: stretch;
  flex: 1 1 auto;
  margin: 0;
  padding: 0.25rem 0 0;
  counter-reset: nav-item;
}

.site-nav__list > li {
  counter-increment: nav-item;
  border-bottom: 1px solid rgba(255, 238, 217, 0.16);
}

.site-nav__list a,
.site-nav__list .site-nav__soon {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 0.1rem;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  color: var(--cream);
  font-size: clamp(1.55rem, 7.2vw, 2.15rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  position: relative;
  transition: color 0.15s ease, transform 0.15s ease;
}

.site-nav__list a::before,
.site-nav__list .site-nav__soon::before {
  content: counter(nav-item, decimal-leading-zero);
  flex: 0 0 auto;
  font-size: 0.72em;
  letter-spacing: 0.04em;
  color: var(--yellow);
  opacity: 0.9;
}

.site-nav__list a::after {
  content: "";
  position: absolute;
  left: 2.4rem;
  bottom: 0.55rem;
  width: 0;
  height: 3px;
  background: var(--yellow);
  transition: width 0.2s;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
  color: var(--yellow);
  transform: translateX(4px);
  outline: none;
}

.site-nav__list a:hover::after,
.site-nav__list a:focus-visible::after { width: calc(100% - 2.4rem); }

.site-nav__soon {
  cursor: default;
  opacity: 0.72;
}

.site-nav__soon:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.site-nav__foot {
  margin-top: auto;
  padding-top: 1.35rem;
  border-top: 2px solid rgba(255, 238, 217, 0.22);
  display: grid;
  gap: 0.85rem;
}

.site-nav__mail {
  font-family: "Uncut Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--cream);
  letter-spacing: 0.01em;
  word-break: break-all;
}
.site-nav__mail:hover,
.site-nav__mail:focus-visible {
  color: var(--yellow);
  outline: none;
}

.socials--nav {
  margin-top: 0;
}
.socials--nav a {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--cream);
  color: var(--cream);
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

body.nav-open .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.nav-open .site-logo,
body.nav-open .site-logo__img {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Coming soon — real tip element (avoids .btn::before { content: none })
   Sit ABOVE controls inside overflow:hidden sections (.stats / .join). */
.jjn-soon {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.jjn-soon__tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.55rem);
  top: auto;
  transform: translateX(-50%) translateY(4px);
  padding: 0.35em 0.65em;
  border: 2px solid var(--black);
  background: var(--yellow);
  color: var(--black);
  font-family: "Uncut Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 2px 2px 0 var(--black);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 90;
}

/* Nav: tip BELOW label so sticky header doesn't clip it */
.site-nav__soon .jjn-soon__tip {
  top: calc(100% + 0.55rem);
  bottom: auto;
  transform: translateX(-50%) translateY(-4px);
}

.jjn-soon:hover .jjn-soon__tip,
.jjn-soon:focus-visible .jjn-soon__tip,
.jjn-soon.is-tip .jjn-soon__tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.jjn-soon.btn {
  pointer-events: auto;
}

.jjn-soon.btn:hover {
  transform: rotate(-1.5deg);
  filter: none;
}

.jjn-soon:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

@keyframes jjn-soon-wiggle {
  0%,
  100% {
    transform: rotate(-1.5deg);
  }
  20% {
    transform: rotate(-5deg) translateX(-3px);
  }
  40% {
    transform: rotate(2deg) translateX(3px);
  }
  60% {
    transform: rotate(-3.5deg) translateX(-2px);
  }
  80% {
    transform: rotate(1deg) translateX(1px);
  }
}

.jjn-soon.btn.is-wiggle {
  animation: jjn-soon-wiggle 0.5s ease;
}

@keyframes jjn-soon-wiggle-plain {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  40% {
    transform: translateX(3px) rotate(2deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  80% {
    transform: translateX(1px) rotate(1deg);
  }
}

.jjn-soon:not(.btn).is-wiggle {
  animation: jjn-soon-wiggle-plain 0.45s ease;
  display: inline-block;
}

body.home:not(.is-scrolled) .site-nav__list a,
body.home:not(.is-scrolled) .site-nav__list .site-nav__soon {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* Search results */
.search-page__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  max-width: 36rem;
}
.search-page__form input[type="search"] {
  flex: 1 1 14rem;
  min-width: 0;
  padding: 0.8em 1em;
  border: 2.5px solid var(--black);
  background: var(--cream);
  color: var(--black);
  font-weight: 600;
  box-shadow: 3px 3px 0 var(--yellow);
}
.search-page__form input[type="search"]:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--purple);
}
.search-page__results {
  padding-block: 0.5rem 2rem;
}
.search-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.search-page__list a {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border: 2.5px solid var(--black);
  background: #fff;
  box-shadow: 4px 4px 0 var(--purple);
  color: var(--black);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.search-page__list a:hover,
.search-page__list a:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--yellow);
  outline: none;
}
.search-page__type {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--purple);
}
.search-page__list strong {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: normal;
  line-height: 1.1;
}
.search-page__excerpt {
  font-size: 0.95rem;
  color: #4a453f;
  line-height: 1.4;
}
.search-page__empty {
  font-size: 1.1rem;
  max-width: 36ch;
  margin-bottom: 1.25rem;
}

.site-footer__soon {
  display: block;
  color: inherit;
  opacity: 0.72;
  cursor: default;
}

.site-footer__soon:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  width: 40px;
  height: 40px;
  z-index: 60;
  position: relative;
}
.burger span {
  display: block;
  width: 28px;
  height: 3.5px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}
.burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.3);
}
.burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

/* ---------- hero (mobile-first) ---------- */
.hero {
  background: var(--green);
  color: var(--cream);
  overflow: visible; /* allow bolt tips to break into header */
  --tex: #0a2e12;
  --tex-o: 0.5;
  margin-top: calc(-1 * var(--header-h));
  /* less top padding so the charge tip can sit in the header band */
  padding: calc(var(--header-h) * 0.35) 0 2.2rem;
}

body:not(.home) .hero { margin-top: 0; }

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  text-align: center;
  overflow: visible;
}

.hero__brand {
  position: relative;
  z-index: 5;
  overflow: visible;
}

.hero__logo {
  display: block;
  width: min(100vw, 560px);
  max-width: none;
  height: auto;
  /* pull the left charge tip up into the sticky header zone */
  margin: calc(-1 * var(--header-h) * 0.72) auto -0.35rem;
  position: relative;
  left: 50%;
  translate: -50% 0;
  filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.28));
  transition: opacity 0.35s ease, transform 0.45s ease;
  transform-origin: center top;
  z-index: 6;
}

body.home.is-scrolled .hero__logo {
  opacity: 0;
  transform: scale(0.5) translateY(-8px);
  pointer-events: none;
}

.hero__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero__slogan {
  position: relative;
  display: inline-block;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  color: var(--yellow);
  font-size: clamp(1.05rem, 5.2vw, 1.85rem);
  letter-spacing: 0.02em;
  margin: 0 auto 0.75rem;
  line-height: 1.05;
  max-width: 18ch;
}

.hero__slogan-mark {
  position: absolute;
  left: -0.15em;
  right: -0.2em;
  bottom: 0.08em;
  height: 0.42em;
  background: rgba(255, 201, 31, 0.28);
  z-index: -1;
  transform: rotate(-1.5deg);
  border-radius: 4px;
}

.hero__lead {
  font-size: clamp(0.98rem, 3.8vw, 1.18rem);
  max-width: 34ch;
  margin: 0 auto 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #f4ecdd;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.hero__cta .btn {
  width: min(100%, 320px);
}

.hero__art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 280px;
  margin-bottom: 0.4rem;
}

.hero__art-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.starburst {
  position: absolute;
  width: 140%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: spin 45s linear infinite;
  opacity: 0.55;
}
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .starburst,
  .band__row { animation: none !important; }
}

.splash {
  position: absolute;
  width: 140%;
  max-width: none;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.95;
}

.hero__mascot {
  position: relative;
  z-index: 3;
  max-height: min(340px, 48vh);
  width: auto;
  max-width: 86%;
  object-fit: contain;
  filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.24));
}

/* Character speech bubble */
.speech {
  position: absolute;
  z-index: 4;
  background: var(--cream);
  color: var(--purple);
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.78rem, 3.4vw, 1.15rem);
  line-height: 1;
  padding: 0.65em 0.8em;
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 var(--black);
  text-align: center;
}
.speech--hero {
  top: 4%;
  right: 2%;
  border-radius: 16px 16px 16px 4px;
  transform: rotate(4deg);
  max-width: 11ch;
}

/* ---------- marquee ---------- */
.band {
  background: var(--yellow);
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.55rem 0;
}
.band__row {
  display: inline-block;
  animation: scroll 30s linear infinite;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
}
.band__row span { padding: 0 1em; }
.band__row .b { color: var(--blue); }

/* ---------- lead / mid-1 ---------- */
.lead {
  position: relative;
  z-index: 2;
  background: var(--paper);
  --tex: #151210;
  --tex-o: 0.35;
}
.lead__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  /* keep .wrap width: min(1180px, 92vw) — do not stretch full viewport */
  box-sizing: border-box;
}
.lead.halftone {
  overflow: visible; /* let truck smoke billow over neighboring sections */
}
.lead__art {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 80%;
  margin: -1.5rem auto clamp(1.75rem, 4vw, 2.75rem);
  padding-top: 10%;
  isolation: isolate;
  overflow: visible;
}
.lead__art img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transform: translateY(-6%);
  filter: drop-shadow(0 14px 22px rgba(21, 18, 16, 0.14));
}
.lead__smoke {
  position: absolute;
  z-index: 1;
  bottom: 28%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 45% 50%, rgba(45, 42, 38, 0.72) 0%, rgba(45, 42, 38, 0.35) 38%, rgba(45, 42, 38, 0) 70%),
    radial-gradient(circle at 60% 40%, rgba(90, 86, 80, 0.55) 0%, rgba(90, 86, 80, 0) 60%);
  filter: blur(10px);
  mix-blend-mode: multiply;
  transform: translate3d(0, 20%, 0) scale(0.45);
}
.lead__smoke--a { left: 6%; }
.lead__smoke--b { left: 16%; width: 26%; bottom: 32%; filter: blur(14px); }
.lead__smoke--c { left: 38%; }
.lead__smoke--d { left: 48%; width: 28%; bottom: 34%; filter: blur(16px); }
.lead__smoke--e { left: 68%; }
.lead__smoke--f { left: 78%; width: 24%; bottom: 30%; filter: blur(13px); }
.lead__art:hover .lead__smoke {
  animation: lead-smoke 2.4s ease-out infinite;
}
.lead__art:hover .lead__smoke--b { animation-delay: 0.35s; }
.lead__art:hover .lead__smoke--c { animation-delay: 0.55s; }
.lead__art:hover .lead__smoke--d { animation-delay: 0.9s; }
.lead__art:hover .lead__smoke--e { animation-delay: 1.15s; }
.lead__art:hover .lead__smoke--f { animation-delay: 1.5s; }
@keyframes lead-smoke {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(0.45);
  }
  20% {
    opacity: 0.85;
  }
  60% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translate3d(-6%, -160%, 0) scale(1.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lead__art:hover .lead__smoke {
    animation: none;
    opacity: 0.4;
    transform: translate3d(-2%, -40%, 0) scale(1.15);
  }
}
.lead__stack h2 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 0.98;
  font-weight: normal;
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  max-width: none;
  width: 100%;
  text-wrap: balance;
}
.lead__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2.5rem;
  width: 100%;
  margin: 0 0 1.5rem;
}
.lead__body p {
  font-weight: 500;
  color: #3a3630;
  line-height: 1.55;
  font-size: 1.05rem;
  margin: 0;
  max-width: none;
}
.lead__body a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--purple);
}
.lead__stack > .btn {
  align-self: flex-start;
  margin-top: 0.15rem;
}

/* Classic 2-col lead (front-page-classic) */
.lead__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}
.lead__copy h2 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.8vw, 3.3rem);
  line-height: 0.98;
  font-weight: normal;
  margin: 0.8rem 0 1rem;
  max-width: 18ch;
}
.lead__copy p {
  font-weight: 500;
  color: #3a3630;
  line-height: 1.55;
  font-size: 1.05rem;
  max-width: 52ch;
  margin-bottom: 1rem;
}
.lead__copy .btn { margin-top: 0.6rem; }

/* ---------- stats ---------- */
.stats {
  background: var(--green-deep);
  color: var(--cream);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.stat {
  background: var(--purple);
  border: 3px solid var(--cream);
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 220px;
}
.stat:nth-child(2) { background: var(--green); }
.stat:nth-child(3) { background: var(--orange); }
.stat__num {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: clamp(3.2rem, 7vw, 4.6rem);
  color: var(--yellow);
  line-height: 0.9;
}
.stat__unit {
  font-size: 0.45em;
  margin-left: 0.05em;
}
.stat__lbl {
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  font-size: 1rem;
}
.stat__src {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  align-self: flex-start;
}
.stat__src:hover { color: var(--yellow); border-bottom-color: var(--yellow); }
.stats__cta { margin-top: 2rem; }

/* ---------- join / close ---------- */
.join {
  background: var(--yellow);
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5rem) 0 0; /* no bottom pad — mascot sits on the edge */
  --tex: #a8790f;
  --tex-o: 0.55;
}
.join__in {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
}
.join__in > .rv:first-child,
.join__copy {
  align-self: center;
  padding-bottom: clamp(3rem, 7vw, 5rem);
}
.join__title {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  line-height: 0.98;
  font-weight: normal;
  color: var(--black);
  max-width: 16ch;
}
.join__text {
  font-weight: 600;
  margin: 0.7rem 0 1.4rem;
  max-width: 40ch;
  color: #2a2620;
  font-size: 1.08rem;
  line-height: 1.45;
}
.join__rosie {
  position: relative;
  width: clamp(280px, 42vw, 520px);
  flex-shrink: 0;
  align-self: end;
  margin: 0;
  line-height: 0;
  overflow: visible;
}
.join__rosie img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.2));
}
.join__thunder {
  position: absolute;
  z-index: 1;
  top: 2%;
  left: -4%;
  right: auto;
  width: clamp(90px, 18vw, 150px);
  height: auto;
  aspect-ratio: 135 / 261;
  color: var(--pink);
  transform: rotate(-10deg);
  filter: drop-shadow(4px 5px 0 #fff);
  pointer-events: none;
}
.join__shout {
  position: absolute;
  z-index: 3;
  top: 2%;
  left: -4%;
  right: auto;
  width: clamp(90px, 18vw, 150px);
  aspect-ratio: 135 / 261;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2em;
  box-sizing: border-box;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 1.9vw, 1.2rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--purple);
  text-align: center;
  transform: rotate(-10deg);
  text-shadow: none;
  pointer-events: none;
}
.join__shout--on-pink {
  color: #fff;
}

/* ---------- inner pages ---------- */
.page-hero {
  background: var(--green);
  color: var(--cream);
  padding: clamp(3rem, 7vw, 5rem) 0;
  --tex: #0a2e12;
  --tex-o: 0.5;
}
.page-hero--purple {
  background: var(--purple);
  --tex: #1c0f33;
}
.page-hero h1 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  line-height: 0.98;
  font-weight: normal;
  margin: 0.8rem 0 0.7rem;
  max-width: 16ch;
}
/* Long Kenapa headline: fill the row instead of a skinny balanced stack */
.page-kenapa .page-hero h1 {
  max-width: min(40rem, 100%);
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  line-height: 1.05;
  text-wrap: pretty;
}
.page-kenapa .page-hero__lead {
  max-width: min(52rem, 100%);
}
@media (min-width: 901px) {
  .nowrap-phrase {
    white-space: nowrap;
  }
}
.page-hero__lead {
  max-width: 42ch;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #f4ecdd;
}
.page-note {
  font-weight: 500;
  color: #3a3630;
  max-width: 52ch;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
.page-main .blk { background: var(--paper); }

.act-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}
.acard {
  background: var(--cream);
  border: 3px solid var(--black);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--black);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  min-height: 220px;
}
.acard h2 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: normal;
}
.acard p {
  font-weight: 500;
  color: #3a3630;
  line-height: 1.45;
  flex: 1;
}
.acard .btn {
  width: auto;
  align-self: flex-start;
  margin-top: 0.15rem;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  padding: 0.38em 0.85em;
}
.acard .form {
  width: 100%;
  margin-top: 0.15rem;
}
.acard__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.15rem;
}
.acard__btns .btn {
  margin-top: 0;
}
.form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form__status {
  width: 100%;
  margin: 0.15rem 0 0;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}
.form__status.is-ok {
  color: var(--green-deep, #0a3d1a);
}
.form__status.is-err {
  color: #8a1d1d;
}
.form {
  position: relative;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  align-items: center;
}
.form input {
  flex: 1;
  min-width: 180px;
  padding: 0.85em 1.1em;
  border: 3px solid var(--black);
  border-radius: 12px;
  font-weight: 500;
  background: var(--white);
}
.form input:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--purple);
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--green-deep);
  color: var(--cream);
  padding: clamp(3rem, 6vw, 4rem) 0 2rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}
.site-footer__logo {
  height: 70px;
  width: auto;
  margin-bottom: 0.8rem;
}
.site-footer__tag {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  color: var(--yellow);
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
.site-footer__about {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #e6f1e7;
  max-width: 36ch;
  margin-bottom: 1rem;
}
.site-footer__heading {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  color: var(--yellow);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.site-footer__col a {
  display: block;
  color: #e6f1e7;
  font-weight: 500;
  margin-bottom: 0.55rem;
  transition: color 0.15s;
}
.site-footer__col a:hover { color: var(--yellow); }
.socials { display: flex; gap: 0.7rem; margin-top: 0.4rem; }
.socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--cream);
  border-radius: 0;
  color: var(--cream);
  transition: background 0.15s, transform 0.12s, color 0.15s, border-color 0.15s;
}
.socials a:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
  transform: translateY(-3px);
}
.socials__ico {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.6rem;
  font-size: 0.82rem;
  color: #bcd3bf;
}
.site-footer__bar strong { color: var(--cream); }
.site-footer__bar a { color: var(--cream); }
.site-footer__bar a:hover { color: var(--yellow); }
.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: flex-end;
  align-items: baseline;
  text-align: right;
  margin-left: auto;
}
.site-footer__disclaimer {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 0;
  max-width: 72ch;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.88;
}
.site-footer__disclaimer strong {
  color: var(--cream);
  font-weight: 700;
}
.site-footer__credit {
  display: inline;
  margin: 0;
}
.site-footer__credit a {
  color: var(--yellow);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* ---------- Kenapa: who cards ---------- */
.siapa { background: var(--paper); }
.siapa .sec-head p,
.reasons .sec-head p,
.impact .sec-head p { font-weight: 500; color: #3a3630; line-height: 1.5; max-width: 48ch; }
.reasons .sec-head p { max-width: 62ch; }
.who-acc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}
.who-card {
  --card-bar-color: var(--purple);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
  overflow: hidden;
  min-width: 0;
  transition: box-shadow 0.2s ease;
}
.who-card.is-open {
  background: var(--white);
  box-shadow: 0 6px 18px rgba(21, 18, 16, 0.1);
}
.who-card__rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 38%);
  align-items: center;
  gap: 0.85rem 1rem;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid transparent;
  cursor: pointer;
  color: inherit;
  transition: border-color 0.2s ease;
}
.who-card.is-open .who-card__rail {
  background: transparent;
  border-bottom-color: rgba(21, 18, 16, 0.1);
}
.who-card__rail:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
}
.who-card__truck-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  justify-self: end;
  isolation: isolate;
  flex-shrink: 0;
  overflow: visible;
}
.who-card__rays {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 46%;
  width: 138%;
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  color: #d9d2c4;
  opacity: 0.55;
  mix-blend-mode: multiply;
  animation: spin 42s linear infinite;
}
.who-card.is-open .who-card__rays,
.who-card:hover .who-card__rays,
.who-card:focus-within .who-card__rays {
  color: color-mix(in srgb, var(--yellow) 70%, #d9d2c4);
  opacity: 0.62;
}
.who-card__rays-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.who-card__truck {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
  transition: filter 0.25s ease, transform 0.35s ease;
}
.who-card.is-open .who-card__truck {
  transform: scale(1.04);
}
.who-card__smoke {
  position: absolute;
  z-index: 1; /* billow from behind the truck */
  left: 8%;
  bottom: 42%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 12%, 0) scale(0.45);
  background:
    radial-gradient(circle at 42% 48%, rgba(55, 52, 48, 0.78) 0%, rgba(55, 52, 48, 0.45) 34%, rgba(55, 52, 48, 0) 70%),
    radial-gradient(circle at 62% 40%, rgba(90, 86, 80, 0.7) 0%, rgba(90, 86, 80, 0) 62%),
    radial-gradient(circle at 35% 62%, rgba(35, 32, 28, 0.55) 0%, rgba(35, 32, 28, 0) 58%);
  filter: blur(7px);
  mix-blend-mode: multiply;
}
.who-card__smoke--b {
  left: 22%;
  bottom: 48%;
  width: 72%;
  filter: blur(10px);
  background:
    radial-gradient(circle at 50% 55%, rgba(40, 37, 34, 0.82) 0%, rgba(40, 37, 34, 0.4) 40%, rgba(40, 37, 34, 0) 72%),
    radial-gradient(circle at 30% 35%, rgba(75, 70, 64, 0.65) 0%, rgba(75, 70, 64, 0) 60%);
}
.who-card__smoke--c {
  left: -4%;
  bottom: 36%;
  width: 88%;
  filter: blur(14px);
  background:
    radial-gradient(circle at 48% 50%, rgba(28, 26, 24, 0.72) 0%, rgba(28, 26, 24, 0.35) 42%, rgba(28, 26, 24, 0) 74%),
    radial-gradient(circle at 70% 30%, rgba(95, 90, 84, 0.55) 0%, rgba(95, 90, 84, 0) 58%);
}
.who-card:hover .who-card__smoke,
.who-card:focus-within .who-card__smoke {
  animation: who-smoke 1.35s ease-out infinite;
}
.who-card:hover .who-card__smoke--b,
.who-card:focus-within .who-card__smoke--b {
  animation-delay: 0.18s;
}
.who-card:hover .who-card__smoke--c,
.who-card:focus-within .who-card__smoke--c {
  animation-delay: 0.36s;
}
.who-card:hover .who-card__truck,
.who-card:focus-within .who-card__truck {
  filter: contrast(1.05) saturate(0.92);
}
@keyframes who-smoke {
  0% {
    opacity: 0;
    transform: translate3d(0, 18%, 0) scale(0.4);
  }
  18% {
    opacity: 0.95;
  }
  55% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate3d(-8%, -78%, 0) scale(1.55);
  }
}
@media (prefers-reduced-motion: reduce) {
  .who-card__rays {
    animation: none !important;
  }
  .who-card:hover .who-card__smoke,
  .who-card:focus-within .who-card__smoke {
    animation: none;
    opacity: 0.55;
    transform: translate3d(-4%, -35%, 0) scale(1.15);
  }
}
.who-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  align-self: center;
}
.who-card__num {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: 0.06em;
  color: var(--purple);
  line-height: 1;
  opacity: 0.9;
}
.who-card__name {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 3.2vw, 2.2rem);
  color: var(--black);
  line-height: 1.02;
  min-width: 0;
}
.who-card__one {
  margin: 0.2rem 0 0;
  max-width: 36ch;
  font-weight: 500;
  font-size: clamp(0.88rem, 1.6vw, 1.05rem);
  line-height: 1.35;
  color: #3a3630;
}
.who-card__body {
  padding: 1.25rem 1.2rem 1.4rem;
}
.who-card__body[hidden] {
  display: none;
}
.who-facts {
  display: grid;
  gap: 0.75rem;
}
.who-fact {
  padding: 0.9rem 1rem;
  border: 2.5px solid var(--black);
  background: var(--cream);
}
.who-fact--janji {
  background: color-mix(in srgb, var(--yellow) 28%, var(--white));
  box-shadow: 4px 4px 0 var(--yellow);
}
.who-fact--kenyataan {
  background: color-mix(in srgb, var(--pink) 18%, var(--white));
  box-shadow: 4px 4px 0 var(--pink);
}
.who-fact__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}
.who-fact__ico {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--black);
  background: var(--white);
  color: var(--black);
  flex-shrink: 0;
}
.who-fact--janji .who-fact__ico {
  background: var(--yellow);
  color: var(--black);
}
.who-fact--kenyataan .who-fact__ico {
  background: var(--pink);
  color: var(--white);
}
.who-fact__label {
  margin: 0;
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
}
.who-fact p {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #2a2620;
}
.who-fact a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--purple);
}
.who-note {
  margin-top: 1.2rem;
  font-size: 0.82rem;
  color: #6b655c;
  font-style: italic;
}
.impact-quote {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
  border: 0;
  padding: clamp(1.6rem, 3.5vw, 2.6rem) 0 clamp(2.4rem, 5vw, 3.4rem);
  --texture-o: 0.06;
  --texture-blend: multiply;
}
.impact-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--jjn-texture);
  background-size: cover;
  background-position: center;
  opacity: var(--texture-o);
  mix-blend-mode: var(--texture-blend);
}
.impact-quote > * {
  position: relative;
  z-index: 1;
}
.impact-quote .wrap {
  display: flex;
  justify-content: center;
}
.impact-quote .act-closing-row.impact-quote__row {
  margin-top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.impact-quote .act-closing__mascot {
  transform: rotate(-6deg);
}
.impact-quote__sticker {
  margin: 0;
  max-width: min(26ch, 100%);
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  line-height: 1.12;
  text-align: center;
  transform: rotate(-1.5deg);
}
@media (min-width: 901px) {
  .impact-quote__sticker {
    max-width: min(28ch, 100%);
    font-size: clamp(1.55rem, 2.4vw, 1.95rem);
    padding: 0.65em 1em;
    box-shadow: 6px 6px 0 var(--black);
  }
}

.reasons {
  background: var(--paper);
  color: var(--black);
  --tex: #151210;
  --tex-o: 0.06;
  --texture-o: 0.06;
}
.reasons .sec-head h2 { color: var(--black); }
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
.reason-card {
  background: var(--cream);
  color: var(--black);
  border: 3px solid var(--black);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--black);
  padding: 1.5rem;
}
.reason-card__icon {
  display: block;
  width: 100%;
  max-width: 11.5rem;
  height: 8.5rem;
  margin: 0 0 1.1rem;
  background: none;
  border: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: left center;
}
.reason-card h3 {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.reason-card p {
  font-weight: 500;
  color: #3a3630;
  line-height: 1.45;
}

.impact { background: var(--paper); }
.impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.flip-card {
  --flip-dur: 0.55s;
  display: block;
  width: 100%;
  height: 280px;
  padding: 0;
  border: 0;
  background: transparent;
  perspective: 1200px;
  cursor: pointer;
  color: inherit;
  text-align: left;
}
.flip-card__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform var(--flip-dur) ease;
}
.flip-card:hover .flip-card__inner,
.flip-card:focus-visible .flip-card__inner,
.flip-card.is-flipped .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.85rem;
  padding: 1.25rem 1.3rem 1.55rem;
  border: 2.5px solid #c8c4bc;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 14px rgba(21, 18, 16, 0.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.flip-card__face::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  background: var(--yellow);
  z-index: 2;
  pointer-events: none;
}
.flip-card__face--front {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding-bottom: 1.7rem;
}
.flip-card__face--back {
  justify-content: center;
  transform: rotateY(180deg);
}
.flip-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(11.5rem, 78%);
  height: 8.5rem;
  flex: 0 0 auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.flip-card__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.flip-card__title {
  position: relative;
  z-index: 1;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.1;
  color: var(--purple);
}
.flip-card__caption {
  position: relative;
  z-index: 1;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.2;
  color: var(--black);
  text-wrap: balance;
}
@media (min-width: 901px) {
  .impact-grid { grid-template-columns: repeat(3, 1fr); }
  .flip-card { height: 320px; }
}
@media (prefers-reduced-motion: reduce) {
  .flip-card__inner { transition: none; }
  .flip-card:hover .flip-card__inner,
  .flip-card:focus-visible .flip-card__inner,
  .flip-card.is-flipped .flip-card__inner {
    transform: none;
  }
  .flip-card:hover .flip-card__face--front,
  .flip-card:focus-visible .flip-card__face--front,
  .flip-card.is-flipped .flip-card__face--front {
    opacity: 0;
  }
  .flip-card:hover .flip-card__face--back,
  .flip-card:focus-visible .flip-card__face--back,
  .flip-card.is-flipped .flip-card__face--back {
    opacity: 1;
  }
  .flip-card__face--back {
    opacity: 0;
    transform: none;
  }
}

/* ---------- Data library ---------- */
.library-chrome {
  position: relative;
  z-index: 30;
}
.library-sticky {
  position: sticky;
  top: calc(var(--header-h) + var(--ticker-h));
  z-index: 32;
  background:
    linear-gradient(180deg, rgba(255, 238, 217, 0.96), rgba(251, 250, 247, 0.98));
  border-bottom: 3px solid var(--black);
  box-shadow: 0 8px 0 rgba(106, 76, 156, 0.12);
  backdrop-filter: blur(8px);
  padding: 0.85rem 0;
}
.library-toolbar {
  display: grid;
  gap: 0.75rem;
}
.library-filters-scrim {
  display: none;
}
.library-filters-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.65em 0.85em;
  border: 2.5px solid var(--black);
  border-radius: 0;
  background: var(--cream);
  color: var(--black);
  font-weight: 700;
  box-shadow: 3px 3px 0 var(--black);
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.library-filters-toggle:hover {
  background: var(--white);
}
.library-filters-toggle:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}
.library-filters-toggle__label {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.library-filters-toggle__count {
  margin-left: auto;
  min-width: 1.4rem;
  padding: 0.1em 0.45em;
  border: 2px solid var(--black);
  background: var(--yellow);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.library-filters-toggle__chev {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2.5px solid var(--black);
  border-bottom: 2.5px solid var(--black);
  transform: rotate(45deg) translateY(-15%);
  transition: transform 0.2s ease;
}
.library-chrome.is-filters-open .library-filters-toggle__chev {
  transform: rotate(225deg) translateY(-10%);
}
.library-search {
  position: relative;
  display: block;
}
.library-search__ico {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  pointer-events: none;
  display: grid;
  place-items: center;
}
.library-search input {
  width: 100%;
  padding: 0.9em 1.1em 0.9em 2.85em;
  border: 2.5px solid var(--black);
  border-radius: 0;
  background: var(--white);
  font-weight: 600;
  color: var(--black);
  box-shadow: 4px 4px 0 var(--purple);
  transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.library-search input::placeholder {
  color: rgba(21, 18, 16, 0.45);
  font-weight: 500;
}
.library-search input:focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 5px 5px 0 var(--pink);
  transform: translate(-1px, -1px);
}
.library-filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.library-filter {
  display: grid;
  gap: 0.35rem;
}
.library-filter__label {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--purple);
}
.library-filter__field {
  position: relative;
  display: block;
}
.library-filter__field::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2.5px solid var(--black);
  border-bottom: 2.5px solid var(--black);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.library-filters select,
.library-filter select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.7em 2.2em 0.7em 0.9em;
  border: 2.5px solid var(--black);
  border-radius: 0;
  background: var(--cream);
  font-weight: 600;
  color: var(--black);
  box-shadow: 3px 3px 0 var(--black);
  cursor: pointer;
  transition: box-shadow 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.library-filters select:hover,
.library-filter select:hover {
  background: var(--white);
}
.library-filters select:focus,
.library-filter select:focus {
  outline: none;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--yellow);
  transform: translate(-1px, -1px);
}
.library-results { background: var(--paper); }
.library-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.rcard {
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
  padding: 1.15rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  --texture-o: 0.1;
}
.rcard.is-hidden { display: none; }
.rcard::before { content: none; display: none; }
.rcard:hover {
  transform: none;
  box-shadow: 0 6px 16px rgba(21, 18, 16, 0.1);
}
.rcard__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: start;
  min-width: 0;
}
.rcard--has-thumb .rcard__main {
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem;
}
.rcard__thumb {
  display: block;
  width: 5.5rem;
  height: 4.15rem;
  object-fit: cover;
  object-position: center;
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  background: var(--paper);
  flex-shrink: 0;
}
.rcard__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.rcard__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.7rem;
}
.rcard__src {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--purple);
  line-height: 1.3;
}
.rcard__year {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b655c;
}
.rcard__title {
  font-family: "Uncut Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.28;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.rcard__excerpt {
  font-weight: 500;
  color: #3a3630;
  line-height: 1.45;
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rcard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.15rem;
}
.tag {
  background: color-mix(in srgb, var(--green-mid) 12%, var(--white));
  border: 1px solid color-mix(in srgb, var(--green-mid) 35%, #c8c4bc);
  border-radius: 0;
  padding: 0.12em 0.45em;
  font-size: 0.68rem;
  font-weight: 600;
  color: #2a3d2c;
}
.tag--more {
  background: transparent;
  border-color: rgba(21, 18, 16, 0.18);
  color: #6b655c;
}
.rcard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(21, 18, 16, 0.08);
  margin-top: auto;
}
.btn--small {
  --btn-pad-y: 0.28em;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  padding: var(--btn-pad-y) 0.75em;
  border-width: 2px;
  box-shadow: 2px 2px 0 var(--black);
}
.btn--ghost {
  background: transparent;
  color: var(--black);
  border: 2px solid rgba(21, 18, 16, 0.28);
  box-shadow: none;
}
.btn--ghost:hover {
  border-color: var(--black);
  background: var(--cream);
}
.library-empty {
  text-align: center;
  font-weight: 600;
  color: #3a3630;
  padding: 2rem 1rem;
  border: 3px dashed rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.summary-modal[hidden] { display: none; }
.summary-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
}
.summary-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 18, 16, 0.55);
  backdrop-filter: blur(2px);
}
.summary-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(82vh, 720px);
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.14);
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(21, 18, 16, 0.18);
  padding: 0;
  overflow: hidden;
  --texture-o: 0.08;
}
.summary-modal__dialog::before {
  content: none;
  display: none;
}
.summary-modal__content {
  padding: clamp(1.5rem, 3.5vw, 2.1rem) clamp(1.4rem, 3.5vw, 2.2rem) 1.25rem;
  overflow: auto;
  min-height: 0;
}
.summary-modal__dialog h2 {
  font-family: "Uncut Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 700;
  margin: 0 2rem 1rem 0;
  line-height: 1.25;
  color: var(--black);
  text-wrap: pretty;
}
.summary-modal__dialog p {
  margin: 0;
  font-weight: 500;
  line-height: 1.55;
  font-size: 1rem;
  color: #3a3630;
}
.summary-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem clamp(1.4rem, 3.5vw, 2.2rem) clamp(1.25rem, 3vw, 1.7rem);
  border-top: 1px solid rgba(21, 18, 16, 0.08);
  background: color-mix(in srgb, var(--paper) 70%, var(--white));
}
.summary-modal__x {
  position: absolute;
  top: 0.85rem;
  right: 0.9rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(21, 18, 16, 0.14);
  background: var(--white);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  color: var(--black);
}
.summary-modal__x:hover {
  background: var(--yellow);
  border-color: var(--black);
}

/* ---------- Aksi page ---------- */
.act-page { background: var(--paper); }
.acard__icon {
  display: block;
  width: 100%;
  max-width: 5.5rem;
  height: 4.5rem;
  margin: 0 0 0.35rem;
  object-fit: contain;
  object-position: left center;
  background: none;
  border: 0;
  box-shadow: none;
}
.act-closing {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  line-height: 1.15;
  max-width: 42ch;
  color: var(--purple);
  text-align: center;
}

/* Mobile defaults for multi-col sections */
.lead__grid,
.join__in,
.stats__grid,
.act-grid,
.reason-grid,
.library-grid,
.library-filters,
.site-footer__grid {
  grid-template-columns: 1fr;
}
.join__rosie { display: none; }

/* Beranda driver closing: keep image + caption visible on mobile */
.join--driver {
  padding: clamp(2.4rem, 6vw, 4rem) 0 0;
}
.join--driver .join__in {
  grid-template-columns: 1fr;
  gap: 1.35rem;
  justify-items: center;
  text-align: center;
}
.join--driver .join__copy {
  align-self: stretch;
  padding-bottom: 0;
  max-width: 36ch;
  margin: 0 auto;
}
.join--driver .join__title {
  max-width: 14ch;
  margin-inline: auto;
}
.join--driver .join__text {
  margin: 0.7rem auto 0;
  max-width: 34ch;
  font-size: 1rem;
}
.join--driver .join__rosie {
  display: block;
  width: min(88vw, 340px);
  margin: 0.15rem auto 0;
}
.join--driver .join__shout {
  top: 5%;
  left: auto;
  right: 1%;
  width: min(46%, 9.75rem);
  aspect-ratio: auto;
  min-height: 0;
  padding: 0.45em 0.55em;
  background: var(--purple);
  border: 2.5px solid var(--black);
  box-shadow: 3px 3px 0 var(--black);
  transform: rotate(-6deg);
  font-size: clamp(0.95rem, 3.6vw, 1.12rem);
  line-height: 1.05;
  color: #fff;
}
.library-sticky { top: var(--header-h); }

/* Mobile: sticky = search + Filter only; filters open as overlay sheet */
@media (max-width: 900px) {
  .library-sticky {
    padding: 0.65rem 0;
  }
  .library-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
  }
  .library-filters-toggle {
    display: inline-flex;
    width: auto;
    min-width: 6.5rem;
    flex-shrink: 0;
    padding-inline: 0.7em 0.75em;
  }
  .library-filters-toggle__label {
    font-size: 0.95rem;
  }
  .library-filters-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 31;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(21, 18, 16, 0.35);
    cursor: pointer;
  }
  .library-filters-scrim[hidden] {
    display: none;
  }
  .library-filters {
    display: none;
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-h) + 4.35rem);
    z-index: 33;
    max-height: min(52vh, 22rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.9rem;
    background: var(--cream);
    border: 3px solid var(--black);
    box-shadow: 6px 6px 0 var(--black);
  }
  .library-chrome.is-filters-open .library-filters {
    display: grid;
  }
}

@media (min-width: 640px) {
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .act-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__mascot { max-height: min(400px, 52vh); }
  .hero__art { min-height: 320px; }
  .speech--hero { font-size: 1rem; right: 6%; }
}

@media (min-width: 901px) {
  :root { --header-h: 68px; }

  .burger { display: none; }

  .site-header__inner {
    justify-content: center;
  }

  .site-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 118px;
    height: 48px;
  }

  .site-nav {
    position: static;
    inset: auto;
    display: block;
    background: transparent;
    padding: 0;
    transform: none;
    margin-inline: auto;
    overflow: visible;
    --tex-o: 0;
  }
  .site-nav::before,
  .site-nav::after {
    display: none;
  }
  .site-nav__inner {
    display: contents;
    width: auto;
    min-height: 0;
    margin: 0;
    gap: 0;
  }
  .site-nav__search,
  .site-nav__foot {
    display: none;
  }
  .site-nav__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: visible;
    flex: none;
    padding: 0;
    counter-reset: none;
  }

  .site-nav__list > li {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: visible;
    border-bottom: 0;
    counter-increment: none;
  }

  .site-nav__list > li:not(:last-child)::after {
    content: "✦";
    color: var(--yellow);
    font-family: "Bobby Jones Soft", sans-serif;
    font-size: clamp(1rem, 2.4vw, 1.5rem);
    line-height: 1;
    margin-inline: 0.75em;
    pointer-events: none;
  }

  .site-nav__list a,
  .site-nav__list .site-nav__soon {
    display: inline;
    width: auto;
    padding: 0;
    font-size: clamp(1rem, 2.4vw, 1.5rem);
    letter-spacing: 0.05em;
    gap: 0;
  }

  .site-nav__list a::before,
  .site-nav__list .site-nav__soon::before {
    content: none;
  }

  .site-nav__list a::after {
    left: 0;
    bottom: -6px;
  }

  .site-nav__list a:hover,
  .site-nav__list a:focus-visible {
    color: var(--cream);
    transform: none;
  }

  .site-nav__list a:hover::after,
  .site-nav__list a:focus-visible::after {
    width: 100%;
  }

  body.nav-open {
    overflow: visible;
    touch-action: auto;
  }

  .site-logo__img { height: 96px; bottom: -28px; }

  .hero {
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
    padding: calc(var(--header-h) * 0.2) 0 3.5rem;
  }
  .hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    text-align: left;
  }
  .hero__art { min-height: 470px; margin-bottom: 0; }
  .hero__logo {
    width: min(640px, 54vw);
    margin: calc(-1 * var(--header-h) * 0.85) 0 -0.6rem;
    left: auto;
    translate: none;
    transform-origin: left top;
  }
  .hero__slogan { margin-left: 0; max-width: none; }
  .hero__lead { margin-left: 0; margin-right: 0; }
  .hero__cta { justify-content: flex-start; }
  .hero__cta .btn { width: auto; }
  .hero__mascot { max-height: min(480px, 62vh); max-width: 100%; }
  .speech--hero { top: 2%; right: -2%; font-size: 1.15rem; }

  .lead__grid { grid-template-columns: 1.15fr 0.85fr; }
  .lead__body {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2.5rem;
  }
  .join__in { grid-template-columns: 1fr auto; }
  .join__rosie { display: block; }
  .join--driver .join__in {
    grid-template-columns: 1fr auto;
    gap: clamp(1rem, 3vw, 2rem);
    justify-items: stretch;
    text-align: left;
  }
  .join--driver .join__copy {
    max-width: none;
    margin: 0;
    padding-bottom: clamp(3rem, 7vw, 5rem);
    align-self: center;
  }
  .join--driver .join__title {
    margin-inline: 0;
    max-width: 16ch;
  }
  .join--driver .join__text {
    margin: 0.7rem 0 0;
    max-width: 40ch;
    font-size: 1.08rem;
  }
  .join--driver .join__rosie {
    width: clamp(280px, 42vw, 520px);
    margin: 0;
  }
  .join--driver .join__shout {
    top: 2%;
    left: -4%;
    right: auto;
    width: clamp(90px, 18vw, 150px);
    aspect-ratio: 135 / 261;
    padding: 0 0.2em;
    background: none;
    border: 0;
    box-shadow: none;
    transform: rotate(-10deg);
    font-size: clamp(0.85rem, 1.9vw, 1.2rem);
    line-height: 0.95;
  }
  .stats__grid { grid-template-columns: repeat(3, 1fr); }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .who-acc {
    flex-direction: column;
    gap: 1.1rem;
    width: 100%;
    max-width: none;
  }
  .who-card__rail {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 42%);
    gap: 1.25rem 1.5rem;
    padding: 1rem 1.35rem 1rem 1.5rem;
    min-height: 9.5rem;
  }
  .who-card__num {
    font-size: 1.55rem;
  }
  .who-card__name {
    font-size: clamp(1.9rem, 2.8vw, 2.55rem);
  }
  .who-card__one {
    max-width: 40ch;
    font-size: 1.08rem;
  }
  .who-card__truck-wrap {
    width: 100%;
    max-width: 22rem;
  }
  .who-card__truck {
    aspect-ratio: 16 / 9;
  }
  .who-card__body {
    padding: 1.45rem 1.5rem 1.6rem;
  }
  .who-facts {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .library-grid { grid-template-columns: repeat(2, 1fr); }
  .library-chrome {
    position: sticky;
    top: calc(var(--header-h) + var(--ticker-h));
    z-index: 30;
    background:
      linear-gradient(180deg, rgba(255, 238, 217, 0.96), rgba(251, 250, 247, 0.98));
    border-bottom: 3px solid var(--black);
    box-shadow: 0 8px 0 rgba(106, 76, 156, 0.12);
    padding: 1rem 0 1.15rem;
  }
  .library-sticky {
    position: static;
    top: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
  }
  .library-toolbar {
    display: block;
    margin-bottom: 0.85rem;
  }
  .library-filters-toggle { display: none; }
  .library-filters-scrim { display: none !important; }
  .library-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: static;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
  .site-footer__meta {
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
  }
  .float-bolt.fb2,
  .float-bolt.fb3 { display: none; }
}

/* =========================================================
   Visual accents (mobile-safe)
   ========================================================= */

a,
button,
.btn,
.who-card__rail,
.flip-card,
.stat__src,
[data-share] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.bolt-ico {
  flex: 0 0 auto;
  display: block;
}

/* Cream sections keep brand fill; rustic dots via shared texture rules */
.halftone {
  background-color: var(--paper);
}

.zig {
  height: 18px;
  background:
    linear-gradient(135deg, var(--paper) 33%, transparent 34%),
    linear-gradient(225deg, var(--paper) 33%, transparent 34%),
    var(--green-deep);
  background-size: 22px 18px;
  background-position: 0 0, 11px 0;
  background-repeat: repeat-x;
  margin-top: -1px;
}

/* Fan Opacity divider — paper fans dip down into green (peak faces down) */
.divider-fan {
  display: block;
  line-height: 0;
  position: relative;
  z-index: 2;
  margin-top: -2px; /* overlap lead so no 1px seam */
  margin-bottom: -1px;
  border: 0;
  outline: none;
  box-shadow: none;
  background: var(--green-deep);
  color: var(--paper);
}
/* Soft paper fade kills the hard top “border” edge of the fan layers */
.divider-fan::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(10px, 1.6vw, 18px);
  background: linear-gradient(
    to bottom,
    var(--paper) 0%,
    var(--paper) 40%,
    color-mix(in srgb, var(--paper) 55%, transparent) 72%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}
.divider-fan svg {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: clamp(64px, 10vw, 110px);
}
.divider-fan__layer {
  fill: currentColor;
  stroke: none;
}
.divider-fan__layer--1 { opacity: 0.22; }
.divider-fan__layer--2 { opacity: 0.4; }
.divider-fan__layer--3 { opacity: 0.62; }
.divider-fan__layer--4 { opacity: 0.88; }

body.home:not(.is-scrolled) .burger span {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.35));
}

.site-logo__img:hover {
  transform: rotate(-3deg) scale(1.05);
}
body.home:not(.is-scrolled) .site-logo__img:hover {
  transform: rotate(-3deg) scale(1.35);
}

.hero__wash {
  position: absolute;
  inset: 0 0 auto 0;
  height: 100px;
  /* keep wash below the logo so it doesn't mute the breakout tip */
  background: linear-gradient(to bottom, rgba(8, 30, 14, 0.28), transparent);
  z-index: 0;
  pointer-events: none;
}
.hero__logo {
  animation: logo-pop 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero__mascot {
  animation: mascot-bob 4.5s ease-in-out infinite;
}
.float-bolt {
  position: absolute;
  z-index: 4;
  width: 36px;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
  animation: bolt-float 3.2s ease-in-out infinite;
}
.float-bolt.fb1 { top: 10%; left: 2%; width: 40px; transform: rotate(-12deg); }
.float-bolt.fb2 { bottom: 14%; left: 40%; width: 32px; animation-delay: 0.6s; }
.float-bolt.fb3 { top: 16%; right: 2%; width: 30px; transform: rotate(10deg); animation-delay: 1.1s; }

@keyframes logo-pop {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
@keyframes mascot-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes bolt-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__logo,
  .hero__mascot,
  .float-bolt { animation: none !important; }
}

/* Lead section */
.lead {
  padding-top: clamp(3.4rem, 8vw, 6rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}
.lead__copy h2 {
  text-wrap: balance;
}
.lead__stack h2 {
  text-wrap: balance;
}

/* Classic layout still uses framed art */
.lead__frame {
  background: var(--white);
  padding: 1rem 1rem 0;
  transform: rotate(1.5deg);
}
.lead__frame img {
  width: min(360px, 100%);
  margin: 0 auto;
  filter: none;
}

/* Stats sticker energy */
.stats {
  overflow: hidden;
}
.stat {
  overflow: hidden;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.stat__num {
  letter-spacing: -0.02em;
}

/* Join */
.join__rosie {
  position: relative;
  width: clamp(320px, 42vw, 520px);
}
.join__title {
  text-wrap: balance;
}

/* Cards: shared interactive lift */
.reason-card,
.acard {
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.reason-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 var(--black);
}

/* Who accordion: green/purple accent only on numbers (match alasan palette) */
.who-card:nth-child(1) { --card-bar-color: var(--purple); }
.who-card:nth-child(2) { --card-bar-color: var(--green-mid); }
.who-card:nth-child(3) { --card-bar-color: var(--purple); }
.who-card:nth-child(1) .who-card__num { color: var(--purple); }
.who-card:nth-child(2) .who-card__num { color: var(--green-mid); }
.who-card:nth-child(3) .who-card__num { color: var(--purple); }
.who-card:nth-child(1) .who-card__name,
.who-card:nth-child(2) .who-card__name,
.who-card:nth-child(3) .who-card__name { color: var(--black); }

/* Data page denser catalog feel */
.rcard {
  background: var(--white);
}

/* Page heroes */
.page-hero {
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
}
.page-hero h1 {
  text-wrap: balance;
}
.page-kenapa .page-hero h1 {
  text-wrap: pretty;
}

/* Aksi cards */
.act-page .acard {
  background: var(--white);
}
.act-closing-row {
  margin-top: 2.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.act-closing__mascot {
  position: relative;
  z-index: 2;
  width: clamp(120px, 22vw, 170px);
  height: auto;
  flex: 0 0 auto;
  transform: rotate(-6deg) translateY(0.35rem);
  filter:
    drop-shadow(3px 0 0 #fff)
    drop-shadow(-3px 0 0 #fff)
    drop-shadow(0 3px 0 #fff)
    drop-shadow(0 -3px 0 #fff)
    drop-shadow(2px 2px 0 #fff)
    drop-shadow(-2px 2px 0 #fff)
    drop-shadow(2px -2px 0 #fff)
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow(4px 5px 0 var(--black));
  pointer-events: none;
  user-select: none;
}
.act-closing {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  margin: 0;
  padding: 0.55em 0.85em;
  background: var(--yellow);
  border: 3px solid var(--black);
  box-shadow: 6px 6px 0 var(--black);
  border-radius: 0;
  transform: rotate(-1.5deg);
  color: var(--black);
  max-width: min(42ch, 100%);
  text-wrap: balance;
}

@media (max-width: 900px) {
  .hero { min-height: auto; }
}


/* =========================================================
   Content redesign — hero art direction, calmer for reading
   ========================================================= */

/* Section headers: small electric bolt sign-off (logo pink) */
.sec-head h2::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.68em;
  margin-left: 0.18em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h6l-1 8 9-12h-6l1-8z' fill='%23f69bb6' stroke='%23151210' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* --- Plate cards (interactive): grey rim + thick color bottom bar --- */
.stat,
.acard,
.lead__frame {
  --card-bar: 0.5rem;
  --card-bar-color: var(--green);
  border-radius: 0;
  border: 2.5px solid #c8c4bc;
  box-shadow: 0 4px 14px rgba(21, 18, 16, 0.1);
}
.lead__frame {
  position: relative;
  overflow: hidden;
}
.stat::before,
.acard::before,
.lead__frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--card-bar);
  background: var(--card-bar-color);
  z-index: 2;
  pointer-events: none;
}

/* Who cards: match alasan quiet surface (no color bar / lift) */
.who-card::before {
  content: none;
  display: none;
}
.who-card:hover,
.who-card.is-open {
  transform: none;
  box-shadow: 0 6px 18px rgba(21, 18, 16, 0.1);
}

/* calmer hover than the old comic pop */
.acard:hover,
.stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(21, 18, 16, 0.16);
}

/* Stats: glass cards + animated rings on deep green */
.stat,
.stat:nth-child(2),
.stat:nth-child(3) {
  background: rgba(255, 255, 255, 0.06);
  color: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  box-shadow: none;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem 1.4rem;
  gap: 0.65rem;
  min-height: 280px;
}
.stat::before,
.stat::after {
  display: none !important;
}
.stat { --stat-accent: var(--blue); }
.stat:nth-child(2) { --stat-accent: var(--teal); }
.stat:nth-child(3) { --stat-accent: var(--pink); }

.stat__ring {
  position: relative;
  width: clamp(110px, 16vw, 140px);
  height: clamp(110px, 16vw, 140px);
  margin: 0 auto 0.35rem;
}
.stat__ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  display: block;
}
.stat__ring-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 8;
}
.stat__ring-bar {
  fill: none;
  stroke: var(--stat-accent);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.stat.is-counted .stat__ring-bar {
  stroke-dashoffset: calc(100 - var(--stat-progress, 0));
}
.stat__ring--solid .stat__ring-bar {
  stroke: var(--stat-accent);
}
.stat__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--stat-accent);
}
.stat__icon img {
  width: clamp(2.6rem, 5.5vw, 3.4rem);
  height: auto;
  max-height: 42%;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
}

.stat .stat__num {
  color: #fff;
  font-size: clamp(3.6rem, 8vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.stat__unit {
  font-size: 0.42em;
  margin-left: 0.04em;
  color: var(--stat-accent);
}
.stat__lbl {
  color: rgba(255, 238, 217, 0.9);
  font-weight: 500;
  font-size: 0.98rem;
  line-height: 1.35;
  max-width: 22ch;
  margin: 0 auto;
}
.stat__src {
  margin-top: auto;
  align-self: center;
  color: rgba(255, 238, 217, 0.7);
  border-bottom-color: rgba(255, 238, 217, 0.35);
}
.stat__src:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}
.stat:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.stats__cta {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
  overflow: visible;
  padding-top: 0.25rem;
}
.stats__prompt {
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: var(--cream);
  letter-spacing: 0.04em;
  margin: 0;
}

/* Aksi cards: quieter reading surfaces, accent bar only */
.act-page .acard {
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
  min-height: 0;
  padding: 1.35rem 1.35rem 1.5rem;
}
.act-page .acard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(21, 18, 16, 0.1);
}
.act-grid .acard:nth-child(1) { --card-bar-color: var(--blue); }
.act-grid .acard:nth-child(2) { --card-bar-color: var(--pink); }
.act-grid .acard:nth-child(3) { --card-bar-color: var(--teal); }
.act-grid .acard:nth-child(4) { --card-bar-color: var(--orange); }
.act-page .acard__icon {
  max-width: 6.5rem;
  height: 5.25rem;
  margin-bottom: 0.55rem;
}

/* Research cards: quiet reading list (match alasan surfaces) */
.rcard {
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
}
.rcard:hover {
  transform: none;
  box-shadow: 0 6px 16px rgba(21, 18, 16, 0.1);
}
@media (min-width: 901px) {
  .rcard {
    padding: 1.25rem 1.35rem 1.3rem;
  }
  .rcard--has-thumb .rcard__main {
    grid-template-columns: 7.25rem minmax(0, 1fr);
    gap: 1.15rem;
  }
  .rcard__thumb {
    width: 7.25rem;
    height: 5.45rem;
  }
}

/* Lead mascot frame as a plate */
.lead__frame {
  --card-bar-color: var(--pink);
}

/* Reason cards: quiet reading surfaces, no plate hardware */
.reason-card {
  background: var(--white);
  border: 1.5px solid rgba(21, 18, 16, 0.12);
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
}
.reason-card:hover {
  transform: none;
  box-shadow: 0 3px 10px rgba(21, 18, 16, 0.06);
}
.reason-card__icon {
  max-width: 13rem;
  height: 9.5rem;
  margin-bottom: 1.25rem;
}

/* Forms follow the plate hardware */
.form input {
  border: 2px solid #c8c4bc;
  border-radius: 0;
  background: var(--white);
}
.form input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: none;
}
.library-empty { border-radius: 0; }

/* Footer & misc square hardware */
.socials a { border-radius: 0; }
.socials a:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.site-footer { border-bottom: 0.5rem solid var(--blue); }
.site-footer__tag { color: var(--yellow); }
.act-closing {
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--black);
}

/* --- Inner page heroes: mini cityscape like beranda --- */
.page-hero {
  position: relative;
  overflow: hidden;
  --tex-o: 0.38;
}
.page-hero__city {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-hero__city img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.page-hero__tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: color-mix(in srgb, var(--green-deep) 38%, color-mix(in srgb, var(--green) 72%, transparent));
}
.page-hero__tint::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 0% 100%, rgba(8, 36, 14, 0.55) 0%, transparent 70%),
    radial-gradient(ellipse 60% 70% at 100% 100%, rgba(8, 36, 14, 0.55) 0%, transparent 70%);
}
.page-hero--purple .page-hero__tint {
  background: color-mix(in srgb, var(--purple-deep) 42%, color-mix(in srgb, var(--purple) 70%, transparent));
}
.page-hero--purple .page-hero__tint::after {
  background:
    radial-gradient(ellipse 60% 70% at 0% 100%, rgba(28, 15, 51, 0.55) 0%, transparent 70%),
    radial-gradient(ellipse 60% 70% at 100% 100%, rgba(28, 15, 51, 0.55) 0%, transparent 70%);
}
.page-hero.grunge::before { z-index: 2; }
.page-hero > .wrap {
  position: relative;
  z-index: 3;
}
.page-hero h1,
.page-hero__lead {
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.28);
}


/* =========================================================
   Hero — cityscape base + green wash + grunge + swatches
   ========================================================= */
.hero--truck {
  position: relative;
  background: var(--green); /* fallback if image fails */
  color: var(--cream);
  overflow: hidden;
  margin-top: calc(-1 * var(--header-h));
  padding: calc(var(--header-h) * 0.55) 0 1.4rem;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-start;
  --tex: #0a2e12;
  --tex-o: 0.38;
}

/* Layer stack (bottom → top):
   0 cityscape · 1 green wash · 2 grunge · 3 swatches · 4 stage */
.hero--truck .hero__cityscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero--truck .hero__cityscape img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.hero--truck .hero__tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: color-mix(in srgb, var(--green-deep) 32%, color-mix(in srgb, var(--green) 68%, transparent));
}

.hero--truck .hero__tint::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 0% 0%, rgba(8, 36, 14, 0.72) 0%, transparent 70%),
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(8, 36, 14, 0.72) 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 0% 100%, rgba(8, 36, 14, 0.68) 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 100% 100%, rgba(8, 36, 14, 0.68) 0%, transparent 70%);
}

/* Spinning sunburst — same SVG blade geometry + spin as classic mockup */
.hero--truck .hero__rays {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  width: min(140vw, 980px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  color: #ffeed9; /* cream rays on green hero (classic used #25702f on cream splash) */
  opacity: 0.48;
  mix-blend-mode: soft-light;
  animation: spin 45s linear infinite;
}

.hero--truck .hero__rays-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero--truck .hero__swatches {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.hero--truck.grunge::before {
  z-index: 2;
}

.hero--truck.grunge > .hero__cityscape {
  position: absolute;
  z-index: 0;
}

.hero--truck.grunge > .hero__tint {
  position: absolute;
  z-index: 1;
}

.hero--truck.grunge > .hero__rays {
  position: absolute;
  z-index: 2;
}

.hero--truck.grunge > .hero__swatches {
  position: absolute;
  z-index: 3;
}

.hero--truck.grunge > .hero__stage {
  position: relative;
  z-index: 4;
}

.hero--truck .hero__swatch {
  position: absolute;
  width: clamp(220px, 42vw, 520px);
  height: auto;
  opacity: 0.92;
  filter: contrast(1.05);
}

.hero--truck .hero__swatch--purple.hero__swatch--bl {
  left: -8%;
  bottom: -12%;
  transform: rotate(-18deg);
  z-index: 1;
}

.hero--truck .hero__swatch--yellow.hero__swatch--bl {
  left: -4%;
  bottom: -8%;
  transform: rotate(-8deg) scale(0.92);
  z-index: 2;
}

.hero--truck .hero__swatch--purple.hero__swatch--br {
  right: -10%;
  bottom: -14%;
  transform: scaleX(-1) rotate(-18deg);
  z-index: 1;
}

.hero--truck .hero__swatch--yellow.hero__swatch--br {
  right: -5%;
  bottom: -9%;
  transform: scaleX(-1) rotate(-8deg) scale(0.92);
  z-index: 2;
}

.hero--truck .hero__stage {
  position: relative;
  z-index: 2;
  width: min(1180px, 94vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.hero--truck .hero__figures {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.hero--truck .hero__logo-wrap {
  position: relative;
  display: block;
  width: min(92vw, 460px);
  margin: 8vh auto 0;
  cursor: pointer;
  transform-origin: center top;
  transition: opacity 0.35s ease;
  animation:
    hero-logo-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both,
    hero-logo-float 5.4s ease-in-out 0.9s infinite;
}

.hero--truck .hero__logo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  filter:
    drop-shadow(5px 7px 0 var(--cream))
    drop-shadow(0 0 18px rgba(255, 238, 217, 0.55));
  transition: filter 0.2s ease;
}

.hero--truck .hero__logo-sparks {
  position: absolute;
  inset: -8% -6%;
  width: 112%;
  height: 116%;
  pointer-events: none;
  overflow: visible;
  z-index: 2;
}

.hero--truck .hero__logo-sparks .spark {
  stroke: var(--purple);
  stroke-width: 2.4;
  opacity: 0;
  filter: drop-shadow(0 0 3px var(--purple)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.75));
}

.hero--truck .hero__logo-sparks .spark--b,
.hero--truck .hero__logo-sparks .spark--e {
  stroke: #fff;
  filter: drop-shadow(0 0 3px var(--purple)) drop-shadow(0 0 10px rgba(246, 155, 182, 0.9));
}

.hero--truck .hero__logo-sparks .spark--c,
.hero--truck .hero__logo-sparks .spark--f {
  stroke: #f69bb6;
  filter: drop-shadow(0 0 4px #f69bb6) drop-shadow(0 0 8px rgba(106, 76, 156, 0.7));
}

.hero--truck .hero__logo-wrap:hover .hero__logo,
.hero--truck .hero__logo-wrap:focus-within .hero__logo {
  animation: logo-electric 0.42s steps(2, jump-none) infinite;
}

.hero--truck .hero__logo-wrap:hover .spark,
.hero--truck .hero__logo-wrap:focus-within .spark {
  animation: spark-zap 0.55s linear infinite;
}

.hero--truck .hero__logo-wrap:hover .spark--b,
.hero--truck .hero__logo-wrap:focus-within .spark--b {
  animation-delay: 0.08s;
  animation-duration: 0.48s;
}

.hero--truck .hero__logo-wrap:hover .spark--c,
.hero--truck .hero__logo-wrap:focus-within .spark--c {
  animation-delay: 0.16s;
  animation-duration: 0.62s;
}

.hero--truck .hero__logo-wrap:hover .spark--d,
.hero--truck .hero__logo-wrap:focus-within .spark--d {
  animation-delay: 0.04s;
  animation-duration: 0.5s;
}

.hero--truck .hero__logo-wrap:hover .spark--e,
.hero--truck .hero__logo-wrap:focus-within .spark--e {
  animation-delay: 0.22s;
  animation-duration: 0.44s;
}

.hero--truck .hero__logo-wrap:hover .spark--f,
.hero--truck .hero__logo-wrap:focus-within .spark--f {
  animation-delay: 0.12s;
  animation-duration: 0.58s;
}

@keyframes logo-electric {
  0%,
  100% {
    filter:
      drop-shadow(5px 7px 0 var(--cream))
      drop-shadow(0 0 10px rgba(106, 76, 156, 0.85))
      drop-shadow(0 0 22px rgba(71, 49, 111, 0.65));
  }
  50% {
    filter:
      drop-shadow(5px 7px 0 var(--cream))
      drop-shadow(2px -1px 0 rgba(255, 255, 255, 0.85))
      drop-shadow(-3px 2px 14px rgba(106, 76, 156, 1))
      drop-shadow(0 0 28px rgba(71, 49, 111, 0.7));
  }
}

@keyframes spark-zap {
  0%,
  8%,
  100% {
    opacity: 0;
  }
  10%,
  28% {
    opacity: 1;
  }
  32%,
  48% {
    opacity: 0.15;
  }
  52%,
  68% {
    opacity: 0.95;
  }
  72% {
    opacity: 0;
  }
}

body.home.is-scrolled .hero--truck .hero__logo-wrap {
  opacity: 0;
  transform: scale(0.55) translateY(-10px);
  pointer-events: none;
  animation: none;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.hero--truck .hero__art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(100%, 420px);
  margin: 0 auto;
  overflow: visible;
  animation: hero-mascot-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.hero--truck .hero__mascot {
  position: relative;
  z-index: 2;
  max-height: min(360px, 48vh);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(6px 10px 0 rgba(0, 0, 0, 0.28));
}

.hero--truck .hero__thunder {
  position: absolute;
  z-index: 1;
  top: -2%;
  right: -2%;
  width: clamp(100px, 28vw, 160px);
  height: auto;
  aspect-ratio: 135 / 261;
  color: #ffc600;
  transform: rotate(8deg);
  filter: drop-shadow(5px 7px 0 #fff);
  pointer-events: none;
  animation: hero-thunder-pulse 2.8s ease-in-out infinite;
  overflow: visible;
}

.hero--truck .hero__shout {
  position: absolute;
  z-index: 3;
  top: -2%;
  right: -2%;
  width: clamp(100px, 28vw, 160px);
  aspect-ratio: 135 / 261;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.15em;
  box-sizing: border-box;
  font-family: "Bobby Jones Soft", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 5vw, 1.55rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  transform: rotate(8deg);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.hero--truck .hero__copy {
  position: relative;
  z-index: 5;
  max-width: min(92vw, 42ch);
  margin: 0.4rem auto 0;
  text-align: center;
}

.hero--truck .hero__lead {
  color: #fff;
  font-family: "Bobby Jones Soft", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(1.05rem, 3.4vw, 1.35rem);
  line-height: 1.28;
  width: 100%;
  max-width: none;
  margin: 0 auto 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.28);
}

.hero--truck .hero__lead-line {
  display: block;
  width: auto;
  text-align: center;
}

.hero--truck .hero__cta { justify-content: center; }

.hero--truck .btn--hero {
  --btn-pad-y: 0.38em;
  letter-spacing: 0.05em;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  padding: var(--btn-pad-y) 1.05em;
  width: auto;
  min-width: min(100%, 280px);
}

/* Yellow join band: cream sticker so CTA still reads */
.join .btn {
  background: var(--cream);
}

body.beranda-truck.home:not(.is-scrolled) .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

@keyframes hero-logo-in {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
@keyframes hero-logo-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-0.7rem) scale(1.04);
  }
}
@keyframes hero-mascot-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
@keyframes hero-thunder-pulse {
  0%, 100% { transform: rotate(8deg) scale(1); }
  50% { transform: rotate(8deg) scale(1.045); }
}

/* Shared mid+ layout (tablet and desktop)
   Logo upper-left under nav · mascot right · copy = centered 1/2 column · CTA below */
@media (min-width: 901px) {
  .hero--truck {
    min-height: 100svh;
    padding: calc(var(--header-h) * 0.35) 0 0;
    align-items: stretch;
  }

  .hero--truck .hero__stage {
    position: relative;
    min-height: calc(100svh - var(--header-h) * 0.35);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-areas: "logo art";
    align-items: stretch;
    justify-content: center;
    text-align: center;
    margin-inline: auto;
  }

  .hero--truck.grunge > .hero__stage {
    position: relative;
  }

  .hero--truck .hero__figures {
    display: contents;
  }

  .hero--truck .hero__logo-wrap {
    grid-area: logo;
    justify-self: start;
    align-self: start;
    /* +15% size · nudge down/right ~20%, then up 7.5% */
    margin: 12.5% 0 0 20%;
  }

  .hero--truck .hero__cityscape img {
    object-position: 40% center;
  }

  .hero--truck .hero__tint {
    background: color-mix(in srgb, var(--green-deep) 28%, color-mix(in srgb, var(--green) 66%, transparent));
  }

  .hero--truck .hero__art {
    grid-area: art;
    width: 100%;
    height: 100%;
    margin: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
  }

  .hero--truck .hero__mascot {
    max-height: none;
    margin-bottom: 0;
  }

  /* Centered half-column copy; ~1/4 empty left + right; button stacked below */
  .hero--truck .hero__copy {
    position: absolute;
    left: 50%;
    bottom: clamp(2.4rem, 7vh, 4.5rem);
    transform: translateX(-50%);
    width: 50vw;
    max-width: 50vw;
    margin: 0;
    text-align: center;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1.35rem, 3.2vh, 2.25rem);
  }

  .hero--truck .hero__lead {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: clamp(1.15rem, 1.55vw, 1.5rem);
    line-height: 1.32;
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.5),
      0 6px 16px rgba(0, 0, 0, 0.3);
  }

  .hero--truck .hero__lead-line {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero--truck .hero__cta {
    justify-content: center;
    width: auto;
    flex: 0 0 auto;
  }

  .hero--truck .btn--hero {
    letter-spacing: 0.05em;
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    --btn-pad-y: 0.36em;
    padding: var(--btn-pad-y) 1.05em;
    min-width: 0;
    width: auto;
    white-space: nowrap;
  }
}

/* Tablet / mid desktop */
@media (min-width: 901px) and (max-width: 1100px) {
  .hero--truck .hero__stage {
    width: min(100%, 1000px);
    grid-template-columns: minmax(260px, 48%) minmax(280px, 52%);
    column-gap: clamp(0.25rem, 1.2vw, 0.75rem);
  }

  .hero--truck .hero__logo-wrap {
    width: min(100%, 506px, 60vh);
  }

  .hero--truck .hero__mascot {
    height: min(70svh, 580px);
    max-width: min(100%, 440px);
  }

  .hero--truck .hero__thunder {
    top: 4%;
    right: 2%;
    width: clamp(120px, 14vw, 170px);
  }

  .hero--truck .hero__shout {
    top: 4%;
    right: 2%;
    width: clamp(120px, 14vw, 170px);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    color: #fff;
  }

  .hero--truck .hero__copy {
    bottom: clamp(2.2rem, 6.5vh, 3.8rem);
    gap: clamp(1.2rem, 2.8vh, 1.85rem);
  }

  .hero--truck .hero__lead {
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  }

  .hero--truck .btn--hero {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    --btn-pad-y: 0.32em;
    padding: var(--btn-pad-y) 0.9em;
  }
}

/* Desktop / laptop */
@media (min-width: 1101px) {
  .hero--truck .hero__stage {
    width: min(1280px, 94vw);
    grid-template-columns: minmax(300px, 48%) minmax(320px, 52%);
    column-gap: clamp(0.35rem, 1.5vw, 1rem);
  }

  .hero--truck .hero__logo-wrap {
    width: min(100%, 48.3vw, 644px);
  }

  .hero--truck .hero__mascot {
    height: min(82svh, 52vw, 820px);
    max-width: min(100%, 560px);
  }

  .hero--truck .hero__thunder {
    top: 6%;
    right: 4%;
    width: clamp(160px, 16vw, 230px);
  }

  .hero--truck .hero__shout {
    top: 6%;
    right: 4%;
    width: clamp(160px, 16vw, 230px);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    color: #fff;
  }
}

/* Tablet short-height */
@media (min-width: 901px) and (max-width: 1100px) and (max-height: 900px) {
  .hero--truck .hero__logo-wrap {
    width: min(100%, 460px, 55vh);
  }

  .hero--truck .hero__copy {
    bottom: clamp(1.8rem, 5.5vh, 3.2rem);
    gap: clamp(1.1rem, 2.6vh, 1.7rem);
  }

  .hero--truck .hero__lead {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
  }
}

/* Short desktop / laptop */
@media (min-width: 1101px) and (max-height: 900px) {
  .hero--truck .hero__logo-wrap {
    width: min(100%, 43.7vw, 575px, 62vh);
  }

  .hero--truck .hero__mascot {
    height: min(78svh, 48vw, 700px);
    max-width: min(100%, 520px);
  }

  .hero--truck .hero__thunder {
    width: clamp(145px, 14.5vw, 200px);
    top: 5%;
    right: 3%;
  }

  .hero--truck .hero__shout {
    width: clamp(145px, 14.5vw, 200px);
    top: 5%;
    right: 3%;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
  }

  .hero--truck .hero__copy {
    bottom: clamp(2rem, 6vh, 3.6rem);
    gap: clamp(1.25rem, 3vh, 2rem);
  }

  .hero--truck .hero__lead {
    font-size: clamp(1.1rem, 1.55vw, 1.4rem);
  }

  .hero--truck .btn--hero {
    font-size: clamp(1.15rem, 1.55vw, 1.4rem);
    --btn-pad-y: 0.34em;
    padding: var(--btn-pad-y) 1em;
  }
}

/* Tall monitors */
@media (min-width: 1101px) and (min-height: 901px) {
  .hero--truck .hero__logo-wrap {
    width: min(100%, 46vw, 644px, 60vh);
  }

  .hero--truck .hero__copy {
    bottom: clamp(2.6rem, 7.5vh, 4.8rem);
    gap: clamp(1.5rem, 3.5vh, 2.4rem);
  }
}

@media (max-width: 900px) {
  .hero--truck {
    min-height: auto;
    padding: calc(var(--header-h) * 0.45) 0 2.1rem;
  }

  .hero--truck .hero__logo-wrap {
    order: 1;
    margin-top: max(1.25rem, 4vh);
    width: min(86vw, 380px);
  }

  .hero--truck .hero__art {
    order: 2;
  }

  .hero--truck .hero__mascot {
    max-height: min(340px, 42vh);
  }

  .hero--truck .hero__thunder {
    right: -4%;
    top: -4%;
  }

  .hero--truck .hero__shout {
    right: -4%;
    top: -4%;
  }

  .hero--truck .hero__copy {
    margin-top: 0.85rem;
  }

  .hero--truck .hero__lead {
    margin-bottom: 0;
  }

  .hero--truck .hero__lead-line {
    white-space: normal;
  }

  .hero--truck .hero__cta {
    margin-top: 1.45rem;
    margin-bottom: 1.1rem;
    padding-block: 0.35rem;
  }
}

/* Mobile landscape / short height: keep CTA + copy in the first screen */
@media (max-width: 900px) and (orientation: landscape),
       (max-height: 480px) {
  .hero--truck {
    min-height: auto;
    padding: calc(var(--header-h) + 0.4rem) 0 1rem;
    align-items: center;
  }

  .hero--truck .hero__stage {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.35rem;
    text-align: left;
  }

  .hero--truck .hero__figures {
    flex: 0 1 44%;
    width: auto;
    max-width: 44%;
    gap: 0;
  }

  .hero--truck .hero__logo-wrap {
    display: none;
  }

  .hero--truck .hero__art {
    order: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .hero--truck .hero__mascot {
    max-height: min(58vh, 210px);
  }

  .hero--truck .hero__thunder,
  .hero--truck .hero__shout {
    width: clamp(72px, 15vw, 108px);
    top: -8%;
    right: 2%;
  }

  .hero--truck .hero__shout {
    font-size: clamp(0.85rem, 2.6vw, 1.1rem);
  }

  .hero--truck .hero__copy {
    flex: 1 1 52%;
    max-width: 52%;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .hero--truck .hero__lead {
    margin: 0;
    align-items: flex-start;
    text-align: left;
    font-size: clamp(0.92rem, 2.5vw, 1.12rem);
    letter-spacing: 0.08em;
  }

  .hero--truck .hero__lead-line {
    text-align: left;
  }

  .hero--truck .hero__cta {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }

  .hero--truck .btn--hero {
    min-width: 0;
    width: auto;
    font-size: clamp(1.05rem, 2.7vw, 1.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--truck .hero__rays {
    animation: none !important;
  }

  .hero--truck .hero__logo-wrap,
  .hero--truck .hero__art,
  .hero--truck .hero__mascot,
  .hero--truck .hero__thunder {
    animation: none !important;
  }

  .hero--truck .hero__logo-wrap:hover .hero__logo,
  .hero--truck .hero__logo-wrap:focus-within .hero__logo,
  .hero--truck .hero__logo-wrap:hover .spark,
  .hero--truck .hero__logo-wrap:focus-within .spark {
    animation: none !important;
  }

  .hero--truck .hero__logo-wrap:hover .hero__logo,
  .hero--truck .hero__logo-wrap:focus-within .hero__logo {
    filter:
      drop-shadow(5px 7px 0 var(--cream))
      drop-shadow(0 0 16px rgba(106, 76, 156, 0.8));
  }
}
