
    /* =========================================================
   5 ABAD JAKARTA — SECTION STYLES
   Palette: #A82E2E (red) · #D4AF37 (gold) · #FDFBF7 (off-white) · #1E1E1E (charcoal)
   ========================================================= */

    .ja-section,
    .ja-section *,
    .ja-section *::before,
    .ja-section *::after {
      box-sizing: border-box;
    }

    .ja-section {
      --red: #A82E2E;
      --red-deep: #7d1f1f;
      --gold: #D4AF37;
      --gold-soft: #e9c869;
      --off: #FDFBF7;
      --char: #1E1E1E;
      --char-2: #161616;
      --line: rgba(212, 175, 55, 0.18);

      position: relative;
      overflow: visible;
      z-index: 2;
      padding: clamp(48px, 5vw, 80px) clamp(20px, 4vw, 56px) clamp(56px, 6vw, 96px);
      background: var(--char);
      color: var(--off);
      font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
      font-feature-settings: "ss01", "cv11";
      isolation: isolate;
    }

    /* Atmospheric layers */
    .ja-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(900px 600px at 18% 12%, rgba(212, 175, 55, 0.10), transparent 60%),
        radial-gradient(700px 500px at 85% 90%, rgba(168, 46, 46, 0.12), transparent 65%),
        radial-gradient(1200px 800px at 50% 50%, rgba(255, 255, 255, 0.015), transparent 70%);
      z-index: -2;
      pointer-events: none;
    }

    .ja-section::after {
      /* SVG grain */
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.83  0 0 0 0 0.69  0 0 0 0 0.21  0 0 0 0.45 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.35'/></svg>");
      opacity: 0.06;
      mix-blend-mode: overlay;
      pointer-events: none;
      z-index: -1;
    }

    .ja-section .ja-grid-lines {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background-image:
        linear-gradient(to right, rgba(212, 175, 55, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(212, 175, 55, 0.05) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
      -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    }

    .ja-wrap {
      max-width: 1120px;
      margin: 0 auto;
      position: relative;
    }

    /* =================== HEADER =================== */
    .ja-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 8px 16px;
      border: 1px solid var(--line);
      border-radius: 100px;
      background: rgba(255, 255, 255, 0.02);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
    }

    .ja-eyebrow .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 12px var(--gold);
      animation: jaPulse 2.4s ease-in-out infinite;
    }

    @keyframes jaPulse {

      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }

      50% {
        opacity: 0.45;
        transform: scale(0.85);
      }
    }

    .ja-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 500;
      font-size: clamp(1.9rem, 3.8vw, 3.2rem);
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin: 16px 0 12px;
      color: var(--off);
    }

    .ja-title em {
      font-style: italic;
      font-weight: 400;
      color: var(--gold);
      background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 60%, #a8862a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .ja-subtitle {
      max-width: 560px;
      color: rgba(253, 251, 247, 0.6);
      font-size: 0.92rem;
      line-height: 1.6;
    }

    /* =================== COUNTDOWN =================== */
    .ja-countdown {
      position: relative;
      margin: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 80px);
      padding: clamp(18px, 2.4vw, 28px);
      border-radius: 18px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
      border: 1px solid rgba(212, 175, 55, 0.18);
      backdrop-filter: blur(28px) saturate(140%);
      -webkit-backdrop-filter: blur(28px) saturate(140%);
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 18px 50px -24px rgba(0, 0, 0, 0.6),
        0 0 50px -20px rgba(212, 175, 55, 0.14);
      overflow: hidden;
    }

    .ja-countdown::before {
      /* corner accent + scanline glow */
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(600px 200px at 50% -10%, rgba(212, 175, 55, 0.25), transparent 60%),
        radial-gradient(400px 200px at 100% 100%, rgba(168, 46, 46, 0.18), transparent 60%);
      pointer-events: none;
    }

    .ja-countdown::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      opacity: 0.6;
    }

    .ja-cd-head {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: space-between;
      margin-bottom: clamp(14px, 2vw, 22px);
    }

    .ja-cd-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: rgba(253, 251, 247, 0.55);
    }

    .ja-cd-label .bar {
      width: 28px;
      height: 1px;
      background: var(--gold);
      opacity: 0.7;
    }

    .ja-cd-target {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(0.95rem, 1.2vw, 1.1rem);
      font-style: italic;
      color: var(--off);
    }

    .ja-cd-target span {
      color: var(--gold);
      font-style: normal;
      letter-spacing: 0.04em;
    }

    .ja-cd-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(8px, 1.2vw, 14px);
    }

    .ja-cd-unit {
      position: relative;
      padding: clamp(12px, 1.6vw, 18px) clamp(8px, 1.2vw, 14px);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.25));
      border: 1px solid rgba(212, 175, 55, 0.16);
      overflow: hidden;
      text-align: center;
    }

    .ja-cd-unit::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.16), transparent 55%);
      opacity: 0.7;
      pointer-events: none;
    }

    .ja-cd-unit::after {
      /* corner ticks */
      content: "";
      position: absolute;
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      border-radius: 8px;
      border: 1px dashed rgba(212, 175, 55, 0.08);
      pointer-events: none;
    }

    .ja-cd-num {
      font-family: 'JetBrains Mono', monospace;
      font-weight: 700;
      font-size: clamp(1.6rem, 3.4vw, 2.6rem);
      line-height: 1;
      letter-spacing: -0.02em;
      color: var(--off);
      text-shadow:
        0 0 12px rgba(212, 175, 55, 0.4),
        0 0 28px rgba(212, 175, 55, 0.2),
        0 1px 0 rgba(0, 0, 0, 0.4);
      display: inline-block;
      position: relative;
      animation: jaGlow 3.6s ease-in-out infinite;
    }

    @keyframes jaGlow {

      0%,
      100% {
        text-shadow:
          0 0 18px rgba(212, 175, 55, 0.45),
          0 0 40px rgba(212, 175, 55, 0.20);
      }

      50% {
        text-shadow:
          0 0 24px rgba(212, 175, 55, 0.60),
          0 0 60px rgba(212, 175, 55, 0.35);
      }
    }

    .ja-cd-num.flip {
      animation: jaFlip 0.6s ease;
    }

    @keyframes jaFlip {
      0% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0);
      }

      40% {
        transform: translateY(-8px);
        opacity: 0.4;
        filter: blur(2px);
      }

      100% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0);
      }
    }

    .ja-cd-name {
      margin-top: 6px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(253, 251, 247, 0.5);
    }

    .ja-cd-sep {
      /* small live ticker line */
      position: relative;
      margin-top: 14px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);
    }

    .ja-cd-foot {
      margin-top: 12px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: rgba(253, 251, 247, 0.4);
    }

    .ja-cd-foot .live {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--gold);
    }

    .ja-cd-foot .live::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--red);
      box-shadow: 0 0 10px var(--red);
      animation: jaPulse 1.6s ease-in-out infinite;
    }

    /* =================== TIMELINE =================== */
    .ja-tl-head {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: end;
      justify-content: space-between;
      margin-bottom: clamp(20px, 3vw, 36px);
    }

    .ja-tl-head h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 500;
      font-size: clamp(1.4rem, 2.4vw, 2rem);
      letter-spacing: -0.015em;
      line-height: 1.1;
      margin: 0;
    }

    .ja-tl-head h3 em {
      font-style: italic;
      color: var(--gold);
    }

    .ja-tl-head p {
      max-width: 380px;
      color: rgba(253, 251, 247, 0.55);
      font-size: 0.85rem;
      line-height: 1.55;
      margin: 0;
    }

    .ja-timeline {
      position: relative;
      padding: 24px 0 32px;
    }

    /* horizontal track (desktop) */
    .ja-tl-track {
      position: relative;
      height: 2px;
      background: linear-gradient(90deg,
          rgba(212, 175, 55, 0.0) 0%,
          rgba(212, 175, 55, 0.4) 8%,
          rgba(168, 46, 46, 0.5) 50%,
          rgba(212, 175, 55, 0.4) 92%,
          rgba(212, 175, 55, 0.0) 100%);
      border-radius: 2px;
      margin: 0 28px;
      overflow: hidden;
    }

    .ja-tl-track::after {
      /* travelling glow */
      content: "";
      position: absolute;
      top: -1px;
      width: 22%;
      height: 4px;
      border-radius: 4px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      filter: blur(1px);
      animation: jaTravel 6s linear infinite;
    }

    @keyframes jaTravel {
      0% {
        left: -22%;
      }

      100% {
        left: 100%;
      }
    }

    .ja-tl-nodes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      margin-top: -16px;
    }

    .ja-tl-node {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      padding: 0 6px;
    }

    .ja-tl-node .ja-tl-year {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.16em;
      color: rgba(253, 251, 247, 0.45);
      margin-bottom: 8px;
      transition: color 0.4s ease;
    }

    .ja-tl-node .ja-tl-dot {
      position: relative;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--char-2);
      border: 1px solid var(--gold);
      box-shadow:
        0 0 0 3px rgba(30, 30, 30, 1),
        0 0 0 5px rgba(212, 175, 55, 0.16);
      transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), box-shadow 0.45s ease;
    }

    .ja-tl-node .ja-tl-dot::before {
      content: "";
      position: absolute;
      inset: 3px;
      border-radius: 50%;
      background: var(--gold);
      opacity: 0.0;
      transition: opacity 0.3s ease;
    }

    .ja-tl-node .ja-tl-name {
      margin-top: 10px;
      font-family: 'Playfair Display', Georgia, serif;
      font-style: italic;
      font-size: clamp(0.85rem, 1vw, 0.98rem);
      text-align: center;
      color: rgba(253, 251, 247, 0.8);
      transition: color 0.4s ease;
      max-width: 140px;
    }

    .ja-tl-node:hover .ja-tl-dot,
    .ja-tl-node.is-active .ja-tl-dot {
      transform: scale(1.25);
      box-shadow:
        0 0 0 4px rgba(30, 30, 30, 1),
        0 0 0 7px rgba(212, 175, 55, 0.35),
        0 0 24px rgba(212, 175, 55, 0.55);
    }

    .ja-tl-node:hover .ja-tl-dot::before,
    .ja-tl-node.is-active .ja-tl-dot::before {
      opacity: 1;
    }

    .ja-tl-node:hover .ja-tl-year,
    .ja-tl-node.is-active .ja-tl-year {
      color: var(--gold);
    }

    .ja-tl-node:hover .ja-tl-name,
    .ja-tl-node.is-active .ja-tl-name {
      color: var(--off);
    }

    /* INFO CARD */
    .ja-tl-card {
      position: absolute;
      top: 68px;
      left: 50%;
      transform: translate(-50%, 8px);
      width: min(300px, 84vw);
      padding: 14px;
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(28, 28, 28, 0.94), rgba(20, 20, 20, 0.94));
      border: 1px solid rgba(212, 175, 55, 0.22);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 18px 50px -22px rgba(0, 0, 0, 0.7), 0 0 36px -20px rgba(212, 175, 55, 0.22);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.35s ease, transform 0.45s cubic-bezier(.2, .8, .2, 1);
      z-index: 10;
    }

    .ja-tl-card::before {
      content: "";
      position: absolute;
      top: -7px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 12px;
      height: 12px;
      background: rgba(28, 28, 28, 0.92);
      border-left: 1px solid rgba(212, 175, 55, 0.22);
      border-top: 1px solid rgba(212, 175, 55, 0.22);
    }

    .ja-tl-node:hover .ja-tl-card,
    .ja-tl-node.is-active .ja-tl-card {
      opacity: 1;
      transform: translate(-50%, 0);
      pointer-events: auto;
    }

    .ja-tl-card .img {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 10px;
      overflow: hidden;
      background: #111;
      border: 1px solid rgba(212, 175, 55, 0.16);
    }

    .ja-tl-card .img img,
    .ja-tl-card .img .fallback {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%) contrast(0.95) brightness(0.85);
      transition: filter 0.7s ease, transform 1.2s ease;
      display: block;
    }

    .ja-tl-card .img .fallback {
      display: flex;
      align-items: center;
      justify-content: center;
      background:
        radial-gradient(120% 80% at 50% 0%, rgba(212, 175, 55, 0.18), transparent 60%),
        linear-gradient(180deg, #2a1f10, #120c06);
      color: rgba(212, 175, 55, 0.55);
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 1.6rem;
    }

    .ja-tl-node:hover .ja-tl-card .img img,
    .ja-tl-node.is-active .ja-tl-card .img img,
    .ja-tl-node:hover .ja-tl-card .img .fallback,
    .ja-tl-node.is-active .ja-tl-card .img .fallback {
      filter: grayscale(0%) contrast(1) brightness(1);
      transform: scale(1.04);
    }

    .ja-tl-card .img::after {
      /* scanline overlay */
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.55));
      pointer-events: none;
    }

    .ja-tl-card .meta {
      margin-top: 10px;
      display: flex;
      gap: 8px;
      align-items: center;
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
    }

    .ja-tl-card h4 {
      margin: 4px 0 6px;
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 500;
      font-size: 1.1rem;
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: var(--off);
    }

    .ja-tl-card p {
      margin: 0;
      font-size: 0.82rem;
      line-height: 1.5;
      color: rgba(253, 251, 247, 0.66);
    }

    .ja-tl-card .tag {
      display: inline-block;
      margin-top: 10px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 0.18em;
      padding: 3px 8px;
      border-radius: 100px;
      border: 1px solid rgba(168, 46, 46, 0.45);
      color: #e89090;
      background: rgba(168, 46, 46, 0.10);
      text-transform: uppercase;
    }

    /* Edge nodes — keep card on-screen */
    .ja-tl-node:first-child .ja-tl-card {
      transform: translate(-12%, 8px);
      left: 0;
    }

    .ja-tl-node:first-child:hover .ja-tl-card,
    .ja-tl-node:first-child.is-active .ja-tl-card {
      transform: translate(-12%, 0);
    }

    .ja-tl-node:last-child .ja-tl-card {
      transform: translate(-88%, 8px);
      left: 100%;
    }

    .ja-tl-node:last-child:hover .ja-tl-card,
    .ja-tl-node:last-child.is-active .ja-tl-card {
      transform: translate(-88%, 0);
    }

    .ja-tl-node:first-child .ja-tl-card::before {
      left: 18%;
    }

    .ja-tl-node:last-child .ja-tl-card::before {
      left: 82%;
    }

    /* legend / cta below timeline */
    .ja-tl-legend {
      margin-top: clamp(24px, 4vw, 56px);
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .ja-tl-legend .hint {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(253, 251, 247, 0.4);
    }

    .ja-tl-legend .hint span {
      color: var(--gold);
    }

    .ja-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 100px;
      background: var(--off);
      color: var(--char);
      text-decoration: none;
      font-weight: 500;
      font-size: 0.85rem;
      letter-spacing: 0.01em;
      border: 1px solid transparent;
      transition: transform 0.4s cubic-bezier(.2, .8, .2, 1), background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
      box-shadow: 0 8px 24px -10px rgba(212, 175, 55, 0.35);
    }

    .ja-cta:hover {
      transform: translateY(-2px);
      background: var(--gold);
      color: var(--char);
      box-shadow: 0 14px 40px -10px rgba(212, 175, 55, 0.55);
    }

    .ja-cta .arrow {
      display: inline-block;
      transition: transform 0.4s cubic-bezier(.2, .8, .2, 1);
    }

    .ja-cta:hover .arrow {
      transform: translateX(4px);
    }

    /* =================== RESPONSIVE =================== */
    @media (max-width: 900px) {
      .ja-cd-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .ja-timeline {
        padding: 24px 0 40px;
      }

      .ja-tl-track {
        display: none;
      }

      .ja-tl-nodes {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .ja-tl-node {
        align-items: flex-start;
        padding: 18px 18px 18px 44px;
        border-left: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
      }

      .ja-tl-node .ja-tl-year {
        margin-bottom: 6px;
      }

      .ja-tl-node .ja-tl-dot {
        position: absolute;
        left: -10px;
        top: 22px;
      }

      .ja-tl-node .ja-tl-name {
        text-align: left;
        margin-top: 4px;
        font-size: 1.15rem;
      }

      .ja-tl-card {
        position: static;
        transform: none !important;
        width: 100%;
        margin-top: 14px;
        opacity: 1;
        pointer-events: auto;
      }

      .ja-tl-card::before {
        display: none;
      }

      .ja-tl-card .img img,
      .ja-tl-card .img .fallback {
        filter: grayscale(0%);
      }
    }

    @media (max-width: 480px) {
      .ja-cd-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .ja-cd-foot {
        font-size: 9px;
      }

      .ja-title {
        font-size: 2.2rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .ja-cd-num,
      .ja-tl-track::after,
      .ja-eyebrow .dot,
      .ja-cd-foot .live::before {
        animation: none !important;
      }
    }

    /* ============================================================
       CSS CUSTOM PROPERTIES (Design Tokens)
    ============================================================ */
    :root {
      --clr-primary: #A82E2E;
      --clr-primary-dk: #861f1f;
      --clr-accent: #D4AF37;
      --clr-accent-lt: #e8c94d;
      --clr-bg: #1E1E1E;
      --clr-bg-alt: #262626;
      --clr-text: #FDFBF7;
      --clr-text-muted: #C9BFAE;
      --clr-white: #FDFBF7;
      --clr-card-bg: #262626;
      --clr-card: #262626;
      --clr-border: rgba(255, 255, 255, .08);

      --ff-display: 'Playfair Display', Georgia, serif;
      --ff-body: 'DM Sans', sans-serif;

      --radius-sm: 6px;
      --radius-md: 12px;
      --radius-lg: 20px;
      --radius-xl: 28px;

      --shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);
      --shadow-md: 0 6px 24px rgba(0, 0, 0, .12);
      --shadow-lg: 0 16px 48px rgba(0, 0, 0, .16);

      --navbar-h: 72px;
      --section-py: 96px;

      /* Compatibility aliases for styles copied from new.html */
      --white: var(--clr-white);
      --charcoal: var(--clr-text);
      --charcoal2: #161616;
      --gold: var(--clr-accent);
      --gold-light: var(--clr-accent-lt);
      --transition: 0.28s ease;
      --red-light: #E58A8A;
    }

    /* ============================================================
       RESET & BASE
    ============================================================ */
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
    }

    body {
      font-family: var(--ff-body);
      background-color: var(--clr-bg);
      color: var(--clr-text);
      line-height: 1.7;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    ul {
      list-style: none;
    }

    button {
      cursor: pointer;
      font-family: var(--ff-body);
    }

    /* ============================================================
       UTILITY CLASSES
    ============================================================ */
    .container {
      width: 100%;
      max-width: 1200px;
      margin-inline: auto;
      padding-inline: 24px;
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--clr-primary);
      margin-bottom: 12px;
    }

    .section-label::before {
      content: '';
      width: 24px;
      height: 2px;
      background: var(--clr-accent);
    }

    .section-title {
      font-family: var(--ff-display);
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      line-height: 1.2;
      color: var(--clr-text);
      margin-bottom: 16px;
    }

    .section-sub {
      font-size: 1.05rem;
      color: var(--clr-text-muted);
      max-width: 560px;
      line-height: 1.8;
    }

    /* Buttons */
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 28px;
      border-radius: var(--radius-sm);
      font-size: .95rem;
      font-weight: 600;
      transition: all .25s ease;
      border: 2px solid transparent;
    }

    .btn-primary {
      background: var(--clr-primary);
      color: var(--clr-white);
      border-color: var(--clr-primary);
    }

    .btn-primary:hover {
      background: var(--clr-primary-dk);
      border-color: var(--clr-primary-dk);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(168, 46, 46, .35);
    }

    .btn-outline-gold {
      background: transparent;
      color: var(--clr-accent);
      border-color: var(--clr-accent);
    }

    .btn-outline-gold:hover {
      background: var(--clr-accent);
      color: var(--clr-text);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(212, 175, 55, .3);
    }

    .btn-gold {
      background: #A82E2E;
      color: var(--clr-white);
      border-color: #A82E2E;
    }

    .btn-gold:hover {
      background: #8a4343;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(168, 46, 46, .35);
    }

    /* ============================================================
       NAVBAR
    ============================================================ */
    #navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      height: var(--navbar-h);
      background: #D4AF37;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid transparent;
      transition: border-color .3s, box-shadow .3s;
    }

    #navbar.scrolled {
      border-color: rgba(212, 175, 55, .25);
      box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    }

    .nav-inner {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Logo */
    .nav-logo img {
      height: 52px;
      width: auto;
      object-fit: contain;
      transition: opacity .2s;
    }

    .nav-logo img:hover {
      opacity: .85;
    }

    /* Nav links */
    .nav-links {
      display: flex;
      align-items: center;
      gap: 32px;
    }

    .nav-links a {
      font-size: .9rem;
      font-weight: 500;
      color: var(--clr-text);
      position: relative;
      transition: color .2s;
    }

    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--clr-accent);
      transition: width .25s ease;
    }

    .nav-links a:hover {
      color: var(--clr-primary);
    }

    .nav-links a:hover::after {
      width: 100%;
    }

    /* Hamburger */
    .nav-burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: #A82E2E;
      border: none;
      padding: 8px;
      border-radius: 8px;
    }

    .nav-burger span {
      display: block;
      width: 24px;
      height: 2px;
      background: #ffffff;
      border-radius: 2px;
      transition: all .3s;
    }

    .nav-burger.open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .nav-burger.open span:nth-child(2) {
      opacity: 0;
    }

    .nav-burger.open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    /* Mobile nav */
    .nav-mobile {
      display: none;
      flex-direction: column;
      gap: 0;
      background: var(--clr-bg);
      border-top: 1px solid rgba(212, 175, 55, .2);
      position: absolute;
      top: var(--navbar-h);
      left: 0;
      right: 0;
      box-shadow: var(--shadow-md);
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease;
    }

    .nav-mobile.open {
      max-height: 400px;
    }

    .nav-mobile a {
      padding: 14px 24px;
      font-weight: 500;
      border-bottom: 1px solid rgba(0, 0, 0, .05);
      transition: background .2s;
    }

    .nav-mobile a:hover {
      background: var(--clr-bg-alt);
      color: var(--clr-primary);
    }

    @media (max-width: 900px) {
      .nav-links {
        display: none;
      }

      .nav-burger {
        display: flex;
      }

      .nav-mobile {
        display: flex;
      }
    }

    /* ============================================================
       HERO SECTION
    ============================================================ */
    #hero {
      min-height: 100vh;
      padding-top: var(--navbar-h);
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: var(--clr-bg);
    }

    /* Subtle textured background pattern */
    #hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 20% 50%, rgba(168, 46, 46, .06) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, .08) 0%, transparent 45%);
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
      padding-block: 80px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(212, 175, 55, .12);
      border: 1px solid rgba(212, 175, 55, .35);
      color: #9a7a1a;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 20px;
    }

    .hero-badge::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--clr-accent);
      border-radius: 50%;
      animation: pulse-dot 2s infinite;
    }

    @keyframes pulse-dot {

      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }

      50% {
        opacity: .5;
        transform: scale(1.4);
      }
    }

    .hero-title {
      font-family: var(--ff-display);
      font-size: clamp(2.2rem, 4.5vw, 3.8rem);
      font-weight: 900;
      line-height: 1.12;
      color: var(--clr-text);
      margin-bottom: 20px;
    }

    .hero-title span {
      color: var(--clr-primary);
    }

    .hero-sub {
      font-size: 1.1rem;
      color: var(--clr-text-muted);
      line-height: 1.8;
      margin-bottom: 36px;
      max-width: 480px;
    }

    .hero-ctas {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .hero-stats {
      display: flex;
      gap: 32px;
      margin-top: 48px;
      padding-top: 32px;
      border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .stat-item {}

    .stat-num {
      font-family: var(--ff-display);
      font-size: 2rem;
      font-weight: 700;
      color: var(--clr-primary);
      line-height: 1;
    }

    .stat-num span {
      font-size: 1.2rem;
      color: var(--clr-accent);
    }

    .stat-label {
      font-size: .8rem;
      color: var(--clr-text-muted);
      margin-top: 4px;
    }

    /* --- Floating Map Mockup --- */

    .hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }

    /* Decorative ring */
    .hero-visual::before {
      content: '';
      position: absolute;
      width: 110%;
      height: 110%;
      border-radius: 50%;
      border: 1px dashed rgba(217, 179, 64, .25);
      animation: spin-slow 30s linear infinite;
      pointer-events: none;
    }

    @keyframes spin-slow {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    /* Floating glow blob behind the card */
    .map-glow {
      position: absolute;
      width: 80%;
      height: 80%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(167, 40, 43, .12) 0%, transparent 70%);
      filter: blur(40px);
      pointer-events: none;
    }

    /*
     * MAP WRAPPER
     * Ini adalah container utama untuk gambar peta.
     * overflow: hidden penting agar lens tidak keluar batas.
     */
    .map-wrapper {
      position: relative;
      width: 100%;
      max-width: 580px;
      border-radius: var(--radius-xl);
      overflow: hidden;

      /* Glassmorphism card */
      background: var(--clr-card);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);

      /* Layered shadow — modern depth */
      box-shadow:
        0 2px 0 rgba(255, 255, 255, .9) inset,
        /* top edge highlight */
        0 40px 80px rgba(35, 35, 35, .18),
        0 8px 24px rgba(167, 40, 43, .08);

      border: 1px solid rgba(255, 255, 255, .75);

      /* Floating animation */
      animation: float-card 7s ease-in-out infinite;

      /* Cursor berubah saat hover — petunjuk interaktif */
      cursor: crosshair;
    }

    @keyframes float-card {

      0%,
      100% {
        transform: translateY(0px) rotate(0deg);
      }

      40% {
        transform: translateY(-10px) rotate(.3deg);
      }

      70% {
        transform: translateY(-5px) rotate(-.2deg);
      }
    }

    /* Pause animasi float saat di-hover agar lens tidak goyang */
    .map-wrapper:hover {
      animation-play-state: paused;
    }

    /* Top bar — mirip chrome browser */
    .map-topbar {
      height: 36px;
      background: rgba(35, 35, 35, .04);
      border-bottom: 1px solid rgba(35, 35, 35, .07);
      display: flex;
      align-items: center;
      padding: 0 14px;
      gap: 7px;
      flex-shrink: 0;
    }

    .map-topbar-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .dot-red {
      background: #FF5F57;
    }

    .dot-yellow {
      background: #FFBD2E;
    }

    .dot-green {
      background: #28C840;
    }

    .map-topbar-label {
      margin-left: auto;
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .08em;
      color: rgba(35, 35, 35, .4);
      text-transform: uppercase;
    }

    /* Gambar peta utama */
    .map-image-wrap {
      position: relative;
      width: 100%;
      /* Aspect ratio 4:3 agar proporsional */
      aspect-ratio: 4 / 3;
      display: block;
      overflow: hidden;
    }

    .map-img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: filter .4s ease;
      /* Sedikit saturasi supaya peta terasa "hidup" */
      filter: saturate(1.12) contrast(1.05);
      /* Pastikan pointer-events none agar JS event dari wrapper tertangkap */
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
    }

    /* Saat hover, peta sedikit redup agar lensa lebih menonjol */
    .map-wrapper.is-hovering .map-img {
      filter: saturate(.85) contrast(.95) brightness(.93);
    }

    /* ----------------------------------------------------------------
       OVERLAYS DEKORATIF di atas peta (di dalam .map-image-wrap)
    ---------------------------------------------------------------- */
    /* Gradient vignette bawah — integrasi visual */
    .map-vignette {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(253, 248, 242, .55) 0%, transparent 30%),
        linear-gradient(to left, rgba(167, 40, 43, .06) 0%, transparent 25%);
      pointer-events: none;
      z-index: 2;
    }

    /* Rute/jalur animasi — simulasi jalur transportasi */
    .map-routes-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 3;
    }

    /* Animasi dash pada path rute */
    .route-path {
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-dasharray: 8 6;
      animation: march 2.5s linear infinite;
      opacity: .72;
    }

    .route-path.mrt {
      stroke: #D9B340;
      stroke-width: 3;
      stroke-dasharray: 10 5;
    }

    .route-path.lrt {
      stroke: #A7282B;
      stroke-width: 2.5;
    }

    .route-path.bus {
      stroke: #4a90c4;
      stroke-width: 2;
      stroke-dasharray: 6 8;
      opacity: .55;
    }

    .route-path.krl {
      stroke: #2eaa6b;
      stroke-width: 2.5;
      stroke-dasharray: 12 4;
    }

    @keyframes march {
      to {
        stroke-dashoffset: -28;
      }
    }

    /* Titik stasiun */
    .map-station {
      position: absolute;
      z-index: 5;
      transform: translate(-50%, -50%);
    }

    .station-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
      position: relative;
    }

    /* Pulse ring di stasiun penting */
    .station-dot.pulse::before {
      content: '';
      position: absolute;
      inset: -5px;
      border-radius: 50%;
      border: 2px solid currentColor;
      animation: station-pulse 2s ease-out infinite;
    }

    @keyframes station-pulse {
      0% {
        transform: scale(1);
        opacity: .8;
      }

      100% {
        transform: scale(2.2);
        opacity: 0;
      }
    }

    /* Label stasiun — tooltip kecil */
    .station-label {
      position: absolute;
      bottom: calc(100% + 7px);
      left: 50%;
      transform: translateX(-50%);
      background: rgba(35, 35, 35, .88);
      color: #fff;
      font-size: .62rem;
      font-weight: 600;
      white-space: nowrap;
      padding: 3px 8px;
      border-radius: 4px;
      pointer-events: none;
      opacity: 0;
      transition: opacity .2s, transform .2s;
      transform: translateX(-50%) translateY(4px);
    }

    .station-label::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 4px solid transparent;
      border-top-color: rgba(35, 35, 35, .88);
    }

    .map-station:hover .station-label {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }

    /* ----------------------------------------------------------------
       INFO PANEL BAWAH PETA (Legenda)
    ---------------------------------------------------------------- */
    .map-footer {
      padding: 14px 18px;
      background: rgba(35, 35, 35, .03);
      border-top: 1px solid rgba(35, 35, 35, .07);
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
    }

    .map-legend {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .legend-item {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: .67rem;
      font-weight: 600;
      color: var(--clr-muted);
      letter-spacing: .04em;
    }

    .legend-line {
      width: 20px;
      height: 3px;
      border-radius: 2px;
    }

    .l-mrt {
      background: #D9B340;
    }

    .l-lrt {
      background: #A7282B;
    }

    .l-krl {
      background: #2eaa6b;
    }

    .l-bus {
      background: #4a90c4;
    }

    .map-zoom-hint {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: .67rem;
      color: rgba(35, 35, 35, .38);
      font-weight: 500;
    }

    .zoom-icon {
      font-size: .85rem;
    }

    /* ----------------------------------------------------------------
       FLOATING BADGE / CTA di pojok peta
    ---------------------------------------------------------------- */
    .map-badge {
      position: absolute;
      bottom: 58px;
      right: 16px;
      z-index: 6;
      background: rgba(253, 248, 242, .9);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(217, 179, 64, .4);
      border-radius: 12px;
      padding: 10px 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    }

    .map-badge-icon {
      font-size: 1.4rem;
      line-height: 1;
    }

    .map-badge-text strong {
      display: block;
      font-size: .8rem;
      font-weight: 700;
      color: #1E1E1E;
    }

    .map-badge-text span {
      font-size: .68rem;
      color: #1E1E1E;
    }

    /* ================================================================
       MAGNIFYING GLASS LENS
       Ini elemen kunci — posisinya dikontrol oleh JS
    ================================================================ */
    .map-lens {
      /*
       * Sembunyikan secara default.
       * JS akan mengubah opacity dan posisinya.
       */
      position: absolute;
      z-index: 20;
      pointer-events: none;
      /* lens tidak mengganggu mouse events */
      border-radius: 50%;

      /*
       * Ukuran lensa — ubah nilai ini untuk memperbesar/memperkecil lingkaran
       * Nilai: diameter dalam pixel
       */
      width: 160px;
      height: 160px;

      /* Transformasi untuk menempatkan tengah lensa di posisi kursor */
      transform: translate(-50%, -50%);

      /* Border bergaya premium */
      border: 2.5px solid rgba(255, 255, 255, .85);
      box-shadow:
        0 0 0 1px rgba(217, 179, 64, .5),
        0 8px 32px rgba(0, 0, 0, .3),
        inset 0 0 0 1px rgba(255, 255, 255, .3);

      /* Fade in/out dengan CSS transition */
      opacity: 0;
      transition: opacity .22s ease;

      /*
       * KUNCI EFEK KACA PEMBESAR:
       * background-image  → gambar peta yang sama
       * background-size   → ukuran perbesar (ZOOM LEVEL).
       *                     Nilai "200%" = zoom 2x dari ukuran aslinya.
       *                     Naikkan angka untuk zoom lebih besar.
       * background-repeat → no-repeat agar tidak tile
       * background-position → dikontrol JS agar ikut kursor
       */
      background-image: url('https://i.postimg.cc/90Z7mqnJ/Map-MRT-Jakarta.png');
      background-repeat: no-repeat;
      background-size: 200%;
      /* ← ZOOM LEVEL: ubah ini (mis. 250% = 2.5x) */

      /* Crosshair kecil di tengah lensa */
      --crosshair-clr: rgba(217, 179, 64, .8);
    }

    /* Crosshair di tengah lensa */
    .map-lens::before,
    .map-lens::after {
      content: '';
      position: absolute;
      background: var(--crosshair-clr);
      border-radius: 1px;
    }

    .map-lens::before {
      width: 1px;
      height: 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .map-lens::after {
      width: 20px;
      height: 1px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    /* Lensa muncul saat wrapper di-hover */
    .map-wrapper.is-hovering .map-lens {
      opacity: 1;
    }

    /* ================================================================
       RESPONSIVE — Mobile & Tablet
    ================================================================ */
    @media (max-width: 960px) {
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-block: 56px;
      }

      /* Visual naik ke atas di mobile */
      .hero-visual {
        order: -1;
      }

      .map-wrapper {
        max-width: 100%;
      }

      /* Sembunyikan hint zoom di mobile (touch tidak support) */
      .map-zoom-hint {
        display: none;
      }
    }

    @media (max-width: 540px) {
      .hero-stats {
        gap: 20px;
      }

      .hero-badge {
        font-size: .65rem;
      }

      .map-badge {
        display: none;
      }

      /* terlalu penuh di HP kecil */
    }


    /* ============================================================
       SECTION: SOCIAL PROOF / TESTIMONIALS
    ============================================================ */
    #testimonials {
      padding-block: var(--section-py);
      background: var(--clr-bg-alt);
      position: relative;
      overflow: hidden;
    }

    #testimonials::before {
      content: '"';
      position: absolute;
      top: -40px;
      left: 5%;
      font-family: var(--ff-display);
      font-size: 22rem;
      color: rgba(168, 46, 46, .04);
      line-height: 1;
      pointer-events: none;
    }

    .testimonials-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .testimonials-header .section-label {
      justify-content: center;
    }

    .testimonials-header .section-sub {
      margin-inline: auto;
      text-align: center;
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .testi-card {
      background: var(--clr-card-bg);
      border-radius: var(--radius-md);
      padding: 32px 28px;
      box-shadow: var(--shadow-sm);
      border: 1px solid rgba(212, 175, 55, .15);
      position: relative;
      transition: transform .3s ease, box-shadow .3s ease;
    }

    .testi-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-md);
    }

    .testi-card::before {
      content: '"';
      position: absolute;
      top: 16px;
      right: 24px;
      font-family: var(--ff-display);
      font-size: 4rem;
      color: rgba(212, 175, 55, .2);
      line-height: 1;
    }

    .testi-stars {
      display: flex;
      gap: 3px;
      margin-bottom: 16px;
    }

    .testi-stars span {
      color: var(--clr-accent);
      font-size: 1.1rem;
    }

    .testi-text {
      font-size: .95rem;
      color: var(--clr-text-muted);
      line-height: 1.8;
      margin-bottom: 24px;
      font-style: italic;
    }

    .testi-author {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .testi-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-family: var(--ff-display);
      font-size: 1.1rem;
      font-weight: 700;
      flex-shrink: 0;
    }

    .testi-name {
      font-weight: 600;
      font-size: .9rem;
    }

    .testi-role {
      font-size: .78rem;
      color: var(--clr-text-muted);
    }

    @media (max-width: 900px) {
      .testimonials-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (min-width: 601px) and (max-width: 900px) {
      .testimonials-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    /* ============================================================
       SECTION: VISI & YAYASAN (Split Screen)
    ============================================================ */
    #visi {
      padding-block: var(--section-py);
      background: var(--clr-bg);
    }

    .visi-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }

    .visi-left {
      background: var(--clr-primary);
      padding: 60px 48px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .visi-left::before {
      content: '';
      position: absolute;
      width: 320px;
      height: 320px;
      background: rgba(255, 255, 255, .04);
      border-radius: 50%;
      top: -80px;
      right: -80px;
    }

    .visi-left::after {
      content: '';
      position: absolute;
      width: 200px;
      height: 200px;
      background: rgba(212, 175, 55, .1);
      border-radius: 50%;
      bottom: -40px;
      left: -40px;
    }

    .visi-left .section-label {
      color: var(--clr-accent-lt);
    }

    .visi-left .section-label::before {
      background: rgba(255, 255, 255, .4);
    }

    .visi-left .section-title {
      color: #fff;
    }

    .visi-left .section-sub {
      color: rgba(255, 255, 255, .8);
      max-width: 100%;
    }

    .visi-quote {
      margin-top: 32px;
      padding: 20px 24px;
      background: rgba(255, 255, 255, .1);
      backdrop-filter: blur(8px);
      border-left: 3px solid var(--clr-accent);
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      font-style: italic;
      font-size: .95rem;
      color: rgba(255, 255, 255, .9);
    }

    .visi-right {
      background: var(--clr-bg-alt);
      padding: 60px 48px;
    }

    .visi-right .section-sub {
      max-width: 100%;
    }

    .yayasan-meta {
      margin-top: 28px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .yayasan-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .yayasan-icon {
      width: 40px;
      height: 40px;
      background: rgba(168, 46, 46, .1);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      color: var(--clr-primary);
    }

    .yayasan-item-text strong {
      display: block;
      font-size: .9rem;
      margin-bottom: 2px;
    }

    .yayasan-item-text p {
      font-size: .85rem;
      color: var(--clr-text-muted);
    }

    @media (max-width: 900px) {
      .visi-grid {
        grid-template-columns: 1fr;
      }

      .visi-left,
      .visi-right {
        padding: 48px 32px;
      }
    }

    /* ============================================================
       SECTION: 3 PILLARS / MISI
    ============================================================ */
    #pillars {
      padding-block: var(--section-py);
      background: var(--clr-bg);
    }

    .pillars-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .pillars-header .section-label {
      justify-content: center;
    }

    .pillars-header .section-sub {
      margin-inline: auto;
      text-align: center;
    }

    .pillars-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .pillar-card {
      background: var(--clr-card-bg);
      border-radius: var(--radius-md);
      padding: 40px 32px;
      border: 1px solid rgba(0, 0, 0, .07);
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .35s ease;
      cursor: default;
    }

    .pillar-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    }

    .pillar-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: var(--shadow-lg);
    }

    .pillar-icon {
      width: 72px;
      height: 72px;
      background: linear-gradient(135deg, rgba(168, 46, 46, .1), rgba(212, 175, 55, .15));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      margin: 0 auto 20px;
      transition: transform .35s ease;
    }

    .pillar-card:hover .pillar-icon {
      transform: scale(1.1) rotate(5deg);
    }

    .pillar-num {
      font-family: var(--ff-display);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      color: var(--clr-accent);
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .pillar-title {
      font-family: var(--ff-display);
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--clr-text);
    }

    .pillar-desc {
      font-size: .9rem;
      color: var(--clr-text-muted);
      line-height: 1.8;
    }

    @media (max-width: 900px) {
      .pillars-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-inline: auto;
      }
    }

    @media (min-width: 601px) and (max-width: 900px) {
      .pillars-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
      }
    }



    /* ============================================================
       SECTION: FOCUS & ACTIVITIES
    ============================================================ */
    #focus {
      padding-block: var(--section-py);
      background: var(--clr-bg-alt);
    }

    .focus-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .focus-header .section-label {
      justify-content: center;
    }

    .focus-header .section-sub {
      margin-inline: auto;
      text-align: center;
    }

    .focus-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .focus-card {
      background: var(--clr-card-bg);
      border-radius: var(--radius-md);
      padding: 32px 24px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, .06);
      transition: all .3s ease;
      position: relative;
      overflow: hidden;
    }

    .focus-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 60%, rgba(168, 46, 46, .04) 100%);
      opacity: 0;
      transition: opacity .3s;
    }

    .focus-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-md);
      border-color: rgba(168, 46, 46, .2);
    }

    .focus-card:hover::after {
      opacity: 1;
    }

    .focus-emoji {
      font-size: 2.4rem;
      margin-bottom: 14px;
      display: block;
      transition: transform .3s ease;
    }

    .focus-card:hover .focus-emoji {
      transform: scale(1.15);
    }

    .focus-name {
      font-family: var(--ff-display);
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .focus-desc {
      font-size: .82rem;
      color: var(--clr-text-muted);
      line-height: 1.7;
    }

    @media (max-width: 900px) {
      .focus-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .focus-grid {
        grid-template-columns: 1fr;
      }
    }

    /* ============================================================
       SECTION: IMAGE GALLERY
    ============================================================ */
    #gallery {
      padding-block: var(--section-py);
      background: var(--clr-bg);
    }

    .gallery-header {
      margin-bottom: 48px;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      gap: 12px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-sm);
      cursor: pointer;
    }

    /* Masonry-ish spanning */
    .gallery-item:nth-child(1) {
      grid-column: span 2;
      grid-row: span 2;
    }

    .gallery-item:nth-child(4) {
      grid-column: span 2;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 160px;
      transition: transform .5s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.08);
    }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 60%);
      opacity: 0;
      transition: opacity .3s;
      display: flex;
      align-items: flex-end;
      padding: 16px;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    .gallery-caption {
      color: #fff;
      font-size: .82rem;
      font-weight: 500;
      line-height: 1.4;
    }

    /* Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 2000;
      background: rgba(0, 0, 0, .92);
      align-items: center;
      justify-content: center;
      padding: 24px;
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox-img {
      max-width: 90vw;
      max-height: 85vh;
      border-radius: var(--radius-md);
      box-shadow: 0 0 80px rgba(0, 0, 0, .6);
      object-fit: contain;
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 24px;
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .2);
      color: #fff;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s;
    }

    .lightbox-close:hover {
      background: rgba(255, 255, 255, .2);
    }

    @media (max-width: 768px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
      }

      .gallery-item:nth-child(4) {
        grid-column: span 1;
      }
    }

    /* ============================================================
       SECTION: ARTICLE SLIDER / CAROUSEL
    ============================================================ */
    #articles {
      padding-block: var(--section-py);
      background: var(--clr-bg-alt);
      overflow: hidden;
    }

    .articles-header {
      margin-bottom: 48px;
    }

    .articles-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 24px;
      flex-wrap: wrap;
    }

    .slider-wrapper {
      position: relative;
    }

    .slider-track-container {
      overflow: hidden;
      border-radius: var(--radius-md);
    }

    .slider-track {
      display: flex;
      transition: transform .5s cubic-bezier(.4, 0, .2, 1);
      gap: 0;
    }

    .slide-card {
      flex: 0 0 100%;
      background: var(--clr-card-bg);
      border-radius: var(--radius-md);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 400px;
      box-shadow: var(--shadow-md);
    }

    .slide-img-wrap {
      position: relative;
      overflow: hidden;
    }

    .slide-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .6s ease;
    }

    .slide-card:hover .slide-img-wrap img {
      transform: scale(1.05);
    }

    .slide-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      background: var(--clr-primary);
      color: #fff;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 50px;
    }

    .slide-content {
      padding: 40px 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .slide-category {
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--clr-accent);
      margin-bottom: 12px;
    }

    .slide-title {
      font-family: var(--ff-display);
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 16px;
      color: var(--clr-text);
    }

    .slide-excerpt {
      font-size: .9rem;
      color: var(--clr-text-muted);
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .slide-fact {
      display: flex;
      gap: 10px;
      background: rgba(168, 46, 46, .06);
      border-left: 3px solid var(--clr-primary);
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      padding: 10px 14px;
      margin-bottom: 24px;
      font-size: .82rem;
      color: var(--clr-text-muted);
      line-height: 1.6;
    }

    .slide-fact strong {
      color: var(--clr-primary);
    }

    /* Slider controls */
    .slider-controls {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 28px;
      justify-content: center;
    }

    .slider-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 2px solid var(--clr-primary);
      background: transparent;
      color: var(--clr-primary);
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .25s ease;
    }

    .slider-btn:hover {
      background: var(--clr-primary);
      color: #fff;
    }

    .slider-dots {
      display: flex;
      gap: 8px;
    }

    .slider-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(168, 46, 46, .25);
      border: none;
      cursor: pointer;
      transition: all .25s ease;
    }

    .slider-dot.active {
      background: var(--clr-primary);
      width: 24px;
      border-radius: 4px;
    }

    .slider-counter {
      font-size: .85rem;
      font-weight: 600;
      color: var(--clr-text-muted);
      min-width: 48px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .slide-card {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .slide-img-wrap {
        height: 220px;
      }

      .slide-content {
        padding: 28px 24px;
      }

      .slide-title {
        font-size: 1.3rem;
      }
    }

    /* ============================================================
       SECTION: TIMELINE
    ============================================================ */
    #timeline {
      padding-block: var(--section-py);
      background: var(--clr-bg);
    }

    .timeline-header {
      text-align: center;
      margin-bottom: 64px;
    }

    .timeline-header .section-label {
      justify-content: center;
    }

    .timeline-header .section-sub {
      margin-inline: auto;
      text-align: center;
    }

    .timeline-road {
      position: relative;
      max-width: 800px;
      margin-inline: auto;
    }

    .timeline-road::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, var(--clr-primary), var(--clr-accent));
      transform: translateX(-50%);
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 24px;
      margin-bottom: 48px;
      align-items: center;
    }

    .timeline-item:nth-child(odd) .tl-content {
      grid-column: 1;
      grid-row: 1;
      text-align: right;
    }

    .timeline-item:nth-child(odd) .tl-dot {
      grid-column: 2;
      grid-row: 1;
    }

    .timeline-item:nth-child(odd) .tl-empty {
      grid-column: 3;
      grid-row: 1;
    }

    .timeline-item:nth-child(even) .tl-empty {
      grid-column: 1;
      grid-row: 1;
    }

    .timeline-item:nth-child(even) .tl-dot {
      grid-column: 2;
      grid-row: 1;
    }

    .timeline-item:nth-child(even) .tl-content {
      grid-column: 3;
      grid-row: 1;
      text-align: left;
    }

    .tl-dot {
      width: 48px;
      height: 48px;
      background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: .75rem;
      letter-spacing: .05em;
      box-shadow: 0 0 0 6px rgba(168, 46, 46, .12), var(--shadow-sm);
      z-index: 1;
      flex-shrink: 0;
    }

    .tl-content {
      background: var(--clr-card-bg);
      border-radius: var(--radius-md);
      padding: 20px 24px;
      border: 1px solid rgba(0, 0, 0, .07);
      box-shadow: var(--shadow-sm);
    }

    .tl-quarter {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--clr-primary);
      margin-bottom: 4px;
    }

    .tl-title {
      font-family: var(--ff-display);
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .tl-desc {
      font-size: .82rem;
      color: var(--clr-text-muted);
      line-height: 1.6;
    }

    .tl-win {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-top: 8px;
      background: rgba(212, 175, 55, .12);
      color: #8a6d10;
      font-size: .72rem;
      font-weight: 600;
      padding: 3px 10px;
      border-radius: 50px;
      border: 1px solid rgba(212, 175, 55, .3);
    }

    .tl-win::before {
      content: '★';
    }

    @media (max-width: 640px) {
      .timeline-road::before {
        left: 24px;
      }

      .timeline-item {
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr;
      }

      .timeline-item:nth-child(odd) .tl-content,
      .timeline-item:nth-child(even) .tl-content {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
      }

      .timeline-item:nth-child(odd) .tl-dot,
      .timeline-item:nth-child(even) .tl-dot {
        grid-column: 1;
        grid-row: 1;
      }

      .tl-empty {
        display: none;
      }
    }

    /* ============================================================
       SECTION: ORGANIZATION STRUCTURE
    ============================================================ */
    #struktur {
      background: #1A1A1A;
      padding: 6rem 5% 7rem;
      position: relative;
      overflow: hidden;
    }

    /* Subtle dot-grid texture */
    #struktur::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(212,175,55,.06) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }

    /* Top ambient glow */
    #struktur::after {
      content: '';
      position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
      width: 600px; height: 320px;
      background: radial-gradient(ellipse, rgba(168,46,46,.14) 0%, transparent 70%);
      pointer-events: none;
    }

    /* --- Section header --- */
    .org-header {
      text-align: center;
      position: relative; z-index: 2;
      margin-bottom: 4rem;
    }
    .org-eyebrow {
      display: inline-flex; align-items: center; gap: .55rem;
      color: var(--gold); font-size: .72rem; font-weight: 700;
      letter-spacing: .18em; text-transform: uppercase;
      margin-bottom: .9rem;
    }
    .org-eyebrow::before, .org-eyebrow::after {
      content: ''; display: block; width: 28px; height: 1px;
      background: var(--gold); opacity: .4;
    }
    .org-title {
      font-family: var(--ff-display);
      font-size: clamp(2rem, 4.5vw, 3rem);
      font-weight: 900; color: var(--white);
      margin-bottom: .75rem; line-height: 1.15;
    }
    .org-title span { color: var(--gold); }
    .org-sub {
      color: rgba(255,255,255,.42); font-size: .92rem;
      max-width: 520px; margin: 0 auto;
    }

    /* ----------------------------------------------------------------
       TREE WRAPPER — everything inside is positioned relative to this
    ---------------------------------------------------------------- */
    .org-tree {
      position: relative; z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;             /* gap is handled by connectors */
    }

    /* ---- CONNECTOR: vertical gold line between tiers ---- */
    .org-connector {
      width: 1px;
      height: 36px;
      background: linear-gradient(180deg, rgba(212,175,55,.6), rgba(212,175,55,.3));
      flex-shrink: 0;
    }

    /* Horizontal spread connector (for multi-card rows) */
    .org-h-connector {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      height: 36px;
    }
    /* Vertical stem down from parent */
    .org-h-connector::before {
      content: '';
      position: absolute;
      top: 0; left: 50%;
      width: 1px; height: 18px;
      background: rgba(212,175,55,.55);
    }
    /* Horizontal bar spanning children */
    .org-h-connector::after {
      content: '';
      position: absolute;
      top: 18px;
      /* width set via inline style or JS; fallback below */
      height: 1px;
      background: rgba(212,175,55,.4);
      /* width is computed dynamically per tier */
      left: var(--bar-left, 20%);
      right: var(--bar-right, 20%);
    }

    /* Vertical drops from horizontal bar to each card */
    .org-row {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
      position: relative;
    }

    /* Each card column (drop stem + card) */
    .org-col {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .org-col-stem {
      width: 1px; height: 18px;
      background: rgba(212,175,55,.4);
      flex-shrink: 0;
    }

    /* ---- TIER LABEL (e.g. "DEWAN PEMBINA") ---- */
    .org-tier-label {
      font-family: var(--ff-mono);
      font-size: .62rem; font-weight: 700;
      letter-spacing: .2em; text-transform: uppercase;
      color: rgba(212,175,55,.55);
      margin-bottom: .6rem;
      text-align: center;
    }

    /* ----------------------------------------------------------------
       PERSON CARD
    ---------------------------------------------------------------- */
    .org-card {
      /* Portrait 3:4 aspect ratio */
      width: 160px;
      aspect-ratio: 3 / 4;
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
      cursor: pointer;
      background-color: #2a2a2a;
      background-size: cover;
      background-position: center top;
      box-shadow:
        0 4px 20px rgba(0,0,0,.55),
        0 0 0 1px rgba(212,175,55,.12);
      transition: transform .4s cubic-bezier(.4,0,.2,1),
                  box-shadow .4s cubic-bezier(.4,0,.2,1);
      flex-shrink: 0;
    }

    /* Larger card for top tiers */
    .org-card--lg {
      width: 180px;
    }
    .org-card--md {
      width: 148px;
    }
    .org-card--sm {
      width: 136px;
    }

    /* Bottom-up gradient overlay for readability */
    .org-card::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.5)  38%,
        rgba(0,0,0,.1)  65%,
        transparent     100%
      );
      z-index: 1;
      transition: opacity .35s ease;
    }

    /* Gold top border reveal on hover */
    .org-card::after {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      opacity: 0;
      transition: opacity .35s ease;
      z-index: 2;
    }

    .org-card:hover {
      transform: translateY(-6px) scale(1.03);
      box-shadow:
        0 16px 40px rgba(0,0,0,.65),
        0 0 0 1px rgba(212,175,55,.35),
        0 0 24px rgba(212,175,55,.12);
    }
    .org-card:hover::after { opacity: 1; }

    /* Text overlay at bottom of card */
    .org-card-body {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: .85rem .75rem .8rem;
      z-index: 2;
      text-align: center;
    }

    .org-card-role {
      display: block;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--gold);
      line-height: 1.3;
      margin-bottom: .25rem;
    }

    .org-card-name {
      display: block;
      font-family: var(--ff-display);
      font-size: .88rem;
      font-weight: 700;
      color: var(--white);
      line-height: 1.25;
    }

    /* --- Responsive behaviour --- */
    @media (max-width: 900px) {
      .org-card        { width: 132px; }
      .org-card--lg    { width: 148px; }
      .org-card--md    { width: 124px; }
      .org-card--sm    { width: 116px; }
      .org-row         { gap: 1rem; }
    }

    @media (max-width: 600px) {
      #struktur { padding: 4rem 5% 5rem; }
      .org-card        { width: 110px; }
      .org-card--lg    { width: 126px; }
      .org-card--md    { width: 104px; }
      .org-card--sm    { width: 96px; }
      .org-row         { gap: .65rem; }
      .org-card-name   { font-size: .78rem; }
      .org-card-role   { font-size: .52rem; }
      .org-h-connector::after {
        left: var(--bar-left-mobile, 15%);
        right: var(--bar-right-mobile, 15%);
      }
    }



    /* ============================================================
       SECTION: FAQ ACCORDION
    ============================================================ */
    #faq {
      padding-block: var(--section-py);
      background: var(--clr-bg);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .faq-item {
      background: var(--clr-card-bg);
      border: 1px solid rgba(0, 0, 0, .07);
      border-radius: var(--radius-md);
      overflow: hidden;
      transition: border-color .25s;
    }

    .faq-item.open {
      border-color: rgba(212, 175, 55, .35);
    }

    .faq-question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 18px 22px;
      background: none;
      border: none;
      text-align: left;
      font-size: .95rem;
      font-weight: 600;
      color: var(--clr-text);
      transition: color .2s;
    }

    .faq-question:hover {
      color: var(--clr-primary);
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(168, 46, 46, .08);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform .3s ease, background .2s;
      font-size: 1.1rem;
      color: var(--clr-primary);
      font-weight: 300;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: var(--clr-primary);
      color: #fff;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease, padding .3s;
    }

    .faq-answer-inner {
      padding: 0 22px 20px;
      font-size: .9rem;
      color: var(--clr-text-muted);
      line-height: 1.8;
    }

    @media (max-width: 900px) {
      .faq-grid {
        grid-template-columns: 1fr;
      }
    }


    /* ============================================================
       KONTAK / MARI BERKOLABORASI
    ============================================================ */
    #kontak {
      display: block;
      width: 100%;
      padding: 6rem 5%;
      box-sizing: border-box;
      background: #1E1E1E;
      color: var(--white);
      position: relative;
      overflow: hidden;
    }

    #kontak::before {
      content: '';
      position: absolute;
      top: -90px;
      right: -90px;
      width: 380px;
      height: 380px;
      background: radial-gradient(circle, rgba(212, 175, 55, .12) 0%, transparent 70%);
      pointer-events: none;
    }

    .kontak-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 4rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    /* --- Left column --- */
    .kontak-left .section-eyebrow {
      color: var(--gold);
    }

    .kontak-left h2 {
      font-family: var(--ff-display);
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      font-weight: 800;
      line-height: 1.25;
      color: var(--white);
      margin: .75rem 0 1.25rem;
    }

    .kontak-left p {
      color: rgba(255, 255, 255, .72);
      font-size: .98rem;
      line-height: 1.75;
      max-width: 460px;
      margin-bottom: 2.5rem;
    }

    .kontak-details {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }

    .kontak-detail {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .kontak-detail-icon {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(212, 175, 55, .1);
      border: 1px solid rgba(212, 175, 55, .25);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .kontak-detail-icon svg {
      width: 20px;
      height: 20px;
    }

    .kontak-detail-label {
      font-size: .7rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(212, 175, 55, .7);
      margin-bottom: .15rem;
    }

    .kontak-detail-value {
      font-size: .95rem;
      font-weight: 600;
      color: var(--white);
    }

    .kontak-detail-value a {
      color: var(--white);
      text-decoration: none;
      transition: color var(--transition);
    }

    .kontak-detail-value a:hover {
      color: var(--gold);
    }

    /* --- Right column: form card --- */
    .kontak-card {
      background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .04));
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(212, 175, 55, .18);
      border-radius: 18px;
      padding: 2.25rem;
      box-shadow: 0 18px 56px rgba(0, 0, 0, .38);
    }

    .kontak-card h3 {
      font-family: var(--ff-display);
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--white);
      margin-bottom: .35rem;
    }

    .kontak-card-sub {
      font-size: .82rem;
      color: rgba(255, 255, 255, .5);
      margin-bottom: 1.75rem;
    }

    .form-group {
      margin-bottom: 1.25rem;
    }

    .form-group label {
      display: block;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: rgba(212, 175, 55, .78);
      margin-bottom: .5rem;
    }

    .form-group .required-mark {
      color: var(--red-light);
    }

    .form-control {
      width: 100%;
      padding: .8rem 1rem;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 8px;
      color: var(--white);
      font-family: var(--ff-body);
      font-size: .92rem;
      outline: none;
      transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
    }

    .form-control::placeholder {
      color: rgba(255, 255, 255, .32);
    }

    .form-control:focus {
      border-color: var(--gold);
      background: rgba(255, 255, 255, .08);
      box-shadow: 0 0 0 3px rgba(212, 175, 55, .12);
    }

    .form-control.invalid {
      border-color: var(--red-light);
    }

    /* Select arrow styling */
    select.form-control {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23D4AF37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 1rem center;
      padding-right: 2.5rem;
      cursor: pointer;
    }

    select.form-control option {
      background: var(--charcoal2);
      color: var(--white);
    }

    textarea.form-control {
      resize: vertical;
      min-height: 110px;
      line-height: 1.6;
    }

    .form-row-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem 1.25rem;
    }

    .form-error-msg {
      font-size: .75rem;
      color: var(--red-light);
      margin-top: .4rem;
      display: none;
    }

    .form-control.invalid+.form-error-msg {
      display: block;
    }

    .form-submit-btn {
      width: 100%;
      background: var(--gold);
      color: var(--charcoal);
      border: none;
      border-radius: 8px;
      padding: 1rem 1.5rem;
      font-size: 1rem;
      font-weight: 700;
      font-family: var(--ff-body);
      letter-spacing: .02em;
      cursor: pointer;
      transition: all var(--transition);
      margin-top: .5rem;
      position: relative;
      overflow: hidden;
    }

    .form-submit-btn:hover {
      background: var(--red);
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(168, 46, 46, .4);
    }

    .form-submit-btn:active {
      transform: translateY(0);
    }

    .form-submit-btn:disabled {
      opacity: .65;
      cursor: not-allowed;
      transform: none;
    }

    /* Status banner (success / processing / error) */
    .form-status {
      margin-top: 1rem;
      padding: .85rem 1rem;
      border-radius: 8px;
      font-size: .85rem;
      font-weight: 600;
      text-align: center;
      display: none;
    }

    .form-status.show {
      display: block;
    }

    .form-status.processing {
      background: rgba(212, 175, 55, .1);
      border: 1px solid rgba(212, 175, 55, .3);
      color: var(--gold);
    }

    .form-status.success {
      background: rgba(76, 175, 80, .1);
      border: 1px solid rgba(76, 175, 80, .35);
      color: #6FCF73;
    }

    .form-status.error {
      background: rgba(168, 46, 46, .1);
      border: 1px solid rgba(168, 46, 46, .35);
      color: #E58A8A;
    }

    @media (max-width: 860px) {
      .kontak-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
      }

      .form-row-2 {
        grid-template-columns: 1fr;
      }

      .kontak-card {
        padding: 1.5rem;
      }
    }

    /* ============================================================
       FOOTER
    ============================================================ */
    #footer {
      background: #111;
      color: rgba(255, 255, 255, .8);
      padding-top: 64px;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 40px;
      padding-bottom: 48px;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .footer-brand img {
      height: 44px;
      width: auto;
      margin-bottom: 16px;
      filter: brightness(1.1);
    }

    .footer-brand p {
      font-size: .85rem;
      line-height: 1.8;
      color: rgba(255, 255, 255, .5);
      margin-bottom: 20px;
    }

    .footer-social {
      display: flex;
      gap: 10px;
    }

    .social-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      transition: all .25s;
    }

    .social-btn:hover {
      background: var(--clr-accent);
      border-color: var(--clr-accent);
      color: var(--clr-text);
      transform: translateY(-3px);
    }

    .footer-col h4 {
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--clr-accent);
      margin-bottom: 18px;
    }

    .footer-col ul li {
      margin-bottom: 10px;
    }

    .footer-col ul li a {
      font-size: .85rem;
      color: rgba(255, 255, 255, .5);
      transition: color .2s;
    }

    .footer-col ul li a:hover {
      color: #fff;
    }

    .footer-contact-item {
      display: flex;
      gap: 8px;
      align-items: flex-start;
      margin-bottom: 12px;
      font-size: .82rem;
      color: rgba(255, 255, 255, .5);
    }

    .footer-contact-item span:first-child {
      flex-shrink: 0;
    }

    .footer-bottom {
      padding-block: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer-bottom p {
      font-size: .8rem;
      color: rgba(255, 255, 255, .35);
    }

    @media (max-width: 900px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 540px) {
      .footer-top {
        grid-template-columns: 1fr;
      }
    }

    /* ============================================================
       SCROLL-REVEAL ANIMATION
    ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Stagger children */
    .reveal-stagger>* {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .6s ease, transform .6s ease;
    }

    .reveal-stagger.visible>*:nth-child(1) {
      opacity: 1;
      transform: none;
      transition-delay: 0s;
    }

    .reveal-stagger.visible>*:nth-child(2) {
      opacity: 1;
      transform: none;
      transition-delay: .1s;
    }

    .reveal-stagger.visible>*:nth-child(3) {
      opacity: 1;
      transform: none;
      transition-delay: .2s;
    }

    .reveal-stagger.visible>*:nth-child(4) {
      opacity: 1;
      transform: none;
      transition-delay: .3s;
    }

    /* ============================================================
       DECORATIVE DIVIDERS
    ============================================================ */
    .divider-wave {
      display: block;
      line-height: 0;
    }

    .divider-wave svg {
      width: 100%;
    }
   
    
      #toponimi {
        --tp-red: #A82E2E;
        --tp-red-dk: #7a1f1f;
        --tp-gold: #D4AF37;
        --tp-gold-lt: #e8c94d;
        --tp-cream: #FDFBF7;
        --tp-char: #1E1E1E;
        --tp-char2: #252520;
        --tp-ff-disp: 'Playfair Display', Georgia, serif;
        --tp-ff-body: 'DM Sans', sans-serif;
        --tp-duration: 6000;
      }

      #toponimi {
        position: relative;
        width: 100%;
        overflow: hidden;
        background:
          radial-gradient(circle at 18% 14%, rgba(212, 175, 55, .14), transparent 20%),
          radial-gradient(circle at 78% 18%, rgba(168, 46, 46, .14), transparent 14%),
          var(--tp-char);
        color: var(--tp-cream);
        font-family: var(--tp-ff-body);
      }

      .tp-header {
        position: relative;
        z-index: 5;
        text-align: center;
        padding: 80px 28px 0;
      }

      .tp-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: .71rem;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--tp-gold);
        margin-bottom: 14px;
      }

      .tp-eyebrow::before,
      .tp-eyebrow::after {
        content: '';
        width: 32px;
        height: 1px;
        background: var(--tp-gold);
        opacity: .35;
      }

      .tp-title {
        font-family: var(--tp-ff-disp);
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 900;
        color: var(--tp-cream);
        line-height: 1.1;
        margin-bottom: 14px;
      }

      .tp-title em {
        font-style: italic;
        color: var(--tp-gold);
      }

      .tp-sub {
        font-size: .98rem;
        color: rgba(253, 251, 247, .72);
        max-width: 500px;
        margin-inline: auto;
        line-height: 1.82;
        margin-bottom: 52px;
      }

      .tp-slider {
        position: relative;
        z-index: 2;
        width: 100%;
        min-height: 560px;
      }

      .tp-slides {
        position: relative;
        width: 100%;
        display: grid;
      }

      .tp-slide {
        grid-area: 1 / 1;
        display: grid;
        grid-template-columns: 45fr 55fr;
        min-height: 560px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-16px);
        transition:
          opacity .7s cubic-bezier(.4, 0, .2, 1),
          transform .7s cubic-bezier(.4, 0, .2, 1),
          visibility 0s linear .7s;
      }

      .tp-slide.tp-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        transition:
          opacity .7s cubic-bezier(.4, 0, .2, 1),
          transform .7s cubic-bezier(.4, 0, .2, 1),
          visibility 0s linear 0s;
      }

      .tp-panel-text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 52px 60px 64px;
        background: linear-gradient(180deg, rgba(18, 18, 18, .88), rgba(12, 12, 12, .92));
        border: 1px solid rgba(212, 175, 55, .10);
        backdrop-filter: blur(14px);
        color: var(--tp-cream);
        overflow: hidden;
      }

      .tp-panel-text::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%23A82E2E' stroke-opacity='0.055' stroke-width='1.2'%3E%3Cellipse cx='300' cy='300' rx='260' ry='200'/%3E%3Cellipse cx='300' cy='300' rx='220' ry='165'/%3E%3Cellipse cx='300' cy='300' rx='180' ry='132'/%3E%3Cellipse cx='300' cy='300' rx='140' ry='100'/%3E%3Cellipse cx='300' cy='300' rx='100' ry='70'/%3E%3Cellipse cx='300' cy='300' rx='62' ry='42'/%3E%3Cellipse cx='300' cy='300' rx='28' ry='18'/%3E%3Cellipse cx='480' cy='140' rx='100' ry='76'/%3E%3Cellipse cx='480' cy='140' rx='70' ry='52'/%3E%3Cellipse cx='480' cy='140' rx='40' ry='30'/%3E%3Cellipse cx='100' cy='480' rx='90' ry='68'/%3E%3Cellipse cx='100' cy='480' rx='58' ry='44'/%3E%3Cellipse cx='100' cy='480' rx='28' ry='20'/%3E%3Cellipse cx='520' cy='460' rx='80' ry='60'/%3E%3Cellipse cx='520' cy='460' rx='50' ry='38'/%3E%3Cellipse cx='80' cy='110' rx='70' ry='52'/%3E%3Cellipse cx='80' cy='110' rx='42' ry='30'/%3E%3C/g%3E%3Cg fill='none' stroke='%23D4AF37' stroke-opacity='0.04' stroke-width='1'%3E%3Cellipse cx='300' cy='300' rx='290' ry='230'/%3E%3Cellipse cx='300' cy='300' rx='250' ry='192'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 420px 420px;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
        opacity: 1;
      }

      .tp-panel-text::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80px;
        background: linear-gradient(to right, transparent, rgba(10, 10, 10, .88));
        pointer-events: none;
        z-index: 1;
      }

      .tp-panel-text>* {
        position: relative;
        z-index: 2;
      }

      .tp-district-badge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(168, 46, 46, .12);
        border: 1.5px solid rgba(168, 46, 46, .3);
        color: var(--tp-cream);
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        padding: 5px 14px;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 16px;
      }

      .tp-award-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(212, 175, 55, .14);
        border: 1px solid rgba(212, 175, 55, .32);
        color: var(--tp-cream);
        font-size: .67rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: 4px 13px;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 20px;
      }

      .tp-award-badge::before {
        content: '🏆';
        font-size: .82rem;
      }

      .tp-place-name {
        font-family: var(--tp-ff-disp);
        font-size: clamp(2rem, 3vw, 2.8rem);
        font-weight: 900;
        color: var(--tp-cream);
        line-height: 1.08;
        margin-bottom: 6px;
      }

      .tp-origin-tag {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .72rem;
        font-weight: 600;
        color: var(--tp-gold);
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 22px;
      }

      .tp-origin-tag::before {
        content: '';
        width: 20px;
        height: 2px;
        background: var(--tp-gold);
        border-radius: 1px;
      }

      .tp-ornament {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
      }

      .tp-ornament-line {
        flex: 1;
        height: 1px;
        background: linear-gradient(to right, var(--tp-gold), rgba(212, 175, 55, 0));
        max-width: 60px;
      }

      .tp-ornament-diamond {
        width: 8px;
        height: 8px;
        background: var(--tp-gold);
        transform: rotate(45deg);
        border-radius: 1px;
        flex-shrink: 0;
      }

      .tp-ornament-dot {
        width: 4px;
        height: 4px;
        background: rgba(212, 175, 55, .4);
        border-radius: 50%;
        flex-shrink: 0;
      }

      .tp-desc {
        font-size: .93rem;
        color: rgba(253, 251, 247, .8);
        line-height: 1.9;
        margin-bottom: 28px;
        max-width: 400px;
      }

      .tp-flora {
        font-style: italic;
        font-weight: 500;
        color: var(--tp-cream);
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-color: var(--tp-gold);
        text-underline-offset: 4px;
        text-decoration-thickness: 2px;
        cursor: help;
        position: relative;
      }

      .tp-flora[data-tip]::after {
        content: attr(data-tip);
        position: absolute;
        bottom: calc(100% + 6px);
        left: 50%;
        transform: translateX(-50%);
        background: var(--tp-char);
        color: var(--tp-gold);
        font-style: normal;
        font-size: .65rem;
        font-weight: 600;
        letter-spacing: .06em;
        white-space: nowrap;
        padding: 4px 10px;
        border-radius: 4px;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease, transform .2s ease;
        transform: translateX(-50%) translateY(4px);
      }

      .tp-flora[data-tip]:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
      }

      .tp-map-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 11px 22px;
        border-radius: 8px;
        font-family: var(--tp-ff-body);
        font-size: .84rem;
        font-weight: 700;
        border: 2px solid var(--tp-gold);
        color: var(--tp-cream);
        background: rgba(8, 8, 8, .28);
        text-decoration: none;
        width: fit-content;
        transition: background .25s, color .25s, border-color .25s, box-shadow .25s, transform .25s;
      }

      .tp-map-btn:hover {
        background: var(--tp-gold);
        color: var(--tp-char);
        border-color: var(--tp-gold);
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(212, 175, 55, .24);
      }

      .tp-map-btn .tp-pin {
        font-size: 1.05rem;
        transition: transform .25s ease;
      }

      .tp-map-btn:hover .tp-pin {
        transform: scale(1.25) rotate(-8deg);
      }

      .tp-slide-num {
        position: absolute;
        bottom: 20px;
        left: 24px;
        font-family: var(--tp-ff-disp);
        font-size: 6rem;
        font-weight: 900;
        line-height: 1;
        color: rgba(212, 175, 55, .08);
        user-select: none;
        pointer-events: none;
        z-index: 0;
      }

      .tp-panel-img {
        position: relative;
        overflow: hidden;
      }

      .tp-panel-img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: saturate(1.08) brightness(.86);
        pointer-events: none;
        user-select: none;
      }

      .tp-slide.tp-active .tp-panel-img img {
        animation: tp-kb 6.5s ease forwards;
      }

      @keyframes tp-kb {
        from {
          transform: scale(1.07) translateX(8px);
        }

        to {
          transform: scale(1.01) translateX(0);
        }
      }

      .tp-panel-img::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
          linear-gradient(to right, rgba(9, 9, 9, .22) 0%, transparent 25%),
          linear-gradient(to bottom, transparent 50%, rgba(8, 8, 8, .78) 100%);
        z-index: 1;
        pointer-events: none;
      }

      .tp-img-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 28px 28px 24px;
        background: linear-gradient(to top, rgba(8, 8, 8, .82) 0%, rgba(8, 8, 8, .18) 72%, transparent 100%);
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px;
      }

      .tp-img-caption-text strong {
        display: block;
        font-family: var(--tp-ff-disp);
        font-size: 1.25rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 3px;
      }

      .tp-img-caption-text span {
        font-size: .72rem;
        color: rgba(255, 255, 255, .6);
        letter-spacing: .06em;
      }

      .tp-img-era {
        flex-shrink: 0;
        background: rgba(212, 175, 55, .18);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(212, 175, 55, .4);
        border-radius: 8px;
        padding: 7px 14px;
        text-align: center;
      }

      .tp-img-era strong {
        display: block;
        font-family: var(--tp-ff-disp);
        font-size: .92rem;
        font-weight: 700;
        color: var(--tp-gold);
        line-height: 1.2;
      }

      .tp-img-era span {
        font-size: .62rem;
        color: rgba(255, 255, 255, .55);
        letter-spacing: .06em;
        text-transform: uppercase;
      }

      .tp-img-corner {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 3;
        background: rgba(8, 8, 8, .62);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(212, 175, 55, .12);
        border-radius: 6px;
        padding: 6px 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .7rem;
        font-weight: 600;
        color: rgba(253, 251, 247, .82);
        letter-spacing: .06em;
        text-transform: uppercase;
      }

      .tp-img-corner-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--tp-gold);
        animation: tp-blink 2.5s ease-in-out infinite;
      }

      @keyframes tp-blink {

        0%,
        100% {
          opacity: 1;
        }

        50% {
          opacity: .3;
        }
      }

      .tp-controls {
        position: relative;
        z-index: 5;
        padding: 26px 64px 60px;
        background: #1E1E1E;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        border-top: 1px solid rgba(212, 175, 55, .12);
      }

      .tp-dots {
        display: flex;
        gap: 12px;
        align-items: center;
      }

      .tp-dot {
        position: relative;
        height: 3px;
        width: 28px;
        border-radius: 2px;
        background: rgba(212, 175, 55, .12);
        border: none;
        cursor: pointer;
        padding: 0;
        transition: background .3s, width .35s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
      }

      .tp-dot.tp-dot-active {
        width: 56px;
        background: rgba(212, 175, 55, .24);
      }

      .tp-dot-fill {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        background: var(--tp-gold);
        border-radius: 2px;
      }

      .tp-place-tabs {
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center;
        flex: 1;
      }

      .tp-place-tab {
        background: rgba(8, 8, 8, .18);
        border: 1.5px solid rgba(212, 175, 55, .08);
        border-radius: 50px;
        color: rgba(253, 251, 247, .72);
        font-size: .78rem;
        font-weight: 600;
        cursor: pointer;
        padding: 5px 14px;
        transition: all .22s ease;
        font-family: var(--tp-ff-body);
      }

      .tp-place-tab:hover {
        color: var(--tp-cream);
        border-color: rgba(212, 175, 55, .25);
      }

      .tp-place-tab.tp-dot-active {
        color: var(--tp-char);
        border-color: var(--tp-gold);
        background: var(--tp-gold);
      }

      .tp-arrows {
        display: flex;
        gap: 10px;
      }

      .tp-arrow {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: transparent;
        border: 1.5px solid rgba(212, 175, 55, .24);
        color: rgba(212, 175, 55, .85);
        font-size: .95rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .22s ease;
        font-family: var(--tp-ff-body);
      }

      .tp-arrow:hover {
        background: var(--tp-gold);
        border-color: var(--tp-gold);
        color: var(--tp-char);
        transform: scale(1.08);
      }

      @media (max-width: 900px) {
        .tp-slide {
          grid-template-columns: 1fr;
          grid-template-rows: auto auto;
        }

        .tp-panel-text {
          order: 2;
          padding: 40px 32px 36px 40px;
        }

        .tp-panel-img {
          order: 1;
          min-height: 260px;
          aspect-ratio: 16/9;
        }

        .tp-panel-img img {
          position: relative;
          width: 100%;
          height: 100%;
        }

        .tp-slider {
          min-height: auto;
        }

        .tp-controls {
          padding: 18px 28px 40px;
          flex-wrap: wrap;
          justify-content: center;
        }

        .tp-place-tabs {
          display: none;
        }
      }

      @media (max-width: 540px) {
        .tp-header {
          padding: 56px 20px 0;
        }

        .tp-panel-text {
          padding: 32px 24px 32px 28px;
        }

        .tp-controls {
          padding: 14px 20px 36px;
        }

        .tp-title {
          font-size: 1.75rem;
        }
      }



      .testi-card {
        cursor: pointer;
        isolation: isolate;
        transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, border-color .35s ease;
      }

      .testi-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-md);
        border-color: rgba(212, 175, 55, .45);
      }

      .testi-card:focus-within {
        outline: 2px solid var(--clr-accent);
        outline-offset: 4px;
      }

      .testi-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px dashed rgba(212, 175, 55, .22);
        font-family: 'JetBrains Mono', ui-monospace, monospace;
        font-size: .72rem;
        font-weight: 500;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--clr-accent);
        text-decoration: none;
        width: 100%;
        transition: color .35s ease, gap .35s cubic-bezier(.2, .8, .2, 1);
      }

      /* STRETCHED LINK — area klik melebar ke seluruh card */
      .testi-link::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        z-index: 1;
      }

      .testi-card:hover .testi-link {
        gap: 14px;
        color: var(--clr-off, #FDFBF7);
      }

      .testi-link-arrow {
        display: inline-block;
        transition: transform .35s cubic-bezier(.2, .8, .2, 1);
      }

      .testi-card:hover .testi-link-arrow {
        transform: translateX(4px);
      }

      .testi-card>*:not(.testi-link) {
        position: relative;
        z-index: 2;
      }
  

      /* ============================================================
       DESIGN TOKENS (match your existing palette)
    ============================================================ */
      #kuliner {
        --kl-red: #A82E2E;
        --kl-red-dk: #861e1e;
        --kl-gold: #D4AF37;
        --kl-gold-lt: #e8c94d;
        --kl-cream: #FDFBF7;
        --kl-charcoal: #1E1E1E;
        --kl-charcoal2: #2c2c2c;
        --kl-muted: rgba(255, 255, 255, .62);
        --kl-ff-disp: 'Playfair Display', Georgia, serif;
        --kl-ff-body: 'DM Sans', sans-serif;
        --kl-duration: 7000;
      }

      /* ============================================================
       SECTION SHELL
    ============================================================ */
      #kuliner {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: var(--kl-charcoal);
        font-family: var(--kl-ff-body);
      }

      #kuliner::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
        pointer-events: none;
        z-index: 1;
      }

      .kl-header {
        position: relative;
        z-index: 5;
        text-align: center;
        padding: 72px 28px 0;
      }

      .kl-section-label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--kl-gold);
        margin-bottom: 14px;
      }

      .kl-section-label::before,
      .kl-section-label::after {
        content: '';
        width: 28px;
        height: 1px;
        background: var(--kl-gold);
        opacity: .5;
      }

      .kl-section-title {
        font-family: var(--kl-ff-disp);
        font-size: clamp(1.9rem, 3.8vw, 3rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.12;
        margin-bottom: 14px;
      }

      .kl-section-title span {
        color: var(--kl-gold);
      }

      .kl-section-sub {
        font-size: 1rem;
        color: rgba(255, 255, 255, .55);
        max-width: 520px;
        margin-inline: auto;
        line-height: 1.8;
        margin-bottom: 52px;
      }

      .kl-slider {
        position: relative;
        z-index: 2;
        width: 100%;
        min-height: 540px;
        display: flex;
        align-items: stretch;
      }

      .kl-slides {
        position: relative;
        width: 100%;
        display: grid;
      }

      .kl-slide {
        grid-area: 1 / 1;
        display: grid;
        grid-template-columns: 45fr 55fr;
        min-height: 540px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(18px);
        transition:
          opacity .65s cubic-bezier(.4, 0, .2, 1),
          transform .65s cubic-bezier(.4, 0, .2, 1),
          visibility 0s linear .65s;
        pointer-events: none;
      }

      .kl-slide.kl-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition:
          opacity .65s cubic-bezier(.4, 0, .2, 1),
          transform .65s cubic-bezier(.4, 0, .2, 1),
          visibility 0s linear 0s;
        pointer-events: auto;
      }

      .kl-panel-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 56px 52px 56px 60px;
        background: var(--kl-charcoal2);
        position: relative;
        overflow: hidden;
      }

      .kl-panel-text::before {
        content: '"';
        position: absolute;
        top: -20px;
        left: 24px;
        font-family: var(--kl-ff-disp);
        font-size: 22rem;
        line-height: 1;
        color: rgba(212, 175, 55, .04);
        pointer-events: none;
        user-select: none;
      }

      .kl-panel-text::after {
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
        bottom: 15%;
        width: 3px;
        background: linear-gradient(to bottom, var(--kl-gold), var(--kl-red));
        border-radius: 0 2px 2px 0;
      }

      .kl-nom-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(212, 175, 55, .14);
        border: 1px solid rgba(212, 175, 55, .38);
        color: var(--kl-gold);
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: 5px 13px;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 18px;
      }

      .kl-nom-badge::before {
        content: '★';
        font-size: .8rem;
      }

      .kl-year-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--kl-red);
        color: #fff;
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .08em;
        padding: 4px 12px;
        border-radius: 4px;
        width: fit-content;
        margin-bottom: 10px;
      }

      .kl-year-chip::before {
        content: '🕰';
        font-size: .85rem;
      }

      .kl-tag {
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--kl-gold);
        margin-bottom: 12px;
        opacity: .85;
      }

      .kl-resto-title {
        font-family: var(--kl-ff-disp);
        font-size: clamp(1.5rem, 2.5vw, 2.1rem);
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 18px;
      }

      .kl-desc {
        font-size: .92rem;
        color: var(--kl-muted);
        line-height: 1.82;
        margin-bottom: 28px;
      }

      .kl-divider {
        width: 48px;
        height: 2px;
        background: linear-gradient(90deg, var(--kl-gold), transparent);
        border-radius: 1px;
        margin-bottom: 24px;
      }

      .kl-meta {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 32px;
      }

      .kl-meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .8rem;
        color: rgba(255, 255, 255, .5);
      }

      .kl-meta-item span:first-child {
        font-size: 1rem;
      }

      .kl-map-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 22px;
        border-radius: 8px;
        font-family: var(--kl-ff-body);
        font-size: .85rem;
        font-weight: 700;
        border: 2px solid var(--kl-gold);
        color: var(--kl-gold);
        background: transparent;
        text-decoration: none;
        transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
        width: fit-content;
        cursor: pointer;
      }

      .kl-map-btn:hover {
        background: var(--kl-gold);
        color: var(--kl-charcoal);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(212, 175, 55, .3);
      }

      .kl-map-btn .pin-icon {
        font-size: 1.1rem;
        transition: transform .25s ease;
      }

      .kl-map-btn:hover .pin-icon {
        transform: scale(1.2) rotate(-10deg);
      }

      .kl-slide-counter {
        position: absolute;
        bottom: 24px;
        right: 24px;
        font-family: var(--kl-ff-disp);
        font-size: 2.2rem;
        font-weight: 700;
        color: rgba(255, 255, 255, .07);
        line-height: 1;
        user-select: none;
      }

      .kl-panel-img {
        position: relative;
        overflow: hidden;
        background: var(--kl-charcoal);
      }

      .kl-panel-img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .8s cubic-bezier(.4, 0, .2, 1), filter .65s ease;
        filter: saturate(1.1) brightness(.88);
      }

      .kl-slide.kl-active .kl-panel-img img {
        transform: scale(1.06);
        animation: kl-kenburns 5.5s ease forwards;
      }

      @keyframes kl-kenburns {
        from {
          transform: scale(1.07);
        }

        to {
          transform: scale(1.0);
        }
      }

      .kl-panel-img::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
          linear-gradient(to right, rgba(28, 28, 28, .45) 0%, transparent 35%),
          linear-gradient(to top, rgba(0, 0, 0, .5) 0%, transparent 45%);
        z-index: 1;
        pointer-events: none;
      }

      .kl-img-era {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        background: rgba(0, 0, 0, .55);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(212, 175, 55, .3);
        border-radius: 8px;
        padding: 8px 14px;
        text-align: right;
      }

      .kl-img-era strong {
        display: block;
        font-family: var(--kl-ff-disp);
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--kl-gold);
        line-height: 1;
      }

      .kl-img-era span {
        font-size: .68rem;
        color: rgba(255, 255, 255, .55);
        letter-spacing: .06em;
        text-transform: uppercase;
      }

      .kl-img-loc {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .78rem;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
      }

      .kl-img-loc::before {
        content: '📍';
        font-size: .9rem;
      }

      .kl-controls {
        position: relative;
        z-index: 5;
        padding: 28px 60px 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        background: var(--kl-charcoal);
      }

      .kl-dots {
        display: flex;
        gap: 10px;
        align-items: center;
      }

      .kl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .18);
        border: none;
        cursor: pointer;
        padding: 0;
        transition: background .25s, width .3s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
      }

      .kl-dot.kl-dot-active {
        width: 32px;
        border-radius: 4px;
        background: rgba(212, 175, 55, .3);
      }

      .kl-dot-fill {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        background: var(--kl-gold);
        border-radius: 4px;
        transition: width linear;
      }

      .kl-arrows {
        display: flex;
        gap: 10px;
      }

      .kl-arrow {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: transparent;
        border: 1.5px solid rgba(255, 255, 255, .18);
        color: rgba(255, 255, 255, .6);
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .22s ease;
        font-family: var(--kl-ff-body);
      }

      .kl-arrow:hover {
        background: var(--kl-red);
        border-color: var(--kl-red);
        color: #fff;
        transform: scale(1.08);
      }

      .kl-slide-names {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .kl-slide-name-btn {
        background: none;
        border: none;
        color: rgba(255, 255, 255, .28);
        font-size: .75rem;
        font-weight: 500;
        cursor: pointer;
        padding: 4px 2px;
        transition: color .2s;
        font-family: var(--kl-ff-body);
        white-space: nowrap;
      }

      .kl-slide-name-btn.kl-dot-active {
        color: var(--kl-gold);
        font-weight: 700;
      }

      .kl-slide-name-btn:not(:last-child)::after {
        content: '·';
        margin-left: 6px;
        color: rgba(255, 255, 255, .15);
      }

      @media (max-width: 900px) {
        .kl-slide {
          grid-template-columns: 1fr;
          grid-template-rows: auto auto;
        }

        .kl-panel-text {
          padding: 40px 32px 36px 40px;
          order: 2;
        }

        .kl-panel-img {
          order: 1;
          min-height: 260px;
          aspect-ratio: 16/9;
        }

        .kl-panel-img img {
          position: relative;
          width: 100%;
          height: 100%;
        }

        .kl-slider {
          min-height: auto;
        }

        .kl-controls {
          padding: 20px 32px 40px;
          flex-wrap: wrap;
          justify-content: center;
        }

        .kl-slide-names {
          display: none;
        }
      }

      @media (max-width: 540px) {
        .kl-header {
          padding: 52px 20px 0;
        }

        .kl-panel-text {
          padding: 32px 24px 32px 32px;
        }

        .kl-controls {
          padding: 16px 20px 36px;
        }

        .kl-section-title {
          font-size: 1.7rem;
        }
      }
    