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

/* Apple Garamond */
@font-face {
  font-family: 'Apple Garamond';
  src: url('assets/fonts/AppleGaramond.woff2') format('woff2'),
       url('assets/fonts/AppleGaramond.woff') format('woff');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apple Garamond';
  src: url('assets/fonts/AppleGaramond-Italic.woff2') format('woff2');
  font-weight: 300 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --serif:      'Apple Garamond', 'EB Garamond', Garamond, 'Times New Roman', serif;
  --sand:       #e7ddcc;
  --bone:       #f2ece0;
  --paper:      #faf6ee;
  --ink:        #1f1c16;
  --ink-soft:   #4b453a;
  --stone:      #8a7b62;
  --moss:       #4a5d43;
  --moss-deep:  #2c3a28;
  --sage:       #9aab8d;
  --line:       rgba(31,28,22,0.14);
  --line-lt:    rgba(250,246,238,0.22);
}

html { scroll-behavior: smooth; }

/* ── LENIS SMOOTH SCROLL ── */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--sand); color: var(--ink-soft); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ── PAGE SWITCH ── */
.page { display: none; }
.page.active { display: block; animation: fade 0.8s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* ── TYPE HELPERS ── */
.serif { font-family: var(--serif); }
.eyebrow {
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 0.7rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--stone); display: inline-flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ''; width: 30px; height: 1px; background: currentColor; opacity: 0.6; }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after { content: ''; width: 30px; height: 1px; background: currentColor; opacity: 0.6; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 48px; transition: background 0.5s, padding 0.5s, border-color 0.5s;
  border-bottom: 1px solid transparent;
}
nav::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,24,18,0.55), rgba(20,24,18,0));
  transition: opacity 0.5s; pointer-events: none;
}
nav.scrolled { background: var(--paper); padding: 16px 48px; border-bottom-color: var(--line); }
nav.scrolled::before { opacity: 0; }

.brand { cursor: pointer; text-decoration: none; line-height: 1; }
.brand-name { font-family: 'Jost', sans-serif; font-weight: 400; font-size: 1.05rem; letter-spacing: 0.34em; color: var(--paper); text-transform: uppercase; transition: color 0.5s; }
.brand-sub { display: block; font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(250,246,238,0.6); margin-top: 6px; transition: color 0.5s; }
nav.scrolled .brand-name { color: var(--ink); }
nav.scrolled .brand-sub { color: var(--stone); }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-kontak-mobile { display: none; }
.nav-links button {
  background: none; border: none; cursor: pointer;
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(250,246,238,0.78); padding: 6px 0; position: relative; transition: color 0.4s;
}
.nav-links button::after { content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: currentColor; transition: width 0.4s; }
.nav-links button:hover::after, .nav-links button.active::after { width: 100%; }
.nav-links button.active { color: var(--paper); }
nav.scrolled .nav-links button { color: var(--ink-soft); }
nav.scrolled .nav-links button.active { color: var(--moss); }

.nav-cta {
  font-family: 'Jost', sans-serif; font-weight: 400; cursor: pointer;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--paper); background: none; border: 1px solid rgba(250,246,238,0.5);
  padding: 11px 22px; border-radius: 40px; transition: all 0.4s;
}
.nav-cta:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
nav.scrolled .nav-cta { color: var(--moss); border-color: var(--moss); }
nav.scrolled .nav-cta:hover { background: var(--moss); color: var(--paper); }

.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 34px; height: 34px; padding: 0; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px; flex-shrink: 0;
}
.nav-burger span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--paper); transition: transform 0.3s, opacity 0.3s, background 0.3s; }
nav.scrolled .nav-burger span { background: var(--ink); }
.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); }

/* ── HERO ── */
.hero { position: relative; height: 100vh; min-height: 620px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-media, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media { background-size: cover; background-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,34,24,0.35) 0%, rgba(24,30,20,0.28) 45%, rgba(20,26,17,0.72) 100%); }
.hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 1000px; }
.hero .eyebrow { color: var(--sage); margin-bottom: 26px; }
.hero h1 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(3rem, 8.4vw, 7rem); line-height: 1.0; letter-spacing: -0.005em;
  color: var(--paper);
}
.hero h1 em { font-style: italic; color: var(--sage); }
.hero-ethos { font-family: 'Jost', sans-serif; font-weight: 300; font-size: clamp(0.9rem, 1.4vw, 1.05rem); letter-spacing: 0.04em; color: rgba(250,246,238,0.82); margin-top: 26px; }
.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(250,246,238,0.7); }
.scroll-cue span { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 40px; background: rgba(250,246,238,0.5); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

.hero.interior { height: 78vh; min-height: 520px; }
.hero.interior h1 { font-size: clamp(2.6rem, 6.5vw, 5rem); }

/* ── SECTION SHELL ── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 130px 56px; }
.wrap.tight { max-width: 880px; }
section.tone-bone { background: var(--bone); }
section.tone-paper { background: var(--paper); }

/* ── INTRO / EDITORIAL ── */
.lead { font-family: var(--serif); font-weight: 300; font-size: clamp(1.8rem, 3.6vw, 3rem); line-height: 1.24; color: var(--ink); letter-spacing: -0.005em; margin: 26px 0 46px; max-width: 900px; }
.lead em { font-style: italic; color: var(--moss); }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.cols p, .prose p { font-size: 0.98rem; line-height: 1.95; color: var(--ink-soft); }
.prose p { margin-bottom: 22px; max-width: 720px; }
.prose h3 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; color: var(--ink); margin: 40px 0 12px; }

/* ── STATS ── */
.stats { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 52px 0; }
.stat { flex: 1; min-width: 150px; text-align: center; }
.stat .num { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 5vw, 4rem); line-height: 1; color: var(--moss); }
.stat .lbl { font-size: 0.64rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone); margin-top: 14px; }

/* ── SECTION HEAD ── */
.shead { margin-bottom: 56px; }
.shead.center { text-align: center; }
.shead h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.1; color: var(--ink); margin-top: 18px; letter-spacing: -0.01em; }
.shead h2 em { font-style: italic; color: var(--moss); }

/* ── IMAGE TILES ── */
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.tile { cursor: pointer; }
.tile-img { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); display: block; }
.tile:hover .tile-img img { transform: scale(1.06); }
.tile-cap { padding: 22px 4px 0; }
.tile-cap .k { font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--stone); }
.tile-cap h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; color: var(--ink); margin: 8px 0 8px; }
.tile-cap p { font-size: 0.86rem; line-height: 1.7; color: var(--ink-soft); }

/* ── MOMENTS SCROLL ── */
.moments { display: flex; gap: 22px; overflow-x: auto; padding: 8px 56px 20px; scroll-snap-type: x mandatory; }
.moments::-webkit-scrollbar { height: 0; }
.moment { flex: 0 0 clamp(240px, 30vw, 340px); scroll-snap-align: start; }
.moment img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.moment .cap { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--ink); margin-top: 14px; }

/* ── PULL QUOTE ── */
.quote-band { background: var(--moss-deep); color: var(--paper); position: relative; }
.quote-band .wrap { text-align: center; }
.quote-band .mark { font-family: var(--serif); font-size: 4rem; color: var(--sage); line-height: 0.5; margin-bottom: 10px; }
.quote-band blockquote { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.4; max-width: 900px; margin: 0 auto; color: var(--paper); }
.quote-band cite { display: block; font-style: normal; font-family: 'Jost', sans-serif; font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--sage); margin-top: 34px; }

/* ── STORIES ── */
.stories { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; }
.story { cursor: pointer; display: block; }
.story-img { overflow: hidden; }
.story-img img { width: 100%; object-fit: cover; display: block; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.story:hover .story-img img { transform: scale(1.05); }
.story.feat { grid-row: 1 / 3; }
.story.feat .story-img img { aspect-ratio: 3/2.5; }
.story.sm .story-img img { aspect-ratio: 16/10; }
.story-meta { display: flex; gap: 18px; align-items: center; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin: 22px 0 10px; }
.story-meta .tag { color: var(--moss); }
.story h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.2; }
.story.feat h3 { font-size: 2rem; }
.story.sm h3 { font-size: 1.35rem; }
.story p { font-size: 0.9rem; line-height: 1.75; color: var(--ink-soft); margin-top: 12px; max-width: 560px; }
.read { display: inline-flex; align-items: center; gap: 10px; font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--moss); margin-top: 18px; }

/* ── UMKM EDITORIAL LIST ── */
.umkm-list { border-top: 1px solid var(--line); }
.umkm-row { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: baseline; transition: padding-left 0.4s; }
.umkm-row:hover { padding-left: 14px; }
.umkm-row .idx { font-family: var(--serif); font-weight: 300; font-size: 2.4rem; color: var(--sage); line-height: 1; }
.umkm-row h3 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; color: var(--ink); margin-bottom: 8px; }
.umkm-row p { font-size: 0.9rem; line-height: 1.75; color: var(--ink-soft); max-width: 680px; }

/* ── MAP ── */
.map-frame { border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 480px; display: block; border: none; filter: grayscale(0.35) sepia(0.12); }

/* ── SUPPORT / SPONSORS ── */
.support { text-align: center; }

/* THE BIG FUCKING BOUNDING BOX */
.sponsors-grid { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 46px 24px; 
  margin-top: 40px; 
  background-color: #8aa89f;
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 20px 40px rgba(119, 122, 121, 0.15);
}
.sponsor-item { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
}
.sponsor-item img { 
  width: 96px; 
  height: 86px; 
  object-fit: contain; 
  margin-bottom: 18px; 
  display: block;
}
.sponsor-name { 
  font-family: var(--serif); 
  font-size: 1.2rem; 
  color: var(--paper); /* Flipped text color to white-ish for dark background */
  line-height: 1.2;
  text-align: center;
}
.sponsor-role { 
  font-size: 0.6rem; 
  letter-spacing: 0.22em; 
  text-transform: uppercase; 
  color: var(--sage); /* Flipped role text to light green */
  margin-top: 8px; 
  text-align: center;
}

@media (max-width: 768px) {
  .sponsors-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 34px 16px; 
    padding: 40px 20px; /* Adjusted inner padding for mobile */
  }
}
@media (max-width: 480px) {
  .sponsor-item img { width: 80px; height: 80px; }
  .sponsor-name { font-size: 1.1rem; }
}

/* ── CTA STRIP ── */
.cta-band { background: var(--moss-deep); color: var(--paper); text-align: center; }
.cta-band h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 4.4vw, 3.4rem); color: var(--paper); }
.cta-band h2 em { font-style: italic; color: var(--sage); }
.cta-btn { display: inline-block; margin-top: 34px; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper); border: 1px solid var(--line-lt); padding: 16px 40px; border-radius: 40px; text-decoration: none; transition: all 0.4s; }
.cta-btn:hover { background: var(--paper); color: var(--moss-deep); border-color: var(--paper); }

/* ── FOOTER ── */
footer { background: var(--ink); color: rgba(250,246,238,0.6); }
.foot-wrap { max-width: 1200px; margin: 0 auto; padding: 70px 56px 46px; display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.foot-mark { font-family: 'Jost', sans-serif; font-weight: 400; font-size: 1.1rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--paper); }
.foot-links { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; }
.foot-links button { background: none; border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,246,238,0.55); transition: color 0.3s; }
.foot-links button:hover { color: var(--paper); }
.foot-rule { width: 100%; max-width: 1090px; height: 1px; background: var(--line-lt); }
.foot-copy { font-size: 0.66rem; letter-spacing: 0.08em; line-height: 1.9; color: rgba(250,246,238,0.4); }
.foot-copy span { color: var(--sage); }

/* ── PINNED SIDE-MEDIA ── */
.pin-sec { background: var(--paper); }
.pin-wrap { max-width: 1340px; margin: 0 auto; padding: 40px 56px 120px; }
.pin { display: grid; grid-template-columns: 1fr 1.05fr 1fr; gap: 48px; align-items: start; }
.pin-col { display: flex; flex-direction: column; gap: 48px; }
.pin-col.offset { margin-top: 110px; }
.pin-media { position: relative; overflow: hidden; background: var(--bone); }
.pin-media video, .pin-media img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.pin-center { position: sticky; top: 0; height: 100vh; align-self: start; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 6px; }
.pin-center .eyebrow { margin-bottom: 26px; }
.pin-center h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.18; color: var(--ink); letter-spacing: -0.01em; }
.pin-center h2 em { font-style: italic; color: var(--moss); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.85s cubic-bezier(.2,.7,.2,1), transform 0.85s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ── MEMORI: POLAROID SCATTER ── */
.memori-sec { background: var(--bone); overflow: hidden; }
.memori-sec .wrap { padding-bottom: 150px; }
.memori-stage { position: relative; width: 100%; max-width: 1080px; height: 690px; margin: 20px auto 0; }
.memori-title { position: absolute; left: 20%; top: 33%; width: 240px; text-align: center; z-index: 4; }
.memori-title::before { content: ''; position: absolute; inset: -70px -60px -40px; z-index: -1; background: radial-gradient(ellipse at center, var(--bone) 42%, rgba(242,236,224,0.75) 60%, rgba(242,236,224,0) 78%); }
.memori-title .orn { width: 150px; height: 150px; margin: 0 auto -104px; color: var(--sage); opacity: 0.55; }
.memori-title h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.05; color: var(--ink); position: relative; text-shadow: 0 1px 10px var(--bone), 0 0 22px var(--bone); }
.memori-title h2 em { display: block; font-style: italic; color: var(--moss); }
.pol-wrap { position: absolute; width: 250px; }
.pol { background: #fdfdfb; padding: 13px 13px 0; border-radius: 2px; box-shadow: 0 16px 34px rgba(31,28,22,0.17); transform: rotate(var(--rot)); transition: transform 0.6s cubic-bezier(.2,.7,.2,1), box-shadow 0.6s; cursor: pointer; }
.pol img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; background: var(--sand); }
.pol figcaption { font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--ink); text-align: center; padding: 13px 4px 16px; }
.pol-wrap:hover { z-index: 40 !important; }
.pol-wrap:hover .pol { transform: rotate(0deg) scale(1.05) translateY(-8px); box-shadow: 0 34px 60px rgba(31,28,22,0.3); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 18px 22px; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .nav-links {
    display: none; position: fixed; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--paper);
    padding: 8px 22px 22px; box-shadow: 0 18px 34px rgba(20,24,18,0.18);
    border-bottom: 1px solid var(--line); max-height: calc(100vh - 60px);
    overflow-y: auto; z-index: 199;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a, .nav-links button { display: block; width: 100%; text-align: left; padding: 15px 4px; font-size: 0.82rem; color: var(--ink) !important; background: none !important; border: none; border-bottom: 1px solid var(--line); }
  .nav-kontak-mobile { display: block; }
  .nav-kontak-mobile a, .nav-kontak-mobile button { color: var(--moss) !important; font-weight: 500; border-top: 1px solid var(--line); margin-top: 6px; padding-top: 18px; }
  .wrap { padding: 90px 24px; }
  .pin-center { position: static; height: auto; padding: 20px 0 40px; order: -1; }
  .memori-stage { height: auto; max-width: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
  .memori-title { position: static; width: 100%; left: auto; top: auto; grid-column: 1 / -1; margin-bottom: 4px; }
  .pol-wrap { position: static; width: 100%; }
  .pol { transform: rotate(0deg) !important; padding: 8px 8px 0; }
}

/* ── TIM KAMI ── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.team-card { text-align: center; }
.team-avatar { width: 108px; height: 108px; margin: 0 auto 20px; border-radius: 50%; background: var(--bone); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 2.2rem; color: var(--sage); }
.team-name { font-family: var(--serif); font-weight: 400; font-size: 1.25rem; color: var(--ink); }
.team-role { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }

/* ── HALAMAN DETAIL ARTIKEL ── */
.art-hero { background: var(--moss-deep); color: var(--paper); padding: 140px 0 56px; }
.art-hero .wrap { padding: 0 44px; max-width: 920px; }
.art-hero h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1.15; color: var(--paper); }
.art-cover { max-width: 900px; margin: -40px auto 0; padding: 0 44px; }
.art-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; box-shadow: 0 30px 60px rgba(15,26,19,0.25); }
.art-body-wrap { max-width: 760px; margin: 0 auto; padding: 70px 44px 110px; }